18 lines
350 B
Perl
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;
|
|
|