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

18 lines
350 B
Perl

package WebGUI::i18n::English::CommerceShippingByPrice;
our $I18N = {
'percentage of price' => {
message => q|Percentage of price|,
lastUpdated => 0,
context => q|The label of the percentage of price form element.|
},
'title' => {
message => q|By Price|,
lastUpdated => 0,
context => q|The title of the by price module.|
},
};
1;