shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

currency.php (1803B)


      1 <?php
      2 // Heading
      3 $_['heading_title']        = 'Currencies';
      4 
      5 // Text
      6 $_['text_success']         = 'Success: You have modified currencies!';
      7 $_['text_list']            = 'Currency List';
      8 $_['text_add']             = 'Add Currency';
      9 $_['text_edit']            = 'Edit Currency';
     10 $_['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>.';
     11 
     12 // Column
     13 $_['column_title']         = 'Currency Title';
     14 $_['column_code']          = 'Code';
     15 $_['column_value']         = 'Value';
     16 $_['column_date_modified'] = 'Last Updated';
     17 $_['column_action']        = 'Action';
     18 
     19 // Entry
     20 $_['entry_title']          = 'Currency Title';
     21 $_['entry_code']           = 'Code';
     22 $_['entry_value']          = 'Value';
     23 $_['entry_symbol_left']    = 'Symbol Left';
     24 $_['entry_symbol_right']   = 'Symbol Right';
     25 $_['entry_decimal_place']  = 'Decimal Places';
     26 $_['entry_status']         = 'Status';
     27 
     28 // Help
     29 $_['help_code']            = 'Do not change if this is your default currency.';
     30 $_['help_value']           = 'Set to 1.00000 if this is your default currency.';
     31 
     32 // Error
     33 $_['error_permission']     = 'Warning: You do not have permission to modify currencies!';
     34 $_['error_title']          = 'Currency Title must be between 3 and 32 characters!';
     35 $_['error_code']           = 'Currency Code must contain 3 characters!';
     36 $_['error_default']        = 'Warning: This currency cannot be deleted as it is currently assigned as the default store currency!';
     37 $_['error_store']          = 'Warning: This currency cannot be deleted as it is currently assigned to %s stores!';
     38 $_['error_order']          = 'Warning: This currency cannot be deleted as it is currently assigned to %s orders!';