Panel/Panel/lang/English/modules/addonsmanager.php
copilot-swe-agent[bot] dd44a26d95
fix: add missing cron server content translations and remove LANG_version conflict
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/b4c3d1e1-8f85-4091-888c-8a36d0024dca

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2026-05-18 22:30:07 +00:00

82 lines
4.4 KiB
PHP

<?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.
*
*/
// --- Server Content Manager (formerly Addons Manager) ---
// UI labels are updated to use "Server Content" terminology.
// Internal keys remain unchanged for backward compatibility with other languages.
define('LANG_install_plugin', "Install Plugin / Mod");
define('LANG_install_mappack', "Install Map Pack");
define('LANG_install_config', "Install Config Pack");
define('LANG_game_name', "Game Name");
define('LANG_directory', "Directory Path");
define('LANG_remote_server', "Remote server");
define('LANG_select_addon', "Select Server Content Item");
define('LANG_install', "Install");
define('LANG_failed_to_start_file_download', "Failed to start file download.");
define('LANG_no_games_servers_available', "There are no game servers available in your account.");
define('LANG_addon_installed_successfully', "Server content item installed successfully");
define('LANG_path', "Path");
define('LANG_wait_while_decompressing', "Wait while the file %s is decompressed.");
define('LANG_addon_name', "Content Item Name");
define('LANG_url', "URL");
define('LANG_select_game_type', "Select Game Type");
define('LANG_plugin', "Plugins / Mods");
define('LANG_mappack', "Map Packs");
define('LANG_config', "Config Packs");
// Additional category labels (for future content types already defined in server_content_categories.php)
define('LANG_server_content_version', "Server Versions");
define('LANG_modpack', "Modpacks");
define('LANG_workshop', "Workshop Content");
define('LANG_script', "Scripted Installer");
define('LANG_profile', "Server Profiles");
define('LANG_type', "Content Type");
define('LANG_game', "Game");
define('LANG_show_all_addons', "Show All Server Content");
define('LANG_show_addons_for_selected_type', "Show Content For Selected Type");
define('LANG_show_addons_for_selected_game', "Show Content For Selected Game");
define('LANG_linux_games', "Linux Games:");
define('LANG_windows_games', "Windows Games:");
define('LANG_create_addon', "Create Server Content Item");
define('LANG_addons_db', "Server Content Database");
define('LANG_addon_has_been_created', "The server content item \"%s\" has been created.");
define('LANG_remove_addon', "Remove");
define('LANG_fill_the_url_address_to_a_compressed_file', "Please enter a URL for the compressed file to download.");
define('LANG_fill_the_addon_name', "Please enter a name for the server content item.");
define('LANG_select_an_addon_type', "Please select a content type.");
define('LANG_select_a_game_type', "Please select a game type.");
define('LANG_edit_addon', "Edit");
define('LANG_invalid_addon', "Invalid server content item or access denied.");
define('LANG_invalid_addon_type', "Invalid content type selected.");
define('LANG_post-script', "Post-install script (bash)");
define('LANG_replacements', "Replacements:");
define('LANG_addon_name_info', "Enter a display name for this server content item.");
define('LANG_url_info', "Enter a download URL for a compressed file (.zip or .tar.gz). It will be extracted into the server root or the path specified below.");
define('LANG_path_info', "Path relative to the server folder, with no leading or trailing slashes (e.g. cstrike/cfg). Leave blank to use the server root.");
define('LANG_post-script_info', "Enter a Bash script to run after installation. Use the replacement variables listed on the left to inject server-specific values. The script runs from the server root or the specified path.");
define('LANG_show_to_group', "Show to group");
define('LANG_all_groups', "All groups");
define('LANG_show_addons_for_selected_group', "Show content for selected group");
define('LANG_group', "Group");
?>