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,35 +22,35 @@
|
|||
*
|
||||
*/
|
||||
|
||||
define('OGP_LANG_module_id', "Module ID");
|
||||
define('OGP_LANG_module_name', "Module Name");
|
||||
define('OGP_LANG_module_folder', "Module Folder");
|
||||
define('OGP_LANG_module_version', "Module Version");
|
||||
define('OGP_LANG_db_version', "DB Version");
|
||||
define('OGP_LANG_modules_available_for_install', "Custom Modules Available for Installation:");
|
||||
define('OGP_LANG_install', "Install");
|
||||
define('OGP_LANG_uninstall', "Uninstall");
|
||||
define('OGP_LANG_modules', "Modules");
|
||||
define('OGP_LANG_update_modules', "Update Modules");
|
||||
define('OGP_LANG_no_installed_modules', "No installed modules found.");
|
||||
define('OGP_LANG_not_complete', "The install/uninstall feature is not complete and might not work properly. WARNING: Data loss may occur in the OGP database!");
|
||||
define('OGP_LANG_core_mods_installed', "Installed Core Modules:");
|
||||
define('OGP_LANG_custom_mods_installed', "Installed Custom Modules:");
|
||||
define('OGP_LANG_installing_module', "Installing module '%s'");
|
||||
define('OGP_LANG_successfully_installed_module', "Successfully installed module %s.");
|
||||
define('OGP_LANG_failed_to_install_module', "Failed to install module %s.");
|
||||
define('OGP_LANG_adding_module', "Adding module called '%s'.");
|
||||
define('OGP_LANG_module_already_installed', "Module called '%s' is already installed.");
|
||||
define('OGP_LANG_uninstalling_module', "Uninstalling module '%s'");
|
||||
define('OGP_LANG_successfully_uninstalled_module', "Successfully uninstalled module %s.");
|
||||
define('OGP_LANG_failed_to_uninstall_module', "Failed to uninstall module %s.");
|
||||
define('OGP_LANG_module_file_missing', "directory is missing the module.php file.");
|
||||
define('OGP_LANG_module_file_missing_info', "is missing the required information.");
|
||||
define('OGP_LANG_query_failed', "Failed to execute query");
|
||||
define('OGP_LANG_query_failed_2', "to database.");
|
||||
define('OGP_LANG_failed_del_db', "Failed to delete module from database.");
|
||||
define('OGP_LANG_updated_module', "Updated module: '%s'.");
|
||||
define('OGP_LANG_updating_modules', "Updating Modules");
|
||||
define('OGP_LANG_updating_finished', "Updating Finished");
|
||||
define('OGP_LANG_prereqs_missing', "Prerequisites of %s must be installed on the server before %s can be installed.");
|
||||
define('LANG_module_id', "Module ID");
|
||||
define('LANG_module_name', "Module Name");
|
||||
define('LANG_module_folder', "Module Folder");
|
||||
define('LANG_module_version', "Module Version");
|
||||
define('LANG_db_version', "DB Version");
|
||||
define('LANG_modules_available_for_install', "Custom Modules Available for Installation:");
|
||||
define('LANG_install', "Install");
|
||||
define('LANG_uninstall', "Uninstall");
|
||||
define('LANG_modules', "Modules");
|
||||
define('LANG_update_modules', "Update Modules");
|
||||
define('LANG_no_installed_modules', "No installed modules found.");
|
||||
define('LANG_not_complete', "The install/uninstall feature is not complete and might not work properly. WARNING: Data loss may occur in the OGP database!");
|
||||
define('LANG_core_mods_installed', "Installed Core Modules:");
|
||||
define('LANG_custom_mods_installed', "Installed Custom Modules:");
|
||||
define('LANG_installing_module', "Installing module '%s'");
|
||||
define('LANG_successfully_installed_module', "Successfully installed module %s.");
|
||||
define('LANG_failed_to_install_module', "Failed to install module %s.");
|
||||
define('LANG_adding_module', "Adding module called '%s'.");
|
||||
define('LANG_module_already_installed', "Module called '%s' is already installed.");
|
||||
define('LANG_uninstalling_module', "Uninstalling module '%s'");
|
||||
define('LANG_successfully_uninstalled_module', "Successfully uninstalled module %s.");
|
||||
define('LANG_failed_to_uninstall_module', "Failed to uninstall module %s.");
|
||||
define('LANG_module_file_missing', "directory is missing the module.php file.");
|
||||
define('LANG_module_file_missing_info', "is missing the required information.");
|
||||
define('LANG_query_failed', "Failed to execute query");
|
||||
define('LANG_query_failed_2', "to database.");
|
||||
define('LANG_failed_del_db', "Failed to delete module from database.");
|
||||
define('LANG_updated_module', "Updated module: '%s'.");
|
||||
define('LANG_updating_modules', "Updating Modules");
|
||||
define('LANG_updating_finished', "Updating Finished");
|
||||
define('LANG_prereqs_missing', "Prerequisites of %s must be installed on the server before %s can be installed.");
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue