143 lines
No EOL
9.3 KiB
PHP
143 lines
No EOL
9.3 KiB
PHP
<?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_lang_charset', "UTF-8");
|
||
define('OGP_LANG_already_logged_in_redirecting_to_dashboard', "Вы уже вошли в систему, перенаправление на главную страницу");
|
||
define('OGP_LANG_logging_in', "Вход в систему");
|
||
define('OGP_LANG_redirecting_in', "Перенаправление через");
|
||
define('OGP_LANG_refresh_page', "Обновить страницу");
|
||
define('OGP_LANG_no_rights', "У Вас недостаточно прав для доступа к этой странице.");
|
||
define('OGP_LANG_welcome', "Добро пожаловать!");
|
||
define('OGP_LANG_logout', "Выйти");
|
||
define('OGP_LANG_logout_message', "Вы успешно вышли.");
|
||
define('OGP_LANG_support', "Поддержка");
|
||
define('OGP_LANG_password', "Пароль");
|
||
define('OGP_LANG_login', "Логин");
|
||
define('OGP_LANG_login_button', "Войти");
|
||
define('OGP_LANG_solve_captcha', "Человек ли Вы");
|
||
define('OGP_LANG_lost_passwd', "Забыли пароль?");
|
||
define('OGP_LANG_no_db_connection', "Не удалось подключиться к базе данных.");
|
||
define('OGP_LANG_bad_login', "Неправильный логин или пароль.");
|
||
define('OGP_LANG_not_logged_in', "Вы не вошли в систему.");
|
||
define('OGP_LANG_remove_install', "Пожалуйста, удалите файл install.php по соображениям безопасности.");
|
||
define('OGP_LANG_agent_offline', "Агент, который управляет этим сервером, выключен или сервер не запущен.");
|
||
define('OGP_LANG_logged_in', "Вы зашли как");
|
||
define('OGP_LANG_delete', "Удалить");
|
||
define('OGP_LANG_edit', "Изменить");
|
||
define('OGP_LANG_actions', "Действия");
|
||
define('OGP_LANG_invalid_subpage', "Неверная страница.");
|
||
define('OGP_LANG_invalid_home_id', "Введен не правильный ID");
|
||
define('OGP_LANG_note', "ПРИМЕЧАНИЕ");
|
||
define('OGP_LANG_hint', "ПОДСКАЗКА");
|
||
define('OGP_LANG_yes', "Да");
|
||
define('OGP_LANG_no', "Нет");
|
||
define('OGP_LANG_on', "Вкл");
|
||
define('OGP_LANG_off', "Выкл");
|
||
define('OGP_LANG_db_error_invalid_host', "Неверно введен хост базы данных.");
|
||
define('OGP_LANG_db_error_invalid_user_and_pass', "Неверное имя пользователя базы данных и/или пароль.");
|
||
define('OGP_LANG_db_error_invalid_database', "Неверная база данных.");
|
||
define('OGP_LANG_db_unknown_error', "Неизвестная ошибка базы данных: %s");
|
||
define('OGP_LANG_db_error_module_missing', "Обязательные модуль PHP для базы данных отсутствует.");
|
||
define('OGP_LANG_db_error_invalid_db_type', "Неверный тип базы данных в конфигурационном файле.");
|
||
define('OGP_LANG_invalid_login_information', "Неверная регистрационная информация.");
|
||
define('OGP_LANG_failed_to_read_config', "Не удалось прочитать файл конфигурации.");
|
||
define('OGP_LANG_account_expired', "Ваш аккаунт просрочен.");
|
||
define('OGP_LANG_contact_admin_to_enable_account', "Свяжитесь с администратором для восстановления аккаунта.");
|
||
define('OGP_LANG_maintenance_mode_on', "Режим обслуживания");
|
||
define('OGP_LANG_logging_out_10', "Выход через 10 секунд");
|
||
define('OGP_LANG_invalid_redirect', "Перенаправление");
|
||
define('OGP_LANG_login_title', "Вход в панель управления");
|
||
define('OGP_LANG_module_not_installed', "Модуль не установлен");
|
||
define('OGP_LANG_no_access_to_home', "У вас нет доступа для этого действия.");
|
||
define('OGP_LANG_not_available', "Нет данных");
|
||
define('OGP_LANG_offline', "Не в сети");
|
||
define('OGP_LANG_online', "В сети");
|
||
define('OGP_LANG_invalid_url', "Неверный URL");
|
||
define('OGP_LANG_xml_file_not_valid', "XML файл '%s' не может быть проверен с помощью схемы '%s'.");
|
||
define('OGP_LANG_unable_to_load_xml', "Невозможно загрузить XML файл '%s'. Проблема с правами доступа?");
|
||
define('OGP_LANG_gamemanager', "Управление");
|
||
define('OGP_LANG_game_monitor', "Мониторинг");
|
||
define('OGP_LANG_dashboard', "Главная");
|
||
define('OGP_LANG_user_addons', "Аддоны");
|
||
define('OGP_LANG_ftp', "FTP");
|
||
define('OGP_LANG_shop', "Магазин");
|
||
define('OGP_LANG_shop_guest', "Магазин");
|
||
define('OGP_LANG_TS3Admin', "TS3 Админ");
|
||
define('OGP_LANG_administration', "Админка");
|
||
define('OGP_LANG_config_games', "Игры/Моды конфигурация");
|
||
define('OGP_LANG_modulemanager', "Управление Модулями");
|
||
define('OGP_LANG_server', "Управление Физ. серверами");
|
||
define('OGP_LANG_settings', "Настройки Панели");
|
||
define('OGP_LANG_themes', "Настройки Темы");
|
||
define('OGP_LANG_user_admin', "Управление Пользователями");
|
||
define('OGP_LANG_sub_users', "Суб-Пользователь");
|
||
define('OGP_LANG_show_groups', "Управление Группами");
|
||
define('OGP_LANG_user_games', "Игровые Серверы");
|
||
define('OGP_LANG_addons_manager', "Управление Аддонами");
|
||
define('OGP_LANG_ftp_admin', "FTP пользователи");
|
||
define('OGP_LANG_orders', "Магазин - Заказы");
|
||
define('OGP_LANG_services', "Магазин - Услуги");
|
||
define('OGP_LANG_shop_settings', "Магазин - Настройка");
|
||
define('OGP_LANG_update', "Обновление Панели");
|
||
define('OGP_LANG_extras', "Дополнения");
|
||
define('OGP_LANG_show', "Показать");
|
||
define('OGP_LANG_show_all', "Показать все сервера");
|
||
define('OGP_LANG_cur_theme', "%s тема оформления");
|
||
define('OGP_LANG_copyright', "Авторские права");
|
||
define('OGP_LANG_all_rights_reserved', "Все права защищены");
|
||
define('OGP_LANG_version', "Версия");
|
||
define('OGP_LANG_show_version', "Показать версию");
|
||
define('OGP_LANG_queries_executed', "запросов к базе");
|
||
define('OGP_LANG_lang', "Язык");
|
||
define('OGP_LANG_get_size', "Показать размер");
|
||
define('OGP_LANG_total_size', "Общий размер");
|
||
define('OGP_LANG_lgsl', "LGSL");
|
||
define('OGP_LANG_lgsl_admin', "Настройки LGSL");
|
||
define('OGP_LANG_rcon', "RCON команды");
|
||
define('OGP_LANG_watch_logger', "Просмотр логов");
|
||
define('OGP_LANG_litefm_settings', "Настройки LiteFM");
|
||
define('OGP_LANG_assign_expiration_date', "Присвоить дату окончания");
|
||
define('OGP_LANG_assign_expiration_date_info', "По истечении срока действия сервер не назначается, но и не удаляется.");
|
||
define('OGP_LANG_server_expiration_date', "Дата истечения срока действия сервера");
|
||
define('OGP_LANG_server_expiration_date_info', "По истечении срока действия сервера удаляется (База Данных и файлы)");
|
||
define('OGP_LANG_set_expiration_date', "Установить дату окончания");
|
||
define('OGP_LANG_admin_dsi', "Настройки DSi");
|
||
define('OGP_LANG_user_dsi', "DSi");
|
||
define('OGP_LANG_list_dsi', "DSi Список");
|
||
define('OGP_LANG_no_remote_servers', "Нет известных удаленных серверов! Добавьте сервер для использования этой функции.");
|
||
define('OGP_LANG_no_results_found', "Не найдено результатов поиска для %s");
|
||
define('OGP_LANG_tickets', "Система поддержки");
|
||
define('OGP_LANG_news', "Новости");
|
||
define('OGP_LANG_admin_news', "Управление Новостями");
|
||
define('OGP_LANG_util', "Утилиты");
|
||
define('OGP_LANG_fast_download', "Быстрая Загрузка");
|
||
define('OGP_LANG_fd_user', "Fast Download");
|
||
define('OGP_LANG_cron', "Управление Заданиями");
|
||
define('OGP_LANG_user_cron', "Задания");
|
||
define('OGP_LANG_faq', "F.A.Q.");
|
||
define('OGP_LANG_mysql_admin', "Управление MySQL");
|
||
define('OGP_LANG_copied', "Скопирован!");
|
||
define('OGP_LANG_ticket_settings', "Настройки Тикета");
|
||
define('OGP_LANG_form', "Регистрация");
|
||
?>
|