| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210 |
- <?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_no_games_to_monitor', "Actualmente no hay servidores de juegos instalados.");
- define('OGP_LANG_status', "Estado");
- define('OGP_LANG_fail_no_mods', "No hay ningún mod para este juego. Habla con el administrador del panel para que añada mod(s) para este juego");
- define('OGP_LANG_no_game_homes_assigned', "No tienes ningún servidor asignado a tu cuenta.");
- define('OGP_LANG_select_game_home_to_configure', "Seleccione el juego que desee configurar");
- define('OGP_LANG_file_manager', "Editar texto");
- define('OGP_LANG_configure_mods', "Configurar mods");
- define('OGP_LANG_install_update_steam', "Instalar/Actualizar via Steam");
- define('OGP_LANG_install_update_manual', "Instalar/Actualizar manualmente");
- define('OGP_LANG_assign_game_homes', "Asignar home");
- define('OGP_LANG_user', "Usuario");
- define('OGP_LANG_group', "Grupo");
- define('OGP_LANG_start', "Iniciar");
- define('OGP_LANG_ogp_agent_ip', "IP del Agente OGP");
- define('OGP_LANG_max_players', "Jugadores máximos");
- define('OGP_LANG_max', "Máximo");
- define('OGP_LANG_ip_and_port', "IP y Puerto");
- define('OGP_LANG_available_maps', "Mapas disponibles");
- define('OGP_LANG_map_path', "Ruta de mapas");
- define('OGP_LANG_available_parameters', "Parámetros disponibles");
- define('OGP_LANG_start_server', "Iniciar servidor");
- define('OGP_LANG_start_wait_note', "El encendido del servidor puede tomar un tiempo. Por favor, espere sin cerrar el navegador.");
- define('OGP_LANG_game_type', "Tipo de juego");
- define('OGP_LANG_map', "Mapa");
- define('OGP_LANG_starting_server', "Iniciando el servidor, por favor espere...");
- define('OGP_LANG_starting_server_settings', "Iniciando con los siguientes parámetros");
- define('OGP_LANG_startup_params', "Parámetros de arranque");
- define('OGP_LANG_startup_cpu', "CPU en la que corre el servidor");
- define('OGP_LANG_startup_nice', "Valor de NICE");
- define('OGP_LANG_game_home', "Camino de inicio");
- define('OGP_LANG_server_started', "Servidor iniciado correctamente.");
- define('OGP_LANG_no_parameter_access', "No tienes acceso a parámetros");
- define('OGP_LANG_extra_parameters', "Parámetros Extra");
- define('OGP_LANG_no_extra_param_access', "No tiene acceso a parámetros extra.");
- define('OGP_LANG_extra_parameters_info', "Estos parámetros se incluirán al final de la línea de comandos de arranque del servidor.");
- define('OGP_LANG_game_exec_not_found', "El ejecutable %s no se pudo encontrar en el servidor remoto.");
- define('OGP_LANG_select_params_and_start', "Selecciona los parámetros de inicio y presiona '%s'.");
- define('OGP_LANG_no_ip_port_pairs_assigned', "No hay ningun puerto para la ip asignada al servidor. Contacte con el administrador.");
- define('OGP_LANG_unable_to_get_log', "Imposible capturar los logs, reintento en %s.");
- define('OGP_LANG_server_binary_not_executable', "El archivo binario no es ejecutable.");
- define('OGP_LANG_server_not_running_log_found', "No se encontro el log.");
- define('OGP_LANG_ip_port_pair_not_owned', "El par IP:PUERTO no es de su propiedad.");
- define('OGP_LANG_unsuitable_maxplayers_value_maximum_reachable_number_of_slots_has_been_set', "Valor maxplayers inadecuado, el número máximo alcanzable de slots se ha establecido.");
- define('OGP_LANG_server_running_not_responding', "El servidor esta en marcha, pero no responde,<br>podría haber algún tipo de problema y quizá usted quiera ");
- define('OGP_LANG_update_started', "Actualización iniciada, espere...");
- define('OGP_LANG_failed_to_start_steam_update', "Fallo la actualización de Steam. Compruebe los logs.");
- define('OGP_LANG_failed_to_start_rsync_update', "Fallo la actualización de Rsync. Compruebe los logs.");
- define('OGP_LANG_update_completed', "Actualización completa.");
- define('OGP_LANG_update_in_progress', "Actualización en progreso, espere...");
- define('OGP_LANG_refresh_steam_status', "Refrescar estado de Steam");
- define('OGP_LANG_refresh_rsync_status', "Actualizar el estado de Rsync");
- define('OGP_LANG_server_running_cant_update', "No se puede actualizar el juego mientras esté en marcha.");
- define('OGP_LANG_xml_steam_error', "El juego seleccionado no soporta instalación/actualización de Steam");
- define('OGP_LANG_mod_key_not_found_from_xml', "No se encontro mod_key en el XML");
- define('OGP_LANG_stop_update', "Parar actualización");
- define('OGP_LANG_statistics', "Estadisticas");
- define('OGP_LANG_servers', "Servidores");
- define('OGP_LANG_players', "Jugadores");
- define('OGP_LANG_current_map', "Mapa actual");
- define('OGP_LANG_stop_server', "Parar servidor");
- define('OGP_LANG_server_ip_port', "IP:Puerto");
- define('OGP_LANG_server_name', "Nombre del servidor");
- define('OGP_LANG_server_id', "Server ID");
- define('OGP_LANG_player_name', "Nombre del jugador");
- define('OGP_LANG_score', "Puntuacion");
- define('OGP_LANG_time', "Tiempo");
- define('OGP_LANG_no_rights_to_stop_server', "No tiene permisos para parar el servidor.");
- define('OGP_LANG_no_ogp_lgsl_support', "Este servidor (Corriendo: %s) no tiene soporte LGSL en OGP y sus estadisticas no se pueden mostrar.");
- define('OGP_LANG_server_status', "Estado del Servidor");
- define('OGP_LANG_server_stopped', "El servidor '%s' fue detenido.");
- define('OGP_LANG_if_want_to_start_homes', "Sí desea iniciar el servidor vaya a %s.");
- define('OGP_LANG_view_log', "Visor de registro");
- define('OGP_LANG_if_want_manage', "Sí desea administrar sus juegos lo puede hacer en el");
- define('OGP_LANG_columns', "columnas");
- define('OGP_LANG_group_users', "Grupo:");
- define('OGP_LANG_assigned_to', "Asignado a:");
- define('OGP_LANG_restart_server', "Reiniciar Servidor");
- define('OGP_LANG_restarting_server', "Reiniciando el servidor, por favor espere...");
- define('OGP_LANG_server_restarted', "El servidor '%s' fue reiniciado.");
- define('OGP_LANG_server_not_running', "El servidor no está en marcha.");
- define('OGP_LANG_address', "Dirección");
- define('OGP_LANG_owner', "Propietario");
- define('OGP_LANG_operations', "Operaciones");
- define('OGP_LANG_search', "Búsqueda");
- define('OGP_LANG_maps_read_from', "Mapas leidos desde ");
- define('OGP_LANG_file', "el archivo");
- define('OGP_LANG_folder', "Carpeta");
- define('OGP_LANG_unable_retrieve_mod_info', "Imposible recuperar la informacion sobre el mod.");
- define('OGP_LANG_unexpected_result_libremote', "Respuesta inesperada del servidor remoto.");
- define('OGP_LANG_unable_get_info', "Imposible recuperar la informacion");
- define('OGP_LANG_server_already_running', "El servidor está en marcha.");
- define('OGP_LANG_already_running_stop_server', "Parar el servidor.");
- define('OGP_LANG_error_server_already_running', "Error, el servidor está en marcha.");
- define('OGP_LANG_failed_start_server_code', "Fallo al iniciar el servidor remoto. Código de error: %s");
- define('OGP_LANG_disabled', "Deshabilitado");
- define('OGP_LANG_not_found_server', "Servidor remoto no encontrado");
- define('OGP_LANG_rcon_command_title', "Comandos RCON");
- define('OGP_LANG_has_sent_to', "se envió a");
- define('OGP_LANG_need_set_remote_pass', "Necesita configurar la contraseña RCON");
- define('OGP_LANG_before_sending_rcon_com', "antes de enviar comandos RCON al servidor");
- define('OGP_LANG_retry', "Reintentar");
- define('OGP_LANG_page', "Página");
- define('OGP_LANG_server_cant_start', "El servidor no pudo iniciarse.");
- define('OGP_LANG_server_cant_stop', "El servidor no pudo detenerse.");
- define('OGP_LANG_error_occured_remote_host', "Ocurrio un error en el servidor remoto.");
- define('OGP_LANG_follow_server_status', "Puedes seguir el estado del servidor desde");
- define('OGP_LANG_addons', "Añadidos");
- define('OGP_LANG_hostname', "Nombre");
- define('OGP_LANG_rsync_install', "[Instalación Rsync]");
- define('OGP_LANG_ping', "Ping");
- define('OGP_LANG_team', "Equipo");
- define('OGP_LANG_deaths', "Muertes");
- define('OGP_LANG_pid', "PID");
- define('OGP_LANG_skill', "Habilidad");
- define('OGP_LANG_AIBot', "Bot IA");
- define('OGP_LANG_steamid', "Steam ID");
- define('OGP_LANG_player', "Jugador");
- define('OGP_LANG_port', "Puerto");
- define('OGP_LANG_rcon_presets', "RCON preestablecidas");
- define('OGP_LANG_update_from_local_master_server', "Actualización desde el servidor maestro local");
- define('OGP_LANG_update_from_selected_rsync_server', "Actualizar desde el servidor Rsync seleccionado");
- define('OGP_LANG_execute_selected_server_operations', "Ejecutar operaciones del servidor seleccionadas");
- define('OGP_LANG_execute_operations', "Ejecutar operaciones");
- define('OGP_LANG_account_expiration', "Caducidad de su cuenta");
- define('OGP_LANG_mysql_databases', "Bases de Datos MySQL");
- define('OGP_LANG_failed_querying_server', "* Falló la petición al servidor.");
- define('OGP_LANG_query_protocol_not_supported', "* No hay ningún protocolo de peticiones en OGP que pueda soportar este servidor.");
- define('OGP_LANG_queries_disabled_by_setting_disable_queries_after', "Peticiones desactivadas por opción: Desactivar peticiones a los servidores si son mas de: %s, desde que tiene %s servidores.<br>");
- define('OGP_LANG_presets_for_game_and_mod', "Comandos RCON para %s con mod %s");
- define('OGP_LANG_name', "Nombre");
- define('OGP_LANG_command', "Comando RCON");
- define('OGP_LANG_add_preset', "Añadir comando");
- define('OGP_LANG_edit_presets', "Editar comandos preestablecidos");
- define('OGP_LANG_del_preset', "Borrar");
- define('OGP_LANG_change_preset', "Cambiar");
- define('OGP_LANG_send_command', "Enviar comando");
- define('OGP_LANG_starting_copy_with_master_server_named', "Iniciando la copia de archivos desde el servidor maestro llamado '%s'...");
- define('OGP_LANG_starting_sync_with', "Iniciando sincronización de archivos con %s...");
- define('OGP_LANG_refresh_interval', "Intervalo de refresco");
- define('OGP_LANG_finished_manual_update', "Actualización manual terminada.");
- define('OGP_LANG_failed_to_start_file_download', "Falló la descarga.");
- define('OGP_LANG_game_name', "Nombre del juego");
- define('OGP_LANG_dest_dir', "Directorio de destino");
- define('OGP_LANG_remote_server', "Servidor Remoto");
- define('OGP_LANG_file_url', "URL del archivo");
- define('OGP_LANG_file_url_info', "La direccion URL del archivo a descargar y descomprimir en el directorio.");
- define('OGP_LANG_dest_filename', "Nombre del archivo de destino");
- define('OGP_LANG_dest_filename_info', "Nombre completo con el que se va a guardar el archivo.");
- define('OGP_LANG_update_server', "Actualizar servidor");
- define('OGP_LANG_unavailable', "No disponible");
- define('OGP_LANG_upload_map_image', "Subir imagen del mapa");
- define('OGP_LANG_upload_image', "Subir imagen");
- define('OGP_LANG_jpg_gif_png_less_than_1mb', "La imagen tiene que ser jpg, gif o png y menor de 1 MB.");
- define('OGP_LANG_check_dev_console', "Error subiendo el archivo, comprueba la consola de desarrollador del navegador.");
- define('OGP_LANG_uploaded_successfully', "Subido correctamente.");
- define('OGP_LANG_cant_create_folder', "No se puede crear la carpeta:<br><b>%s</b>");
- define('OGP_LANG_cant_write_file', "No se puede escribir el archivo:<br><b>%s</b>");
- define('OGP_LANG_exceeded_php_directive', "Excede la directiva PHP.<br><b>%s</b>.");
- define('OGP_LANG_unknown_errors', "Error desconocido.");
- define('OGP_LANG_directory', "Directorio");
- define('OGP_LANG_view_player_commands', "Ver comandos para jugadores");
- define('OGP_LANG_hide_player_commands', "Ocultar comandos para jugadores");
- define('OGP_LANG_no_online_players', "No hay jugadores en linea.");
- define('OGP_LANG_invalid_game_mod_id', "ID de Juego/Mod inválido.");
- define('OGP_LANG_auto_update_title_popup', "Steam Auto Update Link");
- define('OGP_LANG_auto_update_popup_html', "<p>Usa el link de abajo para comprobar y actualizar automáticamente tu servidor vía Steam si es necesario. Puedes hacerlo usando un cronjob o iniciando el proceso manualmente.</p>");
- define('OGP_LANG_api_links_popup_html', "Seleccione una acción que le gustaría realizar utilizando la API de OGP para este servidor de juegos. Luego, use el siguiente enlace para realizar la acción deseada. Puede ejecutar la acción deseada utilizando un cronjob o haciendo una solicitud directa a él.");
- define('OGP_LANG_auto_update_copy_me', "Copiar");
- define('OGP_LANG_auto_update_copy_me_success', "Copiado!");
- define('OGP_LANG_auto_update_copy_me_fail', "Error al copiar. Por favor, copie manualmente el enlace.");
- define('OGP_LANG_get_steam_autoupdate_api_link', "Enlace Actualización Automatica");
- define('OGP_LANG_show_api_actions', "Mostrar acciones API");
- define('OGP_LANG_api_links', "Enlaces API");
- define('OGP_LANG_update_attempt_from_nonmaster_server', "El usuario %s intentó actualizar home_id %d desde un servidor no maestro. (ID Home: %d)");
- define('OGP_LANG_attempting_nonmaster_update', "Está intentando actualizar este servidor desde un servidor no maestro.");
- define('OGP_LANG_cannot_update_from_own_self', "La actualización del servidor local puede no ejecutarse en un servidor maestro.");
- define('OGP_LANG_show_server_id', "Mostrar ID de servidor");
- define('OGP_LANG_hide_server_id', "Ocultar ID de servidor");
- define('OGP_LANG_edit_configuration_files', "Editar archivos de configuración");
- define('OGP_LANG_admin', "Admin");
- define('OGP_LANG_cid', "CID");
- define('OGP_LANG_phan', "Phantom");
- define('OGP_LANG_sec', "Segundos");
- define('OGP_LANG_unknown_rsync_mirror', "Usted intento iniciar una actualización desde un servidor que ya no existe.");
- define('OGP_LANG_custom_fields', "Campos personalizados");
- ?>
|