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:
parent
53e0b68f4f
commit
7377f955fd
796 changed files with 38947 additions and 43914 deletions
|
|
@ -22,19 +22,19 @@
|
|||
*
|
||||
*/
|
||||
|
||||
define('OGP_LANG_support_email_content', "קיבלת בקשת תמיכה מ%s(%s).<br><br> שרת:
|
||||
define('LANG_support_email_content', "קיבלת בקשת תמיכה מ%s(%s).<br><br> שרת:
|
||||
%s.<br><br>%s");
|
||||
define('OGP_LANG_message_has_been_sent', "תודה שיצרת איתנו קשר! הודעתך התקבלה נחזור אליך באמצעות הדוא\"ל");
|
||||
define('OGP_LANG_please_describe_your_issue_below', "אנא השתמש בטופס שלהלן כדי לבקש תמיכה בשרת המשחק שלך.<br>
|
||||
define('LANG_message_has_been_sent', "תודה שיצרת איתנו קשר! הודעתך התקבלה נחזור אליך באמצעות הדוא\"ל");
|
||||
define('LANG_please_describe_your_issue_below', "אנא השתמש בטופס שלהלן כדי לבקש תמיכה בשרת המשחק שלך.<br>
|
||||
אנו נגיב בהקדם האפשרי.");
|
||||
define('OGP_LANG_select_server', "בחר שרת");
|
||||
define('OGP_LANG_email_address', "דוא\"ל");
|
||||
define('OGP_LANG_subject', "נושא");
|
||||
define('OGP_LANG_message', "הודעה");
|
||||
define('OGP_LANG_email_must_be_filled_out', "יש למלא את כתובת הדוא\"ל.");
|
||||
define('OGP_LANG_subject_must_be_filled_out', "יש למלא את הנושא.");
|
||||
define('OGP_LANG_message_must_be_filled_out', "יש למלא את ההודעה.");
|
||||
define('OGP_LANG_send', "שלח");
|
||||
define('OGP_LANG_error', "שגיאה");
|
||||
define('OGP_LANG_info', "מידע");
|
||||
define('LANG_select_server', "בחר שרת");
|
||||
define('LANG_email_address', "דוא\"ל");
|
||||
define('LANG_subject', "נושא");
|
||||
define('LANG_message', "הודעה");
|
||||
define('LANG_email_must_be_filled_out', "יש למלא את כתובת הדוא\"ל.");
|
||||
define('LANG_subject_must_be_filled_out', "יש למלא את הנושא.");
|
||||
define('LANG_message_must_be_filled_out', "יש למלא את ההודעה.");
|
||||
define('LANG_send', "שלח");
|
||||
define('LANG_error', "שגיאה");
|
||||
define('LANG_info', "מידע");
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue