usps.php (4771B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'United States Postal Service'; 4 5 // Text 6 $_['text_extension'] = 'Доставка'; 7 $_['text_shipping'] = 'Доставка'; 8 $_['text_success'] = 'Success: You have modified United States Postal Service!'; 9 $_['text_edit'] = 'Edit United States Postal Service Shipping'; 10 $_['text_domestic_00'] = 'First-Class Mail Parcel'; 11 $_['text_domestic_01'] = 'First-Class Mail Large Envelope'; 12 $_['text_domestic_02'] = 'First-Class Mail Letter'; 13 $_['text_domestic_03'] = 'First-Class Mail Postcards'; 14 $_['text_domestic_1'] = 'Priority Mail'; 15 $_['text_domestic_2'] = 'Express Mail Hold for Pickup'; 16 $_['text_domestic_3'] = 'Express Mail'; 17 $_['text_domestic_4'] = 'Parcel Post'; 18 $_['text_domestic_5'] = 'Bound Printed Matter'; 19 $_['text_domestic_6'] = 'Media Mail'; 20 $_['text_domestic_7'] = 'Library'; 21 $_['text_domestic_12'] = 'First-Class Postcard Stamped'; 22 $_['text_domestic_13'] = 'Express Mail Flat-Rate Envelope'; 23 $_['text_domestic_16'] = 'Priority Mail Flat-Rate Envelope'; 24 $_['text_domestic_17'] = 'Priority Mail Regular Flat-Rate Box'; 25 $_['text_domestic_18'] = 'Priority Mail Keys and IDs'; 26 $_['text_domestic_19'] = 'First-Class Keys and IDs'; 27 $_['text_domestic_22'] = 'Priority Mail Flat-Rate Large Box'; 28 $_['text_domestic_23'] = 'Express Mail Sunday/Holiday'; 29 $_['text_domestic_25'] = 'Express Mail Flat-Rate Envelope Sunday/Holiday'; 30 $_['text_domestic_27'] = 'Express Mail Flat-Rate Envelope Hold For Pickup'; 31 $_['text_domestic_28'] = 'Priority Mail Small Flat-Rate Box'; 32 $_['text_international_1'] = 'Express Mail International'; 33 $_['text_international_2'] = 'Priority Mail International'; 34 $_['text_international_4'] = 'Global Express Guaranteed (Document and Non-document)'; 35 $_['text_international_5'] = 'Global Express Guaranteed Document used'; 36 $_['text_international_6'] = 'Global Express Guaranteed Non-Document Rectangular shape'; 37 $_['text_international_7'] = 'Global Express Guaranteed Non-Document Non-Rectangular'; 38 $_['text_international_8'] = 'Priority Mail Flat Rate Envelope'; 39 $_['text_international_9'] = 'Priority Mail Flat Rate Box'; 40 $_['text_international_10'] = 'Express Mail International Flat Rate Envelope'; 41 $_['text_international_11'] = 'Priority Mail Flat Rate Large Box'; 42 $_['text_international_12'] = 'Global Express Guaranteed Envelope'; 43 $_['text_international_13'] = 'First Class Mail International Letters'; 44 $_['text_international_14'] = 'First Class Mail International Flats'; 45 $_['text_international_15'] = 'First Class Mail International Parcels'; 46 $_['text_international_16'] = 'Priority Mail Flat Rate Small Box'; 47 $_['text_international_21'] = 'Postcards'; 48 $_['text_regular'] = 'Regular'; 49 $_['text_large'] = 'Large'; 50 $_['text_rectangular'] = 'Rectangular'; 51 $_['text_non_rectangular'] = 'Non Rectangular'; 52 $_['text_variable'] = 'Variable'; 53 54 // Entry 55 $_['entry_user_id'] = 'User ID'; 56 $_['entry_postcode'] = 'Zip Code'; 57 $_['entry_domestic'] = 'Domestic Services'; 58 $_['entry_international'] = 'International Services'; 59 $_['entry_size'] = 'Size'; 60 $_['entry_container'] = 'Container'; 61 $_['entry_machinable'] = 'Machinable'; 62 $_['entry_dimension'] = 'Dimensions (L x W x H)'; 63 $_['entry_length'] = 'Length'; 64 $_['entry_height'] = 'Height'; 65 $_['entry_width'] = 'Width'; 66 $_['entry_display_time'] = 'Display Delivery Time'; 67 $_['entry_display_weight'] = 'Display Delivery Weight'; 68 $_['entry_weight_class'] = 'Weight Class'; 69 $_['entry_tax'] = 'Tax Class'; 70 $_['entry_geo_zone'] = 'Geo Zone'; 71 $_['entry_status'] = 'Status'; 72 $_['entry_sort_order'] = 'Sort Order'; 73 $_['entry_debug'] = 'Debug Mode'; 74 75 // Help 76 $_['help_dimension'] = 'Average package dimensions for shipping package. Product dimensions are not used for shipping at this time.'; 77 $_['help_display_time'] = 'Do you want to display the shipping time? (e.g. Ships within 3 to 5 days)'; 78 $_['help_display_weight'] = 'Do you want to display the shipping weight? (e.g. Delivery Weight : 2.7674 kg)'; 79 $_['help_weight_class'] = 'Must be set to Pound.'; 80 $_['help_debug'] = 'Saves send/recv data to the system log'; 81 82 // Error 83 $_['error_permission'] = 'Warning: You do not have permission to modify United States Postal Service!'; 84 $_['error_user_id'] = 'User ID Required!'; 85 $_['error_postcode'] = 'Zip Code Required!'; 86 $_['error_width'] = 'Width Required!'; 87 $_['error_length'] = 'Length Required!'; 88 $_['error_height'] = 'Height Required!'; 89 $_['error_girth'] = 'Girth Required!';