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