webgui/lib/WebGUI/i18n/English/ShipDriver_USPSInternational.pm
2009-11-05 12:50:00 -08:00

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;