ups.php (7010B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'UPS'; 4 5 // Text 6 $_['text_extension'] = 'Доставка'; 7 $_['text_shipping'] = 'Доставка'; 8 $_['text_success'] = 'Success: You have modified UPS shipping!'; 9 $_['text_edit'] = 'Edit UPS Shipping'; 10 $_['text_regular_daily_pickup'] = 'Regular Daily Pickup'; 11 $_['text_daily_pickup'] = 'Daily Pickup'; 12 $_['text_customer_counter'] = 'Customer Counter'; 13 $_['text_one_time_pickup'] = 'One Time Pickup'; 14 $_['text_on_call_air_pickup'] = 'On Call Air Pickup'; 15 $_['text_letter_center'] = 'Letter Center'; 16 $_['text_air_service_center'] = 'Air Service Center'; 17 $_['text_suggested_retail_rates'] = 'Suggested Retail Rates (UPS Store)'; 18 $_['text_package'] = 'Package'; 19 $_['text_ups_letter'] = 'UPS Letter'; 20 $_['text_ups_tube'] = 'UPS Tube'; 21 $_['text_ups_pak'] = 'UPS Pak'; 22 $_['text_ups_express_box'] = 'UPS Express Box'; 23 $_['text_ups_25kg_box'] = 'UPS 25kg box'; 24 $_['text_ups_10kg_box'] = 'UPS 10kg box'; 25 $_['text_us'] = 'US Origin'; 26 $_['text_ca'] = 'Canada Origin'; 27 $_['text_eu'] = 'European Union Origin'; 28 $_['text_pr'] = 'Puerto Rico Origin'; 29 $_['text_mx'] = 'Mexico Origin'; 30 $_['text_other'] = 'All Other Origins'; 31 $_['text_test'] = 'Test'; 32 $_['text_production'] = 'Production'; 33 $_['text_residential'] = 'Residential'; 34 $_['text_commercial'] = 'Commercial'; 35 $_['text_next_day_air'] = 'UPS Next Day Air'; 36 $_['text_2nd_day_air'] = 'UPS Second Day Air'; 37 $_['text_ground'] = 'UPS Ground'; 38 $_['text_3_day_select'] = 'UPS Three-Day Select'; 39 $_['text_next_day_air_saver'] = 'UPS Next Day Air Saver'; 40 $_['text_next_day_air_early_am'] = 'UPS Next Day Air Early A.M.'; 41 $_['text_2nd_day_air_am'] = 'UPS Second Day Air A.M.'; 42 $_['text_saver'] = 'UPS Saver'; 43 $_['text_worldwide_express'] = 'UPS Worldwide Express'; 44 $_['text_worldwide_expedited'] = 'UPS Worldwide Expedited'; 45 $_['text_standard'] = 'UPS Standard'; 46 $_['text_worldwide_express_plus'] = 'UPS Worldwide Express Plus'; 47 $_['text_express'] = 'UPS Express'; 48 $_['text_expedited'] = 'UPS Expedited'; 49 $_['text_express_early_am'] = 'UPS Express Early A.M.'; 50 $_['text_express_plus'] = 'UPS Express Plus'; 51 $_['text_today_standard'] = 'UPS Today Standard'; 52 $_['text_today_dedicated_courier'] = 'UPS Today Dedicated Courier'; 53 $_['text_today_intercity'] = 'UPS Today Intercity'; 54 $_['text_today_express'] = 'UPS Today Express'; 55 $_['text_today_express_saver'] = 'UPS Today Express Saver'; 56 57 // Entry 58 $_['entry_key'] = 'Access Key'; 59 $_['entry_username'] = 'Username'; 60 $_['entry_password'] = 'Password'; 61 $_['entry_pickup'] = 'Pickup Method'; 62 $_['entry_packaging'] = 'Packaging Type'; 63 $_['entry_classification'] = 'Customer Classification Code'; 64 $_['entry_origin'] = 'Shipping Origin Code'; 65 $_['entry_city'] = 'Origin City'; 66 $_['entry_state'] = 'Origin State/Province'; 67 $_['entry_country'] = 'Origin Country'; 68 $_['entry_postcode'] = 'Origin Zip/Postal Code'; 69 $_['entry_test'] = 'Test Mode'; 70 $_['entry_quote_type'] = 'Quote Type'; 71 $_['entry_service'] = 'Services'; 72 $_['entry_insurance'] = 'Enable Insurance'; 73 $_['entry_display_weight'] = 'Display Delivery Weight'; 74 $_['entry_weight_class'] = 'Weight Class'; 75 $_['entry_length_class'] = 'Length Class'; 76 $_['entry_dimension'] = 'Dimensions (L x W x H)'; 77 $_['entry_length'] = 'Length'; 78 $_['entry_height'] = 'Height'; 79 $_['entry_width'] = 'Width'; 80 $_['entry_tax_class'] = 'Tax Class'; 81 $_['entry_geo_zone'] = 'Geo Zone'; 82 $_['entry_status'] = 'Status'; 83 $_['entry_sort_order'] = 'Sort Order'; 84 $_['entry_debug'] = 'Debug Mode'; 85 86 // Help 87 $_['help_key'] = 'Enter the XML rates access key assigned to you by UPS.'; 88 $_['help_username'] = 'Enter your UPS Services account username.'; 89 $_['help_password'] = 'Enter your UPS Services account password.'; 90 $_['help_pickup'] = 'How do you give packages to UPS (only used when origin is US)?'; 91 $_['help_packaging'] = 'What kind of packaging do you use?'; 92 $_['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)'; 93 $_['help_origin'] = 'What origin point should be used (this setting affects only what UPS product names are shown to the user)'; 94 $_['help_city'] = 'Enter the name of the origin city.'; 95 $_['help_state'] = 'Enter the two-letter code for your origin state/province.'; 96 $_['help_country'] = 'Enter the two-letter code for your origin country.'; 97 $_['help_postcode'] = 'Enter your origin zip/postalcode.'; 98 $_['help_test'] = 'Use this module in Test (YES) or Production mode (NO)?'; 99 $_['help_quote_type'] = 'Quote for Residential or Commercial Delivery.'; 100 $_['help_service'] = 'Select the UPS services to be offered.'; 101 $_['help_insurance'] = 'Enables insurance with product total as the value'; 102 $_['help_display_weight'] = 'Do you want to display the shipping weight? (e.g. Delivery Weight : 2.7674 kg)'; 103 $_['help_weight_class'] = 'Set to kilograms or pounds.'; 104 $_['help_length_class'] = 'Set to centimeters or inches.'; 105 $_['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.'; 106 $_['help_debug'] = 'Saves send/recv data to the system log'; 107 108 // Error 109 $_['error_permission'] = 'Warning: You do not have permission to modify UPS (US) shipping!'; 110 $_['error_key'] = 'Access Key Required!'; 111 $_['error_username'] = 'Username Required!'; 112 $_['error_password'] = 'Password Required!'; 113 $_['error_city'] = 'Origin City!'; 114 $_['error_state'] = 'Origin State/Province Required!'; 115 $_['error_country'] = 'Origin Country Required!'; 116 $_['error_dimension'] = 'Average Dimensions Required!';