63 lines
1.8 KiB
Perl
63 lines
1.8 KiB
Perl
package WebGUI::i18n::English::ShipDriver_USPSInternational;
|
|
|
|
use strict;
|
|
|
|
our $I18N = {
|
|
|
|
'U.S. Postal Service, International' => {
|
|
message => q|U.S. Postal Service, International|,
|
|
lastUpdated => 1203569535,
|
|
context => q|Name of the shipping driver|,
|
|
},
|
|
|
|
'express mail international' => {
|
|
message => q|Express Mail International|,
|
|
lastUpdated => 1203569535,
|
|
context => q|Name of a shipping option|,
|
|
},
|
|
|
|
'priority mail international' => {
|
|
message => q|Priority Mail International|,
|
|
lastUpdated => 1203569535,
|
|
context => q|Name of a shipping option|,
|
|
},
|
|
|
|
'global express guaranteed rectangular' => {
|
|
message => q|Global Express Guaranteed Non-Document Rectangular|,
|
|
lastUpdated => 1203569535,
|
|
context => q|Name of a shipping option|,
|
|
},
|
|
|
|
'global express guaranteed non-rectangular' => {
|
|
message => q|Global Express Guaranteed Non-Document Non-Rectangular|,
|
|
lastUpdated => 1203569535,
|
|
context => q|Name of a shipping option|,
|
|
},
|
|
|
|
'priority mail flat rate box' => {
|
|
message => q|Priority Mail Flat Rate Box|,
|
|
lastUpdated => 1203569535,
|
|
context => q|Name of a shipping option|,
|
|
},
|
|
|
|
'priority mail large flat rate box' => {
|
|
message => q|Priority Mail Large Flat Rate Box|,
|
|
lastUpdated => 1203569535,
|
|
context => q|Name of a shipping option|,
|
|
},
|
|
|
|
'priority mail small flat rate box' => {
|
|
message => q|Priority Mail Small Flat Rate Box|,
|
|
lastUpdated => 1203569535,
|
|
context => q|Name of a shipping option|,
|
|
},
|
|
|
|
'first class mail international parcels' => {
|
|
message => q|First Class Mail International Parcels|,
|
|
lastUpdated => 1203569535,
|
|
context => q|Name of a shipping option|,
|
|
},
|
|
|
|
};
|
|
|
|
1;
|