ec_ship.php (3247B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'EC-Ship'; 4 5 // Text 6 $_['text_extension'] = 'Extension'; 7 $_['text_success'] = 'Success: You have modified EC-Ship shipping!'; 8 $_['text_edit'] = 'Edit EC-Ship Shipping'; 9 $_['text_air_registered_mail'] = 'Air Registered Mail'; 10 $_['text_air_parcel'] = 'Air Parcel(Package maxiumn weight 20KG)'; 11 $_['text_e_express_service_to_us'] = 'e-Express Service to US(Package maxiumn weight 2KG)'; 12 $_['text_e_express_service_to_canada'] = 'e-Express Service to Canada(Package maxiumn weight 2KG)'; 13 $_['text_e_express_service_to_united_kingdom'] = 'e-Express Service to United Kingdom(Package maxiumn weight 2KG)'; 14 $_['text_e_express_service_to_russia'] = 'e-Express Service to Russia(Package maxiumn weight 2KG)'; 15 $_['text_e_express_service_one'] = 'e-Express service (including Germany, France and Norway)(Package maxiumn weight 2KG)'; 16 $_['text_e_express_service_two'] = 'e-Express service (including Australia, New Zealand, Korea, Singapore and Vietnam)(Package maxiumn weight 2KG)'; 17 $_['text_speed_post'] = 'SpeedPost (Standard Service)(Package maxiumn weight 30KG)'; 18 $_['text_smart_post'] = 'Smart Post(Package maxiumn weight 2KG)'; 19 $_['text_local_courier_post'] = 'Local Courier Post (Counter Collection)(Package maxiumn weight 2KG)'; 20 $_['text_local_parcel'] = 'Local Parcel (Package maxiumn weight 20KG)'; 21 22 // Entry 23 $_['entry_api_key'] = 'API Key'; 24 $_['entry_username'] = 'Integrator Username'; 25 $_['entry_api_username'] = 'API Username'; 26 $_['entry_test'] = 'Test Mode'; 27 $_['entry_service'] = 'Services'; 28 $_['entry_weight_class'] = 'Weight Class'; 29 $_['entry_tax_class'] = 'Tax Class'; 30 $_['entry_geo_zone'] = 'Geo Zone'; 31 $_['entry_status'] = 'Status'; 32 $_['entry_sort_order'] = 'Sort Order'; 33 34 // Help 35 $_['help_api_key'] = 'Enter the API key assigned to you by EC-SHIP.'; 36 $_['help_username'] = 'Enter your EC-SHIP account Integrator username.'; 37 $_['help_api_username'] = 'Enter your EC-SHIP account API username.'; 38 $_['help_test'] = 'Use this module in Test (YES) or Production mode (NO)?'; 39 $_['help_service'] = 'Select the EC-SHIP services to be offered.'; 40 $_['help_weight_class'] = 'Set to kilograms only.'; 41 42 // Error 43 $_['error_permission'] = 'Warning: You do not have permission to modify EC-SHIP shipping!'; 44 $_['error_api_key'] = 'Access API Key Required!'; 45 $_['error_username'] = 'Username Required!'; 46 $_['error_api_username'] = 'API Username Required!';