Cleaned up loose i18n ends,

This commit is contained in:
Martin Kamerbeek 2008-06-13 14:22:31 +00:00
parent 45756c36ba
commit 6e9106152d
2 changed files with 24 additions and 7 deletions

View file

@ -1395,6 +1395,24 @@ our $I18N = {
context => q|Template variable for email receipt template|,
},
'add payment method' => {
message => q|Add a payment method|,
lastUpdated => 0,
context => q|The label of the button that will add a new payment method|,
},
'login message' => {
message => q|You must log in to check out. To login click <a href="%s"> here</a>.|,
lastUpdated => 0,
context => q|Fallback message that vistors will see if they try to check out and the redirect to the login page is not working for some reason.|,
},
'choose payment gateway message' => {
message => q|How would you like to pay?|,
lastUpdated => 42,
context => q|Message asking the user to choose one of the available payment options.|,
},
};
1;