ip.php (1334B)
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 //TODO 11 // Heading 12 $_['heading_title'] = 'Борба с измамите по IP'; 13 14 // Text 15 $_['text_extension'] = 'Модули'; 16 $_['text_success'] = 'Успешно: Променихте борба с измамите по IP!'; 17 $_['text_edit'] = 'Редакция'; 18 $_['text_ip_add'] = 'Добавяне IP адрес'; 19 $_['text_ip_list'] = 'Списък'; 20 21 // Column 22 $_['column_ip'] = 'IP'; 23 $_['column_total'] = 'Общо акаунти'; 24 $_['column_date_added'] = 'Датата на добавяне'; 25 $_['column_action'] = 'Действие'; 26 27 // Entry 28 $_['entry_ip'] = 'IP'; 29 $_['entry_status'] = 'Статус'; 30 $_['entry_order_status'] = 'Статус на поръчката'; 31 32 // Help 33 $_['help_order_status'] = 'Customers that have a banned IP on their accounts will be assigned this order status and will not be allowed to reach the complete status automatically.'; 34 35 // Error 36 $_['error_permission'] = 'Внимание: Нямате права за редакция на борба с измамите по IP!';