webgui/lib/WebGUI/i18n/English/CommerceShippingByWeight.pm
2005-04-25 22:29:37 +00:00

18 lines
353 B
Perl

package WebGUI::i18n::English::CommerceShippingByWeight;
our $I18N = {
'title' => {
message => q|By Weight|,
lastUpdated => 0,
context => q|The title of the by weight shipping plugin.|
},
'price per weight' => {
message => q|Price per weight|,
lastUpdated => 0,
context => q|The label of the price per weight form element.|
},
};
1;