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