15 lines
281 B
Perl
15 lines
281 B
Perl
package WebGUI::i18n::English::ShipDriver_USPS;
|
|
|
|
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|,
|
|
}
|
|
|
|
};
|
|
|
|
1;
|