diff options
Diffstat (limited to 'public/catalog/language/en-gb/extension/total/coupon.php')
-rw-r--r-- | public/catalog/language/en-gb/extension/total/coupon.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/public/catalog/language/en-gb/extension/total/coupon.php b/public/catalog/language/en-gb/extension/total/coupon.php new file mode 100644 index 0000000..f1b5ac6 --- /dev/null +++ b/public/catalog/language/en-gb/extension/total/coupon.php @@ -0,0 +1,14 @@ +<?php +// Heading +$_['heading_title'] = 'Use Coupon Code'; + +// Text +$_['text_coupon'] = 'Coupon (%s)'; +$_['text_success'] = 'Success: Your coupon discount has been applied!'; + +// Entry +$_['entry_coupon'] = 'Enter your coupon here'; + +// Error +$_['error_coupon'] = 'Warning: Coupon is either invalid, expired or reached its usage limit!'; +$_['error_empty'] = 'Warning: Please enter a coupon code!';
\ No newline at end of file |