Moved the Agents into their own repo. Kept the agent.pl just for reference

This commit is contained in:
Frank Harris 2025-09-11 13:27:32 -04:00
parent 22381be29a
commit 8680a02b13
18132 changed files with 0 additions and 2569420 deletions

View file

@ -1,56 +0,0 @@
<?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 может быть установлен.");
?>