webgui/lib/WebGUI/i18n/English/CommerceShippingByPrice.pm
2007-12-05 04:21:56 +00:00

19 lines
362 B
Perl

package WebGUI::i18n::English::CommerceShippingByPrice;
use strict;
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;