Ekdant-Online-Store/catalog/language/en-gb/api/sale/voucher.php
2024-08-06 18:06:00 +05:45

14 lines
753 B
PHP

<?php
// Text
$_['text_cart'] = 'Success: You have modified your shopping cart!';
$_['text_for'] = '%s Gift certificate for %s';
$_['text_success'] = 'Success: Your gift voucher discount has been applied!';
$_['text_remove'] = 'Success: Your gift voucher discount has been removed!';
// Error
$_['error_voucher'] = 'Warning: Gift voucher is either invalid or the balance has been used up!';
$_['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!';