shop.balmet.com

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

auspost.php (789B)


      1 <?php
      2 // Heading
      3 $_['heading_title']      = 'Australia Post';
      4 
      5 // Text
      6 $_['text_extension']     = 'Extensions';
      7 $_['text_success']       = 'Success: You have modified Australia Post shipping!';
      8 $_['text_edit']          = 'Edit Australia Post Shipping';
      9 
     10 // Entry
     11 $_['entry_api']          = 'API Key';
     12 $_['entry_postcode']     = 'Post Code';
     13 $_['entry_weight_class'] = 'Weight Class';
     14 $_['entry_tax_class']    = 'Tax Class';
     15 $_['entry_geo_zone']     = 'Geo Zone';
     16 $_['entry_status']       = 'Status';
     17 $_['entry_sort_order']   = 'Sort Order';
     18 
     19 // Help
     20 $_['help_weight_class']  = 'Set to kilograms.';
     21 
     22 // Error
     23 $_['error_permission']   = 'Warning: You do not have permission to modify Australia Post shipping!';
     24 $_['error_postcode']     = 'Post Code must be 4 digits!';