merged with HEAD and other interesting changes

This commit is contained in:
David Delikat 2009-03-19 04:12:03 +00:00
parent 66c6c0fae5
commit 856cc06d04
151 changed files with 7335 additions and 2602 deletions

View file

@ -555,6 +555,12 @@ our $I18N = {
context => q|admin function label|
},
'vendor payouts' => {
message => q|Vendor payouts|,
lastUpdated => 0,
context => q|admin function label|
},
'update' => {
message => q|Update|,
lastUpdated => 0,
@ -1522,6 +1528,23 @@ our $I18N = {
context => q|template variable for Cart template|,
},
'cart checkout minimum' => {
message => q|Minimum checkout amount|,
lastUpdated => 0,
context => q|shop setting label|,
},
'cart checkout minimum help' => {
message => q|Use this setting to require a minimum cart value to allow users to check out.|,
lastUpdated => 0,
context => q|shop setting hover help|,
},
'required minimum order amount' => {
message => q|Minimum order:|,
lastUpdated => 0,
context => q|message that is displayed in the cart view screen|,
},
};
1;