first commit

This commit is contained in:
sujan
2024-08-06 18:06:00 +05:45
commit a2fa49071a
2745 changed files with 391199 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<?php
// Heading
$_['heading_title'] = 'European Central Bank Currency Converter';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified European Central Bank Currency Converter!';
$_['text_edit'] = 'Edit European Central Bank';
$_['text_support'] = 'This extension requires at EUR currency to be available currency option.';
// Entry
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify European Central Bank Currency Converter!';

View File

@ -0,0 +1,17 @@
<?php
// Heading
$_['heading_title'] = 'Fixer';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified fixer currency rates!';
$_['text_edit'] = 'Edit Fixer';
$_['text_signup'] = 'Fixer.io is a currency conversion service <a href="https://fixer.io/" target="_blank" class="alert-link">signup here</a>.';
// Entry
$_['entry_api'] = 'API Access Key';
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify fixer currency rates!';
$_['error_api'] = 'API Access Key required!';