Panel/lang/Spanish/modules/modulemanager.php
copilot-swe-agent[bot] 898018d204 Complete license header replacement with file purpose descriptions (675 files)
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-09-05 22:46:27 +00:00

37 lines
2.3 KiB
PHP

<?php
/*
* Language definitions for the modulemanager module (Spanish localization)
*/
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.");
?>