gamemanager.php 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. <?php
  2. /*
  3. *
  4. * OGP - Open Game Panel
  5. * Copyright (C) 2008 - 2018 The OGP Development Team
  6. *
  7. * http://www.opengamepanel.org/
  8. *
  9. * This program is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU General Public License
  11. * as published by the Free Software Foundation; either version 2
  12. * of the License, or any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. * GNU General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU General Public License
  20. * along with this program; if not, write to the Free Software
  21. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  22. *
  23. */
  24. define('OGP_LANG_no_games_to_monitor', "Actualmente no hay servidores de juegos instalados.");
  25. define('OGP_LANG_status', "Estado");
  26. 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");
  27. define('OGP_LANG_no_game_homes_assigned', "No tienes ningún servidor asignado a tu cuenta.");
  28. define('OGP_LANG_select_game_home_to_configure', "Seleccione el juego que desee configurar");
  29. define('OGP_LANG_file_manager', "Editar texto");
  30. define('OGP_LANG_configure_mods', "Configurar mods");
  31. define('OGP_LANG_install_update_steam', "Instalar/Actualizar via Steam");
  32. define('OGP_LANG_install_update_manual', "Instalar/Actualizar manualmente");
  33. define('OGP_LANG_assign_game_homes', "Asignar home");
  34. define('OGP_LANG_user', "Usuario");
  35. define('OGP_LANG_group', "Grupo");
  36. define('OGP_LANG_start', "Iniciar");
  37. define('OGP_LANG_ogp_agent_ip', "IP del Agente OGP");
  38. define('OGP_LANG_max_players', "Jugadores máximos");
  39. define('OGP_LANG_max', "Máximo");
  40. define('OGP_LANG_ip_and_port', "IP y Puerto");
  41. define('OGP_LANG_available_maps', "Mapas disponibles");
  42. define('OGP_LANG_map_path', "Ruta de mapas");
  43. define('OGP_LANG_available_parameters', "Parámetros disponibles");
  44. define('OGP_LANG_start_server', "Iniciar servidor");
  45. define('OGP_LANG_start_wait_note', "El encendido del servidor puede tomar un tiempo. Por favor, espere sin cerrar el navegador.");
  46. define('OGP_LANG_game_type', "Tipo de juego");
  47. define('OGP_LANG_map', "Mapa");
  48. define('OGP_LANG_starting_server', "Iniciando el servidor, por favor espere...");
  49. define('OGP_LANG_starting_server_settings', "Iniciando con los siguientes parámetros");
  50. define('OGP_LANG_startup_params', "Parámetros de arranque");
  51. define('OGP_LANG_startup_cpu', "CPU en la que corre el servidor");
  52. define('OGP_LANG_startup_nice', "Valor de NICE");
  53. define('OGP_LANG_game_home', "Camino de inicio");
  54. define('OGP_LANG_server_started', "Servidor iniciado correctamente.");
  55. define('OGP_LANG_no_parameter_access', "No tienes acceso a parámetros");
  56. define('OGP_LANG_extra_parameters', "Parámetros Extra");
  57. define('OGP_LANG_no_extra_param_access', "No tiene acceso a parámetros extra.");
  58. define('OGP_LANG_extra_parameters_info', "Estos parámetros se incluirán al final de la línea de comandos de arranque del servidor.");
  59. define('OGP_LANG_game_exec_not_found', "El ejecutable %s no se pudo encontrar en el servidor remoto.");
  60. define('OGP_LANG_select_params_and_start', "Selecciona los parámetros de inicio y presiona '%s'.");
  61. define('OGP_LANG_no_ip_port_pairs_assigned', "No hay ningun puerto para la ip asignada al servidor. Contacte con el administrador.");
  62. define('OGP_LANG_unable_to_get_log', "Imposible capturar los logs, reintento en %s.");
  63. define('OGP_LANG_server_binary_not_executable', "El archivo binario no es ejecutable.");
  64. define('OGP_LANG_server_not_running_log_found', "No se encontro el log.");
  65. define('OGP_LANG_ip_port_pair_not_owned', "El par IP:PUERTO no es de su propiedad.");
  66. 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.");
  67. 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 ");
  68. define('OGP_LANG_update_started', "Actualización iniciada, espere...");
  69. define('OGP_LANG_failed_to_start_steam_update', "Fallo la actualización de Steam. Compruebe los logs.");
  70. define('OGP_LANG_failed_to_start_rsync_update', "Fallo la actualización de Rsync. Compruebe los logs.");
  71. define('OGP_LANG_update_completed', "Actualización completa.");
  72. define('OGP_LANG_update_in_progress', "Actualización en progreso, espere...");
  73. define('OGP_LANG_refresh_steam_status', "Refrescar estado de Steam");
  74. define('OGP_LANG_refresh_rsync_status', "Actualizar el estado de Rsync");
  75. define('OGP_LANG_server_running_cant_update', "No se puede actualizar el juego mientras esté en marcha.");
  76. define('OGP_LANG_xml_steam_error', "El juego seleccionado no soporta instalación/actualización de Steam");
  77. define('OGP_LANG_mod_key_not_found_from_xml', "No se encontro mod_key en el XML");
  78. define('OGP_LANG_stop_update', "Parar actualización");
  79. define('OGP_LANG_statistics', "Estadisticas");
  80. define('OGP_LANG_servers', "Servidores");
  81. define('OGP_LANG_players', "Jugadores");
  82. define('OGP_LANG_current_map', "Mapa actual");
  83. define('OGP_LANG_stop_server', "Parar servidor");
  84. define('OGP_LANG_server_ip_port', "IP:Puerto");
  85. define('OGP_LANG_server_name', "Nombre del servidor");
  86. define('OGP_LANG_server_id', "Server ID");
  87. define('OGP_LANG_player_name', "Nombre del jugador");
  88. define('OGP_LANG_score', "Puntuacion");
  89. define('OGP_LANG_time', "Tiempo");
  90. define('OGP_LANG_no_rights_to_stop_server', "No tiene permisos para parar el servidor.");
  91. define('OGP_LANG_no_ogp_lgsl_support', "Este servidor (Corriendo: %s) no tiene soporte LGSL en OGP y sus estadisticas no se pueden mostrar.");
  92. define('OGP_LANG_server_status', "Estado del Servidor");
  93. define('OGP_LANG_server_stopped', "El servidor '%s' fue detenido.");
  94. define('OGP_LANG_if_want_to_start_homes', "Sí desea iniciar el servidor vaya a %s.");
  95. define('OGP_LANG_view_log', "Visor de registro");
  96. define('OGP_LANG_if_want_manage', "Sí desea administrar sus juegos lo puede hacer en el");
  97. define('OGP_LANG_columns', "columnas");
  98. define('OGP_LANG_group_users', "Grupo:");
  99. define('OGP_LANG_assigned_to', "Asignado a:");
  100. define('OGP_LANG_restart_server', "Reiniciar Servidor");
  101. define('OGP_LANG_restarting_server', "Reiniciando el servidor, por favor espere...");
  102. define('OGP_LANG_server_restarted', "El servidor '%s' fue reiniciado.");
  103. define('OGP_LANG_server_not_running', "El servidor no está en marcha.");
  104. define('OGP_LANG_address', "Dirección");
  105. define('OGP_LANG_owner', "Propietario");
  106. define('OGP_LANG_operations', "Operaciones");
  107. define('OGP_LANG_search', "Búsqueda");
  108. define('OGP_LANG_maps_read_from', "Mapas leidos desde ");
  109. define('OGP_LANG_file', "el archivo");
  110. define('OGP_LANG_folder', "Carpeta");
  111. define('OGP_LANG_unable_retrieve_mod_info', "Imposible recuperar la informacion sobre el mod.");
  112. define('OGP_LANG_unexpected_result_libremote', "Respuesta inesperada del servidor remoto.");
  113. define('OGP_LANG_unable_get_info', "Imposible recuperar la informacion");
  114. define('OGP_LANG_server_already_running', "El servidor está en marcha.");
  115. define('OGP_LANG_already_running_stop_server', "Parar el servidor.");
  116. define('OGP_LANG_error_server_already_running', "Error, el servidor está en marcha.");
  117. define('OGP_LANG_failed_start_server_code', "Fallo al iniciar el servidor remoto. Código de error: %s");
  118. define('OGP_LANG_disabled', "Deshabilitado");
  119. define('OGP_LANG_not_found_server', "Servidor remoto no encontrado");
  120. define('OGP_LANG_rcon_command_title', "Comandos RCON");
  121. define('OGP_LANG_has_sent_to', "se envió a");
  122. define('OGP_LANG_need_set_remote_pass', "Necesita configurar la contraseña RCON");
  123. define('OGP_LANG_before_sending_rcon_com', "antes de enviar comandos RCON al servidor");
  124. define('OGP_LANG_retry', "Reintentar");
  125. define('OGP_LANG_page', "Página");
  126. define('OGP_LANG_server_cant_start', "El servidor no pudo iniciarse.");
  127. define('OGP_LANG_server_cant_stop', "El servidor no pudo detenerse.");
  128. define('OGP_LANG_error_occured_remote_host', "Ocurrio un error en el servidor remoto.");
  129. define('OGP_LANG_follow_server_status', "Puedes seguir el estado del servidor desde");
  130. define('OGP_LANG_addons', "Añadidos");
  131. define('OGP_LANG_hostname', "Nombre");
  132. define('OGP_LANG_rsync_install', "[Instalación Rsync]");
  133. define('OGP_LANG_ping', "Ping");
  134. define('OGP_LANG_team', "Equipo");
  135. define('OGP_LANG_deaths', "Muertes");
  136. define('OGP_LANG_pid', "PID");
  137. define('OGP_LANG_skill', "Habilidad");
  138. define('OGP_LANG_AIBot', "Bot IA");
  139. define('OGP_LANG_steamid', "Steam ID");
  140. define('OGP_LANG_player', "Jugador");
  141. define('OGP_LANG_port', "Puerto");
  142. define('OGP_LANG_rcon_presets', "RCON preestablecidas");
  143. define('OGP_LANG_update_from_local_master_server', "Actualización desde el servidor maestro local");
  144. define('OGP_LANG_update_from_selected_rsync_server', "Actualizar desde el servidor Rsync seleccionado");
  145. define('OGP_LANG_execute_selected_server_operations', "Ejecutar operaciones del servidor seleccionadas");
  146. define('OGP_LANG_execute_operations', "Ejecutar operaciones");
  147. define('OGP_LANG_account_expiration', "Caducidad de su cuenta");
  148. define('OGP_LANG_mysql_databases', "Bases de Datos MySQL");
  149. define('OGP_LANG_failed_querying_server', "* Falló la petición al servidor.");
  150. define('OGP_LANG_query_protocol_not_supported', "* No hay ningún protocolo de peticiones en OGP que pueda soportar este servidor.");
  151. 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>");
  152. define('OGP_LANG_presets_for_game_and_mod', "Comandos RCON para %s con mod %s");
  153. define('OGP_LANG_name', "Nombre");
  154. define('OGP_LANG_command', "Comando&nbsp;RCON");
  155. define('OGP_LANG_add_preset', "Añadir comando");
  156. define('OGP_LANG_edit_presets', "Editar comandos preestablecidos");
  157. define('OGP_LANG_del_preset', "Borrar");
  158. define('OGP_LANG_change_preset', "Cambiar");
  159. define('OGP_LANG_send_command', "Enviar comando");
  160. define('OGP_LANG_starting_copy_with_master_server_named', "Iniciando la copia de archivos desde el servidor maestro llamado '%s'...");
  161. define('OGP_LANG_starting_sync_with', "Iniciando sincronización de archivos con %s...");
  162. define('OGP_LANG_refresh_interval', "Intervalo de refresco");
  163. define('OGP_LANG_finished_manual_update', "Actualización manual terminada.");
  164. define('OGP_LANG_failed_to_start_file_download', "Falló la descarga.");
  165. define('OGP_LANG_game_name', "Nombre del juego");
  166. define('OGP_LANG_dest_dir', "Directorio de destino");
  167. define('OGP_LANG_remote_server', "Servidor Remoto");
  168. define('OGP_LANG_file_url', "URL del archivo");
  169. define('OGP_LANG_file_url_info', "La direccion URL del archivo a descargar y descomprimir en el directorio.");
  170. define('OGP_LANG_dest_filename', "Nombre del archivo de destino");
  171. define('OGP_LANG_dest_filename_info', "Nombre completo con el que se va a guardar el archivo.");
  172. define('OGP_LANG_update_server', "Actualizar servidor");
  173. define('OGP_LANG_unavailable', "No disponible");
  174. define('OGP_LANG_upload_map_image', "Subir imagen del mapa");
  175. define('OGP_LANG_upload_image', "Subir imagen");
  176. define('OGP_LANG_jpg_gif_png_less_than_1mb', "La imagen tiene que ser jpg, gif o png y menor de 1 MB.");
  177. define('OGP_LANG_check_dev_console', "Error subiendo el archivo, comprueba la consola de desarrollador del navegador.");
  178. define('OGP_LANG_uploaded_successfully', "Subido correctamente.");
  179. define('OGP_LANG_cant_create_folder', "No se puede crear la carpeta:<br><b>%s</b>");
  180. define('OGP_LANG_cant_write_file', "No se puede escribir el archivo:<br><b>%s</b>");
  181. define('OGP_LANG_exceeded_php_directive', "Excede la directiva PHP.<br><b>%s</b>.");
  182. define('OGP_LANG_unknown_errors', "Error desconocido.");
  183. define('OGP_LANG_directory', "Directorio");
  184. define('OGP_LANG_view_player_commands', "Ver comandos para jugadores");
  185. define('OGP_LANG_hide_player_commands', "Ocultar comandos para jugadores");
  186. define('OGP_LANG_no_online_players', "No hay jugadores en linea.");
  187. define('OGP_LANG_invalid_game_mod_id', "ID de Juego/Mod inválido.");
  188. define('OGP_LANG_auto_update_title_popup', "Steam Auto Update Link");
  189. 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.&nbsp; Puedes hacerlo usando un cronjob o iniciando el proceso manualmente.</p>");
  190. 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.&nbsp; Luego, use el siguiente enlace para realizar la acción deseada.&nbsp; Puede ejecutar la acción deseada utilizando un cronjob o haciendo una solicitud directa a él.");
  191. define('OGP_LANG_auto_update_copy_me', "Copiar");
  192. define('OGP_LANG_auto_update_copy_me_success', "Copiado!");
  193. define('OGP_LANG_auto_update_copy_me_fail', "Error al copiar. Por favor, copie manualmente el enlace.");
  194. define('OGP_LANG_get_steam_autoupdate_api_link', "Enlace Actualización Automatica");
  195. define('OGP_LANG_show_api_actions', "Mostrar acciones API");
  196. define('OGP_LANG_api_links', "Enlaces API");
  197. define('OGP_LANG_update_attempt_from_nonmaster_server', "El usuario %s intentó actualizar home_id %d desde un servidor no maestro. (ID Home: %d)");
  198. define('OGP_LANG_attempting_nonmaster_update', "Está intentando actualizar este servidor desde un servidor no maestro.");
  199. define('OGP_LANG_cannot_update_from_own_self', "La actualización del servidor local puede no ejecutarse en un servidor maestro.");
  200. define('OGP_LANG_show_server_id', "Mostrar ID de servidor");
  201. define('OGP_LANG_hide_server_id', "Ocultar ID de servidor");
  202. define('OGP_LANG_edit_configuration_files', "Editar archivos de configuración");
  203. define('OGP_LANG_admin', "Admin");
  204. define('OGP_LANG_cid', "CID");
  205. define('OGP_LANG_phan', "Phantom");
  206. define('OGP_LANG_sec', "Segundos");
  207. define('OGP_LANG_unknown_rsync_mirror', "Usted intento iniciar una actualización desde un servidor que ya no existe.");
  208. define('OGP_LANG_custom_fields', "Campos personalizados");
  209. ?>