aboutsummaryrefslogtreecommitdiffstats
path: root/public/catalog/language/en-gb/account/voucher.php
blob: 8db18cfe4d2249daa1f1bc926c39e39ae6e7fd9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?php
// Heading
$_['heading_title']    = 'Purchase a Gift Certificate';

// Text
$_['text_account']     = 'Account';
$_['text_voucher']     = 'Gift Certificate';
$_['text_description'] = 'This gift certificate will be emailed to the recipient after your order has been paid for.';
$_['text_agree']       = 'I understand that gift certificates are non-refundable.';
$_['text_message']     = '<p>Thank you for purchasing a gift certificate! Once you have completed your order your gift certificate recipient will be sent an e-mail with details how to redeem their gift certificate.</p>';
$_['text_for']         = '%s Gift Certificate for %s';

// Entry
$_['entry_to_name']    = 'Recipient\'s Name';
$_['entry_to_email']   = 'Recipient\'s e-mail';
$_['entry_from_name']  = 'Your Name';
$_['entry_from_email'] = 'Your e-mail';
$_['entry_theme']      = 'Gift Certificate Theme';
$_['entry_message']    = 'Message';
$_['entry_amount']     = 'Amount';

// Help
$_['help_message']     = 'Optional';
$_['help_amount']      = 'Value must be between %s and %s';

// Error
$_['error_to_name']    = 'Recipient\'s Name must be between 1 and 64 characters!';
$_['error_from_name']  = 'Your Name must be between 1 and 64 characters!';
$_['error_email']      = 'E-Mail Address does not appear to be valid!';
$_['error_theme']      = 'You must select a theme!';
$_['error_amount']     = 'Amount must be between %s and %s!';
$_['error_agree']      = 'Warning: You must agree that the gift certificates are non-refundable!';