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

56 lines
3.7 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_module_id', "Модуль ID");
define('OGP_LANG_module_name', "Название модуля");
define('OGP_LANG_module_folder', "Папка модуля");
define('OGP_LANG_module_version', "Версия модуля");
define('OGP_LANG_db_version', "Версия БД");
define('OGP_LANG_modules_available_for_install', "Данные модули доступны для установки:");
define('OGP_LANG_install', "Установить");
define('OGP_LANG_uninstall', "Удалить");
define('OGP_LANG_modules', "Модули");
define('OGP_LANG_update_modules', "Обновить модули");
define('OGP_LANG_no_installed_modules', "Установленных модулей не найдено");
define('OGP_LANG_not_complete', "Удаление/Установка была не полностью завершена и может работать не корректно. ВНИМАНИЕ: данные из базы данных могут быть утеряны!");
define('OGP_LANG_core_mods_installed', "Установленные базовые модули:");
define('OGP_LANG_custom_mods_installed', "Установленные пользовательские модули:");
define('OGP_LANG_installing_module', "Установка модуля... '%s'");
define('OGP_LANG_successfully_installed_module', "Модуль установлен корректно %s.");
define('OGP_LANG_failed_to_install_module', "Не удалось установить модуль %s.");
define('OGP_LANG_adding_module', "Добавление модуля: '%s'.");
define('OGP_LANG_module_already_installed', "Модуль: '%s' уже установлен.");
define('OGP_LANG_uninstalling_module', "Удаление модуля '%s'");
define('OGP_LANG_successfully_uninstalled_module', "Модуль успешно удален %s.");
define('OGP_LANG_failed_to_uninstall_module', "Не удалось удалить модуль %s.");
define('OGP_LANG_module_file_missing', "в каталоге отсутствует файл module.php.");
define('OGP_LANG_module_file_missing_info', "отсутствует необходимая информация.");
define('OGP_LANG_query_failed', "Не удалось выполнить запрос");
define('OGP_LANG_query_failed_2', "в базу данных.");
define('OGP_LANG_failed_del_db', "Не удалось удалить модуль из базы данных.");
define('OGP_LANG_updated_module', "Модуль обовлён: '%s'.");
define('OGP_LANG_updating_modules', "Обновление модулей");
define('OGP_LANG_updating_finished', "Обновление завершено");
define('OGP_LANG_prereqs_missing', "Необходимые требования для %sдолжны быть установлены на сервер до того, как %s может быть установлен.");
?>