shop.balmet.com

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

citylink.php (853B)


      1 <?php
      2 // Heading
      3 $_['heading_title']    = 'Citylink';
      4 
      5 // Text
      6 $_['text_extension']   = 'Доставка';
      7 $_['text_shipping']    = 'Доставка';
      8 $_['text_success']     = 'Success: You have modified Citylink shipping!';
      9 $_['text_edit']        = 'Edit Citylink Shipping';
     10 
     11 // Entry
     12 $_['entry_rate']       = 'Citylink Rates';
     13 $_['entry_tax_class']  = 'Tax Class';
     14 $_['entry_geo_zone']   = 'Geo Zone';
     15 $_['entry_status']     = 'Status';
     16 $_['entry_sort_order'] = 'Sort Order';
     17 
     18 // Help
     19 $_['help_rate']        = 'Enter values upto 5,2 decimal places. (12345.67) Example: .1:1,.25:1.27 - Weights less than or equal to 0.1Kg would cost &pound;1.00, Weights less than or equal to 0.25g but more than 0.1Kg will cost 1.27. Do not enter KG or symbols.';
     20 
     21 // Error
     22 $_['error_permission'] = 'Warning: You do not have permission to modify Citylink shipping!';