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
|
|
@ -1,17 +1,17 @@
|
|||
<?php
|
||||
|
||||
define('OGP_LANG_configuration_files', "ملفات التكوين");
|
||||
define('OGP_LANG_editing_file', "تعديل الملف");
|
||||
define('OGP_LANG_no_server_specfied', "لا يوجد اي دي خادم محدد - لا يمكن سرد أية ملفات تكوين.");
|
||||
define('OGP_LANG_no_home', "ليس لديك حق الوصول إلى معرف الخادم المعين.");
|
||||
define('OGP_LANG_no_configs_for_game', "لم يتم تحديد ملفات التكوين هذه.");
|
||||
define('OGP_LANG_name', "الاسم");
|
||||
define('OGP_LANG_no_description', "بدون وصف");
|
||||
define('OGP_LANG_description', "الوصف");
|
||||
define('OGP_LANG_invalid_file', "قد لا يتم تحرير الملف المحدد.");
|
||||
define('OGP_LANG_wrote_changes', "تم حفظ الملف بنجاح.");
|
||||
define('OGP_LANG_failed_write', "أخفق حفظ الملف.");
|
||||
define('OGP_LANG_failed_read', "أخفق قراءة الملف.");
|
||||
define('OGP_LANG_save', "حفظ");
|
||||
define('OGP_LANG_go_back', "رجوع");
|
||||
define('OGP_LANG_new_file', "ملف جديد");
|
||||
define('LANG_configuration_files', "ملفات التكوين");
|
||||
define('LANG_editing_file', "تعديل الملف");
|
||||
define('LANG_no_server_specfied', "لا يوجد اي دي خادم محدد - لا يمكن سرد أية ملفات تكوين.");
|
||||
define('LANG_no_home', "ليس لديك حق الوصول إلى معرف الخادم المعين.");
|
||||
define('LANG_no_configs_for_game', "لم يتم تحديد ملفات التكوين هذه.");
|
||||
define('LANG_name', "الاسم");
|
||||
define('LANG_no_description', "بدون وصف");
|
||||
define('LANG_description', "الوصف");
|
||||
define('LANG_invalid_file', "قد لا يتم تحرير الملف المحدد.");
|
||||
define('LANG_wrote_changes', "تم حفظ الملف بنجاح.");
|
||||
define('LANG_failed_write', "أخفق حفظ الملف.");
|
||||
define('LANG_failed_read', "أخفق قراءة الملف.");
|
||||
define('LANG_save', "حفظ");
|
||||
define('LANG_go_back', "رجوع");
|
||||
define('LANG_new_file', "ملف جديد");
|
||||
Loading…
Add table
Add a link
Reference in a new issue