aboutsummaryrefslogtreecommitdiffstats
path: root/public/catalog/language/en-gb/extension/total/coupon.php
blob: f1b5ac68d20875836119bc4158fa70b98734828a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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!';