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

25 lines
931 B
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_extension'] = 'Расширения';
$_['text_success'] = 'Настройки успешно изменены!';
$_['text_edit'] = 'Редактирование';
$_['text_order'] = 'Заказы';
$_['text_customer'] = 'Покупатели';
$_['text_day'] = 'Сегодня';
$_['text_week'] = 'Неделя';
$_['text_month'] = 'Месяц';
$_['text_year'] = 'Год';
// Entry
$_['entry_status'] = 'Статус';
$_['entry_sort_order'] = 'Порядок сортировки';
$_['entry_width'] = 'Ширина';
// Error
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';