143 lines
No EOL
7.2 KiB
PHP
143 lines
No EOL
7.2 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_lang_charset', "UTF-8");
|
|
define('OGP_LANG_already_logged_in_redirecting_to_dashboard', "Sesión iniciada, redirgiendo");
|
|
define('OGP_LANG_logging_in', "Entrando");
|
|
define('OGP_LANG_redirecting_in', "Redirigiendo en");
|
|
define('OGP_LANG_refresh_page', "Actualizar Pagina");
|
|
define('OGP_LANG_no_rights', "No tiene permisos de acceso.");
|
|
define('OGP_LANG_welcome', "Bienvenido");
|
|
define('OGP_LANG_logout', "Desconectar");
|
|
define('OGP_LANG_logout_message', "Desconectado");
|
|
define('OGP_LANG_support', "Soporte");
|
|
define('OGP_LANG_password', "Contraseña");
|
|
define('OGP_LANG_login', "Usuario");
|
|
define('OGP_LANG_login_button', "Entrar");
|
|
define('OGP_LANG_solve_captcha', "Comprobación de su condición de humano");
|
|
define('OGP_LANG_lost_passwd', "Contraseña perdida?");
|
|
define('OGP_LANG_no_db_connection', "Imposible conectar con la base de datos.");
|
|
define('OGP_LANG_bad_login', "Identificación incorrecta.");
|
|
define('OGP_LANG_not_logged_in', "Usted no esta conectado en este momento.");
|
|
define('OGP_LANG_remove_install', "Por seguridad, elimine install.php.");
|
|
define('OGP_LANG_agent_offline', "El agente OGP no responde.");
|
|
define('OGP_LANG_logged_in', "Ha entrado como");
|
|
define('OGP_LANG_delete', "Borrar");
|
|
define('OGP_LANG_edit', "Editar");
|
|
define('OGP_LANG_actions', "Acciones");
|
|
define('OGP_LANG_invalid_subpage', "Pagina subyacente invalida.");
|
|
define('OGP_LANG_invalid_home_id', "Id de home invalida.");
|
|
define('OGP_LANG_note', "NOTA");
|
|
define('OGP_LANG_hint', "PISTA");
|
|
define('OGP_LANG_yes', "Si");
|
|
define('OGP_LANG_no', "No");
|
|
define('OGP_LANG_on', "Activado");
|
|
define('OGP_LANG_off', "Desactivado");
|
|
define('OGP_LANG_db_error_invalid_host', "Servidor de base de datos inválido.");
|
|
define('OGP_LANG_db_error_invalid_user_and_pass', "Usuario y contraseña de base de datos inválido.");
|
|
define('OGP_LANG_db_error_invalid_database', "Base de datos no valida.");
|
|
define('OGP_LANG_db_unknown_error', "mysql, error desconocido: %s");
|
|
define('OGP_LANG_db_error_module_missing', "Error en el módulo de base de datos para PHP.");
|
|
define('OGP_LANG_db_error_invalid_db_type', "Tipo de base de datos incorrecto.");
|
|
define('OGP_LANG_invalid_login_information', "Identificación no valida.");
|
|
define('OGP_LANG_failed_to_read_config', "No se pudo leer el archivo de configuración.");
|
|
define('OGP_LANG_account_expired', "Su cuenta a caducado.");
|
|
define('OGP_LANG_contact_admin_to_enable_account', "Contacte con un administrador para reactivar su cuenta.");
|
|
define('OGP_LANG_maintenance_mode_on', "La pagina se desactivo por mantenimiento, disculpen las molestias.");
|
|
define('OGP_LANG_logging_out_10', "Saliendo en 10");
|
|
define('OGP_LANG_invalid_redirect', "Identificación incorrecta, redireccionando");
|
|
define('OGP_LANG_login_title', "Identificacion");
|
|
define('OGP_LANG_module_not_installed', "El módulo no esta instalado.");
|
|
define('OGP_LANG_no_access_to_home', "No tiene acceso a esta home");
|
|
define('OGP_LANG_not_available', "No disponible");
|
|
define('OGP_LANG_offline', "Parado");
|
|
define('OGP_LANG_online', "Activo");
|
|
define('OGP_LANG_invalid_url', "Dirección URL invalida");
|
|
define('OGP_LANG_xml_file_not_valid', "Archivo XML no valido");
|
|
define('OGP_LANG_unable_to_load_xml', "Imposible cargar archivo XML");
|
|
define('OGP_LANG_gamemanager', "Gestión");
|
|
define('OGP_LANG_game_monitor', "Monitor de Juegos");
|
|
define('OGP_LANG_dashboard', "Dashboard");
|
|
define('OGP_LANG_user_addons', "Añadidos");
|
|
define('OGP_LANG_ftp', "FTP");
|
|
define('OGP_LANG_shop', "Tienda");
|
|
define('OGP_LANG_shop_guest', "Shop");
|
|
define('OGP_LANG_TS3Admin', "TS3 Admin");
|
|
define('OGP_LANG_administration', "Administración");
|
|
define('OGP_LANG_config_games', "Configurar juegos");
|
|
define('OGP_LANG_modulemanager', "Módulos");
|
|
define('OGP_LANG_server', "Servidores remotos");
|
|
define('OGP_LANG_settings', "Opciones");
|
|
define('OGP_LANG_themes', "Ajustes de tema");
|
|
define('OGP_LANG_user_admin', "Usuários");
|
|
define('OGP_LANG_sub_users', "Sub-Usuarios");
|
|
define('OGP_LANG_show_groups', "Grupos");
|
|
define('OGP_LANG_user_games', "Servidores de Juegos");
|
|
define('OGP_LANG_addons_manager', "Gestión de Añadidos");
|
|
define('OGP_LANG_ftp_admin', "Usuarios FTP");
|
|
define('OGP_LANG_orders', "Pedidos");
|
|
define('OGP_LANG_services', "Servicios");
|
|
define('OGP_LANG_shop_settings', "Configurar Tienda");
|
|
define('OGP_LANG_update', "Actualización");
|
|
define('OGP_LANG_extras', "Extras");
|
|
define('OGP_LANG_show', "Mostrar");
|
|
define('OGP_LANG_show_all', "Mostrar Todos Los Servidores");
|
|
define('OGP_LANG_cur_theme', "Tema %s");
|
|
define('OGP_LANG_copyright', "Copyright");
|
|
define('OGP_LANG_all_rights_reserved', "Todos los derechos reservados");
|
|
define('OGP_LANG_version', "Versión");
|
|
define('OGP_LANG_show_version', "Mostrar versión");
|
|
define('OGP_LANG_queries_executed', "consultas ejecutadas.");
|
|
define('OGP_LANG_lang', "Idioma");
|
|
define('OGP_LANG_get_size', "Mostrar tamaño");
|
|
define('OGP_LANG_total_size', "Tamaño total");
|
|
define('OGP_LANG_lgsl', "LGSL");
|
|
define('OGP_LANG_lgsl_admin', "LGSL Admin");
|
|
define('OGP_LANG_rcon', "RCON");
|
|
define('OGP_LANG_watch_logger', "Ver Logger");
|
|
define('OGP_LANG_litefm_settings', "Configuración LiteFM");
|
|
define('OGP_LANG_assign_expiration_date', "Fecha de caducidad de la asignación");
|
|
define('OGP_LANG_assign_expiration_date_info', "Una vez que caduca, el servidor dejará de ser propiedad del usuario/grupo, pero no será eliminado.");
|
|
define('OGP_LANG_server_expiration_date', "Fecha de caducidad del servidor");
|
|
define('OGP_LANG_server_expiration_date_info', "Cuando expira, el servidor es eliminado (Base de datos y archivos).");
|
|
define('OGP_LANG_set_expiration_date', "Fecha de caducidad");
|
|
define('OGP_LANG_admin_dsi', "Configuración del DSi");
|
|
define('OGP_LANG_user_dsi', "DSi");
|
|
define('OGP_LANG_list_dsi', "Lista del DSi");
|
|
define('OGP_LANG_no_remote_servers', "No hay servidores remotos añadidos. Añade uno para usar esta función.");
|
|
define('OGP_LANG_no_results_found', "No se han encontrado resultados para %s");
|
|
define('OGP_LANG_tickets', "Peticiones de soporte");
|
|
define('OGP_LANG_news', "Noticias");
|
|
define('OGP_LANG_admin_news', "Noticias Admin");
|
|
define('OGP_LANG_util', "Utilidades");
|
|
define('OGP_LANG_fast_download', "Fast Download");
|
|
define('OGP_LANG_fd_user', "Fast Download");
|
|
define('OGP_LANG_cron', "Cron Admin");
|
|
define('OGP_LANG_user_cron', "Cron");
|
|
define('OGP_LANG_faq', "Preguntas Frecuentes");
|
|
define('OGP_LANG_mysql_admin', "MySQL Admin");
|
|
define('OGP_LANG_copied', "Copiado!");
|
|
define('OGP_LANG_ticket_settings', "Configuración de soporte");
|
|
define('OGP_LANG_form', "Registro de usuarios");
|
|
?>
|