Files
2026-05-30 09:27:58 +03:00

27 lines
1.2 KiB
PHP

<?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'] = 'У вас недостаточно прав для внесения изменений!';