Panel/lang/Spanish/modules/modulemanager.php
2025-09-11 13:29:15 -04:00

56 lines
3 KiB
PHP

<?php
/*
*
* OGP - Open Game Panel
* Copyright (C) 2008 - 2018 The OGP Development Team
*
* http://www.opengamepanel.org/
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
*/
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.");
?>