Add more commerce stuff
This commit is contained in:
parent
d12082f8ed
commit
d0374dcca3
6 changed files with 916 additions and 0 deletions
18
lib/WebGUI/i18n/English/CommerceShippingPerTransaction.pm
Normal file
18
lib/WebGUI/i18n/English/CommerceShippingPerTransaction.pm
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
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;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue