voucher.php (1536B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Purchase a Gift Certificate'; 4 5 // Text 6 $_['text_account'] = 'Account'; 7 $_['text_voucher'] = 'Gift Certificate'; 8 $_['text_description'] = 'This gift certificate will be emailed to the recipient after your order has been paid for.'; 9 $_['text_agree'] = 'I understand that gift certificates are non-refundable.'; 10 $_['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>'; 11 $_['text_for'] = '%s Gift Certificate for %s'; 12 13 // Entry 14 $_['entry_to_name'] = 'Recipient\'s Name'; 15 $_['entry_to_email'] = 'Recipient\'s e-mail'; 16 $_['entry_from_name'] = 'Your Name'; 17 $_['entry_from_email'] = 'Your e-mail'; 18 $_['entry_theme'] = 'Gift Certificate Theme'; 19 $_['entry_message'] = 'Message'; 20 $_['entry_amount'] = 'Amount'; 21 22 // Help 23 $_['help_message'] = 'Optional'; 24 $_['help_amount'] = 'Value must be between %s and %s'; 25 26 // Error 27 $_['error_to_name'] = 'Recipient\'s Name must be between 1 and 64 characters!'; 28 $_['error_from_name'] = 'Your Name must be between 1 and 64 characters!'; 29 $_['error_email'] = 'E-Mail Address does not appear to be valid!'; 30 $_['error_theme'] = 'You must select a theme!'; 31 $_['error_amount'] = 'Amount must be between %s and %s!'; 32 $_['error_agree'] = 'Warning: You must agree that the gift certificates are non-refundable!';