Panel/ControlPanel/lang/Russian/install.php
2025-09-11 13:29:15 -04:00

69 lines
5.3 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
/*
*
* OGP - Open Game Panel
* Copyright (C) 2008 - 2018 The OGP Development Team
*
* http://www.opengamepanel.org/
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
*/
define('OGP_LANG_install_lang', "Выберите нужный язык");
define('OGP_LANG_install_welcome', "Добро пожаловать в меню установки Open Game Panel");
define('OGP_LANG_file_permission_check', "Проверка файлов на права доступа");
define('OGP_LANG_OK', "Ок");
define('OGP_LANG_write_permission_required', "Требуется права на запись");
define('OGP_LANG_execute_permission_required', "Требуются права на выполнение");
define('OGP_LANG_create_an_empty_file', "Создать пустой файл.");
define('OGP_LANG_found', "Найдено");
define('OGP_LANG_not_found', "Не найдено");
define('OGP_LANG_pear_xxtea_info', "Pear Crypt_XXTEA требуется для использования OGP. В большинстве Linux систем этот модуль может быть установлен при помощи команды \"pear install Crypt_XXTEA-beta\".");
define('OGP_LANG_refresh', "Обновить");
define('OGP_LANG_checking_required_modules', "Проверка необходимых модулей");
define('OGP_LANG_checking_optional_modules', "Проверка желательных модулей");
define('OGP_LANG_database_type', "Тип базы данных");
define('OGP_LANG_database_settings', "Настройки доступа к базе данных");
define('OGP_LANG_database_hostname', "Сервер БД");
define('OGP_LANG_database_username', "Имя пользователя БД");
define('OGP_LANG_database_password', "Пароль к БД");
define('OGP_LANG_database_name', "Имя базы данных");
define('OGP_LANG_database_prefix', "Префикс для таблиц в БД");
define('OGP_LANG_next', "Дальше");
define('OGP_LANG_encryption_key', "Шифрованный ключ (Agent)");
define('OGP_LANG_agent_port', "Порт (Agent)");
define('OGP_LANG_unable_to_write_config', "Не возможно записать файл конфигураций. Пожалуйста проверьте права доступа.");
define('OGP_LANG_admin_login_details', "Детали аккаунта администратора");
define('OGP_LANG_config_written', "Файл конфигурации создан успешно.");
define('OGP_LANG_database_created', "Таблицы базы данных созданы успешно.");
define('OGP_LANG_admin_login_details_info', "Теперь создадим аккаунт администратора в вашей OGP панели.");
define('OGP_LANG_username', "Логин");
define('OGP_LANG_repeat_password', "Повторить пароль");
define('OGP_LANG_email', "E-mail адрес");
define('OGP_LANG_back', "Назад");
define('OGP_LANG_database_setup_failure', "При установке не удалось подключиться к базе данных. Проверьте ваши настройки.");
define('OGP_LANG_php_version_check', "Проверка версии PHP");
define('OGP_LANG_invalid_username', "Вы ввели неправильное имя пользователя.");
define('OGP_LANG_password_too_short', "Пароль слишком короткий. Он должен быть не меньше '%d' символов.");
define('OGP_LANG_password_contains_invalid_characters', "Ваш пароль содержит недопустимые символы.");
define('OGP_LANG_invalid_email_address', "Вы ввели неверный e-mail адрес");
define('OGP_LANG_setup_complete', "Установка закончена успешно. Панель готова к работе!");
define('OGP_LANG_remove_install_and_secure_config', "Вы должны удалить install.php и выставить права доступа 644 на includes/config.inc.php из соображений безопасности.");
define('OGP_LANG_go_to_panel', "Нажмите здесь, чтобы перейти к панели.");
define('OGP_LANG_unable_to_resolve', "Если вы не можете решить проблему, посетите сайт OGP");
define('OGP_LANG_slogan', "The Open-Source one!");
define('OGP_LANG_default_welcome_title_message', "Добро пожаловать! <b style='font-size:12px; font-weight:normal;'>Вы можете сменить этот заголовок в '<a href='?m=settings&p=themes'>Настройках темы</a>' в меню '<a href='?m=administration&p=main'>Админка</a>'.</b>");
?>