shop.balmet.com

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

tax_rate.php (1258B)


      1 <?php
      2 // Heading
      3 $_['heading_title']        = 'Tax Rates';
      4 
      5 // Text
      6 $_['text_success']         = 'Success: You have modified tax rates!';
      7 $_['text_list']            = 'Tax Rate List';
      8 $_['text_add']             = 'Add Tax Rate';
      9 $_['text_edit']            = 'Edit Tax Rate';
     10 $_['text_percent']         = 'Percentage';
     11 $_['text_amount']          = 'Fixed Amount';
     12 
     13 // Column
     14 $_['column_name']          = 'Tax Name';
     15 $_['column_rate']          = 'Tax Rate';
     16 $_['column_type']          = 'Type';
     17 $_['column_geo_zone']      = 'Geo Zone';
     18 $_['column_date_added']    = 'Date Added';
     19 $_['column_date_modified'] = 'Date Modified';
     20 $_['column_action']        = 'Action';
     21 
     22 // Entry
     23 $_['entry_name']           = 'Tax Name';
     24 $_['entry_rate']           = 'Tax Rate';
     25 $_['entry_type']           = 'Type';
     26 $_['entry_customer_group'] = 'Customer Group';
     27 $_['entry_geo_zone']       = 'Geo Zone';
     28 
     29 // Error
     30 $_['error_permission']     = 'Warning: You do not have permission to modify tax rates!';
     31 $_['error_tax_rule']       = 'Warning: This tax rate cannot be deleted as it is currently assigned to %s tax classes!';
     32 $_['error_name']           = 'Tax Name must be between 3 and 32 characters!';
     33 $_['error_rate']           = 'Tax Rate required!';