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,22 +22,22 @@
|
|||
*
|
||||
*/
|
||||
|
||||
define('OGP_LANG_resetting_configs', "تمام Config ها در حال بازنشانی هستند.");
|
||||
define('OGP_LANG_updating_configs', "Updating old configs");
|
||||
define('OGP_LANG_configs_updated_ok', "Configurations reread successfully.");
|
||||
define('OGP_LANG_reset_old_configs', "بازنشانی Config های قدیمی");
|
||||
define('OGP_LANG_update_configs', "به روزرسانی Config ها");
|
||||
define('OGP_LANG_game_config_setup', "پیکربندی Config بازی ها");
|
||||
define('OGP_LANG_config_reset_warning', "When you clear old configs there might be issues with the assigned game servers, because the identification numbers might not match with the new configurations.");
|
||||
define('OGP_LANG_modify_configs_info', "اگر قصد ویرایش پیکربندی بازی ها را دارید، فایل های مربوط به پیکربندی در \"%s\" قرار دارند.");
|
||||
define('OGP_LANG_updating_config_from_file', "به روزرسانی Config از فایل %s.");
|
||||
define('OGP_LANG_error_when_handling_file', "Error occurred when handling file %s.");
|
||||
define('OGP_LANG_error_while_adding_cfg_to_db', "Error occurred when adding data from %s to database.");
|
||||
define('OGP_LANG_no_configs_found', "پیکربندی در فایل \"%s\" پیدا نشد.");
|
||||
define('OGP_LANG_select_game', "انتخاب بازی");
|
||||
define('OGP_LANG_create_xml_configs', "ساخت فایل XML برای Config");
|
||||
define('OGP_LANG_failed_to_delete_config_from_db', "حذف \"%s\" از پایگاه داده با شکست مواجه شد.");
|
||||
define('OGP_LANG_failed_removing_file', "حذف فایل \"%s\" با شکست مواجه شد.");
|
||||
define('OGP_LANG_removed_game_cfg_from_disk_and_datbase', "Removed config for %s from storage and database.");
|
||||
define('OGP_LANG_delete_game_config_for', "حذف پیکربندی بازی %s از دیسک و پایگاه داده.");
|
||||
define('LANG_resetting_configs', "تمام Config ها در حال بازنشانی هستند.");
|
||||
define('LANG_updating_configs', "Updating old configs");
|
||||
define('LANG_configs_updated_ok', "Configurations reread successfully.");
|
||||
define('LANG_reset_old_configs', "بازنشانی Config های قدیمی");
|
||||
define('LANG_update_configs', "به روزرسانی Config ها");
|
||||
define('LANG_game_config_setup', "پیکربندی Config بازی ها");
|
||||
define('LANG_config_reset_warning', "When you clear old configs there might be issues with the assigned game servers, because the identification numbers might not match with the new configurations.");
|
||||
define('LANG_modify_configs_info', "اگر قصد ویرایش پیکربندی بازی ها را دارید، فایل های مربوط به پیکربندی در \"%s\" قرار دارند.");
|
||||
define('LANG_updating_config_from_file', "به روزرسانی Config از فایل %s.");
|
||||
define('LANG_error_when_handling_file', "Error occurred when handling file %s.");
|
||||
define('LANG_error_while_adding_cfg_to_db', "Error occurred when adding data from %s to database.");
|
||||
define('LANG_no_configs_found', "پیکربندی در فایل \"%s\" پیدا نشد.");
|
||||
define('LANG_select_game', "انتخاب بازی");
|
||||
define('LANG_create_xml_configs', "ساخت فایل XML برای Config");
|
||||
define('LANG_failed_to_delete_config_from_db', "حذف \"%s\" از پایگاه داده با شکست مواجه شد.");
|
||||
define('LANG_failed_removing_file', "حذف فایل \"%s\" با شکست مواجه شد.");
|
||||
define('LANG_removed_game_cfg_from_disk_and_datbase', "Removed config for %s from storage and database.");
|
||||
define('LANG_delete_game_config_for', "حذف پیکربندی بازی %s از دیسک و پایگاه داده.");
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue