first commit
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
// * @source See SOURCE.txt for source and other copyright.
|
||||
// * @license GNU General Public License version 3; see LICENSE.txt
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Покупатели онлайн';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Расширение';
|
||||
$_['text_success'] = 'Настройки успешно изменены!';
|
||||
$_['text_list'] = 'Список покупателей онлайн';
|
||||
$_['text_filter'] = 'Фильтр';
|
||||
$_['text_guest'] = 'Гость';
|
||||
|
||||
// Column
|
||||
$_['column_ip'] = 'IP';
|
||||
$_['column_customer'] = 'Покупатель';
|
||||
$_['column_url'] = 'Последняя просмотренная страница';
|
||||
$_['column_referer'] = 'Источник';
|
||||
$_['column_date_added'] = 'Последний клик';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Entry
|
||||
$_['entry_ip'] = 'IP';
|
||||
$_['entry_customer'] = 'Покупатель';
|
||||
$_['entry_status'] = 'Статус';
|
||||
$_['entry_sort_order'] = 'Порядок сортировки';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
// * @source See SOURCE.txt for source and other copyright.
|
||||
// * @license GNU General Public License version 3; see LICENSE.txt
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Отчеты';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Настройки успешно изменены!';
|
||||
$_['text_list'] = 'Список отчетов';
|
||||
$_['text_type'] = 'Выберите тип отчета';
|
||||
$_['text_filter'] = 'Фильтр';
|
||||
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
// * @source See SOURCE.txt for source and other copyright.
|
||||
// * @license GNU General Public License version 3; see LICENSE.txt
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Статистика';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Настройки успешно изменены!';
|
||||
$_['text_list'] = 'Список отчетов';
|
||||
$_['text_order_sale'] = 'Всего заказов';
|
||||
$_['text_order_processing'] = 'В обработке';
|
||||
$_['text_order_complete'] = 'Сделка завершена';
|
||||
$_['text_order_other'] = 'Другие заказы';
|
||||
$_['text_returns'] = 'Возвраты';
|
||||
$_['text_customer'] = 'Покупателей ожидающих одобрения';
|
||||
$_['text_affiliate'] = 'Филлиалов ожидающих одобрения';
|
||||
$_['text_product'] = 'Нет в наличии';
|
||||
$_['text_review'] = 'Ожидает отзывов';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Название отчета';
|
||||
$_['column_value'] = 'Значение';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
Reference in New Issue
Block a user