Ekdant-Online-Store/admininistrator/language/en-gb/localisation/currency.php
2024-08-06 18:06:00 +05:45

40 lines
1.9 KiB
PHP

<?php
// Heading
$_['heading_title'] = 'Currencies';
// Text
$_['text_success'] = 'Success: You have modified currencies!';
$_['text_list'] = 'Currency List';
$_['text_add'] = 'Add Currency';
$_['text_edit'] = 'Edit Currency';
$_['text_iso'] = 'You can find a full list of ISO currency codes and settings <a href="http://www.xe.com/iso4217.php" target="_blank" class="alert-link">here</a>.';
// Column
$_['column_title'] = 'Currency Title';
$_['column_code'] = 'Code';
$_['column_value'] = 'Value';
$_['column_status'] = 'Status';
$_['column_date_modified'] = 'Last Updated';
$_['column_action'] = 'Action';
// Entry
$_['entry_title'] = 'Currency Title';
$_['entry_code'] = 'Code';
$_['entry_value'] = 'Value';
$_['entry_symbol_left'] = 'Symbol Left';
$_['entry_symbol_right'] = 'Symbol Right';
$_['entry_decimal_place'] = 'Decimal Places';
$_['entry_status'] = 'Status';
// Help
$_['help_code'] = 'Do not change if this is your default currency.';
$_['help_value'] = 'The value of your default currency in the current currency unit. Set to 1 for your default currency.';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify currencies!';
$_['error_extension'] = 'Warning: The currency extension could not be found!';
$_['error_title'] = 'Currency Title must be between 3 and 32 characters!';
$_['error_code'] = 'Currency Code must contain 3 characters!';
$_['error_default'] = 'Warning: This currency cannot be deleted as it is currently assigned as the default store currency!';
$_['error_store'] = 'Warning: This currency cannot be deleted as it is currently assigned to %s stores!';
$_['error_order'] = 'Warning: This currency cannot be deleted as it is currently assigned to %s orders!';