first commit
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
<?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_list'] = 'Список активности покупателей';
|
||||
$_['text_address_add'] = '<a href="customer_id=%d">%s</a> - добавлен новый адрес.';
|
||||
$_['text_address_edit'] = '<a href="customer_id=%d">%s</a> - обновлены адреса.';
|
||||
$_['text_address_delete'] = '<a href="customer_id=%d">%s</a> - удален один из адресов.';
|
||||
$_['text_edit'] = '<a href="customer_id=%d">%s</a> - обновлена информация аккаунта.';
|
||||
$_['text_forgotten'] = '<a href="customer_id=%d">%s</a> - запрос нового пароля.';
|
||||
$_['text_login'] = '<a href="customer_id=%d">%s</a> - выполнен вход.';
|
||||
$_['text_password'] = '<a href="customer_id=%d">%s</a> - обновлен пароль.';
|
||||
$_['text_register'] = '<a href="customer_id=%d">%s</a> - зарегистрирован новый покупатель';
|
||||
$_['text_return_account'] = '<a href="customer_id=%d">%s</a> - запрошен возврат товара.';
|
||||
$_['text_return_guest'] = '%s - запрошен возврат товара.';
|
||||
$_['text_order_account'] = '<a href="customer_id=%d">%s</a> <a href="order_id=%d"> - создал новый заказ</a>.';
|
||||
$_['text_order_guest'] = '%s <a href="order_id=%d"> - создал новый заказ</a>.';
|
||||
$_['text_filter'] = 'Фильтр';
|
||||
|
||||
// Column
|
||||
$_['column_customer'] = 'Покупатель';
|
||||
$_['column_comment'] = 'Комментарий';
|
||||
$_['column_ip'] = 'IP';
|
||||
$_['column_date_added'] = 'Дата добавления';
|
||||
|
||||
// Entry
|
||||
$_['entry_customer'] = 'Покупатель';
|
||||
$_['entry_ip'] = 'IP';
|
||||
$_['entry_date_start'] = 'Дата начала';
|
||||
$_['entry_date_end'] = 'Дата окончания';
|
||||
@@ -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_list'] = 'Список заказов покупателей';
|
||||
$_['text_all_status'] = 'Все статусы';
|
||||
$_['text_filter'] = 'Фильтр';
|
||||
|
||||
// Column
|
||||
$_['column_customer'] = 'Имя покупателя';
|
||||
$_['column_email'] = 'E-Mail';
|
||||
$_['column_customer_group'] = 'Группа покупателей';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_orders'] = 'Кол-во заказов';
|
||||
$_['column_products'] = 'Кол-во товаров';
|
||||
$_['column_total'] = 'Итого';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Дата начала';
|
||||
$_['entry_date_end'] = 'Дата окончания';
|
||||
$_['entry_customer'] = 'Имя покупателя';
|
||||
$_['entry_status'] = 'Статус';
|
||||
@@ -0,0 +1,25 @@
|
||||
<?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_list'] = 'Список бонусных баллов';
|
||||
$_['text_filter'] = 'Фильтр';
|
||||
|
||||
// Column
|
||||
$_['column_customer'] = 'Имя покупателя';
|
||||
$_['column_email'] = 'E-Mail';
|
||||
$_['column_customer_group'] = 'Группа покупателей';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_points'] = 'Бонусные баллы';
|
||||
$_['column_orders'] = 'Кол-во заказов';
|
||||
$_['column_total'] = 'Итого';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Дата начала';
|
||||
$_['entry_date_end'] = 'Дата окончания';
|
||||
$_['entry_customer'] = 'Имя покупателя';
|
||||
@@ -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_list'] = 'Список поисковых запросов покупателей';
|
||||
$_['text_guest'] = 'Гость';
|
||||
$_['text_customer'] = '<a href="%s">%s</a>';
|
||||
$_['text_filter'] = 'Фильтр';
|
||||
|
||||
// Column
|
||||
$_['column_keyword'] = 'Запрос';
|
||||
$_['column_products'] = 'Найденные товары';
|
||||
$_['column_category'] = 'Категория';
|
||||
$_['column_customer'] = 'Покупатель';
|
||||
$_['column_ip'] = 'IP';
|
||||
$_['column_date_added'] = 'Дата добовления';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Дата начала';
|
||||
$_['entry_date_end'] = 'Дата окончания';
|
||||
$_['entry_keyword'] = 'Запрос';
|
||||
$_['entry_customer'] = 'Покупатель';
|
||||
$_['entry_ip'] = 'IP';
|
||||
@@ -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'] = 'Отчет по оплатам покупателей';
|
||||
|
||||
// Column
|
||||
$_['text_extension'] = 'Расширения';
|
||||
$_['text_edit'] = 'Редактировать';
|
||||
$_['text_success'] = 'Настройки успешно изменены!';
|
||||
$_['text_filter'] = 'Фильтр';
|
||||
|
||||
// Column
|
||||
$_['column_customer'] = 'Покупатель';
|
||||
$_['column_email'] = 'E-Mail';
|
||||
$_['column_customer_group'] = 'Группа покупателей';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_total'] = 'Всего';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Дата начала';
|
||||
$_['entry_date_end'] = 'Дата окончания';
|
||||
$_['entry_customer'] = 'Покупатель';
|
||||
$_['entry_status'] = 'Статус';
|
||||
$_['entry_sort_order'] = 'Порядок сортировки';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
@@ -0,0 +1,23 @@
|
||||
<?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_list'] = 'Списки отслеживания';
|
||||
$_['text_all_status'] = 'Все статусы';
|
||||
$_['text_filter'] = 'Фильтр';
|
||||
|
||||
// Column
|
||||
$_['column_campaign'] = 'Название компании';
|
||||
$_['column_code'] = 'Код';
|
||||
$_['column_clicks'] = 'Клики';
|
||||
$_['column_orders'] = 'Кол-во заказов';
|
||||
$_['column_total'] = 'Итого';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Дата начала';
|
||||
$_['entry_date_end'] = 'Дата окончания';
|
||||
$_['entry_status'] = 'Статус заказа';
|
||||
@@ -0,0 +1,24 @@
|
||||
<?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_list'] = 'Список купленных товаров';
|
||||
$_['text_all_status'] = 'Все статусы';
|
||||
$_['text_filter'] = 'Фильтр';
|
||||
|
||||
// Column
|
||||
$_['column_date_start'] = 'Дата начала';
|
||||
$_['column_date_end'] = 'Дата окончания';
|
||||
$_['column_name'] = 'Название товара';
|
||||
$_['column_model'] = 'Код товара';
|
||||
$_['column_quantity'] = 'Количество';
|
||||
$_['column_total'] = 'Итого';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Дата начала';
|
||||
$_['entry_date_end'] = 'Дата окончания';
|
||||
$_['entry_status'] = 'Статус';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?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_list'] = 'Список просмотренных товаров';
|
||||
$_['text_success'] = 'Список просмотренных товаров очищен!';
|
||||
$_['text_filter'] = 'Фильтр';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Название товара';
|
||||
$_['column_model'] = 'Код товара';
|
||||
$_['column_viewed'] = 'Просмотров';
|
||||
$_['column_percent'] = 'Процент';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
@@ -0,0 +1,21 @@
|
||||
<?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_list'] = 'Список купонов';
|
||||
$_['text_filter'] = 'Фильтр';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Название купона';
|
||||
$_['column_code'] = 'Код';
|
||||
$_['column_orders'] = 'Заказы';
|
||||
$_['column_total'] = 'Итого';
|
||||
$_['column_action'] = 'Действие';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Дата начала';
|
||||
$_['entry_date_end'] = 'Дата окончания';
|
||||
@@ -0,0 +1,29 @@
|
||||
<?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_list'] = 'Список продаж';
|
||||
$_['text_year'] = 'Годы';
|
||||
$_['text_month'] = 'Месяцы';
|
||||
$_['text_week'] = 'Недели';
|
||||
$_['text_day'] = 'Дни';
|
||||
$_['text_all_status'] = 'Все статусы';
|
||||
$_['text_filter'] = 'Фильтр';
|
||||
|
||||
// Column
|
||||
$_['column_date_start'] = 'Дата начала';
|
||||
$_['column_date_end'] = 'Дата окончания';
|
||||
$_['column_orders'] = 'Кол-во заказов';
|
||||
$_['column_products'] = 'Кол-во товаров';
|
||||
$_['column_tax'] = 'Налог';
|
||||
$_['column_total'] = 'Итого';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Дата начала';
|
||||
$_['entry_date_end'] = 'Дата окончания';
|
||||
$_['entry_group'] = 'Сортировать по';
|
||||
$_['entry_status'] = 'Статус заказа';
|
||||
@@ -0,0 +1,26 @@
|
||||
<?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_list'] = 'Список возвратов';
|
||||
$_['text_year'] = 'Годы';
|
||||
$_['text_month'] = 'Месяцы';
|
||||
$_['text_week'] = 'Недели';
|
||||
$_['text_day'] = 'Дни';
|
||||
$_['text_all_status'] = 'Все статусы';
|
||||
$_['text_filter'] = 'Фильтр';
|
||||
|
||||
// Column
|
||||
$_['column_date_start'] = 'Дата начала';
|
||||
$_['column_date_end'] = 'Дата окончания';
|
||||
$_['column_returns'] = 'Кол-во возвратов';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Дата начала';
|
||||
$_['entry_date_end'] = 'Дата окончания';
|
||||
$_['entry_group'] = 'Сортировать по';
|
||||
$_['entry_status'] = 'Статус возврата';
|
||||
@@ -0,0 +1,28 @@
|
||||
<?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_list'] = 'Список доставок';
|
||||
$_['text_year'] = 'Годы';
|
||||
$_['text_month'] = 'Месяцы';
|
||||
$_['text_week'] = 'Недели';
|
||||
$_['text_day'] = 'Дни';
|
||||
$_['text_all_status'] = 'Все статусы';
|
||||
$_['text_filter'] = 'Фильтр';
|
||||
|
||||
// Column
|
||||
$_['column_date_start'] = 'Дата начала';
|
||||
$_['column_date_end'] = 'Дата окончания';
|
||||
$_['column_title'] = 'Название доставки';
|
||||
$_['column_orders'] = 'Кол-во заказов';
|
||||
$_['column_total'] = 'Итого';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Дата начала';
|
||||
$_['entry_date_end'] = 'Дата окончания';
|
||||
$_['entry_group'] = 'Сортировать по';
|
||||
$_['entry_status'] = 'Статус';
|
||||
@@ -0,0 +1,28 @@
|
||||
<?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_list'] = 'Список налогов';
|
||||
$_['text_year'] = 'Годы';
|
||||
$_['text_month'] = 'Месяцы';
|
||||
$_['text_week'] = 'Недели';
|
||||
$_['text_day'] = 'Дни';
|
||||
$_['text_all_status'] = 'Все статусы';
|
||||
$_['text_filter'] = 'Фильтр';
|
||||
|
||||
// Column
|
||||
$_['column_date_start'] = 'Дата начала';
|
||||
$_['column_date_end'] = 'Дата окончания';
|
||||
$_['column_title'] = 'Название налога';
|
||||
$_['column_orders'] = 'Кол-во заказов';
|
||||
$_['column_total'] = 'Итого';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Дата начала';
|
||||
$_['entry_date_end'] = 'Дата окончания';
|
||||
$_['entry_group'] = 'Сортировать по';
|
||||
$_['entry_status'] = 'Статус';
|
||||
Reference in New Issue
Block a user