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

43 lines
No EOL
2.8 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('LANG_resetting_configs', "Сброс всех конфигураций");
define('LANG_updating_configs', "Обновление старых конфигураций.");
define('LANG_configs_updated_ok', "Проверка конфигурации прошла успешно.");
define('LANG_reset_old_configs', "Сброс старых конфигов");
define('LANG_update_configs', "Обновление конфигов");
define('LANG_game_config_setup', "Установка конфигураций игры");
define('LANG_config_reset_warning', "Если вы очистите старые конфигурации, возможны проблемы с игровыми серверами, так как новые ID могут не совпадать с ID старых серверов.");
define('LANG_modify_configs_info', "Если вы хотите изменить конфигурации игры, измените файлы находящиеся в %s.");
define('LANG_updating_config_from_file', "Обновление файла %s.");
define('LANG_error_when_handling_file', "Ошибка при чтении файла %s.");
define('LANG_error_while_adding_cfg_to_db', "Ошибка при добавлении информации из %s в базу данных.");
define('LANG_no_configs_found', "Конфигурационных файлов в %s обнаружено не было.");
define('LANG_select_game', "Выберите игру");
define('LANG_create_xml_configs', "Создать XML конфиг");
define('LANG_failed_to_delete_config_from_db', "Ну удалось удалить %s конфигурацию из Базы Данных");
define('LANG_failed_removing_file', "Ошибка удаления файла %s");
define('LANG_removed_game_cfg_from_disk_and_datbase', "Удалить конфигурацию для%sс Диска и Базы Данных.");
define('LANG_delete_game_config_for', "Удалить конфигурацию игры %sс диска и Базы Данных");
?>