Panel/lang/Russian/modules/modulemanager.php
copilot-swe-agent[bot] 898018d204 Complete license header replacement with file purpose descriptions (675 files)
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-09-05 22:46:27 +00:00

37 lines
2.9 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
/*
* Language definitions for the modulemanager module (Russian localization)
*/
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 может быть установлен.");
?>