customer_reward.php (961B)
1 <?php 2 /* 3 * OpenCart 2.3.0.2 Bulgarian translation 4 * Author: Veselin Totev (veselin.totev@gmail.com) 5 * License: Free to use 6 * Donate: 7 * PayPal: veselin.totev@gmail.com 8 * Bitcoin: 1P3Zk93fhKURWT1rXiYxiLGuJ59oETxuTi 9 */ 10 // Heading 11 $_['heading_title'] = 'Доклад за бонус точки на клиенти'; 12 13 // Text 14 $_['text_list'] = 'Списък'; 15 16 // Column 17 $_['column_customer'] = 'Име'; 18 $_['column_email'] = 'Имейл'; 19 $_['column_customer_group'] = 'Клиентска група'; 20 $_['column_status'] = 'Статус'; 21 $_['column_points'] = 'Бонус точки'; 22 $_['column_orders'] = 'Брой поръчки'; 23 $_['column_total'] = 'Общо'; 24 $_['column_action'] = 'Действие'; 25 26 // Entry 27 $_['entry_date_start'] = 'Начална дата'; 28 $_['entry_date_end'] = 'Крайна дата'; 29 $_['entry_customer'] = 'Клиент';