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_resetting_configs', "Resetování všech konfiguračních souborů");
define('OGP_LANG_updating_configs', "Updating old configs");
define('OGP_LANG_configs_updated_ok', "Konfigurace úspěšně přečtené.");
define('OGP_LANG_reset_old_configs', "Obnovit staré configs");
define('OGP_LANG_update_configs', "Aktualizovat konfigurování");
define('OGP_LANG_game_config_setup', "Konfigurace nastavení hry");
define('OGP_LANG_config_reset_warning', "Když vymažete staré configs, může dojít k potížím s přiřazenými herními servery, protože identifikační čísla nemusí odpovídat novým konfiguracím.");
define('OGP_LANG_modify_configs_info', "Pokud chcete změnit konfiguraci hry, můžete upravit soubory umístěné v %s.");
define('OGP_LANG_updating_config_from_file', "Aktualizace konfigurace ze %s souboru.");
define('OGP_LANG_error_when_handling_file', "Při zpracování souboru došlo k chybě %s .");
define('OGP_LANG_error_while_adding_cfg_to_db', "Při přidávání dat došlo k chybě %sdo databáze.");
define('OGP_LANG_no_configs_found', "Nebyla nalezena žádná konfigurace%ssoubor.");
define('OGP_LANG_select_game', "Vyberte hru");
define('OGP_LANG_create_xml_configs', "Vytvoření konfigurace XML");
define('OGP_LANG_failed_to_delete_config_from_db', "Smazání se nezdařilo %sconfig z databáze");
define('OGP_LANG_failed_removing_file', "Odstranění souboru se nezdařilo %s.");
define('OGP_LANG_removed_game_cfg_from_disk_and_datbase', "Odebráno config pro %sz úložiště a databáze.");
define('OGP_LANG_delete_game_config_for', "Smazat konfiguraci hry z %s disku a databáze.");
define('LANG_resetting_configs', "Resetování všech konfiguračních souborů");
define('LANG_updating_configs', "Updating old configs");
define('LANG_configs_updated_ok', "Konfigurace úspěšně přečtené.");
define('LANG_reset_old_configs', "Obnovit staré configs");
define('LANG_update_configs', "Aktualizovat konfigurování");
define('LANG_game_config_setup', "Konfigurace nastavení hry");
define('LANG_config_reset_warning', "Když vymažete staré configs, může dojít k potížím s přiřazenými herními servery, protože identifikační čísla nemusí odpovídat novým konfiguracím.");
define('LANG_modify_configs_info', "Pokud chcete změnit konfiguraci hry, můžete upravit soubory umístěné v %s.");
define('LANG_updating_config_from_file', "Aktualizace konfigurace ze %s souboru.");
define('LANG_error_when_handling_file', "Při zpracování souboru došlo k chybě %s .");
define('LANG_error_while_adding_cfg_to_db', "Při přidávání dat došlo k chybě %sdo databáze.");
define('LANG_no_configs_found', "Nebyla nalezena žádná konfigurace%ssoubor.");
define('LANG_select_game', "Vyberte hru");
define('LANG_create_xml_configs', "Vytvoření konfigurace XML");
define('LANG_failed_to_delete_config_from_db', "Smazání se nezdařilo %sconfig z databáze");
define('LANG_failed_removing_file', "Odstranění souboru se nezdařilo %s.");
define('LANG_removed_game_cfg_from_disk_and_datbase', "Odebráno config pro %sz úložiště a databáze.");
define('LANG_delete_game_config_for', "Smazat konfiguraci hry z %s disku a databáze.");
?>