Template variable help for the Pay Pal modules, and name the ITransact template better.

This commit is contained in:
Colin Kuskie 2010-05-03 14:31:35 -07:00
parent e21ce2c477
commit 4933e5d52e
5 changed files with 77 additions and 1 deletions

View file

@ -117,11 +117,19 @@ our $I18N = {
lastUpdated => 0,
context => q|Hover help for the password field in the configuration form of the iTransact module.|
},
'Pay' => {
message => q|Pay|,
lastUpdated => 0,
context => q|Button label|
},
'cart summary template' => {
message => q|PayPal Express Checkout Cart Summary Template|,
lastUpdated => 0,
context => q||
},
};
1;

View file

@ -74,7 +74,7 @@ our $I18N = {
},
'edit credentials template' => {
message => q|Edit Credentials Template|,
message => q|ITransact Edit Credentials Template|,
lastUpdated => 0,
context => q|Title of the help page.|
},

View file

@ -226,11 +226,19 @@ Additionally, set the "Return URL" to:|,
lastUpdated => 0,
context => q|Hover help for the password field in the configuration form of the iTransact module.|
},
'Pay' => {
message => q|Pay|,
lastUpdated => 0,
context => q|Button label|
},
'cart summary template' => {
message => q|PayPal Std Payment Driver Plugin Cart Summary Template|,
lastUpdated => 0,
context => q||
},
};
1;