Merge branch 'master' of github.com:plainblack/webgui

This commit is contained in:
JT Smith 2009-10-20 11:05:50 -05:00
commit a2264ab799
12 changed files with 190 additions and 25 deletions

View file

@ -621,6 +621,12 @@ our $I18N = {
context => q|field label|
},
'Status' => {
message => q|Status|,
lastUpdated => 0,
context => q|Whether a transaction was successful, or not.|
},
'payment method' => {
message => q|Payment Method|,
lastUpdated => 0,
@ -1695,6 +1701,17 @@ our $I18N = {
context => q|commerce setting help|
},
'Success' => {
message => q|Success|,
lastUpdated => 0,
context => q|commerce setting help|
},
'Failed' => {
message => q|Failure|,
lastUpdated => 0,
context => q|commerce setting help|
},
};