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', "Configuration Files");
|
||||
define('OGP_LANG_editing_file', "Editing File");
|
||||
define('OGP_LANG_no_server_specfied', "No Server ID specified - can't list any configuration files.");
|
||||
define('OGP_LANG_no_home', "You don't have access to the given Server ID.");
|
||||
define('OGP_LANG_no_configs_for_game', "This has no configuration files defined.");
|
||||
define('OGP_LANG_name', "Name");
|
||||
define('OGP_LANG_no_description', "No Description");
|
||||
define('OGP_LANG_description', "Description");
|
||||
define('OGP_LANG_invalid_file', "The specified file may not be edited.");
|
||||
define('OGP_LANG_wrote_changes', "Successfully saved the file.");
|
||||
define('OGP_LANG_failed_write', "Failed to save the file.");
|
||||
define('OGP_LANG_failed_read', "Failed to read the file.");
|
||||
define('OGP_LANG_save', "Save");
|
||||
define('OGP_LANG_go_back', "Go Back");
|
||||
define('OGP_LANG_new_file', "New File");
|
||||
define('LANG_configuration_files', "Configuration Files");
|
||||
define('LANG_editing_file', "Editing File");
|
||||
define('LANG_no_server_specfied', "No Server ID specified - can't list any configuration files.");
|
||||
define('LANG_no_home', "You don't have access to the given Server ID.");
|
||||
define('LANG_no_configs_for_game', "This has no configuration files defined.");
|
||||
define('LANG_name', "Name");
|
||||
define('LANG_no_description', "No Description");
|
||||
define('LANG_description', "Description");
|
||||
define('LANG_invalid_file', "The specified file may not be edited.");
|
||||
define('LANG_wrote_changes', "Successfully saved the file.");
|
||||
define('LANG_failed_write', "Failed to save the file.");
|
||||
define('LANG_failed_read', "Failed to read the file.");
|
||||
define('LANG_save', "Save");
|
||||
define('LANG_go_back', "Go Back");
|
||||
define('LANG_new_file', "New File");
|
||||
Loading…
Add table
Add a link
Reference in a new issue