shop.balmet.com

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

auspost.php (1022B)


      1 <?php
      2 // Heading
      3 $_['heading_title']      = 'Australia Post';
      4 
      5 // Text
      6 $_['text_extension']   = 'Доставка';
      7 $_['text_shipping']    = 'Доставка';
      8 $_['text_success']       = 'Success: You have modified Australia Post shipping!';
      9 $_['text_edit']          = 'Edit Australia Post Shipping';
     10 
     11 // Entry
     12 $_['entry_postcode']     = 'Post Code';
     13 $_['entry_express']      = 'Express Postage';
     14 $_['entry_standard']     = 'Standard Postage';
     15 $_['entry_display_time'] = 'Display Delivery Time';
     16 $_['entry_weight_class'] = 'Weight Class';
     17 $_['entry_tax_class']    = 'Tax Class';
     18 $_['entry_geo_zone']     = 'Geo Zone';
     19 $_['entry_status']       = 'Status';
     20 $_['entry_sort_order']   = 'Sort Order';
     21 
     22 // Help
     23 $_['help_display_time']  = 'Do you want to display the shipping time? (e.g. Ships within 3 to 5 days)';
     24 $_['help_weight_class']  = 'Set to grams.';
     25 
     26 // Error
     27 $_['error_permission']   = 'Warning: You do not have permission to modify Australia Post shipping!';
     28 $_['error_postcode']     = 'Post Code must be 4 digits!';