first commit

This commit is contained in:
Konstantin
2026-05-30 09:27:58 +03:00
commit de0344d218
2371 changed files with 661486 additions and 0 deletions
@@ -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_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'] = 'У вас недостаточно прав для внесения изменений!';