dashboard.php (789B)
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_success'] = 'Успешно: Променихте таблото!'; 15 $_['text_list'] = 'Списък'; 16 17 // Column 18 $_['column_name'] = 'Заглавие'; 19 $_['column_width'] = 'Ширина'; 20 $_['column_status'] = 'Статус'; 21 $_['column_sort_order'] = 'Подредба'; 22 $_['column_action'] = 'Действие'; 23 24 // Error 25 $_['error_permission'] = 'Внимание: Вие нямате права за промяна на таблото!';