2020-02-12 21:25:39 +00:00
< ? 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_date_modified' ] = 'Last Updated' ;
2020-03-02 00:28:04 +00:00
$_ [ 'column_action' ] = 'Toiminto' ;
2020-02-12 21:25:39 +00:00
// 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' ] = 'Set to 1.00000 if this is your default currency.' ;
// Error
2020-02-16 11:32:04 +00:00
$_ [ 'error_permission' ] = 'Varoitus: You do not have permission to modify currencies!' ;
2020-02-12 21:25:39 +00:00
$_ [ 'error_title' ] = 'Currency Title must be between 3 and 32 characters!' ;
$_ [ 'error_code' ] = 'Currency Code must contain 3 characters!' ;
2020-02-16 11:32:04 +00:00
$_ [ 'error_default' ] = 'Varoitus: This currency cannot be deleted as it is currently assigned as the default store currency!' ;
$_ [ 'error_store' ] = 'Varoitus: This currency cannot be deleted as it is currently assigned to %s stores!' ;
2020-03-02 00:28:04 +00:00
$_ [ 'error_order' ] = 'Varoitus: This currency cannot be deleted as it is currently assigned to %s orders!' ;