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', "Bład pobierania %s.");
define('OGP_LANG_md5_failed', "Błędny MD5 %s, spróbuj ponownie.");
define('OGP_LANG_uninstall', "Odinstaluj");
define('OGP_LANG_install', "Zainstaluj");
define('OGP_LANG_uptodate', "Brak aktualizacji");
define('OGP_LANG_update_available', "Dostępne Aktualizacje");
define('OGP_LANG_not_installed', "Nie zainstalowany");
define('OGP_LANG_installed', "Zainstalowany");
define('OGP_LANG_download_update', "Pobierz/Aktualizacje");
define('OGP_LANG_are_you_sure', "Jesteś pewny");
define('OGP_LANG_uninstalling_module_dataloss', "Przez odinstalowanie modułu stracisz wszystkie dane z nim związane.");
define('OGP_LANG_remove_files_for', "Czy chcesz usunąć wszystkie pliki dla");
define('OGP_LANG_confirm', "Potwierdz");
define('OGP_LANG_cancel', "Anuluj");
define('OGP_LANG_extra_themes', "Dodatkowe style");
define('OGP_LANG_extra_modules', "Dodatkowe moduły");
define('OGP_LANG_search_for_updates', "Sprawdź aktualizacje");
define('LANG_unable_download', "Bład pobierania %s.");
define('LANG_md5_failed', "Błędny MD5 %s, spróbuj ponownie.");
define('LANG_uninstall', "Odinstaluj");
define('LANG_install', "Zainstaluj");
define('LANG_uptodate', "Brak aktualizacji");
define('LANG_update_available', "Dostępne Aktualizacje");
define('LANG_not_installed', "Nie zainstalowany");
define('LANG_installed', "Zainstalowany");
define('LANG_download_update', "Pobierz/Aktualizacje");
define('LANG_are_you_sure', "Jesteś pewny");
define('LANG_uninstalling_module_dataloss', "Przez odinstalowanie modułu stracisz wszystkie dane z nim związane.");
define('LANG_remove_files_for', "Czy chcesz usunąć wszystkie pliki dla");
define('LANG_confirm', "Potwierdz");
define('LANG_cancel', "Anuluj");
define('LANG_extra_themes', "Dodatkowe style");
define('LANG_extra_modules', "Dodatkowe moduły");
define('LANG_search_for_updates', "Sprawdź aktualizacje");
?>