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

@ -23,21 +23,21 @@
*/
include 'update.php';
define('OGP_LANG_unable_download', "Nelze stáhnout %s.");
define('OGP_LANG_md5_failed', "Test MD5 se nezdařil %s, Zkus to znovu.");
define('OGP_LANG_uninstall', "Odinstalujte");
define('OGP_LANG_install', "Nainstalujte");
define('OGP_LANG_uptodate', "Aktuálně");
define('OGP_LANG_update_available', "Aktualizace k dispozici");
define('OGP_LANG_not_installed', "Není instalován");
define('OGP_LANG_installed', "Instalováno");
define('OGP_LANG_download_update', "Stáhnout / Aktualizovat");
define('OGP_LANG_are_you_sure', "jsi si jistý?");
define('OGP_LANG_uninstalling_module_dataloss', "Odinstalováním modulu ztratíte veškerá data, která s ním souvisejí.");
define('OGP_LANG_remove_files_for', "Chcete odstranit všechny soubory pro");
define('OGP_LANG_confirm', "Potvrdit");
define('OGP_LANG_cancel', "zrušit");
define('OGP_LANG_extra_themes', "Další témata");
define('OGP_LANG_extra_modules', "Další moduly");
define('OGP_LANG_search_for_updates', "Kontrola aktualizací");
define('LANG_unable_download', "Nelze stáhnout %s.");
define('LANG_md5_failed', "Test MD5 se nezdařil %s, Zkus to znovu.");
define('LANG_uninstall', "Odinstalujte");
define('LANG_install', "Nainstalujte");
define('LANG_uptodate', "Aktuálně");
define('LANG_update_available', "Aktualizace k dispozici");
define('LANG_not_installed', "Není instalován");
define('LANG_installed', "Instalováno");
define('LANG_download_update', "Stáhnout / Aktualizovat");
define('LANG_are_you_sure', "jsi si jistý?");
define('LANG_uninstalling_module_dataloss', "Odinstalováním modulu ztratíte veškerá data, která s ním souvisejí.");
define('LANG_remove_files_for', "Chcete odstranit všechny soubory pro");
define('LANG_confirm', "Potvrdit");
define('LANG_cancel', "zrušit");
define('LANG_extra_themes', "Další témata");
define('LANG_extra_modules', "Další moduly");
define('LANG_search_for_updates', "Kontrola aktualizací");
?>