<?php
// Text
$_['text_for']          = '%s Gift Certificate for %s';
$_['text_success']      = 'Order totals has been successfully re-calculated!';

// Error
$_['error_warning']     = 'Warning: Please check the form carefully for errors!';
$_['error_permission']  = 'You do not have permission to access this page, please refer to your system administrator.';
$_['error_customer']    = 'Warning: Can not find selected customer!';
$_['error_email']       = 'E-Mail Address does not appear to be valid!';
$_['error_postcode']    = 'Postcode must be between 2 and 10 characters!';
$_['error_country']     = 'Please select a country!';
$_['error_zone']        = 'Please select a region / state!';
$_['error_stock']       = 'Products marked with *** are not available in the desired quantity or not in stock!';
$_['error_minimum']     = 'Minimum order amount for %s is %s!';	
$_['error_required']    = '%s required!';
$_['error_shipping']    = 'Warning: Shipping method required!';
$_['error_no_shipping'] = 'Warning: No Shipping options are available!';
$_['error_payment']     = 'Warning: Payment method required!';
$_['error_no_payment']  = 'Warning: No Payment options are available!';
$_['error_coupon']      = 'Warning: Coupon is either invalid, expired or reached it\'s usage limit!';
$_['error_voucher']     = 'Warning: Gift Voucher is either invalid or the balance has been used up!';
$_['error_reward']      = 'Warning: Please enter the amount of reward points to use!';	
$_['error_points']      = 'Warning: You don\'t have %s reward points!';
$_['error_maximum']     = 'Warning: The maximum number of points that can be applied is %s!';
$_['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_amount']      = 'Amount must be between %s and %s!';
?>