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,23 +22,23 @@
*
*/
define('OGP_LANG_recover', "Obnovit zapomenuté heslo");
define('OGP_LANG_back', "Zpět");
define('OGP_LANG_incomplete', "Vraťte se a vyplňte všechna pole ve formuláři.");
define('OGP_LANG_subject', "Požadavek na heslo");
define('OGP_LANG_password_message', "Ahoj,<br><br>Vaše heslo bylo úspěšně resetováno.<br><br>Nové heslo: %s<br><br>Nezapomeňte heslo často měnit.<br><br>Prosím neodpovídejte na tento email!<br><br>______________________________<br>Black Market Servers");
define('OGP_LANG_send', "Vaše heslo bylo odesláno! Prosím zkontrolujte svůj e-mail!");
define('OGP_LANG_here', "Tady");
define('OGP_LANG_to_login', "přihlásit se");
define('OGP_LANG_errormail', "Vaše e-mailová adresa není správná.");
define('OGP_LANG_submit', "Předložit");
define('OGP_LANG_click', "Klikněte na tlačítko");
define('OGP_LANG_mail_settings_missing', "Nastavení poštovní schránky není dokončeno, takže nemůže odeslat heslo. Obraťte se na administrátora OGP.");
define('OGP_LANG_mail_failed', "Odeslání e-mailu se nezdařilo.");
define('OGP_LANG_email', "E-mailem");
define('OGP_LANG_enter_email', "prosím zadejte svou e-mailovou adresu");
define('OGP_LANG_webmaster', "Webmaster");
define('OGP_LANG_confirm_send', "For security reasons we have sent you a confirmation link before you restart your password.<br><b style='color:red;'>Please check your inbox.</b>");
define('OGP_LANG_confirm_change_subject', "Reset hesel, potvrzovací e-mail");
define('OGP_LANG_confirm_change_password_message', "Hello,<br><br>Please click on the link below to reset your password:<br><br>%s<br><br>Note: If you do not have requested the reset of your password, you can ignore this email.<br><br>Please do not reply to this email!<br><br>______________________________<br>Black Market Servers");
define('LANG_recover', "Obnovit zapomenuté heslo");
define('LANG_back', "Zpět");
define('LANG_incomplete', "Vraťte se a vyplňte všechna pole ve formuláři.");
define('LANG_subject', "Požadavek na heslo");
define('LANG_password_message', "Ahoj,<br><br>Vaše heslo bylo úspěšně resetováno.<br><br>Nové heslo: %s<br><br>Nezapomeňte heslo často měnit.<br><br>Prosím neodpovídejte na tento email!<br><br>______________________________<br>Black Market Servers");
define('LANG_send', "Vaše heslo bylo odesláno! Prosím zkontrolujte svůj e-mail!");
define('LANG_here', "Tady");
define('LANG_to_login', "přihlásit se");
define('LANG_errormail', "Vaše e-mailová adresa není správná.");
define('LANG_submit', "Předložit");
define('LANG_click', "Klikněte na tlačítko");
define('LANG_mail_settings_missing', "Nastavení poštovní schránky není dokončeno, takže nemůže odeslat heslo. Obraťte se na administrátora OGP.");
define('LANG_mail_failed', "Odeslání e-mailu se nezdařilo.");
define('LANG_email', "E-mailem");
define('LANG_enter_email', "prosím zadejte svou e-mailovou adresu");
define('LANG_webmaster', "Webmaster");
define('LANG_confirm_send', "For security reasons we have sent you a confirmation link before you restart your password.<br><b style='color:red;'>Please check your inbox.</b>");
define('LANG_confirm_change_subject', "Reset hesel, potvrzovací e-mail");
define('LANG_confirm_change_password_message', "Hello,<br><br>Please click on the link below to reset your password:<br><br>%s<br><br>Note: If you do not have requested the reset of your password, you can ignore this email.<br><br>Please do not reply to this email!<br><br>______________________________<br>Black Market Servers");
?>