customer_search.php (1001B)
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 $_['text_guest'] = 'Гости'; 16 $_['text_customer'] = '<a href="%s">%s</a>'; 17 18 // Column 19 $_['column_keyword'] = 'Дума'; 20 $_['column_products'] = 'Намерени продукти'; 21 $_['column_category'] = 'Категория'; 22 $_['column_customer'] = 'Клиент'; 23 $_['column_ip'] = 'IP'; 24 $_['column_date_added'] = 'Дата'; 25 26 // Entry 27 $_['entry_date_start'] = 'Начална дата'; 28 $_['entry_date_end'] = 'Крайна дата'; 29 $_['entry_keyword'] = 'Дума'; 30 $_['entry_customer'] = 'Клиент'; 31 $_['entry_ip'] = 'IP';