voucher.php (777B)
1 <?php 2 // Text 3 $_['text_success'] = 'Success: Your gift voucher discount has been applied!'; 4 $_['text_cart'] = 'Success: You have modified your shopping cart!'; 5 $_['text_for'] = '%s Gift Certificate for %s'; 6 7 // Error 8 $_['error_permission'] = 'Warning: You do not have permission to access the API!'; 9 $_['error_voucher'] = 'Warning: Gift Voucher is either invalid or the balance has been used up!'; 10 $_['error_to_name'] = 'Recipient\'s Name must be between 1 and 64 characters!'; 11 $_['error_from_name'] = 'Your Name must be between 1 and 64 characters!'; 12 $_['error_email'] = 'E-Mail Address does not appear to be valid!'; 13 $_['error_theme'] = 'You must select a theme!'; 14 $_['error_amount'] = 'Amount must be between %s and %s!';