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,39 @@
<?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_add'] = 'Добавить';
$_['text_edit'] = 'Редактирование';
$_['text_filter'] = 'Фильтр';
// Column
$_['column_product'] = 'Товар';
$_['column_author'] = 'Автор';
$_['column_rating'] = 'Рейтинг';
$_['column_status'] = 'Статус';
$_['column_date_added'] = 'Дата добавления';
$_['column_action'] = 'Действие';
// Entry
$_['entry_product'] = 'Товар';
$_['entry_author'] = 'Автор';
$_['entry_rating'] = 'Рейтинг';
$_['entry_status'] = 'Статус';
$_['entry_text'] = 'Текст';
$_['entry_date_added'] = 'Дата добавления';
// Help
$_['help_product'] = '(Автозаполнение)';
// Error
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
$_['error_product'] = 'Требуется выбрать товар!';
$_['error_author'] = 'Имя автора должно содержать от 3 до 64 символов!';
$_['error_text'] = 'Текст отзыва должен содержать хотя бы 1 символ!';
$_['error_rating'] = 'Требуется установить рейтинг!';