Added default language pack (en-gb)
This commit is contained in:
		
							
								
								
									
										24
									
								
								admin/extension/shipping/auspost.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								admin/extension/shipping/auspost.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,24 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title']      = 'Australia Post';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_extension']     = 'Extensions';
 | 
			
		||||
$_['text_success']       = 'Success: You have modified Australia Post shipping!';
 | 
			
		||||
$_['text_edit']          = 'Edit Australia Post Shipping';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_api']          = 'API Key';
 | 
			
		||||
$_['entry_postcode']     = 'Post Code';
 | 
			
		||||
$_['entry_weight_class'] = 'Weight Class';
 | 
			
		||||
$_['entry_tax_class']    = 'Tax Class';
 | 
			
		||||
$_['entry_geo_zone']     = 'Geo Zone';
 | 
			
		||||
$_['entry_status']       = 'Status';
 | 
			
		||||
$_['entry_sort_order']   = 'Sort Order';
 | 
			
		||||
 | 
			
		||||
// Help
 | 
			
		||||
$_['help_weight_class']  = 'Set to kilograms.';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_permission']   = 'Warning: You do not have permission to modify Australia Post shipping!';
 | 
			
		||||
$_['error_postcode']     = 'Post Code must be 4 digits!';
 | 
			
		||||
							
								
								
									
										46
									
								
								admin/extension/shipping/ec_ship.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										46
									
								
								admin/extension/shipping/ec_ship.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,46 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title']                            = 'EC-Ship';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_extension']                           = 'Extension';
 | 
			
		||||
$_['text_success']                             = 'Success: You have modified EC-Ship shipping!';
 | 
			
		||||
$_['text_edit']                                = 'Edit EC-Ship Shipping';
 | 
			
		||||
$_['text_air_registered_mail']                 = 'Air Registered Mail';
 | 
			
		||||
$_['text_air_parcel']                          = 'Air Parcel(Package maxiumn weight 20KG)';
 | 
			
		||||
$_['text_e_express_service_to_us']             = 'e-Express Service to US(Package maxiumn weight 2KG)';
 | 
			
		||||
$_['text_e_express_service_to_canada']         = 'e-Express Service to Canada(Package maxiumn weight 2KG)';
 | 
			
		||||
$_['text_e_express_service_to_united_kingdom'] = 'e-Express Service to United Kingdom(Package maxiumn weight 2KG)';
 | 
			
		||||
$_['text_e_express_service_to_russia']         = 'e-Express Service to Russia(Package maxiumn weight 2KG)';
 | 
			
		||||
$_['text_e_express_service_one']               = 'e-Express service (including Germany, France and Norway)(Package maxiumn weight 2KG)';
 | 
			
		||||
$_['text_e_express_service_two']               = 'e-Express service (including Australia, New Zealand, Korea, Singapore and Vietnam)(Package maxiumn weight 2KG)';
 | 
			
		||||
$_['text_speed_post']                          = 'SpeedPost (Standard Service)(Package maxiumn weight 30KG)';
 | 
			
		||||
$_['text_smart_post']                          = 'Smart Post(Package maxiumn weight 2KG)';
 | 
			
		||||
$_['text_local_courier_post']                  = 'Local Courier Post (Counter Collection)(Package maxiumn weight 2KG)';
 | 
			
		||||
$_['text_local_parcel']                        = 'Local Parcel (Package maxiumn weight 20KG)';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_api_key']                            = 'API Key';
 | 
			
		||||
$_['entry_username']                           = 'Integrator Username';
 | 
			
		||||
$_['entry_api_username']                       = 'API Username';
 | 
			
		||||
$_['entry_test']                               = 'Test Mode';
 | 
			
		||||
$_['entry_service']                            = 'Services';
 | 
			
		||||
$_['entry_weight_class']                       = 'Weight Class';
 | 
			
		||||
$_['entry_tax_class']                          = 'Tax Class';
 | 
			
		||||
$_['entry_geo_zone']                           = 'Geo Zone';
 | 
			
		||||
$_['entry_status']                             = 'Status';
 | 
			
		||||
$_['entry_sort_order']                         = 'Sort Order';
 | 
			
		||||
 | 
			
		||||
// Help
 | 
			
		||||
$_['help_api_key']                             = 'Enter the API key assigned to you by EC-SHIP.';
 | 
			
		||||
$_['help_username']                            = 'Enter your EC-SHIP account Integrator username.';
 | 
			
		||||
$_['help_api_username']                        = 'Enter your EC-SHIP account API username.';
 | 
			
		||||
$_['help_test']                                = 'Use this module in Test (YES) or Production mode (NO)?';
 | 
			
		||||
$_['help_service']                             = 'Select the EC-SHIP services to be offered.';
 | 
			
		||||
$_['help_weight_class']                        = 'Set to kilograms only.';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_permission']                         = 'Warning: You do not have permission to modify EC-SHIP shipping!';
 | 
			
		||||
$_['error_api_key']                            = 'Access API Key Required!';
 | 
			
		||||
$_['error_username']                           = 'Username Required!';
 | 
			
		||||
$_['error_api_username']                       = 'API Username Required!';
 | 
			
		||||
							
								
								
									
										82
									
								
								admin/extension/shipping/fedex.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										82
									
								
								admin/extension/shipping/fedex.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,82 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title']                            = 'Fedex';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_shipping']                            = 'Shipping';
 | 
			
		||||
$_['text_success']                             = 'Success: You have modified Fedex shipping!';
 | 
			
		||||
$_['text_edit']                                = 'Edit Fedex Shipping';
 | 
			
		||||
$_['text_europe_first_international_priority'] = 'Europe First International Priority';
 | 
			
		||||
$_['text_fedex_1_day_freight']                 = 'Fedex 1 Day Freight';
 | 
			
		||||
$_['text_fedex_2_day']                         = 'Fedex 2 Day';
 | 
			
		||||
$_['text_fedex_2_day_am']                      = 'Fedex 2 Day AM';
 | 
			
		||||
$_['text_fedex_2_day_freight']                 = 'Fedex 2 Day Freight';
 | 
			
		||||
$_['text_fedex_3_day_freight']                 = 'Fedex 3 Day Freight';
 | 
			
		||||
$_['text_fedex_express_saver']                 = 'Fedex Express Saver';
 | 
			
		||||
$_['text_fedex_first_freight']                 = 'Fedex First Freight';
 | 
			
		||||
$_['text_fedex_freight_economy']               = 'Fedex Freight Economy';
 | 
			
		||||
$_['text_fedex_freight_priority']              = 'Fedex Freight Priority';
 | 
			
		||||
$_['text_fedex_ground']                        = 'Fedex Ground';
 | 
			
		||||
$_['text_first_overnight']                     = 'First Overnight';
 | 
			
		||||
$_['text_ground_home_delivery']                = 'Ground Home Delivery';
 | 
			
		||||
$_['text_international_economy']               = 'International Economy';
 | 
			
		||||
$_['text_international_economy_freight']       = 'International Economy Freight';
 | 
			
		||||
$_['text_international_first']                 = 'International First';
 | 
			
		||||
$_['text_international_priority']              = 'International Priority';
 | 
			
		||||
$_['text_international_priority_freight']      = 'International Priority Freight';
 | 
			
		||||
$_['text_priority_overnight']                  = 'Priority Overnight';
 | 
			
		||||
$_['text_smart_post']                          = 'Smart Post';
 | 
			
		||||
$_['text_standard_overnight']                  = 'Standard Overnight';
 | 
			
		||||
$_['text_regular_pickup']                      = 'Regular Pickup';
 | 
			
		||||
$_['text_request_courier']                     = 'Request Courier';
 | 
			
		||||
$_['text_drop_box']                            = 'Drop Box';
 | 
			
		||||
$_['text_business_service_center']             = 'Business Service Center';
 | 
			
		||||
$_['text_station']                             = 'Station';
 | 
			
		||||
$_['text_fedex_envelope']                      = 'FedEx Envelope';
 | 
			
		||||
$_['text_fedex_pak']                           = 'FedEx Pak';
 | 
			
		||||
$_['text_fedex_box']                           = 'FedEx Box';
 | 
			
		||||
$_['text_fedex_tube']                          = 'FedEx Tube';
 | 
			
		||||
$_['text_fedex_10kg_box']                      = 'FedEx 10kg Box';
 | 
			
		||||
$_['text_fedex_25kg_box']                      = 'FedEx 25kg Box';
 | 
			
		||||
$_['text_your_packaging']                      = 'Your Packaging';
 | 
			
		||||
$_['text_list_rate']                           = 'List Rate';
 | 
			
		||||
$_['text_account_rate']                        = 'Account Rate';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_key']                                = 'Key';
 | 
			
		||||
$_['entry_password']                           = 'Password';
 | 
			
		||||
$_['entry_account']                            = 'Account Number';
 | 
			
		||||
$_['entry_meter']                              = 'Meter Number';
 | 
			
		||||
$_['entry_postcode']                           = 'Post Code';
 | 
			
		||||
$_['entry_test']                               = 'Test Mode';
 | 
			
		||||
$_['entry_service']                            = 'Services';
 | 
			
		||||
$_['entry_dimension']                          = 'Box Dimensions (L x W x H)';
 | 
			
		||||
$_['entry_length_class']                       = 'Length Class';
 | 
			
		||||
$_['entry_length']                             = 'Length';
 | 
			
		||||
$_['entry_width']                              = 'Width';
 | 
			
		||||
$_['entry_height']                             = 'Height';
 | 
			
		||||
$_['entry_dropoff_type']                       = 'Drop Off Type';
 | 
			
		||||
$_['entry_packaging_type']                     = 'Packaging Type';
 | 
			
		||||
$_['entry_rate_type']                          = 'Rate Type';
 | 
			
		||||
$_['entry_display_time']                       = 'Display Delivery Time';
 | 
			
		||||
$_['entry_display_weight']                     = 'Display Delivery Weight';
 | 
			
		||||
$_['entry_weight_class']                       = 'Weight Class';
 | 
			
		||||
$_['entry_tax_class']                          = 'Tax Class';
 | 
			
		||||
$_['entry_geo_zone']                           = 'Geo Zone';
 | 
			
		||||
$_['entry_status']                             = 'Status';
 | 
			
		||||
$_['entry_sort_order']                         = 'Sort Order';
 | 
			
		||||
 | 
			
		||||
// Help
 | 
			
		||||
$_['help_length_class']                        = 'Set to inches or centimeters.';
 | 
			
		||||
$_['help_display_time']                        = 'Do you want to display the shipping time? (e.g. Ships within 3 to 5 days)';
 | 
			
		||||
$_['help_display_weight']                      = 'Do you want to display the shipping weight? (e.g. Delivery Weight : 2.7674 kg)';
 | 
			
		||||
$_['help_weight_class']                        = 'Set to kilograms or pounds.';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_permission']                         = 'Warning: You do not have permission to modify Fedex shipping!';
 | 
			
		||||
$_['error_key']                                = 'Key required!';
 | 
			
		||||
$_['error_password']                           = 'Password required!';
 | 
			
		||||
$_['error_account']                            = 'Account required!';
 | 
			
		||||
$_['error_meter']                              = 'Meter required!';
 | 
			
		||||
$_['error_postcode']                           = 'Post Code required!';
 | 
			
		||||
$_['error_dimension']                          = 'Width & Height required!';
 | 
			
		||||
							
								
								
									
										18
									
								
								admin/extension/shipping/flat.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								admin/extension/shipping/flat.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,18 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title']    = 'Flat Rate';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_extension']   = 'Extensions';
 | 
			
		||||
$_['text_success']     = 'Success: You have modified flat rate shipping!';
 | 
			
		||||
$_['text_edit']        = 'Edit Flat Rate Shipping';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_cost']       = 'Cost';
 | 
			
		||||
$_['entry_tax_class']  = 'Tax Class';
 | 
			
		||||
$_['entry_geo_zone']   = 'Geo Zone';
 | 
			
		||||
$_['entry_status']     = 'Status';
 | 
			
		||||
$_['entry_sort_order'] = 'Sort Order';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_permission'] = 'Warning: You do not have permission to modify flat rate shipping!';
 | 
			
		||||
							
								
								
									
										20
									
								
								admin/extension/shipping/free.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								admin/extension/shipping/free.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,20 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title']    = 'Free Shipping';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_extension']   = 'Extensions';
 | 
			
		||||
$_['text_success']     = 'Success: You have modified free shipping!';
 | 
			
		||||
$_['text_edit']        = 'Edit Free Shipping';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_total']      = 'Total';
 | 
			
		||||
$_['entry_geo_zone']   = 'Geo Zone';
 | 
			
		||||
$_['entry_status']     = 'Status';
 | 
			
		||||
$_['entry_sort_order'] = 'Sort Order';
 | 
			
		||||
 | 
			
		||||
// Help
 | 
			
		||||
$_['help_total']       = 'Sub-Total amount needed before the free shipping module becomes available.';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_permission'] = 'Warning: You do not have permission to modify free shipping!';
 | 
			
		||||
							
								
								
									
										18
									
								
								admin/extension/shipping/item.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								admin/extension/shipping/item.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,18 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title']    = 'Per Item';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_extension']   = 'Extensions';
 | 
			
		||||
$_['text_success']     = 'Success: You have modified shipping per item rates!';
 | 
			
		||||
$_['text_edit']        = 'Edit Per Item Shipping';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_cost']       = 'Cost';
 | 
			
		||||
$_['entry_tax_class']  = 'Tax Class';
 | 
			
		||||
$_['entry_geo_zone']   = 'Geo Zone';
 | 
			
		||||
$_['entry_status']     = 'Status';
 | 
			
		||||
$_['entry_sort_order'] = 'Sort Order';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_permission'] = 'Warning: You do not have permission to modify shipping per item rates!';
 | 
			
		||||
							
								
								
									
										29
									
								
								admin/extension/shipping/parcelforce_48.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								admin/extension/shipping/parcelforce_48.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,29 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title']           = 'Parcelforce 48';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_extension']          = 'Extensions';
 | 
			
		||||
$_['text_success']            = 'Success: You have modified Parcelforce 48 shipping!';
 | 
			
		||||
$_['text_edit']               = 'Edit Parcelforce 48 Shipping';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_rate']              = 'Parcelforce 48 Rates';
 | 
			
		||||
$_['entry_insurance']         = 'Parcelforce48 Compensation Rates';
 | 
			
		||||
$_['entry_display_weight']    = 'Display Delivery Weight';
 | 
			
		||||
$_['entry_display_insurance'] = 'Display Insurance';
 | 
			
		||||
$_['entry_display_time']      = 'Display Delivery Time';
 | 
			
		||||
$_['entry_tax_class']         = 'Tax Class';
 | 
			
		||||
$_['entry_geo_zone']          = 'Geo Zone';
 | 
			
		||||
$_['entry_status']            = 'Status';
 | 
			
		||||
$_['entry_sort_order']        = 'Sort Order';
 | 
			
		||||
 | 
			
		||||
// Help
 | 
			
		||||
$_['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 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.';
 | 
			
		||||
$_['help_insurance']          = 'Enter values upto 5,2 decimal places. (12345.67) Example: 34:0,100:1,250:2.25 - Insurance cover for cart values upto 34 would cost 0.00 extra, those values more than 100 and upto 250 will cost 2.25 extra. Do not enter currency symbols.';
 | 
			
		||||
$_['help_display_weight']     = 'Do you want to display the shipping weight? (e.g. Delivery Weight : 2.7674 kg)';
 | 
			
		||||
$_['help_display_insurance']  = 'Do you want to display the shipping insurance? (e.g. Insured upto 500)';
 | 
			
		||||
$_['help_display_time']       = 'Do you want to display the shipping time? (e.g. Ships within 3 to 5 days)';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_permission']        = 'Warning: You do not have permission to modify Parcelforce 48 shipping!';
 | 
			
		||||
							
								
								
									
										16
									
								
								admin/extension/shipping/pickup.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								admin/extension/shipping/pickup.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,16 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title']    = 'Pickup From Store';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_extension']   = 'Extensions';
 | 
			
		||||
$_['text_success']     = 'Success: You have modified pickup from store!';
 | 
			
		||||
$_['text_edit']        = 'Edit Pickup From Store Shipping';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_geo_zone']   = 'Geo Zone';
 | 
			
		||||
$_['entry_status']     = 'Status';
 | 
			
		||||
$_['entry_sort_order'] = 'Sort Order';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_permission'] = 'Warning: You do not have permission to modify pickup from store!';
 | 
			
		||||
							
								
								
									
										47
									
								
								admin/extension/shipping/royal_mail.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										47
									
								
								admin/extension/shipping/royal_mail.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,47 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title']                    = 'Royal Mail';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_extension']                   = 'Extensions';
 | 
			
		||||
$_['text_success']                     = 'Success: You have modified Royal Mail shipping!';
 | 
			
		||||
$_['text_edit']                        = 'Edit Royal Mail Shipping';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_rate']                       = 'Rates';
 | 
			
		||||
$_['entry_rate_eu']                    = 'Europe Rates';
 | 
			
		||||
$_['entry_rate_non_eu']                = 'Non Europe Rates';
 | 
			
		||||
$_['entry_rate_zone_1']                = 'World Zone 1 Rates';
 | 
			
		||||
$_['entry_rate_zone_2']                = 'World Zone 2 Rates';
 | 
			
		||||
$_['entry_insurance']                  = 'Compensation Rates';
 | 
			
		||||
$_['entry_display_weight']             = 'Display Delivery Weight';
 | 
			
		||||
$_['entry_display_insurance']          = 'Display Insurance';
 | 
			
		||||
$_['entry_weight_class']               = 'Weight Class';
 | 
			
		||||
$_['entry_tax_class']                  = 'Tax Class';
 | 
			
		||||
$_['entry_geo_zone']                   = 'Geo Zone';
 | 
			
		||||
$_['entry_status']                     = 'Status';
 | 
			
		||||
$_['entry_sort_order']                 = 'Sort Order';
 | 
			
		||||
 | 
			
		||||
// Help
 | 
			
		||||
$_['help_rate']                        = 'Example: 5:10.00,7:12.00 Weight:Cost,Weight:Cost, etc..';
 | 
			
		||||
$_['help_insurance']                   = 'Enter values upto 5,2 decimal places. (12345.67) Example: 34:0,100:1,250:2.25 - Insurance cover for cart values upto 34 would cost 0.00 extra, those values more than 100 and upto 250 will cost 2.25 extra. Do not enter currency symbols.';
 | 
			
		||||
$_['help_display_weight']              = 'Do you want to display the shipping weight? (e.g. Delivery Weight : 2.7674 kg)';
 | 
			
		||||
$_['help_display_insurance']           = 'Do you want to display the shipping insurance? (e.g. Insured upto £500)';
 | 
			
		||||
$_['help_international']               = '<p>Shipping services and prices guide is avaliable here:</p><p><a href="http://www.royalmail.com/international-zones" target="_blank">http://www.royalmail.com/international-zones</a></p><p><a href="http://www.royalmail.com/sites/default/files/RM_OurPrices_Mar2014a.pdf" target="_blank">http://www.royalmail.com/sites/default/files/RM_OurPrices_Mar2014a.pdf</a></p><p><a href="http://www.royalmail.com/sites/default/files/RoyalMail_International_TrackedCoverage_Jan2014.pdf" target="_blank">http://www.royalmail.com/sites/default/files/RoyalMail_International_TrackedCoverage_Jan2014.pdf</a></p>';
 | 
			
		||||
 | 
			
		||||
// Tab
 | 
			
		||||
$_['tab_special_delivery_500']         = 'Special Delivery Next Day (£500)';
 | 
			
		||||
$_['tab_special_delivery_1000']        = 'Special Delivery Next Day (£1000)';
 | 
			
		||||
$_['tab_special_delivery_2500']        = 'Special Delivery Next Day (£2500)';
 | 
			
		||||
$_['tab_1st_class_signed']             = '1st Class Signed';
 | 
			
		||||
$_['tab_2nd_class_signed']             = '2nd Class Signed';
 | 
			
		||||
$_['tab_1st_class_standard']           = '1st Class Standard';
 | 
			
		||||
$_['tab_2nd_class_standard']           = '2nd Class Standard';
 | 
			
		||||
$_['tab_international_standard']       = 'International Standard';
 | 
			
		||||
$_['tab_international_tracked_signed'] = 'International Tracked & Signed';
 | 
			
		||||
$_['tab_international_tracked']        = 'International Tracked';
 | 
			
		||||
$_['tab_international_signed']         = 'International Signed';
 | 
			
		||||
$_['tab_international_economy']        = 'International Economy';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_permission']                 = 'Warning: You do not have permission to modify Royal Mail shipping!';
 | 
			
		||||
							
								
								
									
										115
									
								
								admin/extension/shipping/ups.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										115
									
								
								admin/extension/shipping/ups.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,115 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title']                = 'UPS';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_extension']               = 'Extensions';
 | 
			
		||||
$_['text_success']                 = 'Success: You have modified UPS shipping!';
 | 
			
		||||
$_['text_edit']                    = 'Edit UPS Shipping';
 | 
			
		||||
$_['text_regular_daily_pickup']    = 'Regular Daily Pickup';
 | 
			
		||||
$_['text_daily_pickup']            = 'Daily Pickup';
 | 
			
		||||
$_['text_customer_counter']        = 'Customer Counter';
 | 
			
		||||
$_['text_one_time_pickup']         = 'One Time Pickup';
 | 
			
		||||
$_['text_on_call_air_pickup']      = 'On Call Air Pickup';
 | 
			
		||||
$_['text_letter_center']           = 'Letter Center';
 | 
			
		||||
$_['text_air_service_center']      = 'Air Service Center';
 | 
			
		||||
$_['text_suggested_retail_rates']  = 'Suggested Retail Rates (UPS Store)';
 | 
			
		||||
$_['text_package']                 = 'Package';
 | 
			
		||||
$_['text_ups_letter']              = 'UPS Letter';
 | 
			
		||||
$_['text_ups_tube']                = 'UPS Tube';
 | 
			
		||||
$_['text_ups_pak']                 = 'UPS Pak';
 | 
			
		||||
$_['text_ups_express_box']         = 'UPS Express Box';
 | 
			
		||||
$_['text_ups_25kg_box']            = 'UPS 25kg box';
 | 
			
		||||
$_['text_ups_10kg_box']            = 'UPS 10kg box';
 | 
			
		||||
$_['text_us']                      = 'US Origin';
 | 
			
		||||
$_['text_ca']                      = 'Canada Origin';
 | 
			
		||||
$_['text_eu']                      = 'European Union Origin';
 | 
			
		||||
$_['text_pr']                      = 'Puerto Rico Origin';
 | 
			
		||||
$_['text_mx']                      = 'Mexico Origin';
 | 
			
		||||
$_['text_other']                   = 'All Other Origins';
 | 
			
		||||
$_['text_test']                    = 'Test';
 | 
			
		||||
$_['text_production']              = 'Production';
 | 
			
		||||
$_['text_residential']             = 'Residential';
 | 
			
		||||
$_['text_commercial']              = 'Commercial';
 | 
			
		||||
$_['text_next_day_air']            = 'UPS Next Day Air';
 | 
			
		||||
$_['text_2nd_day_air']             = 'UPS Second Day Air';
 | 
			
		||||
$_['text_ground']                  = 'UPS Ground';
 | 
			
		||||
$_['text_3_day_select']            = 'UPS Three-Day Select';
 | 
			
		||||
$_['text_next_day_air_saver']      = 'UPS Next Day Air Saver';
 | 
			
		||||
$_['text_next_day_air_early_am']   = 'UPS Next Day Air Early A.M.';
 | 
			
		||||
$_['text_2nd_day_air_am']          = 'UPS Second Day Air A.M.';
 | 
			
		||||
$_['text_saver']                   = 'UPS Saver';
 | 
			
		||||
$_['text_worldwide_express']       = 'UPS Worldwide Express';
 | 
			
		||||
$_['text_worldwide_expedited']     = 'UPS Worldwide Expedited';
 | 
			
		||||
$_['text_standard']                = 'UPS Standard';
 | 
			
		||||
$_['text_worldwide_express_plus']  = 'UPS Worldwide Express Plus';
 | 
			
		||||
$_['text_express']                 = 'UPS Express';
 | 
			
		||||
$_['text_expedited']               = 'UPS Expedited';
 | 
			
		||||
$_['text_express_early_am']        = 'UPS Express Early A.M.';
 | 
			
		||||
$_['text_express_plus']            = 'UPS Express Plus';
 | 
			
		||||
$_['text_today_standard']          = 'UPS Today Standard';
 | 
			
		||||
$_['text_today_dedicated_courier'] = 'UPS Today Dedicated Courier';
 | 
			
		||||
$_['text_today_intercity']         = 'UPS Today Intercity';
 | 
			
		||||
$_['text_today_express']           = 'UPS Today Express';
 | 
			
		||||
$_['text_today_express_saver']     = 'UPS Today Express Saver';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_key']                    = 'Access Key';
 | 
			
		||||
$_['entry_username']               = 'Username';
 | 
			
		||||
$_['entry_password']               = 'Password';
 | 
			
		||||
$_['entry_pickup']                 = 'Pickup Method';
 | 
			
		||||
$_['entry_packaging']              = 'Packaging Type';
 | 
			
		||||
$_['entry_classification']         = 'Customer Classification Code';
 | 
			
		||||
$_['entry_origin']                 = 'Shipping Origin Code';
 | 
			
		||||
$_['entry_city']                   = 'Origin City';
 | 
			
		||||
$_['entry_state']                  = 'Origin State/Province';
 | 
			
		||||
$_['entry_country']                = 'Origin Country';
 | 
			
		||||
$_['entry_postcode']               = 'Origin Zip/Postal Code';
 | 
			
		||||
$_['entry_test']                   = 'Test Mode';
 | 
			
		||||
$_['entry_quote_type']             = 'Quote Type';
 | 
			
		||||
$_['entry_service']                = 'Services';
 | 
			
		||||
$_['entry_insurance']              = 'Enable Insurance';
 | 
			
		||||
$_['entry_display_weight']         = 'Display Delivery Weight';
 | 
			
		||||
$_['entry_weight_class']           = 'Weight Class';
 | 
			
		||||
$_['entry_length_class']           = 'Length Class';
 | 
			
		||||
$_['entry_dimension']              = 'Dimensions (L x W x H)';
 | 
			
		||||
$_['entry_length']                 = 'Length';
 | 
			
		||||
$_['entry_height']                 = 'Height';
 | 
			
		||||
$_['entry_width']                  = 'Width';
 | 
			
		||||
$_['entry_tax_class']              = 'Tax Class';
 | 
			
		||||
$_['entry_geo_zone']               = 'Geo Zone';
 | 
			
		||||
$_['entry_status']                 = 'Status';
 | 
			
		||||
$_['entry_sort_order']             = 'Sort Order';
 | 
			
		||||
$_['entry_debug']                  = 'Debug Mode';
 | 
			
		||||
 | 
			
		||||
// Help
 | 
			
		||||
$_['help_key']                     = 'Enter the XML rates access key assigned to you by UPS.';
 | 
			
		||||
$_['help_username']                = 'Enter your UPS Services account username.';
 | 
			
		||||
$_['help_password']                = 'Enter your UPS Services account password.';
 | 
			
		||||
$_['help_pickup']                  = 'How do you give packages to UPS (only used when origin is US)?';
 | 
			
		||||
$_['help_packaging']               = 'What kind of packaging do you use?';
 | 
			
		||||
$_['help_classification']          = '01 - If you are billing to a UPS account and have a daily UPS pickup, 03 - If you do not have a UPS account or you are billing to a UPS account but do not have a daily pickup, 04 - If you are shipping from a retail outlet (only used when origin is US)';
 | 
			
		||||
$_['help_origin']                  = 'What origin point should be used (this setting affects only what UPS product names are shown to the user)';
 | 
			
		||||
$_['help_city']                    = 'Enter the name of the origin city.';
 | 
			
		||||
$_['help_state']                   = 'Enter the two-letter code for your origin state/province.';
 | 
			
		||||
$_['help_country']                 = 'Enter the two-letter code for your origin country.';
 | 
			
		||||
$_['help_postcode']                = 'Enter your origin zip/postalcode.';
 | 
			
		||||
$_['help_test']                    = 'Use this module in Test (YES) or Production mode (NO)?';
 | 
			
		||||
$_['help_quote_type']              = 'Quote for Residential or Commercial Delivery.';
 | 
			
		||||
$_['help_service']                 = 'Select the UPS services to be offered.';
 | 
			
		||||
$_['help_insurance']               = 'Enables insurance with product total as the value';
 | 
			
		||||
$_['help_display_weight']          = 'Do you want to display the shipping weight? (e.g. Delivery Weight : 2.7674 kg)';
 | 
			
		||||
$_['help_weight_class']            = 'Set to kilograms or pounds.';
 | 
			
		||||
$_['help_length_class']            = 'Set to centimeters or inches.';
 | 
			
		||||
$_['help_dimension']               = 'This is assumed to be your average packing box size. Individual item dimensions are not supported at this time so you must enter average dimensions like 5x5x5.';
 | 
			
		||||
$_['help_debug']                   = 'Saves send/recv data to the system log';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_permission']             = 'Warning: You do not have permission to modify UPS (US) shipping!';
 | 
			
		||||
$_['error_key']                    = 'Access Key Required!';
 | 
			
		||||
$_['error_username']               = 'Username Required!';
 | 
			
		||||
$_['error_password']               = 'Password Required!';
 | 
			
		||||
$_['error_city']                   = 'Origin City!';
 | 
			
		||||
$_['error_state']                  = 'Origin State/Province Required!';
 | 
			
		||||
$_['error_country']                = 'Origin Country Required!';
 | 
			
		||||
$_['error_dimension']              = 'Average Dimensions Required!';
 | 
			
		||||
							
								
								
									
										88
									
								
								admin/extension/shipping/usps.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										88
									
								
								admin/extension/shipping/usps.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,88 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title']         = 'United States Postal Service';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_extension']        = 'Extensions';
 | 
			
		||||
$_['text_success']          = 'Success: You have modified United States Postal Service!';
 | 
			
		||||
$_['text_edit']             = 'Edit United States Postal Service Shipping';
 | 
			
		||||
$_['text_domestic_00']      = 'First-Class Mail Parcel';
 | 
			
		||||
$_['text_domestic_01']      = 'First-Class Mail Large Envelope';
 | 
			
		||||
$_['text_domestic_02']      = 'First-Class Mail Letter';
 | 
			
		||||
$_['text_domestic_03']      = 'First-Class Mail Postcards';
 | 
			
		||||
$_['text_domestic_1']       = 'Priority Mail';
 | 
			
		||||
$_['text_domestic_2']       = 'Express Mail Hold for Pickup';
 | 
			
		||||
$_['text_domestic_3']       = 'Express Mail';
 | 
			
		||||
$_['text_domestic_4']       = 'Parcel Post';
 | 
			
		||||
$_['text_domestic_5']       = 'Bound Printed Matter';
 | 
			
		||||
$_['text_domestic_6']       = 'Media Mail';
 | 
			
		||||
$_['text_domestic_7']       = 'Library';
 | 
			
		||||
$_['text_domestic_12']      = 'First-Class Postcard Stamped';
 | 
			
		||||
$_['text_domestic_13']      = 'Express Mail Flat-Rate Envelope';
 | 
			
		||||
$_['text_domestic_16']      = 'Priority Mail Flat-Rate Envelope';
 | 
			
		||||
$_['text_domestic_17']      = 'Priority Mail Regular Flat-Rate Box';
 | 
			
		||||
$_['text_domestic_18']      = 'Priority Mail Keys and IDs';
 | 
			
		||||
$_['text_domestic_19']      = 'First-Class Keys and IDs';
 | 
			
		||||
$_['text_domestic_22']      = 'Priority Mail Flat-Rate Large Box';
 | 
			
		||||
$_['text_domestic_23']      = 'Express Mail Sunday/Holiday';
 | 
			
		||||
$_['text_domestic_25']      = 'Express Mail Flat-Rate Envelope Sunday/Holiday';
 | 
			
		||||
$_['text_domestic_27']      = 'Express Mail Flat-Rate Envelope Hold For Pickup';
 | 
			
		||||
$_['text_domestic_28']      = 'Priority Mail Small Flat-Rate Box';
 | 
			
		||||
$_['text_international_1']  = 'Express Mail International';
 | 
			
		||||
$_['text_international_2']  = 'Priority Mail International';
 | 
			
		||||
$_['text_international_4']  = 'Global Express Guaranteed (Document and Non-document)';
 | 
			
		||||
$_['text_international_5']  = 'Global Express Guaranteed Document used';
 | 
			
		||||
$_['text_international_6']  = 'Global Express Guaranteed Non-Document Rectangular shape';
 | 
			
		||||
$_['text_international_7']  = 'Global Express Guaranteed Non-Document Non-Rectangular';
 | 
			
		||||
$_['text_international_8']  = 'Priority Mail Flat Rate Envelope';
 | 
			
		||||
$_['text_international_9']  = 'Priority Mail Flat Rate Box';
 | 
			
		||||
$_['text_international_10'] = 'Express Mail International Flat Rate Envelope';
 | 
			
		||||
$_['text_international_11'] = 'Priority Mail Flat Rate Large Box';
 | 
			
		||||
$_['text_international_12'] = 'Global Express Guaranteed Envelope';
 | 
			
		||||
$_['text_international_13'] = 'First Class Mail International Letters';
 | 
			
		||||
$_['text_international_14'] = 'First Class Mail International Flats';
 | 
			
		||||
$_['text_international_15'] = 'First Class Mail International Parcels';
 | 
			
		||||
$_['text_international_16'] = 'Priority Mail Flat Rate Small Box';
 | 
			
		||||
$_['text_international_21'] = 'Postcards';
 | 
			
		||||
$_['text_regular']          = 'Regular';
 | 
			
		||||
$_['text_large']            = 'Large';
 | 
			
		||||
$_['text_rectangular']      = 'Rectangular';
 | 
			
		||||
$_['text_non_rectangular']  = 'Non Rectangular';
 | 
			
		||||
$_['text_variable']         = 'Variable';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_user_id']         = 'User ID';
 | 
			
		||||
$_['entry_postcode']        = 'Zip Code';
 | 
			
		||||
$_['entry_domestic']        = 'Domestic Services';
 | 
			
		||||
$_['entry_international']   = 'International Services';
 | 
			
		||||
$_['entry_size']            = 'Size';
 | 
			
		||||
$_['entry_container']       = 'Container';
 | 
			
		||||
$_['entry_machinable']      = 'Machinable';
 | 
			
		||||
$_['entry_dimension']       = 'Dimensions (L x W x H)';
 | 
			
		||||
$_['entry_length']          = 'Length';
 | 
			
		||||
$_['entry_height']          = 'Height';
 | 
			
		||||
$_['entry_width']           = 'Width';
 | 
			
		||||
$_['entry_display_time']    = 'Display Delivery Time';
 | 
			
		||||
$_['entry_display_weight']  = 'Display Delivery Weight';
 | 
			
		||||
$_['entry_weight_class']    = 'Weight Class';
 | 
			
		||||
$_['entry_tax']             = 'Tax Class';
 | 
			
		||||
$_['entry_geo_zone']        = 'Geo Zone';
 | 
			
		||||
$_['entry_status']          = 'Status';
 | 
			
		||||
$_['entry_sort_order']      = 'Sort Order';
 | 
			
		||||
$_['entry_debug']           = 'Debug Mode';
 | 
			
		||||
 | 
			
		||||
// Help
 | 
			
		||||
$_['help_dimension']        = 'Average package dimensions for shipping package. Product dimensions are not used for shipping at this time.';
 | 
			
		||||
$_['help_display_time']     = 'Do you want to display the shipping time? (e.g. Ships within 3 to 5 days)';
 | 
			
		||||
$_['help_display_weight']   = 'Do you want to display the shipping weight? (e.g. Delivery Weight : 2.7674 kg)';
 | 
			
		||||
$_['help_weight_class']     = 'Must be set to Pound.';
 | 
			
		||||
$_['help_debug']            = 'Saves send/recv data to the system log';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_permission']      = 'Warning: You do not have permission to modify United States Postal Service!';
 | 
			
		||||
$_['error_user_id']         = 'User ID Required!';
 | 
			
		||||
$_['error_postcode']        = 'Zip Code Required!';
 | 
			
		||||
$_['error_width']           = 'Width Required!';
 | 
			
		||||
$_['error_length']          = 'Length Required!';
 | 
			
		||||
$_['error_height']          = 'Height Required!';
 | 
			
		||||
$_['error_girth']           = 'Girth Required!';
 | 
			
		||||
							
								
								
									
										21
									
								
								admin/extension/shipping/weight.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								admin/extension/shipping/weight.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,21 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title']    = 'Weight Based Shipping';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_extension']   = 'Extensions';
 | 
			
		||||
$_['text_success']     = 'Success: You have modified weight based shipping!';
 | 
			
		||||
$_['text_edit']        = 'Edit Weight Based Shipping';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_rate']       = 'Rates';
 | 
			
		||||
$_['entry_tax_class']  = 'Tax Class';
 | 
			
		||||
$_['entry_geo_zone']   = 'Geo Zone';
 | 
			
		||||
$_['entry_status']     = 'Status';
 | 
			
		||||
$_['entry_sort_order'] = 'Sort Order';
 | 
			
		||||
 | 
			
		||||
// Help
 | 
			
		||||
$_['help_rate']        = 'Example: 5:10.00,7:12.00 Weight:Cost,Weight:Cost, etc..';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_permission'] = 'Warning: You do not have permission to modify weight based shipping!';
 | 
			
		||||
		Reference in New Issue
	
	Block a user