|
@@ -2,7 +2,7 @@
|
|
|
/*
|
|
/*
|
|
|
*
|
|
*
|
|
|
* OGP - Open Game Panel
|
|
* OGP - Open Game Panel
|
|
|
- * Copyright (C) Copyright (C) 2008 - 2012 The OGP Development Team
|
|
|
|
|
|
|
+ * Copyright (C) 2008 - 2017 The OGP Development Team
|
|
|
*
|
|
*
|
|
|
* http://www.opengamepanel.org/
|
|
* http://www.opengamepanel.org/
|
|
|
*
|
|
*
|
|
@@ -21,95 +21,76 @@
|
|
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
|
*
|
|
*
|
|
|
*/
|
|
*/
|
|
|
- define('module_name', 'Utilities');
|
|
|
|
|
-
|
|
|
|
|
- // Title translations for commands.
|
|
|
|
|
- define('ping', 'Ping');
|
|
|
|
|
- define('traceroute', 'Traceroute');
|
|
|
|
|
-
|
|
|
|
|
- // Tab titles
|
|
|
|
|
- define('network_tools', 'Network Tools');
|
|
|
|
|
- define('sourcemod_admins', 'Sourcemod Admins');
|
|
|
|
|
- define('steam_converter', 'SteamID Converter');
|
|
|
|
|
-
|
|
|
|
|
- // Network Tools Related Translations.
|
|
|
|
|
- define('your_ip', 'Your IP Address:');
|
|
|
|
|
- define('loading_agents', 'Loading Online Agents...');
|
|
|
|
|
- define('loading_failed', 'Loading Agents Failed.');
|
|
|
|
|
- define('agents_offline', 'All agents are offline.');
|
|
|
|
|
- define('no_commands', 'Sorry, your user account has no commands available.');
|
|
|
|
|
- define('remote_target', 'Target Address:');
|
|
|
|
|
- define('command', 'Command:');
|
|
|
|
|
- define('select_agent', 'Select Agent:');
|
|
|
|
|
-
|
|
|
|
|
- // Status messages for networkt_tools.php
|
|
|
|
|
- define('chdir_failed', 'Error: chdir() returned false.');
|
|
|
|
|
- define('agent_invalid', 'Invalid agent specified.');
|
|
|
|
|
- define('networktools_agent_offline', 'Unable to execute your command on the selected agent because it is offline.');
|
|
|
|
|
- define('target_empty', 'No remote target given.');
|
|
|
|
|
- define('command_empty', 'No command selected.');
|
|
|
|
|
- define('command_unavilable', 'The selected command is unavailable on the selected agent.');
|
|
|
|
|
- define('target_invalid', 'Invalid IP/hostname entered.');
|
|
|
|
|
- define('exec_failed', 'Timed out while waiting for a response.');
|
|
|
|
|
- define('command_no_access', 'You do not have access to this command. This incident will be logged.');
|
|
|
|
|
- define('command_hacking_attempt', 'Blacklisted characters entered. This incident will be logged.');
|
|
|
|
|
-
|
|
|
|
|
- // Logging for network_tools.php
|
|
|
|
|
- define('command_bad_characters', 'Attempted to execute a command with malicious characters. Input received: %s %s');
|
|
|
|
|
- define('command_no_permissions', 'Attempted to execute a command with insufficient permissions. Input received: %s %s');
|
|
|
|
|
- define('command_executed', 'Successfully sent the following command: %s %s');
|
|
|
|
|
-
|
|
|
|
|
- // Sourcemod Related Translations.
|
|
|
|
|
- define('no_servers', 'You have no servers assigned to your account.');
|
|
|
|
|
- define('select_server', 'Select Server:');
|
|
|
|
|
- define('select_server_option', 'Select...');
|
|
|
|
|
- define('steamid', 'Steam ID:');
|
|
|
|
|
- define('immunity', 'Immunity:');
|
|
|
|
|
- define('sourcemod_perms', 'Sourcemod Permissions:');
|
|
|
|
|
- define('sourcemod_perm_root', 'Sourcemod Root Flag');
|
|
|
|
|
- define('sourcemod_perm_custom', 'Sourcemod Custom Flags');
|
|
|
|
|
-
|
|
|
|
|
- // https://wiki.alliedmods.net/Adding_Admins_(SourceMod)#Levels
|
|
|
|
|
- define('sourcemod_flag_a', 'Reserved slot access.');
|
|
|
|
|
- define('sourcemod_flag_b', 'Generic admin; required for admins.');
|
|
|
|
|
- define('sourcemod_flag_c', 'Kick other players.');
|
|
|
|
|
- define('sourcemod_flag_d', 'Ban other players.');
|
|
|
|
|
- define('sourcemod_flag_e', 'Remove bans.');
|
|
|
|
|
- define('sourcemod_flag_f', 'Slay/harm other players.');
|
|
|
|
|
- define('sourcemod_flag_g', 'Change the map or major gameplay features.');
|
|
|
|
|
- define('sourcemod_flag_h', 'Change most CVARs.');
|
|
|
|
|
- define('sourcemod_flag_i', 'Execute config files.');
|
|
|
|
|
- define('sourcemod_flag_j', 'Special chat privileges.');
|
|
|
|
|
- define('sourcemod_flag_k', 'Start or create votes.');
|
|
|
|
|
- define('sourcemod_flag_l', 'Set a password on the server.');
|
|
|
|
|
- define('sourcemod_flag_m', 'Use RCON commands.');
|
|
|
|
|
- define('sourcemod_flag_n', 'Change sv_cheats or use cheating commands.');
|
|
|
|
|
- define('sourcemod_flag_o', 'Custom Group 1.');
|
|
|
|
|
- define('sourcemod_flag_p', 'Custom Group 2.');
|
|
|
|
|
- define('sourcemod_flag_q', 'Custom Group 3.');
|
|
|
|
|
- define('sourcemod_flag_r', 'Custom Group 4.');
|
|
|
|
|
- define('sourcemod_flag_s', 'Custom Group 5.');
|
|
|
|
|
- define('sourcemod_flag_t', 'Custom Group 6.');
|
|
|
|
|
-
|
|
|
|
|
- // Status messages for addadmin_helper.php
|
|
|
|
|
- define('rcon_reload_admins_failed', 'Failed to reload the admin cache via RCON; is it online?');
|
|
|
|
|
- define('reload_admins_failed', 'Failed to reload the admin cache; "sm_reloadadmins" is an unknown command.');
|
|
|
|
|
- define('reload_admins_success', 'Successfully added %s to admins_simple.ini and reloaded the admin cache.');
|
|
|
|
|
- define('add_success_no_rcon', 'Successfully added %s to your admins_simple.ini file, but unable to reload the admin cache.');
|
|
|
|
|
- define('writefile_error', 'There was an unknown error writing to: %s');
|
|
|
|
|
- define('remotefile_nonexistent', 'Unable to add a new admin. Admin file: %s doesn\'t exist on this server.');
|
|
|
|
|
- define('empty_flag_list', 'You didn\'t select any admin flags.');
|
|
|
|
|
- define('invalid_steam_format', 'The SteamID you entered doesn\'t match the required pattern.');
|
|
|
|
|
- define('selected_server_offline', 'Unable to add an admin, the agent controlling the selected server is offline.');
|
|
|
|
|
- define('malformed_form', 'You submitted a form with malformed hidden elements - unable to add an admin.');
|
|
|
|
|
- define('empty_form_data', 'Please fill out all elements of the form.');
|
|
|
|
|
-
|
|
|
|
|
- define('server_not_selected', 'You haven\'t selected a server.');
|
|
|
|
|
- define('invalid_steamid', 'You have entered an invalid Steam ID.');
|
|
|
|
|
- define('invalid_immunity', 'You entered an invalid immunity value.');
|
|
|
|
|
-
|
|
|
|
|
- // Generic form translations.
|
|
|
|
|
- define('submit', 'Submit');
|
|
|
|
|
- define('post_failed', 'The POST action failed. Unable to retrieve a response.');
|
|
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
|
|
+define('OGP_LANG_module_name', "Utilidades");
|
|
|
|
|
+define('OGP_LANG_ping', "Ping");
|
|
|
|
|
+define('OGP_LANG_traceroute', "Traceroute");
|
|
|
|
|
+define('OGP_LANG_network_tools', "Herramientas de Red");
|
|
|
|
|
+define('OGP_LANG_sourcemod_admins', "Administradores Sourcemod");
|
|
|
|
|
+define('OGP_LANG_steam_converter', "Convertidor SteamID");
|
|
|
|
|
+define('OGP_LANG_your_ip', "Tu dirección IP:");
|
|
|
|
|
+define('OGP_LANG_loading_agents', "Cargando agentes en línea ...");
|
|
|
|
|
+define('OGP_LANG_loading_failed', "Error al cargar agentes.");
|
|
|
|
|
+define('OGP_LANG_agents_offline', "Todos los agentes están fuera de línea.");
|
|
|
|
|
+define('OGP_LANG_no_commands', "Perdón, tu cuenta de usuario no tiene comandos disponibles.");
|
|
|
|
|
+define('OGP_LANG_remote_target', "Dirección IP de destino:");
|
|
|
|
|
+define('OGP_LANG_command', "Comando:");
|
|
|
|
|
+define('OGP_LANG_select_agent', "Seleccionar Agente:");
|
|
|
|
|
+define('OGP_LANG_chdir_failed', "Error: chdir() retorno falso.");
|
|
|
|
|
+define('OGP_LANG_agent_invalid', "Se ha especificado el Agente no válido.");
|
|
|
|
|
+define('OGP_LANG_networktools_agent_offline', "No se puede ejecutar el comando en el Agente seleccionado, porque está sin conexión.");
|
|
|
|
|
+define('OGP_LANG_target_empty', "No se ha asignado dirección de destino.");
|
|
|
|
|
+define('OGP_LANG_command_empty', "No se ha seleccionado ningún comando.");
|
|
|
|
|
+define('OGP_LANG_command_unavilable', "El comando seleccionado no está disponible en el agente seleccionado.");
|
|
|
|
|
+define('OGP_LANG_target_invalid', "Introdujiste una Ip invalida/Nombre de host.");
|
|
|
|
|
+define('OGP_LANG_exec_failed', "Tiempo de respuesta agotado.");
|
|
|
|
|
+define('OGP_LANG_command_no_access', "No tienes acceso a este comando. Este incidente se registrara.");
|
|
|
|
|
+define('OGP_LANG_command_hacking_attempt', "Se han introducido caracteres de la lista negra. Este incidente se registrara.");
|
|
|
|
|
+define('OGP_LANG_command_bad_characters', "Se ha intentado introducir comandos con caracteres maliciosos. Entrada recibida %s %s");
|
|
|
|
|
+define('OGP_LANG_command_no_permissions', "Se ha intentado ejecutar un comando con permisos insuficientes. Entrada recibida: %s %s");
|
|
|
|
|
+define('OGP_LANG_command_executed', "Envió correctamente el siguiente comando: %s %s");
|
|
|
|
|
+define('OGP_LANG_no_servers', "No tiene ningún servidor asignado a su cuenta.");
|
|
|
|
|
+define('OGP_LANG_select_server', "Seleccionar servidor:");
|
|
|
|
|
+define('OGP_LANG_select_server_option', "Seleccionar...");
|
|
|
|
|
+define('OGP_LANG_steamid', "ID Steam:");
|
|
|
|
|
+define('OGP_LANG_immunity', "Inmunidad:");
|
|
|
|
|
+define('OGP_LANG_sourcemod_perms', "Permisos Sourcemod:");
|
|
|
|
|
+define('OGP_LANG_sourcemod_perm_root', "Sourcemod Root Flag");
|
|
|
|
|
+define('OGP_LANG_sourcemod_perm_custom', "Sourcemod Flags personalizadas");
|
|
|
|
|
+define('OGP_LANG_sourcemod_flag_a', "Slot reservado.");
|
|
|
|
|
+define('OGP_LANG_sourcemod_flag_b', "Admin genérico; requerido para admins.");
|
|
|
|
|
+define('OGP_LANG_sourcemod_flag_c', "Expulsar otros jugadores.");
|
|
|
|
|
+define('OGP_LANG_sourcemod_flag_d', "Banear otros jugadores.");
|
|
|
|
|
+define('OGP_LANG_sourcemod_flag_e', "Remover bans.");
|
|
|
|
|
+define('OGP_LANG_sourcemod_flag_f', "Matar/dañar a otro jugadores.");
|
|
|
|
|
+define('OGP_LANG_sourcemod_flag_g', "Cambiar de mapa o las principales características de juego.");
|
|
|
|
|
+define('OGP_LANG_sourcemod_flag_h', "Modificar la mayoría de las CVARs.");
|
|
|
|
|
+define('OGP_LANG_sourcemod_flag_i', "Ejecutar archivos de configuración");
|
|
|
|
|
+define('OGP_LANG_sourcemod_flag_j', "Privilegios especiales de chat");
|
|
|
|
|
+define('OGP_LANG_sourcemod_flag_k', "Iniciar o crear votaciones");
|
|
|
|
|
+define('OGP_LANG_sourcemod_flag_l', "Introducir contraseña al servidor.");
|
|
|
|
|
+define('OGP_LANG_sourcemod_flag_m', "Usar comandos de RCON");
|
|
|
|
|
+define('OGP_LANG_sourcemod_flag_n', "Modificar sv_cheats o usar comandos de cheats");
|
|
|
|
|
+define('OGP_LANG_sourcemod_flag_o', "Grupo personalizado 1.");
|
|
|
|
|
+define('OGP_LANG_sourcemod_flag_p', "Grupo personalizado 2.");
|
|
|
|
|
+define('OGP_LANG_sourcemod_flag_q', "Grupo personalizado 3.");
|
|
|
|
|
+define('OGP_LANG_sourcemod_flag_r', "Grupo personalizado 4.");
|
|
|
|
|
+define('OGP_LANG_sourcemod_flag_s', "Grupo personalizado 5.");
|
|
|
|
|
+define('OGP_LANG_sourcemod_flag_t', "Grupo personalizado 6.");
|
|
|
|
|
+define('OGP_LANG_rcon_reload_admins_failed', "Fallo al recargar caché de admins vía RCON; está en línea?");
|
|
|
|
|
+define('OGP_LANG_reload_admins_failed', "No se pudo volver a cargar el caché de administración; \"sm_reloadadmins\" es un comando desconocido.");
|
|
|
|
|
+define('OGP_LANG_reload_admins_success', "Se agrego con exito %s a admins_simple.ini y se volvió a cargar el cache de administración.");
|
|
|
|
|
+define('OGP_LANG_add_success_no_rcon', "Se agrego con éxito %s a admins_simple.ini, pero no se pudo volver a cargar el cache de administrador.");
|
|
|
|
|
+define('OGP_LANG_writefile_error', "Se ha producido un error desconocido de escritura en: %s");
|
|
|
|
|
+define('OGP_LANG_remotefile_nonexistent', "No se puede agregar un nuevo administrador. El archivo de administrador: %s no existe en este servidor.");
|
|
|
|
|
+define('OGP_LANG_empty_flag_list', "No has seleccionado ningún acceso de administrador.");
|
|
|
|
|
+define('OGP_LANG_invalid_steam_format', "El SteamID que ingreso no coincido con el patrón requerido.");
|
|
|
|
|
+define('OGP_LANG_selected_server_offline', "No se puede agregar un administrador, el agente que controla el servidor seleccionado no está conectado.");
|
|
|
|
|
+define('OGP_LANG_malformed_form', "Has enviado un formulario con elementos ocultos mal formados - no puedes agregar un administrador.");
|
|
|
|
|
+define('OGP_LANG_empty_form_data', "Por favor llene todos los elementos del formulario.");
|
|
|
|
|
+define('OGP_LANG_server_not_selected', "No ha seleccionado un servidor.");
|
|
|
|
|
+define('OGP_LANG_invalid_steamid', "Ha introducido un Steam ID no válido.");
|
|
|
|
|
+define('OGP_LANG_invalid_immunity', "Ha introducido un valor de inmunidad no válido.");
|
|
|
|
|
+define('OGP_LANG_submit', "Enviar");
|
|
|
|
|
+define('OGP_LANG_post_failed', "La acción ANTERIOR fallo. No se puede recuperar una respuesta.");
|
|
|
?>
|
|
?>
|