%PDF-1.7 GIF89;
Server IP : 5.161.254.237 / Your IP : 216.73.216.93 Web Server : Apache System : Linux diamond.sialwebvps.com 4.18.0-553.8.1.el8_10.x86_64 #1 SMP Tue Jul 2 07:26:33 EDT 2024 x86_64 User : stellasp ( 1131) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/stellasp/public_html/application/language/english/ |
Upload File : |
<?php /****************************************** US English Admin Giftcard Language ******************************************/ $lang['giftcards'] = 'Gift Cards'; $lang['giftcard_settings'] = 'Gift Card Settings'; $lang['recipient_email'] = 'Recipient Email'; $lang['recipient_name'] = 'Recipient Name'; $lang['sender_name'] = 'Sender Name'; $lang['personal_message'] = 'Personal Message'; $lang['amount'] = 'Amount'; $lang['send_notification'] = 'Send Email Notification'; $lang['predefined_card_amounts'] = 'Predefined Card Amounts'; $lang['predefined_example'] = '(ex. 10,20,30)'; $lang['allow_custom_amounts'] = 'Allow Custom Amounts'; $lang['add_giftcard'] = 'Add Gift Card'; $lang['attributes'] = 'Attributes'; $lang['settings'] = 'Settings'; $lang['yes'] = 'Yes'; $lang['no'] = 'No'; $lang['code'] = 'Code'; $lang['disable_giftcards'] = 'Disable Giftcards'; $lang['enable_giftcards'] = 'Enable Giftcards'; $lang['to'] = 'To'; $lang['from'] = 'From'; $lang['total'] = 'Total'; $lang['used'] = 'Used'; $lang['remaining'] = 'Remaining'; $lang['no_giftcards'] = 'There are currently no giftcards.'; $lang['message_saved_settings'] = 'The gift card settings were saved.'; $lang['message_saved_giftcard'] = 'The gift card was saved.'; $lang['message_activated_giftcard'] = 'The gift card was activated.'; $lang['message_deleted_giftcard'] = 'The gift card was deleted.'; $lang['confirm_delete_giftcard'] = 'Are you sure you want to delete this gift card?';