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>
This commit is contained in:
copilot-swe-agent[bot] 2026-05-04 17:31:16 +00:00 committed by GitHub
parent 53e0b68f4f
commit 7377f955fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
796 changed files with 38947 additions and 43914 deletions

View file

@ -22,22 +22,22 @@
*
*/
define('OGP_LANG_dashboard_ftp_text', "FTP клијент може да компресује фајлове и пошаље их путем имејла, као и да их распакује, уреди текстуалне фајлове и још много тога.");
define('OGP_LANG_dashboard_addons_manager_text', "Manage all different types of services with OGP. Choose from over 115 servers, which supplied directly by OGP.");
define('OGP_LANG_dashboard_game_monitor_text', "Watch and monitor your traffic & logs quickly. You can see what servers are up and down.");
define('OGP_LANG_dashboard_support_text', "Get support from the OGP Professional Team on the forum. Fast response and great attention.");
define('OGP_LANG_welcome_text', "Welcome to the Open Game Panel (OGP). OGP is an open-source software, that allows you to install, start and monitor different game servers.");
define('OGP_LANG_any_server_is_online', "Any server is Online");
define('OGP_LANG_current_map', "Current Map");
define('OGP_LANG_server_ip_port', "IP:Port");
define('OGP_LANG_statistics', "Статистике");
define('OGP_LANG_servers', "Сервери");
define('OGP_LANG_players', "Играчи");
define('OGP_LANG_server_status', "Статус сервера");
define('OGP_LANG_no_games_to_monitor', "Тренутно нема онлајн/офлајн гејм сервера");
define('OGP_LANG_online_servers', "Онлајн сервери");
define('OGP_LANG_add_games_in', "Ако желите да додате игре, то можете учинити у %s");
define('OGP_LANG_currently_online', "Тренутно онлајн");
define('OGP_LANG_game_servers', "Гејминг сервери");
define('OGP_LANG_select_remote_server', "Select Remote Server");
define('LANG_dashboard_ftp_text', "FTP клијент може да компресује фајлове и пошаље их путем имејла, као и да их распакује, уреди текстуалне фајлове и још много тога.");
define('LANG_dashboard_addons_manager_text', "Manage all different types of services with OGP. Choose from over 115 servers, which supplied directly by OGP.");
define('LANG_dashboard_game_monitor_text', "Watch and monitor your traffic & logs quickly. You can see what servers are up and down.");
define('LANG_dashboard_support_text', "Get support from the OGP Professional Team on the forum. Fast response and great attention.");
define('LANG_welcome_text', "Welcome to the Open Game Panel (OGP). OGP is an open-source software, that allows you to install, start and monitor different game servers.");
define('LANG_any_server_is_online', "Any server is Online");
define('LANG_current_map', "Current Map");
define('LANG_server_ip_port', "IP:Port");
define('LANG_statistics', "Статистике");
define('LANG_servers', "Сервери");
define('LANG_players', "Играчи");
define('LANG_server_status', "Статус сервера");
define('LANG_no_games_to_monitor', "Тренутно нема онлајн/офлајн гејм сервера");
define('LANG_online_servers', "Онлајн сервери");
define('LANG_add_games_in', "Ако желите да додате игре, то можете учинити у %s");
define('LANG_currently_online', "Тренутно онлајн");
define('LANG_game_servers', "Гејминг сервери");
define('LANG_select_remote_server', "Select Remote Server");
?>