Panel/lang/Russian/modules/extras.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

24 lines
No EOL
1.4 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 extras module (Russian localization)
*/
include 'update.php';
define('OGP_LANG_unable_download', "Невозможно загрузить %s.");
define('OGP_LANG_md5_failed', "Тест MD5 не удалось по %s, попробуйте еще раз.");
define('OGP_LANG_uninstall', "Отключить");
define('OGP_LANG_install', "Установить");
define('OGP_LANG_uptodate', "Актуальное");
define('OGP_LANG_update_available', "Доступно Обновление");
define('OGP_LANG_not_installed', "Не установлен");
define('OGP_LANG_installed', "Установлен");
define('OGP_LANG_download_update', "Скачать и Обновить");
define('OGP_LANG_are_you_sure', "Вы уверены");
define('OGP_LANG_uninstalling_module_dataloss', "Отключение модуля включает в себя потерю всех данных, связанных.");
define('OGP_LANG_remove_files_for', "Хотите удалить все файлы для");
define('OGP_LANG_confirm', "Подтвердите");
define('OGP_LANG_cancel', "Отменить");
define('OGP_LANG_extra_themes', "Дополнительные темы");
define('OGP_LANG_extra_modules', "Дополнительные модули");
define('OGP_LANG_search_for_updates', "Проверить наличие обновления");
?>