18 lines
328 B
Perl
18 lines
328 B
Perl
package WebGUI::i18n::English::CommerceShippingPerTransaction;
|
|
|
|
our $I18N = {
|
|
'title' => {
|
|
message => q|Per transaction|,
|
|
lastUpdated => 0,
|
|
context => q|The title of the pertransaction plugin.|
|
|
},
|
|
'price' => {
|
|
message => q|Price|,
|
|
lastUpdated => 0,
|
|
context => q|The label of the price form element.|
|
|
},
|
|
|
|
};
|
|
|
|
1;
|
|
|