Files
dominik/public/admin/language/ru-ru/blog/review.php
T
2026-05-30 09:27:58 +03:00

40 lines
1.6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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'] = 'Редактирование';
// Column
$_['column_article'] = 'К статье';
$_['column_author'] = 'Автор отзыва';
$_['column_rating'] = 'Рейтинг';
$_['column_status'] = 'Статус';
$_['column_date_added'] = 'Дата добавления';
$_['column_action'] = 'Действия';
// Entry
$_['entry_article'] = 'К статье';
$_['entry_author'] = 'Автор отзыва';
$_['entry_rating'] = 'Рейтинг';
$_['entry_status'] = 'Статус';
$_['entry_text'] = 'Текст отзыва';
$_['entry_date_added'] = 'Дата добавления';
// Help
$_['help_article'] = '(Автозаполнение)';
// Error
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
$_['error_article'] = 'Необходимо выбрать статью!';
$_['error_author'] = 'Имя автора должно содержать от 3 до 64 символов!';
$_['error_text'] = 'Отзыв должен содержать хотя бы 1 символ!';
$_['error_rating'] = 'Необходимо оценить статью!';