voucher.php (531B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Ваучери'; 4 5 // Text 6 $_['text_total'] = 'Преди плащане на поръчки'; 7 $_['text_extension'] = 'Преди плащане на поръчки'; 8 $_['text_success'] = 'Success: You have modified gift voucher total!'; 9 $_['text_edit'] = 'Edit Gift Voucher Total'; 10 11 // Entry 12 $_['entry_status'] = 'Status'; 13 $_['entry_sort_order'] = 'Sort Order'; 14 15 // Error 16 $_['error_permission'] = 'Warning: You do not have permission to modify gift voucher total!';