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

30 lines
1.6 KiB
PHP
Raw Permalink 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_security'] = 'Очень важно, чтобы вы переместили каталог storage за пределы веб-каталога (например, public_html, www или htdocs).';
$_['text_choose'] = 'Выберите способ перемещения каталога storage';
$_['text_automatic'] = 'Автоматическое перемещение';
$_['text_manual'] = 'Переместить вручную';
$_['text_move'] = 'Переместить';
$_['text_to'] = 'в';
$_['text_admin'] = 'В файле admin/config.php замените строку';
$_['text_config'] = 'В файле config.php замените строку';
$_['text_by'] = 'на';
// Button
$_['button_move'] = 'Переместить';
$_['button_manual'] = 'Вручную';
// Error
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
$_['error_path'] = 'Неверный путь!';
$_['error_directory'] = 'Неверный каталог!';
$_['error_exists'] = 'Каталог уже существует!';
$_['error_writable'] = 'config.php and admin/config.php Должны быть доступны для записи!';