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', "ID");
|
||||
define('OGP_LANG_module_name', "Nombre");
|
||||
define('OGP_LANG_module_folder', "Carpeta");
|
||||
define('OGP_LANG_module_version', "Versión");
|
||||
define('OGP_LANG_db_version', "Versión BD");
|
||||
define('OGP_LANG_modules_available_for_install', "Los siguientes módulos estan disponibles para su instalacion");
|
||||
define('OGP_LANG_install', "Instalar");
|
||||
define('OGP_LANG_uninstall', "Desinstalar");
|
||||
define('OGP_LANG_modules', "Módulos");
|
||||
define('OGP_LANG_update_modules', "Actualizar Modulos");
|
||||
define('OGP_LANG_no_installed_modules', "No se han encontrado módulos instalados.");
|
||||
define('OGP_LANG_not_complete', "Peligro, manejar con cuidado, eliminar un módulo <br>puede suponer la pérdida de todos los datos relacionados con el.");
|
||||
define('OGP_LANG_core_mods_installed', "Módulos base instalados:");
|
||||
define('OGP_LANG_custom_mods_installed', "Módulos personalizados instalados:");
|
||||
define('OGP_LANG_installing_module', "Instalando módulo '%s'");
|
||||
define('OGP_LANG_successfully_installed_module', "Módulo %s instalado correctamente");
|
||||
define('OGP_LANG_failed_to_install_module', "Fallo al instalar el módulo %s.");
|
||||
define('OGP_LANG_adding_module', "Instalando el módulo '%s'.");
|
||||
define('OGP_LANG_module_already_installed', "El módulo '%s' ya se ha instalado.");
|
||||
define('OGP_LANG_uninstalling_module', "Desinstalando el módulo '%s'");
|
||||
define('OGP_LANG_successfully_uninstalled_module', "Se ha desinstalado el módulo %s correctamente.");
|
||||
define('OGP_LANG_failed_to_uninstall_module', "Fallo la desinstalacion del módulo %s.");
|
||||
define('OGP_LANG_module_file_missing', "El archivo del modulo no existe.");
|
||||
define('OGP_LANG_module_file_missing_info', "La informacion sobre el modulo esta incompleta.");
|
||||
define('OGP_LANG_query_failed', "No se pudo procesar la peticion con la base de datos.");
|
||||
define('OGP_LANG_query_failed_2', "a la base de datos:");
|
||||
define('OGP_LANG_failed_del_db', "Error al eliminar datos de la BD.");
|
||||
define('OGP_LANG_updated_module', "Modulo %s actualizado.");
|
||||
define('OGP_LANG_updating_modules', "Actualizando Modulos");
|
||||
define('OGP_LANG_updating_finished', "Actualización Completa");
|
||||
define('OGP_LANG_prereqs_missing', "Debe instalar los requisitos de %s en el sistema para que %s pueda ser instalado.");
|
||||
define('LANG_module_id', "ID");
|
||||
define('LANG_module_name', "Nombre");
|
||||
define('LANG_module_folder', "Carpeta");
|
||||
define('LANG_module_version', "Versión");
|
||||
define('LANG_db_version', "Versión BD");
|
||||
define('LANG_modules_available_for_install', "Los siguientes módulos estan disponibles para su instalacion");
|
||||
define('LANG_install', "Instalar");
|
||||
define('LANG_uninstall', "Desinstalar");
|
||||
define('LANG_modules', "Módulos");
|
||||
define('LANG_update_modules', "Actualizar Modulos");
|
||||
define('LANG_no_installed_modules', "No se han encontrado módulos instalados.");
|
||||
define('LANG_not_complete', "Peligro, manejar con cuidado, eliminar un módulo <br>puede suponer la pérdida de todos los datos relacionados con el.");
|
||||
define('LANG_core_mods_installed', "Módulos base instalados:");
|
||||
define('LANG_custom_mods_installed', "Módulos personalizados instalados:");
|
||||
define('LANG_installing_module', "Instalando módulo '%s'");
|
||||
define('LANG_successfully_installed_module', "Módulo %s instalado correctamente");
|
||||
define('LANG_failed_to_install_module', "Fallo al instalar el módulo %s.");
|
||||
define('LANG_adding_module', "Instalando el módulo '%s'.");
|
||||
define('LANG_module_already_installed', "El módulo '%s' ya se ha instalado.");
|
||||
define('LANG_uninstalling_module', "Desinstalando el módulo '%s'");
|
||||
define('LANG_successfully_uninstalled_module', "Se ha desinstalado el módulo %s correctamente.");
|
||||
define('LANG_failed_to_uninstall_module', "Fallo la desinstalacion del módulo %s.");
|
||||
define('LANG_module_file_missing', "El archivo del modulo no existe.");
|
||||
define('LANG_module_file_missing_info', "La informacion sobre el modulo esta incompleta.");
|
||||
define('LANG_query_failed', "No se pudo procesar la peticion con la base de datos.");
|
||||
define('LANG_query_failed_2', "a la base de datos:");
|
||||
define('LANG_failed_del_db', "Error al eliminar datos de la BD.");
|
||||
define('LANG_updated_module', "Modulo %s actualizado.");
|
||||
define('LANG_updating_modules', "Actualizando Modulos");
|
||||
define('LANG_updating_finished', "Actualización Completa");
|
||||
define('LANG_prereqs_missing', "Debe instalar los requisitos de %s en el sistema para que %s pueda ser instalado.");
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue