missed some i18n in the FlatDiscount SKU related to the thank you message

This commit is contained in:
Colin Kuskie 2008-06-13 00:23:15 +00:00
parent 262bdaae72
commit 0076d9279e

View file

@ -93,12 +93,24 @@ our $I18N = {
context => q|template variable description|
},
'thank you message' => {
message => q|Thank you message|,
lastUpdated => 0,
context => q|help for default price field|
},
'thank you message help' => {
message => q|Write a "thank you message", this could also just be a notice that something was added to the cart.|,
lastUpdated => 0,
context => q|help for default price field|
},
'default thank you message' => {
message => q|The coupon has been added to the cart.|,
lastUpdated => 0,
context => q|help for default price field|
},
'hasAddedToCart' => {
message => q|A condition indicating that the user has added the product to their cart, so we can display the thank you message.|,
lastUpdated => 0,