first commit
This commit is contained in:
15
extension/opencart/admin/language/en-gb/currency/ecb.php
Normal file
15
extension/opencart/admin/language/en-gb/currency/ecb.php
Normal 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!';
|
17
extension/opencart/admin/language/en-gb/currency/fixer.php
Normal file
17
extension/opencart/admin/language/en-gb/currency/fixer.php
Normal 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!';
|
Reference in New Issue
Block a user