Your IP : 216.73.216.95


Current Path : /var/test/www/alh/catalog/language/english/account/
Upload File :
Current File : /var/test/www/alh/catalog/language/english/account/voucher.php

<?php
// Heading 
$_['heading_title']    = 'Purchase a Gift Certificate';

// Text
$_['text_account']     = 'Account';
$_['text_voucher']     = 'Gift Voucher';
$_['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 voucher recipient will be sent an email with details how to redeem their gift voucher.</p>';
$_['text_for']         = '%s Gift Certificate for %s';

// Entry
$_['entry_to_name']    = 'Recipient\'s Name:';
$_['entry_to_email']   = 'Recipient\'s Email:';
$_['entry_from_name']  = 'Your Name:';
$_['entry_from_email'] = 'Your Email:';
$_['entry_theme']      = 'Gift Certificate Theme:';
$_['entry_message']    = 'Message:<br /><span class="help">(Optional)</span>';
$_['entry_amount']     = 'Amount:<br /><span class="help">(Value must be between %s and %s)</span>';

// 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!';
?>