Panel/lang/Russian/modules/update.php
copilot-swe-agent[bot] 7377f955fd
Fix PHP 8.3 htmlentities null safety, remove unused themes, rename OGP_LANG_ to LANG_
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/9909a053-0a66-4453-a844-d3b80d727b27

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2026-05-04 17:31:16 +00:00

59 lines
No EOL
4 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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.
*
*/
include('litefm.php');
define('LANG_curl_needed', "Для отображения этой страницы требуется модуль PHP curl.");
define('LANG_no_access', "У вас не достаточно прав для отображения этой страницы.");
define('LANG_dwl_update', "Загрузка обновления...");
define('LANG_dwl_complete', "Загрузка завершена");
define('LANG_install_update', "Установка обновления...");
define('LANG_update_complete', "Обновление установлено");
define('LANG_ignored_files', "%s ignored file(s)");
define('LANG_not_updated_files_blacklisted', "Файлы которые не будут обновляться (Черный список): <br>%s");
define('LANG_latest_version', "Последняя версия");
define('LANG_panel_version', "Версия панели");
define('LANG_update_now', "Обновить сейчас");
define('LANG_the_panel_is_up_to_date', "Панель обновлена!");
define('LANG_files_overwritten', "Перезаписано файлов - %s");
define('LANG_files_not_overwritten', "%sфайл НЕ перезаписан, так как он в черном списке");
define('LANG_can_not_update_non_writable_files', "Не возможно выполнить Обновление так как файл/папка не доступны для записи");
define('LANG_dwl_failed', "Ссылка для скачивания недоступна.: \"%s\".<br> Попробуйте позже. ");
define('LANG_temp_folder_not_writable', "Не возможно выполнить загрузку сюда, потому что Apache не имеет права на запись во временную директорию(%s).");
define('LANG_base_dir_not_writable', "Панель не обновлена, потому что Apache не имеет права на запись в папку \"%s\".");
define('LANG_new_files', "Новых файлов %s");
define('LANG_updated_files', "Обновленные файлы:<br>%s");
define('LANG_select_mirror', "Выбор зеркала");
define('LANG_view_changes', "Посмотреть изменения");
define('LANG_updating_modules', "Обновление модулей");
define('LANG_updating_finished', "Обновление завершено");
define('LANG_updated_module', "Модуль обовлён: '%s'.");
define('LANG_blacklist_files', "Черный список файлов");
define('LANG_blacklist_files_info', "Все отмеченные файлы не будут обновляться.");
define('LANG_save_to_blacklist', "Сохранить Черный список");
define('LANG_no_new_updates', "Обновлений не обнаружено.");
define('LANG_module_file_missing', "В каталоге отсутствует файл module.php.");
define('LANG_query_failed', "Не удалось выполнить запрос");
define('LANG_query_failed_2', "к Базе Данных.");
define('LANG_missing_zip_extension', "Расширение php-zip не установлено. Пожалуйста включите его что бы использовать модуль обновления.");
?>