voucher_theme.php (900B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Voucher Themes'; 4 5 // Text 6 $_['text_success'] = 'Success: You have modified voucher themes!'; 7 $_['text_list'] = 'Voucher Theme List'; 8 $_['text_add'] = 'Add Voucher Theme'; 9 $_['text_edit'] = 'Edit Voucher Theme'; 10 11 // Column 12 $_['column_name'] = 'Voucher Theme Name'; 13 $_['column_action'] = 'Action'; 14 15 // Entry 16 $_['entry_name'] = 'Voucher Theme Name'; 17 $_['entry_description'] = 'Voucher Theme Description'; 18 $_['entry_image'] = 'Image'; 19 20 // Error 21 $_['error_permission'] = 'Warning: You do not have permission to modify voucher themes!'; 22 $_['error_name'] = 'Voucher Theme Name must be between 3 and 32 characters!'; 23 $_['error_image'] = 'Image required!'; 24 $_['error_voucher'] = 'Warning: This voucher theme cannot be deleted as it is currently assigned to %s vouchers!';