Quellcode durchsuchen

Merge pull request #1 from OpenGamePanel/master

Updating...
rocco27 vor 8 Jahren
Ursprung
Commit
50e99905b4

+ 72 - 72
lang/Arabic/modules/util.php

@@ -2,7 +2,7 @@
 /*
  *
  * OGP - Open Game Panel
- * Copyright (C) 2008 - 2016 The OGP Development Team
+ * Copyright (C) 2008 - 2017 The OGP Development Team
  *
  * http://www.opengamepanel.org/
  *
@@ -22,75 +22,75 @@
  *
  */
 
-define('module_name', "Utilities");
-define('ping', "Ping");
-define('traceroute', "Traceroute");
-define('network_tools', "Network Tools");
-define('sourcemod_admins', "Sourcemod Admins");
-define('steam_converter', "SteamID Converter");
-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:");
-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.");
-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");
-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");
-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.");
-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.");
-define('submit', "Submit");
-define('post_failed', "The POST action failed. Unable to retrieve a response.");
+define('OGP_LANG_module_name', "Utilities");
+define('OGP_LANG_ping', "Ping");
+define('OGP_LANG_traceroute', "Traceroute");
+define('OGP_LANG_network_tools', "Network Tools");
+define('OGP_LANG_sourcemod_admins', "Sourcemod Admins");
+define('OGP_LANG_steam_converter', "SteamID Converter");
+define('OGP_LANG_your_ip', "Your IP Address:");
+define('OGP_LANG_loading_agents', "Loading online Agents...");
+define('OGP_LANG_loading_failed', "Loading Agents failed.");
+define('OGP_LANG_agents_offline', "All Agents are offline.");
+define('OGP_LANG_no_commands', "Sorry, your user account has no commands available.");
+define('OGP_LANG_remote_target', "Target IP Address:");
+define('OGP_LANG_command', "Command:");
+define('OGP_LANG_select_agent', "Select Agent:");
+define('OGP_LANG_chdir_failed', "Error: chdir() returned false.");
+define('OGP_LANG_agent_invalid', "Invalid Agent specified.");
+define('OGP_LANG_networktools_agent_offline', "Unable to execute your command on the selected Agent, because it is offline.");
+define('OGP_LANG_target_empty', "No remote target given.");
+define('OGP_LANG_command_empty', "No command selected.");
+define('OGP_LANG_command_unavilable', "The selected command is unavailable on the selected agent.");
+define('OGP_LANG_target_invalid', "Invalid IP/hostname entered.");
+define('OGP_LANG_exec_failed', "Timed out while waiting for a response.");
+define('OGP_LANG_command_no_access', "You do not have access to this command. This incident will be logged.");
+define('OGP_LANG_command_hacking_attempt', "Blacklisted characters entered. This incident will be logged.");
+define('OGP_LANG_command_bad_characters', "Attempted to execute a command with malicious characters. Input received: %s %s");
+define('OGP_LANG_command_no_permissions', "Attempted to execute a command with insufficient permissions. Input received: %s %s");
+define('OGP_LANG_command_executed', "Successfully sent the following command: %s %s");
+define('OGP_LANG_no_servers', "You have no servers assigned to your account.");
+define('OGP_LANG_select_server', "Select Server:");
+define('OGP_LANG_select_server_option', "Select...");
+define('OGP_LANG_steamid', "Steam ID:");
+define('OGP_LANG_immunity', "Immunity:");
+define('OGP_LANG_sourcemod_perms', "Sourcemod Permissions:");
+define('OGP_LANG_sourcemod_perm_root', "Sourcemod Root Flag");
+define('OGP_LANG_sourcemod_perm_custom', "Sourcemod Custom Flags");
+define('OGP_LANG_sourcemod_flag_a', "Reserved slot access.");
+define('OGP_LANG_sourcemod_flag_b', "Generic admin; required for admins.");
+define('OGP_LANG_sourcemod_flag_c', "Kick other players.");
+define('OGP_LANG_sourcemod_flag_d', "Ban other players.");
+define('OGP_LANG_sourcemod_flag_e', "Remove bans.");
+define('OGP_LANG_sourcemod_flag_f', "Slay/harm other players.");
+define('OGP_LANG_sourcemod_flag_g', "Change the map or major gameplay features.");
+define('OGP_LANG_sourcemod_flag_h', "Change most CVARs.");
+define('OGP_LANG_sourcemod_flag_i', "Execute config files.");
+define('OGP_LANG_sourcemod_flag_j', "Special chat privileges.");
+define('OGP_LANG_sourcemod_flag_k', "Start or create votes.");
+define('OGP_LANG_sourcemod_flag_l', "Set a password on the server.");
+define('OGP_LANG_sourcemod_flag_m', "Use RCON commands.");
+define('OGP_LANG_sourcemod_flag_n', "Change sv_cheats or use cheating commands.");
+define('OGP_LANG_sourcemod_flag_o', "Custom Group 1.");
+define('OGP_LANG_sourcemod_flag_p', "Custom Group 2.");
+define('OGP_LANG_sourcemod_flag_q', "Custom Group 3.");
+define('OGP_LANG_sourcemod_flag_r', "Custom Group 4.");
+define('OGP_LANG_sourcemod_flag_s', "Custom Group 5.");
+define('OGP_LANG_sourcemod_flag_t', "Custom Group 6.");
+define('OGP_LANG_rcon_reload_admins_failed', "Failed to reload the admin cache via RCON; is it online?");
+define('OGP_LANG_reload_admins_failed', "Failed to reload the admin cache; \"sm_reloadadmins\" is an unknown command.");
+define('OGP_LANG_reload_admins_success', "Successfully added %s to admins_simple.ini and reloaded the admin cache.");
+define('OGP_LANG_add_success_no_rcon', "Successfully added %s to your admins_simple.ini file, but unable to reload the admin cache.");
+define('OGP_LANG_writefile_error', "There was an unknown error writing to: %s");
+define('OGP_LANG_remotefile_nonexistent', "Unable to add a new admin. Admin file: %s doesn\'t exist on this server.");
+define('OGP_LANG_empty_flag_list', "You didn\'t select any admin flags.");
+define('OGP_LANG_invalid_steam_format', "The SteamID you entered doesn\'t match the required pattern.");
+define('OGP_LANG_selected_server_offline', "Unable to add an admin, the agent controlling the selected server is offline.");
+define('OGP_LANG_malformed_form', "You submitted a form with malformed hidden elements - unable to add an admin.");
+define('OGP_LANG_empty_form_data', "Please fill out all elements of the form.");
+define('OGP_LANG_server_not_selected', "You haven\'t selected a server.");
+define('OGP_LANG_invalid_steamid', "You have entered an invalid Steam ID.");
+define('OGP_LANG_invalid_immunity', "You entered an invalid immunity value.");
+define('OGP_LANG_submit', "Submit");
+define('OGP_LANG_post_failed', "The POST action failed. Unable to retrieve a response.");
 ?>

+ 96 - 0
lang/Czech(CzechRepublic)/modules/util.php

@@ -0,0 +1,96 @@
+<?php
+/*
+ *
+ * OGP - Open Game Panel
+ * Copyright (C) 2008 - 2017 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_name', "Utilities");
+define('OGP_LANG_ping', "Ping");
+define('OGP_LANG_traceroute', "Traceroute");
+define('OGP_LANG_network_tools', "Network Tools");
+define('OGP_LANG_sourcemod_admins', "Sourcemod Admins");
+define('OGP_LANG_steam_converter', "SteamID Converter");
+define('OGP_LANG_your_ip', "Your IP Address:");
+define('OGP_LANG_loading_agents', "Loading online Agents...");
+define('OGP_LANG_loading_failed', "Loading Agents failed.");
+define('OGP_LANG_agents_offline', "All Agents are offline.");
+define('OGP_LANG_no_commands', "Sorry, your user account has no commands available.");
+define('OGP_LANG_remote_target', "Target IP Address:");
+define('OGP_LANG_command', "Command:");
+define('OGP_LANG_select_agent', "Select Agent:");
+define('OGP_LANG_chdir_failed', "Error: chdir() returned false.");
+define('OGP_LANG_agent_invalid', "Invalid Agent specified.");
+define('OGP_LANG_networktools_agent_offline', "Unable to execute your command on the selected Agent, because it is offline.");
+define('OGP_LANG_target_empty', "No remote target given.");
+define('OGP_LANG_command_empty', "No command selected.");
+define('OGP_LANG_command_unavilable', "The selected command is unavailable on the selected agent.");
+define('OGP_LANG_target_invalid', "Invalid IP/hostname entered.");
+define('OGP_LANG_exec_failed', "Timed out while waiting for a response.");
+define('OGP_LANG_command_no_access', "You do not have access to this command. This incident will be logged.");
+define('OGP_LANG_command_hacking_attempt', "Blacklisted characters entered. This incident will be logged.");
+define('OGP_LANG_command_bad_characters', "Attempted to execute a command with malicious characters. Input received: %s %s");
+define('OGP_LANG_command_no_permissions', "Attempted to execute a command with insufficient permissions. Input received: %s %s");
+define('OGP_LANG_command_executed', "Successfully sent the following command: %s %s");
+define('OGP_LANG_no_servers', "You have no servers assigned to your account.");
+define('OGP_LANG_select_server', "Select Server:");
+define('OGP_LANG_select_server_option', "Select...");
+define('OGP_LANG_steamid', "Steam ID:");
+define('OGP_LANG_immunity', "Immunity:");
+define('OGP_LANG_sourcemod_perms', "Sourcemod Permissions:");
+define('OGP_LANG_sourcemod_perm_root', "Sourcemod Root Flag");
+define('OGP_LANG_sourcemod_perm_custom', "Sourcemod Custom Flags");
+define('OGP_LANG_sourcemod_flag_a', "Reserved slot access.");
+define('OGP_LANG_sourcemod_flag_b', "Generic admin; required for admins.");
+define('OGP_LANG_sourcemod_flag_c', "Kick other players.");
+define('OGP_LANG_sourcemod_flag_d', "Ban other players.");
+define('OGP_LANG_sourcemod_flag_e', "Remove bans.");
+define('OGP_LANG_sourcemod_flag_f', "Slay/harm other players.");
+define('OGP_LANG_sourcemod_flag_g', "Change the map or major gameplay features.");
+define('OGP_LANG_sourcemod_flag_h', "Change most CVARs.");
+define('OGP_LANG_sourcemod_flag_i', "Execute config files.");
+define('OGP_LANG_sourcemod_flag_j', "Special chat privileges.");
+define('OGP_LANG_sourcemod_flag_k', "Start or create votes.");
+define('OGP_LANG_sourcemod_flag_l', "Set a password on the server.");
+define('OGP_LANG_sourcemod_flag_m', "Use RCON commands.");
+define('OGP_LANG_sourcemod_flag_n', "Change sv_cheats or use cheating commands.");
+define('OGP_LANG_sourcemod_flag_o', "Custom Group 1.");
+define('OGP_LANG_sourcemod_flag_p', "Custom Group 2.");
+define('OGP_LANG_sourcemod_flag_q', "Custom Group 3.");
+define('OGP_LANG_sourcemod_flag_r', "Custom Group 4.");
+define('OGP_LANG_sourcemod_flag_s', "Custom Group 5.");
+define('OGP_LANG_sourcemod_flag_t', "Custom Group 6.");
+define('OGP_LANG_rcon_reload_admins_failed', "Failed to reload the admin cache via RCON; is it online?");
+define('OGP_LANG_reload_admins_failed', "Failed to reload the admin cache; \"sm_reloadadmins\" is an unknown command.");
+define('OGP_LANG_reload_admins_success', "Successfully added %s to admins_simple.ini and reloaded the admin cache.");
+define('OGP_LANG_add_success_no_rcon', "Successfully added %s to your admins_simple.ini file, but unable to reload the admin cache.");
+define('OGP_LANG_writefile_error', "There was an unknown error writing to: %s");
+define('OGP_LANG_remotefile_nonexistent', "Unable to add a new admin. Admin file: %s doesn\'t exist on this server.");
+define('OGP_LANG_empty_flag_list', "You didn\'t select any admin flags.");
+define('OGP_LANG_invalid_steam_format', "The SteamID you entered doesn\'t match the required pattern.");
+define('OGP_LANG_selected_server_offline', "Unable to add an admin, the agent controlling the selected server is offline.");
+define('OGP_LANG_malformed_form', "You submitted a form with malformed hidden elements - unable to add an admin.");
+define('OGP_LANG_empty_form_data', "Please fill out all elements of the form.");
+define('OGP_LANG_server_not_selected', "You haven\'t selected a server.");
+define('OGP_LANG_invalid_steamid', "You have entered an invalid Steam ID.");
+define('OGP_LANG_invalid_immunity', "You entered an invalid immunity value.");
+define('OGP_LANG_submit', "Submit");
+define('OGP_LANG_post_failed', "The POST action failed. Unable to retrieve a response.");
+?>

+ 72 - 72
lang/Danish/modules/util.php

@@ -2,7 +2,7 @@
 /*
  *
  * OGP - Open Game Panel
- * Copyright (C) 2008 - 2016 The OGP Development Team
+ * Copyright (C) 2008 - 2017 The OGP Development Team
  *
  * http://www.opengamepanel.org/
  *
@@ -22,75 +22,75 @@
  *
  */
 
-define('module_name', "Utilities");
-define('ping', "Ping");
-define('traceroute', "Traceroute");
-define('network_tools', "Network Tools");
-define('sourcemod_admins', "Sourcemod Admins");
-define('steam_converter', "SteamID Converter");
-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:");
-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.");
-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");
-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");
-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.");
-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.");
-define('submit', "Submit");
-define('post_failed', "The POST action failed. Unable to retrieve a response.");
+define('OGP_LANG_module_name', "Utilities");
+define('OGP_LANG_ping', "Ping");
+define('OGP_LANG_traceroute', "Traceroute");
+define('OGP_LANG_network_tools', "Network Tools");
+define('OGP_LANG_sourcemod_admins', "Sourcemod Admins");
+define('OGP_LANG_steam_converter', "SteamID Converter");
+define('OGP_LANG_your_ip', "Your IP Address:");
+define('OGP_LANG_loading_agents', "Loading online Agents...");
+define('OGP_LANG_loading_failed', "Loading Agents failed.");
+define('OGP_LANG_agents_offline', "All Agents are offline.");
+define('OGP_LANG_no_commands', "Sorry, your user account has no commands available.");
+define('OGP_LANG_remote_target', "Target IP Address:");
+define('OGP_LANG_command', "Command:");
+define('OGP_LANG_select_agent', "Select Agent:");
+define('OGP_LANG_chdir_failed', "Error: chdir() returned false.");
+define('OGP_LANG_agent_invalid', "Invalid Agent specified.");
+define('OGP_LANG_networktools_agent_offline', "Unable to execute your command on the selected Agent, because it is offline.");
+define('OGP_LANG_target_empty', "No remote target given.");
+define('OGP_LANG_command_empty', "No command selected.");
+define('OGP_LANG_command_unavilable', "The selected command is unavailable on the selected agent.");
+define('OGP_LANG_target_invalid', "Invalid IP/hostname entered.");
+define('OGP_LANG_exec_failed', "Timed out while waiting for a response.");
+define('OGP_LANG_command_no_access', "You do not have access to this command. This incident will be logged.");
+define('OGP_LANG_command_hacking_attempt', "Blacklisted characters entered. This incident will be logged.");
+define('OGP_LANG_command_bad_characters', "Attempted to execute a command with malicious characters. Input received: %s %s");
+define('OGP_LANG_command_no_permissions', "Attempted to execute a command with insufficient permissions. Input received: %s %s");
+define('OGP_LANG_command_executed', "Successfully sent the following command: %s %s");
+define('OGP_LANG_no_servers', "You have no servers assigned to your account.");
+define('OGP_LANG_select_server', "Select Server:");
+define('OGP_LANG_select_server_option', "Select...");
+define('OGP_LANG_steamid', "Steam ID:");
+define('OGP_LANG_immunity', "Immunity:");
+define('OGP_LANG_sourcemod_perms', "Sourcemod Permissions:");
+define('OGP_LANG_sourcemod_perm_root', "Sourcemod Root Flag");
+define('OGP_LANG_sourcemod_perm_custom', "Sourcemod Custom Flags");
+define('OGP_LANG_sourcemod_flag_a', "Reserved slot access.");
+define('OGP_LANG_sourcemod_flag_b', "Generic admin; required for admins.");
+define('OGP_LANG_sourcemod_flag_c', "Kick other players.");
+define('OGP_LANG_sourcemod_flag_d', "Ban other players.");
+define('OGP_LANG_sourcemod_flag_e', "Remove bans.");
+define('OGP_LANG_sourcemod_flag_f', "Slay/harm other players.");
+define('OGP_LANG_sourcemod_flag_g', "Change the map or major gameplay features.");
+define('OGP_LANG_sourcemod_flag_h', "Change most CVARs.");
+define('OGP_LANG_sourcemod_flag_i', "Execute config files.");
+define('OGP_LANG_sourcemod_flag_j', "Special chat privileges.");
+define('OGP_LANG_sourcemod_flag_k', "Start or create votes.");
+define('OGP_LANG_sourcemod_flag_l', "Set a password on the server.");
+define('OGP_LANG_sourcemod_flag_m', "Use RCON commands.");
+define('OGP_LANG_sourcemod_flag_n', "Change sv_cheats or use cheating commands.");
+define('OGP_LANG_sourcemod_flag_o', "Custom Group 1.");
+define('OGP_LANG_sourcemod_flag_p', "Custom Group 2.");
+define('OGP_LANG_sourcemod_flag_q', "Custom Group 3.");
+define('OGP_LANG_sourcemod_flag_r', "Custom Group 4.");
+define('OGP_LANG_sourcemod_flag_s', "Custom Group 5.");
+define('OGP_LANG_sourcemod_flag_t', "Custom Group 6.");
+define('OGP_LANG_rcon_reload_admins_failed', "Failed to reload the admin cache via RCON; is it online?");
+define('OGP_LANG_reload_admins_failed', "Failed to reload the admin cache; \"sm_reloadadmins\" is an unknown command.");
+define('OGP_LANG_reload_admins_success', "Successfully added %s to admins_simple.ini and reloaded the admin cache.");
+define('OGP_LANG_add_success_no_rcon', "Successfully added %s to your admins_simple.ini file, but unable to reload the admin cache.");
+define('OGP_LANG_writefile_error', "There was an unknown error writing to: %s");
+define('OGP_LANG_remotefile_nonexistent', "Unable to add a new admin. Admin file: %s doesn\'t exist on this server.");
+define('OGP_LANG_empty_flag_list', "You didn\'t select any admin flags.");
+define('OGP_LANG_invalid_steam_format', "The SteamID you entered doesn\'t match the required pattern.");
+define('OGP_LANG_selected_server_offline', "Unable to add an admin, the agent controlling the selected server is offline.");
+define('OGP_LANG_malformed_form', "You submitted a form with malformed hidden elements - unable to add an admin.");
+define('OGP_LANG_empty_form_data', "Please fill out all elements of the form.");
+define('OGP_LANG_server_not_selected', "You haven\'t selected a server.");
+define('OGP_LANG_invalid_steamid', "You have entered an invalid Steam ID.");
+define('OGP_LANG_invalid_immunity', "You entered an invalid immunity value.");
+define('OGP_LANG_submit', "Submit");
+define('OGP_LANG_post_failed', "The POST action failed. Unable to retrieve a response.");
 ?>

+ 71 - 71
lang/English/modules/util.php

@@ -22,75 +22,75 @@
  *
  */
 
-define('module_name', "Utilities");
-define('ping', "Ping");
-define('traceroute', "Traceroute");
-define('network_tools', "Network Tools");
-define('sourcemod_admins', "Sourcemod Admins");
-define('steam_converter', "SteamID Converter");
-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 IP Address:");
-define('command', "Command:");
-define('select_agent', "Select Agent:");
-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.");
-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");
-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");
-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.");
-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.");
-define('submit', "Submit");
-define('post_failed', "The POST action failed. Unable to retrieve a response.");
+define('OGP_LANG_module_name', "Utilities");
+define('OGP_LANG_ping', "Ping");
+define('OGP_LANG_traceroute', "Traceroute");
+define('OGP_LANG_network_tools', "Network Tools");
+define('OGP_LANG_sourcemod_admins', "Sourcemod Admins");
+define('OGP_LANG_steam_converter', "SteamID Converter");
+define('OGP_LANG_your_ip', "Your IP Address:");
+define('OGP_LANG_loading_agents', "Loading online Agents...");
+define('OGP_LANG_loading_failed', "Loading Agents failed.");
+define('OGP_LANG_agents_offline', "All Agents are offline.");
+define('OGP_LANG_no_commands', "Sorry, your user account has no commands available.");
+define('OGP_LANG_remote_target', "Target IP Address:");
+define('OGP_LANG_command', "Command:");
+define('OGP_LANG_select_agent', "Select Agent:");
+define('OGP_LANG_chdir_failed', "Error: chdir() returned false.");
+define('OGP_LANG_agent_invalid', "Invalid Agent specified.");
+define('OGP_LANG_networktools_agent_offline', "Unable to execute your command on the selected Agent, because it is offline.");
+define('OGP_LANG_target_empty', "No remote target given.");
+define('OGP_LANG_command_empty', "No command selected.");
+define('OGP_LANG_command_unavilable', "The selected command is unavailable on the selected agent.");
+define('OGP_LANG_target_invalid', "Invalid IP/hostname entered.");
+define('OGP_LANG_exec_failed', "Timed out while waiting for a response.");
+define('OGP_LANG_command_no_access', "You do not have access to this command. This incident will be logged.");
+define('OGP_LANG_command_hacking_attempt', "Blacklisted characters entered. This incident will be logged.");
+define('OGP_LANG_command_bad_characters', "Attempted to execute a command with malicious characters. Input received: %s %s");
+define('OGP_LANG_command_no_permissions', "Attempted to execute a command with insufficient permissions. Input received: %s %s");
+define('OGP_LANG_command_executed', "Successfully sent the following command: %s %s");
+define('OGP_LANG_no_servers', "You have no servers assigned to your account.");
+define('OGP_LANG_select_server', "Select Server:");
+define('OGP_LANG_select_server_option', "Select...");
+define('OGP_LANG_steamid', "Steam ID:");
+define('OGP_LANG_immunity', "Immunity:");
+define('OGP_LANG_sourcemod_perms', "Sourcemod Permissions:");
+define('OGP_LANG_sourcemod_perm_root', "Sourcemod Root Flag");
+define('OGP_LANG_sourcemod_perm_custom', "Sourcemod Custom Flags");
+define('OGP_LANG_sourcemod_flag_a', "Reserved slot access.");
+define('OGP_LANG_sourcemod_flag_b', "Generic admin; required for admins.");
+define('OGP_LANG_sourcemod_flag_c', "Kick other players.");
+define('OGP_LANG_sourcemod_flag_d', "Ban other players.");
+define('OGP_LANG_sourcemod_flag_e', "Remove bans.");
+define('OGP_LANG_sourcemod_flag_f', "Slay/harm other players.");
+define('OGP_LANG_sourcemod_flag_g', "Change the map or major gameplay features.");
+define('OGP_LANG_sourcemod_flag_h', "Change most CVARs.");
+define('OGP_LANG_sourcemod_flag_i', "Execute config files.");
+define('OGP_LANG_sourcemod_flag_j', "Special chat privileges.");
+define('OGP_LANG_sourcemod_flag_k', "Start or create votes.");
+define('OGP_LANG_sourcemod_flag_l', "Set a password on the server.");
+define('OGP_LANG_sourcemod_flag_m', "Use RCON commands.");
+define('OGP_LANG_sourcemod_flag_n', "Change sv_cheats or use cheating commands.");
+define('OGP_LANG_sourcemod_flag_o', "Custom Group 1.");
+define('OGP_LANG_sourcemod_flag_p', "Custom Group 2.");
+define('OGP_LANG_sourcemod_flag_q', "Custom Group 3.");
+define('OGP_LANG_sourcemod_flag_r', "Custom Group 4.");
+define('OGP_LANG_sourcemod_flag_s', "Custom Group 5.");
+define('OGP_LANG_sourcemod_flag_t', "Custom Group 6.");
+define('OGP_LANG_rcon_reload_admins_failed', "Failed to reload the admin cache via RCON; is it online?");
+define('OGP_LANG_reload_admins_failed', "Failed to reload the admin cache; \"sm_reloadadmins\" is an unknown command.");
+define('OGP_LANG_reload_admins_success', "Successfully added %s to admins_simple.ini and reloaded the admin cache.");
+define('OGP_LANG_add_success_no_rcon', "Successfully added %s to your admins_simple.ini file, but unable to reload the admin cache.");
+define('OGP_LANG_writefile_error', "There was an unknown error writing to: %s");
+define('OGP_LANG_remotefile_nonexistent', "Unable to add a new admin. Admin file: %s doesn\'t exist on this server.");
+define('OGP_LANG_empty_flag_list', "You didn\'t select any admin flags.");
+define('OGP_LANG_invalid_steam_format', "The SteamID you entered doesn\'t match the required pattern.");
+define('OGP_LANG_selected_server_offline', "Unable to add an admin, the agent controlling the selected server is offline.");
+define('OGP_LANG_malformed_form', "You submitted a form with malformed hidden elements - unable to add an admin.");
+define('OGP_LANG_empty_form_data', "Please fill out all elements of the form.");
+define('OGP_LANG_server_not_selected', "You haven\'t selected a server.");
+define('OGP_LANG_invalid_steamid', "You have entered an invalid Steam ID.");
+define('OGP_LANG_invalid_immunity', "You entered an invalid immunity value.");
+define('OGP_LANG_submit', "Submit");
+define('OGP_LANG_post_failed', "The POST action failed. Unable to retrieve a response.");
 ?>

+ 72 - 72
lang/French/modules/util.php

@@ -2,7 +2,7 @@
 /*
  *
  * OGP - Open Game Panel
- * Copyright (C) 2008 - 2016 The OGP Development Team
+ * Copyright (C) 2008 - 2017 The OGP Development Team
  *
  * http://www.opengamepanel.org/
  *
@@ -22,75 +22,75 @@
  *
  */
 
-define('module_name', "Utilitaires");
-define('ping', "Ping");
-define('traceroute', "Traceroute");
-define('network_tools', "Outils Réseau");
-define('sourcemod_admins', "Admins Sourcemod");
-define('steam_converter', "Convertisseur SteamID");
-define('your_ip', "Votre adresse IP:");
-define('loading_agents', "Chargement des Agents en ligne...");
-define('loading_failed', "Echec du chargement des Agents.");
-define('agents_offline', "Tous les Agents sont hors-ligne");
-define('no_commands', "Désolé, votre compte d'utilisateur n'a aucune commande disponible.");
-define('remote_target', "Adresse Cible:");
-define('command', "Commande:");
-define('select_agent', "Sélectionner un Agent:");
-define('chdir_failed', "Erreur: chdir() returned false.");
-define('agent_invalid', "Agent spécifié invalide.");
-define('networktools_agent_offline', "Impossible d'exécuter votre commande sur l'Agent sélectionné car il est hors-ligne.");
-define('target_empty', "Aucune cible distante spécifiée.");
-define('command_empty', "Aucune commande sélectionnée.");
-define('command_unavilable', "La commande spécifiée est indisponible sur l'Agent sélectionné.");
-define('target_invalid', "IP/Nom d'Hôte entré invalide.");
-define('exec_failed', "Temps d'attente de la requête expiré.");
-define('command_no_access', "Vous n'avez pas accès à cette commande. L'incident va être enregistré.");
-define('command_hacking_attempt', "Caractères entrés interdits. L'incident va être enregistré.");
-define('command_bad_characters', "Tentative d'exécution d'une commande avec des caractères malveillants. Entrée reçue: %s %s");
-define('command_no_permissions', "Tentative d'exécution d'une commande avec des permissions insuffisantes. Entrée reçue: %s %s");
-define('command_executed', "La commande suivante a bien été envoyée: %s %s");
-define('no_servers', "Il n'y a pas de serveur de jeu disponible sur votre compte.");
-define('select_server', "Choisissez un serveur:");
-define('select_server_option', "Sélectionner...");
-define('steamid', "Steam ID:");
-define('immunity', "Immunité:");
-define('sourcemod_perms', "Permissions Sourcemod:");
-define('sourcemod_perm_root', "Sourcemod Root Flag");
-define('sourcemod_perm_custom', "Sourcemod Custom Flags");
-define('sourcemod_flag_a', "Place Réservée.");
-define('sourcemod_flag_b', "Admin générique; requis pour les admins.");
-define('sourcemod_flag_c', "Kicker d'autres joueurs.");
-define('sourcemod_flag_d', "Bannir d'autres joueurs.");
-define('sourcemod_flag_e', "Enlever les bannissements.");
-define('sourcemod_flag_f', "Tuer / blesser d'autres joueurs.");
-define('sourcemod_flag_g', "Changer la carte ou des fonctionnalités majeures de gameplay.");
-define('sourcemod_flag_h', "Changer la plupart des CVARs.");
-define('sourcemod_flag_i', "Exécuter les fichiers de configuration.");
-define('sourcemod_flag_j', "Privilèges spéciaux du chat.");
-define('sourcemod_flag_k', "Initier ou créer des votes.");
-define('sourcemod_flag_l', "Définir un mot de passe sur le serveur.");
-define('sourcemod_flag_m', "Utiliser des commandes RCON.");
-define('sourcemod_flag_n', "Changer sv_cheats ou utiliser des commandes de triche.");
-define('sourcemod_flag_o', "Groupe Perso 1.");
-define('sourcemod_flag_p', "Groupe Perso 2.");
-define('sourcemod_flag_q', "Groupe Perso 3.");
-define('sourcemod_flag_r', "Groupe Perso 4.");
-define('sourcemod_flag_s', "Groupe Perso 5.");
-define('sourcemod_flag_t', "Groupe Perso 6.");
-define('rcon_reload_admins_failed', "Echec du rechargement du cache admin via RCON; est-il en ligne?");
-define('reload_admins_failed', "Echec du rechargement du cache admin; \"sm_reloadadmins\" est une commande inconnue.");
-define('reload_admins_success', "Ajout de %s à admins_simple.ini réussi, ainsi que le rechargement du cache admin.");
-define('add_success_no_rcon', "Ajout de %s à votre fichier admins_simple.ini réussi, mais impossible de recharger le cache admin.");
-define('writefile_error', "Il y a eu une erreur inconnue lors de l'écriture de: %s");
-define('remotefile_nonexistent', "Impossible d'ajouter un nouvel admin. Le fichier d'admin: %s n'existe pas sur ce serveur");
-define('empty_flag_list', "Vous n'avez sélectionné aucun admin flags.");
-define('invalid_steam_format', "Le SteamID entré ne correspond pas à ce qui est requis.");
-define('selected_server_offline', "Impossible d'ajouter un admin, l'Agent qui contrôle le serveur sélectionné est déconnecté.");
-define('malformed_form', "Vous avez soumis un formulaire avec des éléments cachés mal formés - impossible d'ajouter un administrateur.");
-define('empty_form_data', "Veuillez remplir tous les éléments du formulaire.");
-define('server_not_selected', "Vous n'avez pas sélectionné de serveur.");
-define('invalid_steamid', "Vous avez entré un Steam ID invalide.");
-define('invalid_immunity', "Vous avez entré une valeur d'immunité invalide.");
-define('submit', "Envoyer");
-define('post_failed', "L'action POST a échoué. Impossible d'obtenir une réponse.");
+define('OGP_LANG_module_name', "Utilitaires");
+define('OGP_LANG_ping', "Ping");
+define('OGP_LANG_traceroute', "Traceroute");
+define('OGP_LANG_network_tools', "Outils Réseau");
+define('OGP_LANG_sourcemod_admins', "Admins Sourcemod");
+define('OGP_LANG_steam_converter', "Convertisseur SteamID");
+define('OGP_LANG_your_ip', "Votre adresse IP:");
+define('OGP_LANG_loading_agents', "Chargement des Agents en ligne...");
+define('OGP_LANG_loading_failed', "Echec du chargement des Agents.");
+define('OGP_LANG_agents_offline', "Tous les Agents sont hors-ligne.");
+define('OGP_LANG_no_commands', "Désolé, votre compte d'utilisateur n'a aucune commande disponible.");
+define('OGP_LANG_remote_target', "Adresse IP cible:");
+define('OGP_LANG_command', "Commande:");
+define('OGP_LANG_select_agent', "Sélectionner un Agent:");
+define('OGP_LANG_chdir_failed', "Erreur: chdir() returned false.");
+define('OGP_LANG_agent_invalid', "Agent spécifié invalide.");
+define('OGP_LANG_networktools_agent_offline', "Impossible d'exécuter votre commande sur l'Agent sélectionné car il est hors-ligne.");
+define('OGP_LANG_target_empty', "Aucune cible distante spécifiée.");
+define('OGP_LANG_command_empty', "Aucune commande sélectionnée.");
+define('OGP_LANG_command_unavilable', "La commande spécifiée est indisponible sur l'Agent sélectionné.");
+define('OGP_LANG_target_invalid', "IP/Nom d'Hôte entré invalide.");
+define('OGP_LANG_exec_failed', "Temps d'attente de la requête expiré.");
+define('OGP_LANG_command_no_access', "Vous n'avez pas accès à cette commande. L'incident va être enregistré.");
+define('OGP_LANG_command_hacking_attempt', "Caractères entrés interdits. L'incident va être enregistré.");
+define('OGP_LANG_command_bad_characters', "Tentative d'exécution d'une commande avec des caractères malveillants. Entrée reçue: %s %s");
+define('OGP_LANG_command_no_permissions', "Tentative d'exécution d'une commande avec des permissions insuffisantes. Entrée reçue: %s %s");
+define('OGP_LANG_command_executed', "La commande suivante a bien été envoyée: %s %s");
+define('OGP_LANG_no_servers', "Il n'y a pas de serveur de jeu disponible sur votre compte.");
+define('OGP_LANG_select_server', "Choisissez un serveur:");
+define('OGP_LANG_select_server_option', "Sélectionner...");
+define('OGP_LANG_steamid', "Steam ID:");
+define('OGP_LANG_immunity', "Immunité:");
+define('OGP_LANG_sourcemod_perms', "Permissions Sourcemod:");
+define('OGP_LANG_sourcemod_perm_root', "Sourcemod Root Flag");
+define('OGP_LANG_sourcemod_perm_custom', "Sourcemod Custom Flags");
+define('OGP_LANG_sourcemod_flag_a', "Place Réservée.");
+define('OGP_LANG_sourcemod_flag_b', "Admin générique; requis pour les admins.");
+define('OGP_LANG_sourcemod_flag_c', "Kicker d'autres joueurs.");
+define('OGP_LANG_sourcemod_flag_d', "Bannir d'autres joueurs.");
+define('OGP_LANG_sourcemod_flag_e', "Enlever les bannissements.");
+define('OGP_LANG_sourcemod_flag_f', "Tuer / blesser d'autres joueurs.");
+define('OGP_LANG_sourcemod_flag_g', "Changer la carte ou des fonctionnalités majeures de gameplay.");
+define('OGP_LANG_sourcemod_flag_h', "Changer la plupart des CVARs.");
+define('OGP_LANG_sourcemod_flag_i', "Exécuter les fichiers de configuration.");
+define('OGP_LANG_sourcemod_flag_j', "Privilèges spéciaux du chat.");
+define('OGP_LANG_sourcemod_flag_k', "Initier ou créer des votes.");
+define('OGP_LANG_sourcemod_flag_l', "Définir un mot de passe sur le serveur.");
+define('OGP_LANG_sourcemod_flag_m', "Utiliser des commandes RCON.");
+define('OGP_LANG_sourcemod_flag_n', "Changer sv_cheats ou utiliser des commandes de triche.");
+define('OGP_LANG_sourcemod_flag_o', "Groupe Perso 1.");
+define('OGP_LANG_sourcemod_flag_p', "Groupe Perso 2.");
+define('OGP_LANG_sourcemod_flag_q', "Groupe Perso 3.");
+define('OGP_LANG_sourcemod_flag_r', "Groupe Perso 4.");
+define('OGP_LANG_sourcemod_flag_s', "Groupe Perso 5.");
+define('OGP_LANG_sourcemod_flag_t', "Groupe Perso 6.");
+define('OGP_LANG_rcon_reload_admins_failed', "Echec du rechargement du cache admin via RCON; est-il en ligne?");
+define('OGP_LANG_reload_admins_failed', "Echec du rechargement du cache admin; \"sm_reloadadmins\" est une commande inconnue.");
+define('OGP_LANG_reload_admins_success', "Ajout de %s à admins_simple.ini réussi, ainsi que le rechargement du cache admin.");
+define('OGP_LANG_add_success_no_rcon', "Ajout de %s à votre fichier admins_simple.ini réussi, mais impossible de recharger le cache admin.");
+define('OGP_LANG_writefile_error', "Il y a eu une erreur inconnue lors de l'écriture de: %s");
+define('OGP_LANG_remotefile_nonexistent', "Impossible d'ajouter un nouvel admin. Le fichier d'admin: %s n'existe pas sur ce serveur");
+define('OGP_LANG_empty_flag_list', "Vous n'avez sélectionné aucun admin flags.");
+define('OGP_LANG_invalid_steam_format', "Le SteamID entré ne correspond pas à ce qui est requis.");
+define('OGP_LANG_selected_server_offline', "Impossible d'ajouter un admin, l'Agent qui contrôle le serveur sélectionné est déconnecté.");
+define('OGP_LANG_malformed_form', "Vous avez soumis un formulaire avec des éléments cachés mal formés - impossible d'ajouter un administrateur.");
+define('OGP_LANG_empty_form_data', "Veuillez remplir tous les éléments du formulaire.");
+define('OGP_LANG_server_not_selected', "Vous n'avez pas sélectionné de serveur.");
+define('OGP_LANG_invalid_steamid', "Vous avez entré un Steam ID invalide.");
+define('OGP_LANG_invalid_immunity', "Vous avez entré une valeur d'immunité invalide.");
+define('OGP_LANG_submit', "Envoyer");
+define('OGP_LANG_post_failed', "L'action POST a échoué. Impossible d'obtenir une réponse.");
 ?>

+ 72 - 73
lang/German/modules/util.php

@@ -2,7 +2,7 @@
 /*
  *
  * OGP - Open Game Panel
- * Copyright (C) 2008 - 2016 The OGP Development Team
+ * Copyright (C) 2008 - 2017 The OGP Development Team
  *
  * http://www.opengamepanel.org/
  *
@@ -22,76 +22,75 @@
  *
  */
 
-define('module_name', "Dienstprogramme");
-define('ping', "Ping");
-define('traceroute', "Traceroute");
-define('network_tools', "Netzwerk-Tools");
-define('sourcemod_admins', "Sourcemod Admins ");
-define('steam_converter', "SteamID Konverter");
-define('your_ip', "Ihre IP-Adresse:");
-define('loading_agents', "Loading Online Agents...");
-define('loading_failed', "Fehler beim Laden von Agenten.");
-define('agents_offline', "Alle Agenten sind offline.");
-define('no_commands', "Es tut uns leid, Ihr Benutzerkonto hat keine Befehle verfügbar.");
-define('remote_target', "Zieladresse:");
-define('command', "Befehl:");
-define('select_agent', "Agent auswählen:");
-define('chdir_failed', "Error: chdir() returned false.");
-define('agent_invalid', "Invalid agent specified.");
-define('networktools_agent_offline', "Der Befehl für den ausgewählten Agent kann nicht ausgeführt werden, da er offline ist.");
-define('target_empty', "No remote target given.");
-define('command_empty', "Kein Befehl ausgewählt.");
-define('command_unavilable', "The selected command is unavailable on the selected agent.");
-define('target_invalid', "Ungültiger IP/Hostname eingegeben.");
-define('exec_failed', "Zeitüberschreitung beim Warten auf eine Antwort.");
-define('command_no_access', "Du hast keinen Zugriff auf diesen Befehl. Dieser Vorfall wird protokolliert.");
-define('command_hacking_attempt', "Blacklisted characters entered. This incident will be logged.");
-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', "Der folgende Befehl wurde erfolgreich gesendet: %s %s");
-define('no_servers', "You have no servers assigned to your account.");
-define('select_server', "Server auswählen:");
-define('select_server_option', "Auswählen...");
-define('steamid', "Steam ID:");
-define('immunity', "Immunität:");
-define('sourcemod_perms', "Sourcemod Rechte:");
-define('sourcemod_perm_root', "Sourcemod Root Flag");
-define('sourcemod_perm_custom', "Sourcemod Benutzerdefinierte Flags
-");
-define('sourcemod_flag_a', "Reservierter Slot Zugriffe.");
-define('sourcemod_flag_b', "Generic admin; required for admins.");
-define('sourcemod_flag_c', "Kick andere Spieler.");
-define('sourcemod_flag_d', "Bann andere Spieler.");
-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.");
-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.");
-define('submit', "Senden");
-define('post_failed', "The POST action failed. Unable to retrieve a response.");
+define('OGP_LANG_module_name', "Dienstprogramme");
+define('OGP_LANG_ping', "Ping");
+define('OGP_LANG_traceroute', "Traceroute");
+define('OGP_LANG_network_tools', "Netzwerk-Tools");
+define('OGP_LANG_sourcemod_admins', "Sourcemod Admins ");
+define('OGP_LANG_steam_converter', "SteamID Konverter");
+define('OGP_LANG_your_ip', "Ihre IP-Adresse:");
+define('OGP_LANG_loading_agents', "Lade online Agenten...");
+define('OGP_LANG_loading_failed', "Laden der Agenten fehlgeschlagen.");
+define('OGP_LANG_agents_offline', "Alle Agenten sind offline.");
+define('OGP_LANG_no_commands', "Es tut uns leid, Ihr Benutzerkonto hat keine Befehle verfügbar.");
+define('OGP_LANG_remote_target', "Ziel IP Adresse:");
+define('OGP_LANG_command', "Befehl:");
+define('OGP_LANG_select_agent', "Agent auswählen:");
+define('OGP_LANG_chdir_failed', "Error: chdir() returned false.");
+define('OGP_LANG_agent_invalid', "Invalid Agent specified.");
+define('OGP_LANG_networktools_agent_offline', "Unable to execute your command on the selected Agent, because it is offline.");
+define('OGP_LANG_target_empty', "No remote target given.");
+define('OGP_LANG_command_empty', "Kein Befehl ausgewählt.");
+define('OGP_LANG_command_unavilable', "The selected command is unavailable on the selected agent.");
+define('OGP_LANG_target_invalid', "Ungültiger IP/Hostname eingegeben.");
+define('OGP_LANG_exec_failed', "Zeitüberschreitung beim Warten auf eine Antwort.");
+define('OGP_LANG_command_no_access', "Du hast keinen Zugriff auf diesen Befehl. Dieser Vorfall wird protokolliert.");
+define('OGP_LANG_command_hacking_attempt', "Blacklisted characters entered. This incident will be logged.");
+define('OGP_LANG_command_bad_characters', "Attempted to execute a command with malicious characters. Input received: %s %s");
+define('OGP_LANG_command_no_permissions', "Attempted to execute a command with insufficient permissions. Input received: %s %s");
+define('OGP_LANG_command_executed', "Der folgende Befehl wurde erfolgreich gesendet: %s %s");
+define('OGP_LANG_no_servers', "You have no servers assigned to your account.");
+define('OGP_LANG_select_server', "Server auswählen:");
+define('OGP_LANG_select_server_option', "Auswählen...");
+define('OGP_LANG_steamid', "Steam ID:");
+define('OGP_LANG_immunity', "Immunität:");
+define('OGP_LANG_sourcemod_perms', "Sourcemod Rechte:");
+define('OGP_LANG_sourcemod_perm_root', "Sourcemod Root Flag");
+define('OGP_LANG_sourcemod_perm_custom', "Sourcemod Benutzerdefinierte Flags");
+define('OGP_LANG_sourcemod_flag_a', "Reservierter Slot Zugriffe.");
+define('OGP_LANG_sourcemod_flag_b', "Generic admin; required for admins.");
+define('OGP_LANG_sourcemod_flag_c', "Kick andere Spieler.");
+define('OGP_LANG_sourcemod_flag_d', "Bann andere Spieler.");
+define('OGP_LANG_sourcemod_flag_e', "Remove bans.");
+define('OGP_LANG_sourcemod_flag_f', "Slay/harm other players.");
+define('OGP_LANG_sourcemod_flag_g', "Change the map or major gameplay features.");
+define('OGP_LANG_sourcemod_flag_h', "Change most CVARs.");
+define('OGP_LANG_sourcemod_flag_i', "Execute config files.");
+define('OGP_LANG_sourcemod_flag_j', "Special chat privileges.");
+define('OGP_LANG_sourcemod_flag_k', "Start or create votes.");
+define('OGP_LANG_sourcemod_flag_l', "Set a password on the server.");
+define('OGP_LANG_sourcemod_flag_m', "Use RCON commands.");
+define('OGP_LANG_sourcemod_flag_n', "Change sv_cheats or use cheating commands.");
+define('OGP_LANG_sourcemod_flag_o', "Custom Group 1.");
+define('OGP_LANG_sourcemod_flag_p', "Custom Group 2.");
+define('OGP_LANG_sourcemod_flag_q', "Custom Group 3.");
+define('OGP_LANG_sourcemod_flag_r', "Custom Group 4.");
+define('OGP_LANG_sourcemod_flag_s', "Custom Group 5.");
+define('OGP_LANG_sourcemod_flag_t', "Custom Group 6.");
+define('OGP_LANG_rcon_reload_admins_failed', "Failed to reload the admin cache via RCON; is it online?");
+define('OGP_LANG_reload_admins_failed', "Failed to reload the admin cache; \"sm_reloadadmins\" is an unknown command.");
+define('OGP_LANG_reload_admins_success', "Successfully added %s to admins_simple.ini and reloaded the admin cache.");
+define('OGP_LANG_add_success_no_rcon', "Successfully added %s to your admins_simple.ini file, but unable to reload the admin cache.");
+define('OGP_LANG_writefile_error', "There was an unknown error writing to: %s");
+define('OGP_LANG_remotefile_nonexistent', "Unable to add a new admin. Admin file: %s doesn\'t exist on this server.");
+define('OGP_LANG_empty_flag_list', "You didn\'t select any admin flags.");
+define('OGP_LANG_invalid_steam_format', "The SteamID you entered doesn\'t match the required pattern.");
+define('OGP_LANG_selected_server_offline', "Unable to add an admin, the agent controlling the selected server is offline.");
+define('OGP_LANG_malformed_form', "You submitted a form with malformed hidden elements - unable to add an admin.");
+define('OGP_LANG_empty_form_data', "Please fill out all elements of the form.");
+define('OGP_LANG_server_not_selected', "You haven\'t selected a server.");
+define('OGP_LANG_invalid_steamid', "You have entered an invalid Steam ID.");
+define('OGP_LANG_invalid_immunity', "You entered an invalid immunity value.");
+define('OGP_LANG_submit', "Senden");
+define('OGP_LANG_post_failed', "The POST action failed. Unable to retrieve a response.");
 ?>

+ 72 - 72
lang/Hungarian/modules/util.php

@@ -2,7 +2,7 @@
 /*
  *
  * OGP - Open Game Panel
- * Copyright (C) 2008 - 2016 The OGP Development Team
+ * Copyright (C) 2008 - 2017 The OGP Development Team
  *
  * http://www.opengamepanel.org/
  *
@@ -22,75 +22,75 @@
  *
  */
 
-define('module_name', "Segédprogramok");
-define('ping', "Ping");
-define('traceroute', "Traceroute");
-define('network_tools', "Hálózati eszközök");
-define('sourcemod_admins', "Sourcemod Adminok");
-define('steam_converter', "SteamID konvertáló");
-define('your_ip', "Az IP címed");
-define('loading_agents', "Online Agentek betöltése...");
-define('loading_failed', "Az Agentek betöltése sikertelen.");
-define('agents_offline', "Az összes Agent offline.");
-define('no_commands', "Sajnáljuk, de a felhasználói fiókodnak nincsennek elérhető parancsai.");
-define('remote_target', "Cél cím:");
-define('command', "Parancs");
-define('select_agent', "Kiválasztott Agent");
-define('chdir_failed', "Hiba: chdir() visszatérési kód hamis.");
-define('agent_invalid', "Érvénytelen Agent megjelölve.");
-define('networktools_agent_offline', "A parancsot nem sikerült végrehajtani mert a kiválasztott ügynök nem fut.");
-define('target_empty', "Nincs távoli célpont megadva.");
-define('command_empty', "Nincs parancs kiválasztva.");
-define('command_unavilable', "A kiválasztott parancs nem érhető el a kiválasztott Agenten.");
-define('target_invalid', "Érvénytelen a megadott IP/állomásnév.");
-define('exec_failed', "Időtúllépés a válaszra várás alatt.");
-define('command_no_access', "Nincs hozzáférésed ehhez a parancshoz. Ez az eset jelentésre kerül.");
-define('command_hacking_attempt', "Feketelistás karakterek vannak megadva. Ez az eset naplózásra kerül.");
-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', "Az alábbi parancs sikeresen elküldve: %s %s");
-define('no_servers', "Nincsenek szerverek hozzárendelve a fiókodhoz.");
-define('select_server', "Válassz szervert");
-define('select_server_option', "Válassz...");
-define('steamid', "Steam ID");
-define('immunity', "Védettség");
-define('sourcemod_perms', "Sourcemod engedélyek");
-define('sourcemod_perm_root', "Sourcemod Root zászló");
-define('sourcemod_perm_custom', "Sourcemod eg");
-define('sourcemod_flag_a', "Fenntartott slot hozzáférést.");
-define('sourcemod_flag_b', "Általános admin; szükséges az adminhoz.");
-define('sourcemod_flag_c', "Más játékos kirúgása.");
-define('sourcemod_flag_d', "Más játékos kitiltása.");
-define('sourcemod_flag_e', "Kitiltások eltávolítása.");
-define('sourcemod_flag_f', "Megölni/ártani más játékosnak.");
-define('sourcemod_flag_g', "Pályaválasztás vagy egyéb játék beállítasok módosítása.");
-define('sourcemod_flag_h', "CVAR-ok módosítása.");
-define('sourcemod_flag_i', "Konfigurációs fájlok végrehajtása.");
-define('sourcemod_flag_j', "Speciális chat jogok.");
-define('sourcemod_flag_k', "Szavazások elindítása vagy létrehozása.");
-define('sourcemod_flag_l', "Jelszó beállítása a szerveren.");
-define('sourcemod_flag_m', "RCON parancsok használata.");
-define('sourcemod_flag_n', "Változtasd meg az sv_cheats változót vagy használj cheat parancsokat.");
-define('sourcemod_flag_o', "1. Egyéni csoport");
-define('sourcemod_flag_p', "2. egyéni csoport.");
-define('sourcemod_flag_q', "3. egyéni csoport.");
-define('sourcemod_flag_r', "4. egyéni csoport.");
-define('sourcemod_flag_s', "5. egyéni csoport.");
-define('sourcemod_flag_t', "6. egyéni csoport.");
-define('rcon_reload_admins_failed', "Nem sikerült újratölteni az admin gyorsítótárat az RCON-ból, a szerver elérhető?");
-define('reload_admins_failed', "Nem sikerült újratölteni az admin gyorsítótárat az RCON-ból; \"sm_reloadadmins\" ismeretlen parancs.");
-define('reload_admins_success', "Sikeresen hozzáadva %s az admins_simple.ini-hez, és újratöltve az admin gyorsítótár.");
-define('add_success_no_rcon', "Sikeresen hozzáadva %s az admins_simple.ini-hez, de nem sikerült újratölteni az admin gyorsítótárat.");
-define('writefile_error', "Ismeretlen írási hiba itt: %s");
-define('remotefile_nonexistent', "Nem sikerült az új admin hozzáadása. Admin fájl: %s nem található.");
-define('empty_flag_list', "Nem választottál ki admin jogokat.");
-define('invalid_steam_format', "The SteamID you entered doesn\'t match the required pattern.");
-define('selected_server_offline', "Nem sikerült az admin hozzáadása, az ügynök szerint a kiválasztott szerver nem fut.");
-define('malformed_form', "You submitted a form with malformed hidden elements - unable to add an admin.");
-define('empty_form_data', "Kérlek, töltsd ki az összes mezőt.");
-define('server_not_selected', "Nem választottál ki szervert.");
-define('invalid_steamid', "Érvénytelen Steam IDt adtál meg.");
-define('invalid_immunity', "Érvénytelen védettségi értéket adtál meg.");
-define('submit', "Beküldés");
-define('post_failed', "The POST action failed. Unable to retrieve a response.");
+define('OGP_LANG_module_name', "Segédprogramok");
+define('OGP_LANG_ping', "Ping");
+define('OGP_LANG_traceroute', "Traceroute");
+define('OGP_LANG_network_tools', "Hálózati eszközök");
+define('OGP_LANG_sourcemod_admins', "Sourcemod adminisztrátorok");
+define('OGP_LANG_steam_converter', "SteamID konvertáló");
+define('OGP_LANG_your_ip', "Az IP címed:");
+define('OGP_LANG_loading_agents', "Online Agentek betöltése...");
+define('OGP_LANG_loading_failed', "Az Agentek betöltése sikertelen.");
+define('OGP_LANG_agents_offline', "Az összes Agent offline.");
+define('OGP_LANG_no_commands', "Sajnálom, de a felhasználói fiókodnak nincsennek elérhető parancsai.");
+define('OGP_LANG_remote_target', "Cél IP-címe:");
+define('OGP_LANG_command', "Parancs:");
+define('OGP_LANG_select_agent', "Válassz Agentet:");
+define('OGP_LANG_chdir_failed', "Hiba: a chdir() visszatérése hamis.");
+define('OGP_LANG_agent_invalid', "Érvénytelen Agent megadva.");
+define('OGP_LANG_networktools_agent_offline', "Nem sikerült végrehajtani a parancsot a kiválasztott Agenten, mert az offline.");
+define('OGP_LANG_target_empty', "Nincs távoli célpont megadva.");
+define('OGP_LANG_command_empty', "Nincs parancs kiválasztva.");
+define('OGP_LANG_command_unavilable', "A kiválasztott parancs nem érhető el a kiválasztott Agenten.");
+define('OGP_LANG_target_invalid', "Érvénytelen a megadott IP/állomásnév.");
+define('OGP_LANG_exec_failed', "Időtúllépés a válaszra várás alatt.");
+define('OGP_LANG_command_no_access', "Nincs hozzáférésed ehhez a parancshoz. Ez az eset jelentésre kerül.");
+define('OGP_LANG_command_hacking_attempt', "Feketelistás karakterek vannak megadva. Ez az eset naplózásra kerül.");
+define('OGP_LANG_command_bad_characters', "Attempted to execute a command with malicious characters. Input received: %s %s");
+define('OGP_LANG_command_no_permissions', "Megpróbált végrehajtani egy parancsot megfelelő jogosultság nélkül. Kapott bemenet: %s %s");
+define('OGP_LANG_command_executed', "Az alábbi parancs sikeresen elküldve: %s %s");
+define('OGP_LANG_no_servers', "Nincsenek szerverek hozzárendelve a fiókodhoz.");
+define('OGP_LANG_select_server', "Válassz szervert:");
+define('OGP_LANG_select_server_option', "Válassz...");
+define('OGP_LANG_steamid', "Steam azonosító:");
+define('OGP_LANG_immunity', "Immunitás:");
+define('OGP_LANG_sourcemod_perms', "Sourcemod engedélyek");
+define('OGP_LANG_sourcemod_perm_root', "Sourcemod Root zászló");
+define('OGP_LANG_sourcemod_perm_custom', "Sourcemod egyéni zászlók");
+define('OGP_LANG_sourcemod_flag_a', "Fenntartott slot hozzáférés.");
+define('OGP_LANG_sourcemod_flag_b', "Általános adminisztrátor; a rendszergazdák számára szükséges.");
+define('OGP_LANG_sourcemod_flag_c', "Más játékos kirúgása.");
+define('OGP_LANG_sourcemod_flag_d', "Más játékos kitiltása.");
+define('OGP_LANG_sourcemod_flag_e', "Kitiltások eltávolítása.");
+define('OGP_LANG_sourcemod_flag_f', "Megölni/ártani más játékosnak.");
+define('OGP_LANG_sourcemod_flag_g', "Pályaválasztás vagy egyéb játék beállítasok módosítása.");
+define('OGP_LANG_sourcemod_flag_h', "CVAR-ok módosítása.");
+define('OGP_LANG_sourcemod_flag_i', "Konfigurációs fájlok végrehajtása.");
+define('OGP_LANG_sourcemod_flag_j', "Speciális chat jogok.");
+define('OGP_LANG_sourcemod_flag_k', "Szavazások elindítása vagy létrehozása.");
+define('OGP_LANG_sourcemod_flag_l', "Jelszó beállítása a szerveren.");
+define('OGP_LANG_sourcemod_flag_m', "RCON parancsok használata.");
+define('OGP_LANG_sourcemod_flag_n', "Változtasd meg az sv_cheats változót vagy használj cheat parancsokat.");
+define('OGP_LANG_sourcemod_flag_o', "1. Egyéni csoport");
+define('OGP_LANG_sourcemod_flag_p', "2. egyéni csoport");
+define('OGP_LANG_sourcemod_flag_q', "3. egyéni csoport.");
+define('OGP_LANG_sourcemod_flag_r', "4. egyéni csoport.");
+define('OGP_LANG_sourcemod_flag_s', "5. egyéni csoport.");
+define('OGP_LANG_sourcemod_flag_t', "6. egyéni csoport.");
+define('OGP_LANG_rcon_reload_admins_failed', "Nem sikerült újratölteni az admin gyorsítótárat az RCON-ból, a szerver elérhető?");
+define('OGP_LANG_reload_admins_failed', "Nem sikerült újratölteni az admin gyorsítótárat az RCON-ból; \"sm_reloadadmins\" ismeretlen parancs.");
+define('OGP_LANG_reload_admins_success', "Sikeresen hozzáadva %s az admins_simple.ini-hez, és újratöltve az admin gyorsítótár.");
+define('OGP_LANG_add_success_no_rcon', "Sikeresen hozzáadva %s az admins_simple.ini-hez, de nem sikerült újratölteni az admin gyorsítótárat.");
+define('OGP_LANG_writefile_error', "Ismeretlen írási hiba itt: %s");
+define('OGP_LANG_remotefile_nonexistent', "Nem sikerült az új admin hozzáadása. Admin fájl: %s nem található.");
+define('OGP_LANG_empty_flag_list', "Nem választottál ki adminisztrátori jogokat.");
+define('OGP_LANG_invalid_steam_format', "A megadott SteamID nem egyezik meg a kívánt mintával.");
+define('OGP_LANG_selected_server_offline', "Nem sikerült az admin hozzáadása, az ügynök szerint a kiválasztott szerver nem fut.");
+define('OGP_LANG_malformed_form', "You submitted a form with malformed hidden elements - unable to add an admin.");
+define('OGP_LANG_empty_form_data', "Kérlek, töltsd ki az összes mezőt.");
+define('OGP_LANG_server_not_selected', "Nem választottál ki szervert.");
+define('OGP_LANG_invalid_steamid', "Érvénytelen Steam IDt adtál meg.");
+define('OGP_LANG_invalid_immunity', "Érvénytelen védettségi értéket adtál meg.");
+define('OGP_LANG_submit', "Beküldés");
+define('OGP_LANG_post_failed', "A POST művelet sikertelen. Nem sikerült lekérni a választ.");
 ?>

+ 72 - 72
lang/Italian/modules/util.php

@@ -2,7 +2,7 @@
 /*
  *
  * OGP - Open Game Panel
- * Copyright (C) 2008 - 2016 The OGP Development Team
+ * Copyright (C) 2008 - 2017 The OGP Development Team
  *
  * http://www.opengamepanel.org/
  *
@@ -22,75 +22,75 @@
  *
  */
 
-define('module_name', "Utilities");
-define('ping', "Ping");
-define('traceroute', "Traceroute");
-define('network_tools', "Network Tools");
-define('sourcemod_admins', "Sourcemod Admins");
-define('steam_converter', "SteamID Converter");
-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:");
-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.");
-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");
-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");
-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.");
-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.");
-define('submit', "Submit");
-define('post_failed', "The POST action failed. Unable to retrieve a response.");
+define('OGP_LANG_module_name', "Utilities");
+define('OGP_LANG_ping', "Ping");
+define('OGP_LANG_traceroute', "Traceroute");
+define('OGP_LANG_network_tools', "Network Tools");
+define('OGP_LANG_sourcemod_admins', "Sourcemod Admins");
+define('OGP_LANG_steam_converter', "SteamID Converter");
+define('OGP_LANG_your_ip', "Your IP Address:");
+define('OGP_LANG_loading_agents', "Loading online Agents...");
+define('OGP_LANG_loading_failed', "Loading Agents failed.");
+define('OGP_LANG_agents_offline', "All Agents are offline.");
+define('OGP_LANG_no_commands', "Sorry, your user account has no commands available.");
+define('OGP_LANG_remote_target', "Target IP Address:");
+define('OGP_LANG_command', "Command:");
+define('OGP_LANG_select_agent', "Select Agent:");
+define('OGP_LANG_chdir_failed', "Error: chdir() returned false.");
+define('OGP_LANG_agent_invalid', "Invalid Agent specified.");
+define('OGP_LANG_networktools_agent_offline', "Unable to execute your command on the selected Agent, because it is offline.");
+define('OGP_LANG_target_empty', "No remote target given.");
+define('OGP_LANG_command_empty', "No command selected.");
+define('OGP_LANG_command_unavilable', "The selected command is unavailable on the selected agent.");
+define('OGP_LANG_target_invalid', "Invalid IP/hostname entered.");
+define('OGP_LANG_exec_failed', "Timed out while waiting for a response.");
+define('OGP_LANG_command_no_access', "You do not have access to this command. This incident will be logged.");
+define('OGP_LANG_command_hacking_attempt', "Blacklisted characters entered. This incident will be logged.");
+define('OGP_LANG_command_bad_characters', "Attempted to execute a command with malicious characters. Input received: %s %s");
+define('OGP_LANG_command_no_permissions', "Attempted to execute a command with insufficient permissions. Input received: %s %s");
+define('OGP_LANG_command_executed', "Successfully sent the following command: %s %s");
+define('OGP_LANG_no_servers', "You have no servers assigned to your account.");
+define('OGP_LANG_select_server', "Select Server:");
+define('OGP_LANG_select_server_option', "Select...");
+define('OGP_LANG_steamid', "Steam ID:");
+define('OGP_LANG_immunity', "Immunity:");
+define('OGP_LANG_sourcemod_perms', "Sourcemod Permissions:");
+define('OGP_LANG_sourcemod_perm_root', "Sourcemod Root Flag");
+define('OGP_LANG_sourcemod_perm_custom', "Sourcemod Custom Flags");
+define('OGP_LANG_sourcemod_flag_a', "Reserved slot access.");
+define('OGP_LANG_sourcemod_flag_b', "Generic admin; required for admins.");
+define('OGP_LANG_sourcemod_flag_c', "Kick other players.");
+define('OGP_LANG_sourcemod_flag_d', "Ban other players.");
+define('OGP_LANG_sourcemod_flag_e', "Remove bans.");
+define('OGP_LANG_sourcemod_flag_f', "Slay/harm other players.");
+define('OGP_LANG_sourcemod_flag_g', "Change the map or major gameplay features.");
+define('OGP_LANG_sourcemod_flag_h', "Change most CVARs.");
+define('OGP_LANG_sourcemod_flag_i', "Execute config files.");
+define('OGP_LANG_sourcemod_flag_j', "Special chat privileges.");
+define('OGP_LANG_sourcemod_flag_k', "Start or create votes.");
+define('OGP_LANG_sourcemod_flag_l', "Set a password on the server.");
+define('OGP_LANG_sourcemod_flag_m', "Use RCON commands.");
+define('OGP_LANG_sourcemod_flag_n', "Change sv_cheats or use cheating commands.");
+define('OGP_LANG_sourcemod_flag_o', "Custom Group 1.");
+define('OGP_LANG_sourcemod_flag_p', "Custom Group 2.");
+define('OGP_LANG_sourcemod_flag_q', "Custom Group 3.");
+define('OGP_LANG_sourcemod_flag_r', "Custom Group 4.");
+define('OGP_LANG_sourcemod_flag_s', "Custom Group 5.");
+define('OGP_LANG_sourcemod_flag_t', "Custom Group 6.");
+define('OGP_LANG_rcon_reload_admins_failed', "Failed to reload the admin cache via RCON; is it online?");
+define('OGP_LANG_reload_admins_failed', "Failed to reload the admin cache; \"sm_reloadadmins\" is an unknown command.");
+define('OGP_LANG_reload_admins_success', "Successfully added %s to admins_simple.ini and reloaded the admin cache.");
+define('OGP_LANG_add_success_no_rcon', "Successfully added %s to your admins_simple.ini file, but unable to reload the admin cache.");
+define('OGP_LANG_writefile_error', "There was an unknown error writing to: %s");
+define('OGP_LANG_remotefile_nonexistent', "Unable to add a new admin. Admin file: %s doesn\'t exist on this server.");
+define('OGP_LANG_empty_flag_list', "You didn\'t select any admin flags.");
+define('OGP_LANG_invalid_steam_format', "The SteamID you entered doesn\'t match the required pattern.");
+define('OGP_LANG_selected_server_offline', "Unable to add an admin, the agent controlling the selected server is offline.");
+define('OGP_LANG_malformed_form', "You submitted a form with malformed hidden elements - unable to add an admin.");
+define('OGP_LANG_empty_form_data', "Please fill out all elements of the form.");
+define('OGP_LANG_server_not_selected', "You haven\'t selected a server.");
+define('OGP_LANG_invalid_steamid', "You have entered an invalid Steam ID.");
+define('OGP_LANG_invalid_immunity', "You entered an invalid immunity value.");
+define('OGP_LANG_submit', "Submit");
+define('OGP_LANG_post_failed', "The POST action failed. Unable to retrieve a response.");
 ?>

+ 96 - 0
lang/Persian/modules/util.php

@@ -0,0 +1,96 @@
+<?php
+/*
+ *
+ * OGP - Open Game Panel
+ * Copyright (C) 2008 - 2017 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_name', "Utilities");
+define('OGP_LANG_ping', "Ping");
+define('OGP_LANG_traceroute', "Traceroute");
+define('OGP_LANG_network_tools', "ابزار شبکه");
+define('OGP_LANG_sourcemod_admins', "Admin های Sourcemod");
+define('OGP_LANG_steam_converter', "تبدیل SteamID");
+define('OGP_LANG_your_ip', "آدرس IP شما:");
+define('OGP_LANG_loading_agents', "Loading online Agents...");
+define('OGP_LANG_loading_failed', "Loading Agents failed.");
+define('OGP_LANG_agents_offline', "All Agents are offline.");
+define('OGP_LANG_no_commands', "متاسفانه دستوری برای حساب کاربری شما در دسترس نیست.");
+define('OGP_LANG_remote_target', "Target IP Address:");
+define('OGP_LANG_command', "دستور:");
+define('OGP_LANG_select_agent', "انتخاب Agent:");
+define('OGP_LANG_chdir_failed', "Error: chdir() returned false.");
+define('OGP_LANG_agent_invalid', "Invalid Agent specified.");
+define('OGP_LANG_networktools_agent_offline', "Unable to execute your command on the selected Agent, because it is offline.");
+define('OGP_LANG_target_empty', "No remote target given.");
+define('OGP_LANG_command_empty', "No command selected.");
+define('OGP_LANG_command_unavilable', "The selected command is unavailable on the selected agent.");
+define('OGP_LANG_target_invalid', "Invalid IP/hostname entered.");
+define('OGP_LANG_exec_failed', "Timed out while waiting for a response.");
+define('OGP_LANG_command_no_access', "You do not have access to this command. This incident will be logged.");
+define('OGP_LANG_command_hacking_attempt', "Blacklisted characters entered. This incident will be logged.");
+define('OGP_LANG_command_bad_characters', "Attempted to execute a command with malicious characters. Input received: %s %s");
+define('OGP_LANG_command_no_permissions', "Attempted to execute a command with insufficient permissions. Input received: %s %s");
+define('OGP_LANG_command_executed', "Successfully sent the following command: %s %s");
+define('OGP_LANG_no_servers', "You have no servers assigned to your account.");
+define('OGP_LANG_select_server', "Select Server:");
+define('OGP_LANG_select_server_option', "Select...");
+define('OGP_LANG_steamid', "Steam ID:");
+define('OGP_LANG_immunity', "Immunity:");
+define('OGP_LANG_sourcemod_perms', "Sourcemod Permissions:");
+define('OGP_LANG_sourcemod_perm_root', "Sourcemod Root Flag");
+define('OGP_LANG_sourcemod_perm_custom', "Sourcemod Custom Flags");
+define('OGP_LANG_sourcemod_flag_a', "Reserved slot access.");
+define('OGP_LANG_sourcemod_flag_b', "Generic admin; required for admins.");
+define('OGP_LANG_sourcemod_flag_c', "Kick other players.");
+define('OGP_LANG_sourcemod_flag_d', "Ban other players.");
+define('OGP_LANG_sourcemod_flag_e', "Remove bans.");
+define('OGP_LANG_sourcemod_flag_f', "Slay/harm other players.");
+define('OGP_LANG_sourcemod_flag_g', "Change the map or major gameplay features.");
+define('OGP_LANG_sourcemod_flag_h', "Change most CVARs.");
+define('OGP_LANG_sourcemod_flag_i', "Execute config files.");
+define('OGP_LANG_sourcemod_flag_j', "Special chat privileges.");
+define('OGP_LANG_sourcemod_flag_k', "Start or create votes.");
+define('OGP_LANG_sourcemod_flag_l', "Set a password on the server.");
+define('OGP_LANG_sourcemod_flag_m', "Use RCON commands.");
+define('OGP_LANG_sourcemod_flag_n', "Change sv_cheats or use cheating commands.");
+define('OGP_LANG_sourcemod_flag_o', "Custom Group 1.");
+define('OGP_LANG_sourcemod_flag_p', "Custom Group 2.");
+define('OGP_LANG_sourcemod_flag_q', "Custom Group 3.");
+define('OGP_LANG_sourcemod_flag_r', "Custom Group 4.");
+define('OGP_LANG_sourcemod_flag_s', "Custom Group 5.");
+define('OGP_LANG_sourcemod_flag_t', "Custom Group 6.");
+define('OGP_LANG_rcon_reload_admins_failed', "Failed to reload the admin cache via RCON; is it online?");
+define('OGP_LANG_reload_admins_failed', "Failed to reload the admin cache; \"sm_reloadadmins\" is an unknown command.");
+define('OGP_LANG_reload_admins_success', "Successfully added %s to admins_simple.ini and reloaded the admin cache.");
+define('OGP_LANG_add_success_no_rcon', "Successfully added %s to your admins_simple.ini file, but unable to reload the admin cache.");
+define('OGP_LANG_writefile_error', "There was an unknown error writing to: %s");
+define('OGP_LANG_remotefile_nonexistent', "Unable to add a new admin. Admin file: %s doesn\'t exist on this server.");
+define('OGP_LANG_empty_flag_list', "You didn\'t select any admin flags.");
+define('OGP_LANG_invalid_steam_format', "The SteamID you entered doesn\'t match the required pattern.");
+define('OGP_LANG_selected_server_offline', "Unable to add an admin, the agent controlling the selected server is offline.");
+define('OGP_LANG_malformed_form', "You submitted a form with malformed hidden elements - unable to add an admin.");
+define('OGP_LANG_empty_form_data', "Please fill out all elements of the form.");
+define('OGP_LANG_server_not_selected', "You haven\'t selected a server.");
+define('OGP_LANG_invalid_steamid', "You have entered an invalid Steam ID.");
+define('OGP_LANG_invalid_immunity', "You entered an invalid immunity value.");
+define('OGP_LANG_submit', "Submit");
+define('OGP_LANG_post_failed', "The POST action failed. Unable to retrieve a response.");
+?>

+ 72 - 72
lang/Polish/modules/util.php

@@ -2,7 +2,7 @@
 /*
  *
  * OGP - Open Game Panel
- * Copyright (C) 2008 - 2016 The OGP Development Team
+ * Copyright (C) 2008 - 2017 The OGP Development Team
  *
  * http://www.opengamepanel.org/
  *
@@ -22,75 +22,75 @@
  *
  */
 
-define('module_name', "Utilities");
-define('ping', "Ping");
-define('traceroute', "Traceroute");
-define('network_tools', "Network Tools");
-define('sourcemod_admins', "Sourcemod Admins");
-define('steam_converter', "SteamID Converter");
-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:");
-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.");
-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");
-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");
-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.");
-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.");
-define('submit', "Submit");
-define('post_failed', "The POST action failed. Unable to retrieve a response.");
+define('OGP_LANG_module_name', "Utilities");
+define('OGP_LANG_ping', "Ping");
+define('OGP_LANG_traceroute', "Traceroute");
+define('OGP_LANG_network_tools', "Network Tools");
+define('OGP_LANG_sourcemod_admins', "Sourcemod Admins");
+define('OGP_LANG_steam_converter', "SteamID Converter");
+define('OGP_LANG_your_ip', "Your IP Address:");
+define('OGP_LANG_loading_agents', "Loading online Agents...");
+define('OGP_LANG_loading_failed', "Loading Agents failed.");
+define('OGP_LANG_agents_offline', "All Agents are offline.");
+define('OGP_LANG_no_commands', "Sorry, your user account has no commands available.");
+define('OGP_LANG_remote_target', "Target IP Address:");
+define('OGP_LANG_command', "Command:");
+define('OGP_LANG_select_agent', "Select Agent:");
+define('OGP_LANG_chdir_failed', "Error: chdir() returned false.");
+define('OGP_LANG_agent_invalid', "Invalid Agent specified.");
+define('OGP_LANG_networktools_agent_offline', "Unable to execute your command on the selected Agent, because it is offline.");
+define('OGP_LANG_target_empty', "No remote target given.");
+define('OGP_LANG_command_empty', "No command selected.");
+define('OGP_LANG_command_unavilable', "The selected command is unavailable on the selected agent.");
+define('OGP_LANG_target_invalid', "Invalid IP/hostname entered.");
+define('OGP_LANG_exec_failed', "Timed out while waiting for a response.");
+define('OGP_LANG_command_no_access', "You do not have access to this command. This incident will be logged.");
+define('OGP_LANG_command_hacking_attempt', "Blacklisted characters entered. This incident will be logged.");
+define('OGP_LANG_command_bad_characters', "Attempted to execute a command with malicious characters. Input received: %s %s");
+define('OGP_LANG_command_no_permissions', "Attempted to execute a command with insufficient permissions. Input received: %s %s");
+define('OGP_LANG_command_executed', "Successfully sent the following command: %s %s");
+define('OGP_LANG_no_servers', "You have no servers assigned to your account.");
+define('OGP_LANG_select_server', "Select Server:");
+define('OGP_LANG_select_server_option', "Select...");
+define('OGP_LANG_steamid', "Steam ID:");
+define('OGP_LANG_immunity', "Immunity:");
+define('OGP_LANG_sourcemod_perms', "Sourcemod Permissions:");
+define('OGP_LANG_sourcemod_perm_root', "Sourcemod Root Flag");
+define('OGP_LANG_sourcemod_perm_custom', "Sourcemod Custom Flags");
+define('OGP_LANG_sourcemod_flag_a', "Reserved slot access.");
+define('OGP_LANG_sourcemod_flag_b', "Generic admin; required for admins.");
+define('OGP_LANG_sourcemod_flag_c', "Kick other players.");
+define('OGP_LANG_sourcemod_flag_d', "Ban other players.");
+define('OGP_LANG_sourcemod_flag_e', "Remove bans.");
+define('OGP_LANG_sourcemod_flag_f', "Slay/harm other players.");
+define('OGP_LANG_sourcemod_flag_g', "Change the map or major gameplay features.");
+define('OGP_LANG_sourcemod_flag_h', "Change most CVARs.");
+define('OGP_LANG_sourcemod_flag_i', "Execute config files.");
+define('OGP_LANG_sourcemod_flag_j', "Special chat privileges.");
+define('OGP_LANG_sourcemod_flag_k', "Start or create votes.");
+define('OGP_LANG_sourcemod_flag_l', "Set a password on the server.");
+define('OGP_LANG_sourcemod_flag_m', "Use RCON commands.");
+define('OGP_LANG_sourcemod_flag_n', "Change sv_cheats or use cheating commands.");
+define('OGP_LANG_sourcemod_flag_o', "Custom Group 1.");
+define('OGP_LANG_sourcemod_flag_p', "Custom Group 2.");
+define('OGP_LANG_sourcemod_flag_q', "Custom Group 3.");
+define('OGP_LANG_sourcemod_flag_r', "Custom Group 4.");
+define('OGP_LANG_sourcemod_flag_s', "Custom Group 5.");
+define('OGP_LANG_sourcemod_flag_t', "Custom Group 6.");
+define('OGP_LANG_rcon_reload_admins_failed', "Failed to reload the admin cache via RCON; is it online?");
+define('OGP_LANG_reload_admins_failed', "Failed to reload the admin cache; \"sm_reloadadmins\" is an unknown command.");
+define('OGP_LANG_reload_admins_success', "Successfully added %s to admins_simple.ini and reloaded the admin cache.");
+define('OGP_LANG_add_success_no_rcon', "Successfully added %s to your admins_simple.ini file, but unable to reload the admin cache.");
+define('OGP_LANG_writefile_error', "There was an unknown error writing to: %s");
+define('OGP_LANG_remotefile_nonexistent', "Unable to add a new admin. Admin file: %s doesn\'t exist on this server.");
+define('OGP_LANG_empty_flag_list', "You didn\'t select any admin flags.");
+define('OGP_LANG_invalid_steam_format', "The SteamID you entered doesn\'t match the required pattern.");
+define('OGP_LANG_selected_server_offline', "Unable to add an admin, the agent controlling the selected server is offline.");
+define('OGP_LANG_malformed_form', "You submitted a form with malformed hidden elements - unable to add an admin.");
+define('OGP_LANG_empty_form_data', "Please fill out all elements of the form.");
+define('OGP_LANG_server_not_selected', "You haven\'t selected a server.");
+define('OGP_LANG_invalid_steamid', "You have entered an invalid Steam ID.");
+define('OGP_LANG_invalid_immunity', "You entered an invalid immunity value.");
+define('OGP_LANG_submit', "Submit");
+define('OGP_LANG_post_failed', "The POST action failed. Unable to retrieve a response.");
 ?>

+ 96 - 0
lang/Portuguese(Brazil)/modules/util.php

@@ -0,0 +1,96 @@
+<?php
+/*
+ *
+ * OGP - Open Game Panel
+ * Copyright (C) 2008 - 2017 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_name', "Utilidades");
+define('OGP_LANG_ping', "Ping");
+define('OGP_LANG_traceroute', "Traceroute");
+define('OGP_LANG_network_tools', "Ferramentas de rede");
+define('OGP_LANG_sourcemod_admins', "Sourcemod Admins");
+define('OGP_LANG_steam_converter', "SteamID Converter");
+define('OGP_LANG_your_ip', "Teu endereço de IP:");
+define('OGP_LANG_loading_agents', "Carregando agentes online ...");
+define('OGP_LANG_loading_failed', "Carregando Agentes falhou.");
+define('OGP_LANG_agents_offline', "Todos os Agentes estão offline.");
+define('OGP_LANG_no_commands', "Desculpe, sua conta de usuário não possui comandos disponíveis.");
+define('OGP_LANG_remote_target', "Endereço IP alvo:");
+define('OGP_LANG_command', "Comando:");
+define('OGP_LANG_select_agent', "Selecione Agente:");
+define('OGP_LANG_chdir_failed', "Erro: chdir() retornou falso.");
+define('OGP_LANG_agent_invalid', "Agente inválido especificado.");
+define('OGP_LANG_networktools_agent_offline', "Não é possível executar seu comando no Agente selecionado, porque está offline.");
+define('OGP_LANG_target_empty', "Nenhum alvo remoto dado.");
+define('OGP_LANG_command_empty', "Nenhum comando selecionado.");
+define('OGP_LANG_command_unavilable', "O comando selecionado não está disponível no agente selecionado.");
+define('OGP_LANG_target_invalid', "IP/host inválido inserido.");
+define('OGP_LANG_exec_failed', "Tempo de espera enquanto esperava uma resposta.");
+define('OGP_LANG_command_no_access', "Você não tem acesso a este comando. Este incidente será registrado.");
+define('OGP_LANG_command_hacking_attempt', "Foram inseridos caracteres na lista negra. Este incidente será registrado.");
+define('OGP_LANG_command_bad_characters', "Tentou executar um comando com caracteres mal-intencionados. Entrada recebida: %s %s");
+define('OGP_LANG_command_no_permissions', "Tentou executar um comando com permissões insuficientes. Entrada recebida: %s %s");
+define('OGP_LANG_command_executed', "Enviou com êxito o seguinte comando: %s %s");
+define('OGP_LANG_no_servers', "Você não possui servidores atribuídos à sua conta.");
+define('OGP_LANG_select_server', "Selecione Servidor:");
+define('OGP_LANG_select_server_option', "Selecione...");
+define('OGP_LANG_steamid', "Steam ID:");
+define('OGP_LANG_immunity', "Immunity:");
+define('OGP_LANG_sourcemod_perms', "Sourcemod Permissions:");
+define('OGP_LANG_sourcemod_perm_root', "Sourcemod Root Flag");
+define('OGP_LANG_sourcemod_perm_custom', "Sourcemod Custom Flags");
+define('OGP_LANG_sourcemod_flag_a', "Acesso ao slot reservado.");
+define('OGP_LANG_sourcemod_flag_b', "Administrador genérico; Necessário para administradores.");
+define('OGP_LANG_sourcemod_flag_c', "Chute outros jogadores.");
+define('OGP_LANG_sourcemod_flag_d', "Banir outros jogadores.");
+define('OGP_LANG_sourcemod_flag_e', "Remova os ban's.");
+define('OGP_LANG_sourcemod_flag_f', "Matar/prejudicar outros jogadores.");
+define('OGP_LANG_sourcemod_flag_g', "Mude o mapa ou os principais recursos de jogabilidade.");
+define('OGP_LANG_sourcemod_flag_h', "Mude a maioria dos CVARs.");
+define('OGP_LANG_sourcemod_flag_i', "Execute arquivos de configuração.");
+define('OGP_LANG_sourcemod_flag_j', "Privilégios especiais de chat");
+define('OGP_LANG_sourcemod_flag_k', "Comece ou crie votações.");
+define('OGP_LANG_sourcemod_flag_l', "Defina uma senha no servidor.");
+define('OGP_LANG_sourcemod_flag_m', "Use os comandos RCON.");
+define('OGP_LANG_sourcemod_flag_n', "Altere sv_cheats ou use comandos de trapaça.");
+define('OGP_LANG_sourcemod_flag_o', "Grupo personalizado 1.");
+define('OGP_LANG_sourcemod_flag_p', "Grupo personalizado 2.");
+define('OGP_LANG_sourcemod_flag_q', "Personalizado Grupo 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', "Falha ao recarregar o cache do administrador via RCON; Está online?");
+define('OGP_LANG_reload_admins_failed', "Falha ao recarregar o cache do administrador; \"sm_reloadadmins\" é um comando desconhecido.");
+define('OGP_LANG_reload_admins_success', "Adicionou %s de forma bem-sucedida a admins_simple.ini e recarregou o cache do administrador.");
+define('OGP_LANG_add_success_no_rcon', "Acrescentou %s ao seu arquivo admins_simple.ini, mas não foi possível recarregar o cache do administrador.");
+define('OGP_LANG_writefile_error', "Houve um erro desconhecido ao escrever para: %s");
+define('OGP_LANG_remotefile_nonexistent', "Não foi possível adicionar um novo administrador. Arquivo de administração: %s não existem neste servidor.");
+define('OGP_LANG_empty_flag_list', "Você não selecionou nenhum sinalizador de administração.");
+define('OGP_LANG_invalid_steam_format', "O SteamID que você digitou não corresponde ao padrão exigido.");
+define('OGP_LANG_selected_server_offline', "Não é possível adicionar um administrador, o agente que controla o servidor selecionado está desconectado.");
+define('OGP_LANG_malformed_form', "Você enviou um formulário com elementos ocultos malformados - incapaz de adicionar um administrador.");
+define('OGP_LANG_empty_form_data', "Preencha todos os elementos do formulário.");
+define('OGP_LANG_server_not_selected', "Você não selecionou um servidor.");
+define('OGP_LANG_invalid_steamid', "Você digitou um ID de Steam inválido.");
+define('OGP_LANG_invalid_immunity', "Você inseriu um valor de imunidade inválido.");
+define('OGP_LANG_submit', "Submeter");
+define('OGP_LANG_post_failed', "A ação POST falhou. Não foi possível recuperar uma resposta.");
+?>

+ 72 - 72
lang/Portuguese/modules/util.php

@@ -2,7 +2,7 @@
 /*
  *
  * OGP - Open Game Panel
- * Copyright (C) 2008 - 2016 The OGP Development Team
+ * Copyright (C) 2008 - 2017 The OGP Development Team
  *
  * http://www.opengamepanel.org/
  *
@@ -22,75 +22,75 @@
  *
  */
 
-define('module_name', "Utilities");
-define('ping', "Ping");
-define('traceroute', "Traceroute");
-define('network_tools', "Network Tools");
-define('sourcemod_admins', "Sourcemod Admins");
-define('steam_converter', "SteamID Converter");
-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:");
-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.");
-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");
-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");
-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.");
-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.");
-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', "Ferramentas de rede");
+define('OGP_LANG_sourcemod_admins', "Sourcemod Admins");
+define('OGP_LANG_steam_converter', "Conversor do SteamID");
+define('OGP_LANG_your_ip', "Teu endereço de IP:");
+define('OGP_LANG_loading_agents', "A carregar os agentes online ...");
+define('OGP_LANG_loading_failed', "Falhou o carregamento dos agentes.");
+define('OGP_LANG_agents_offline', "Todos os Agentes estão offline.");
+define('OGP_LANG_no_commands', "Desculpe, sua conta de usuário não possui comandos disponíveis.");
+define('OGP_LANG_remote_target', "Endereço IP alvo:");
+define('OGP_LANG_command', "Comando:");
+define('OGP_LANG_select_agent', "Selecione Agente:");
+define('OGP_LANG_chdir_failed', "Erro: chdir() retornou falso.");
+define('OGP_LANG_agent_invalid', "Foi especificado um agente invalido.");
+define('OGP_LANG_networktools_agent_offline', "Não é possível executar seu comando no Agente selecionado, porque está offline.");
+define('OGP_LANG_target_empty', "Nenhum alvo remoto dado.");
+define('OGP_LANG_command_empty', "Nenhum comando selecionado.");
+define('OGP_LANG_command_unavilable', "O comando selecionado não está disponível no agente selecionado.");
+define('OGP_LANG_target_invalid', "IP/host inválido inserido.");
+define('OGP_LANG_exec_failed', "Tempo de espera enquanto esperava uma resposta.");
+define('OGP_LANG_command_no_access', "Você não tem acesso a este comando. Este incidente será registrado.");
+define('OGP_LANG_command_hacking_attempt', "Foram inseridos caracteres na lista negra. Este incidente será registrado.");
+define('OGP_LANG_command_bad_characters', "Tentou executar um comando com caracteres mal-intencionados. Entrada recebida: %s %s");
+define('OGP_LANG_command_no_permissions', "Tentou executar um comando com permissões insuficientes. Entrada recebida: %s %s");
+define('OGP_LANG_command_executed', "Enviou com êxito o seguinte comando: %s %s");
+define('OGP_LANG_no_servers', "Você não possui servidores atribuídos à sua conta.");
+define('OGP_LANG_select_server', "Selecione Servidor:");
+define('OGP_LANG_select_server_option', "Selecione...");
+define('OGP_LANG_steamid', "Steam ID:");
+define('OGP_LANG_immunity', "Immunity:");
+define('OGP_LANG_sourcemod_perms', "Sourcemod Permissions:");
+define('OGP_LANG_sourcemod_perm_root', "Sourcemod Root Flag");
+define('OGP_LANG_sourcemod_perm_custom', "Sourcemod Custom Flags");
+define('OGP_LANG_sourcemod_flag_a', "Acesso ao slot reservado.");
+define('OGP_LANG_sourcemod_flag_b', "Administrador genérico; Necessário para administradores.");
+define('OGP_LANG_sourcemod_flag_c', "Chute outros jogadores.");
+define('OGP_LANG_sourcemod_flag_d', "Banir outros jogadores.");
+define('OGP_LANG_sourcemod_flag_e', "Remova os ban's.");
+define('OGP_LANG_sourcemod_flag_f', "Matar/prejudicar outros jogadores.");
+define('OGP_LANG_sourcemod_flag_g', "Mude o mapa ou os principais recursos de jogabilidade.");
+define('OGP_LANG_sourcemod_flag_h', "Mude a maioria dos CVARs.");
+define('OGP_LANG_sourcemod_flag_i', "Execute arquivos de configuração.");
+define('OGP_LANG_sourcemod_flag_j', "Privilégios especiais de chat");
+define('OGP_LANG_sourcemod_flag_k', "Comece ou crie votações.");
+define('OGP_LANG_sourcemod_flag_l', "Defina uma senha no servidor.");
+define('OGP_LANG_sourcemod_flag_m', "Use os comandos RCON.");
+define('OGP_LANG_sourcemod_flag_n', "Altere sv_cheats ou use comandos de trapaça.");
+define('OGP_LANG_sourcemod_flag_o', "Grupo personalizado 1.");
+define('OGP_LANG_sourcemod_flag_p', "Grupo personalizado 2.");
+define('OGP_LANG_sourcemod_flag_q', "Personalizado Grupo 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', "Falha ao recarregar o cache do administrador via RCON; Está online?");
+define('OGP_LANG_reload_admins_failed', "Falha ao recarregar o cache do administrador; \"sm_reloadadmins\" é um comando desconhecido.");
+define('OGP_LANG_reload_admins_success', "Adicionou %s de forma bem-sucedida a admins_simple.ini e recarregou o cache do administrador.");
+define('OGP_LANG_add_success_no_rcon', "Acrescentou %s ao seu arquivo admins_simple.ini, mas não foi possível recarregar o cache do administrador.");
+define('OGP_LANG_writefile_error', "Houve um erro desconhecido ao escrever para: %s");
+define('OGP_LANG_remotefile_nonexistent', "Não foi possível adicionar um novo administrador. Arquivo de administração: %s não existem neste servidor.");
+define('OGP_LANG_empty_flag_list', "Você não selecionou nenhum sinalizador de administração.");
+define('OGP_LANG_invalid_steam_format', "O SteamID que você digitou não corresponde ao padrão exigido.");
+define('OGP_LANG_selected_server_offline', "Não é possível adicionar um administrador, o agente que controla o servidor selecionado está desconectado.");
+define('OGP_LANG_malformed_form', "Você enviou um formulário com elementos ocultos malformados - incapaz de adicionar um administrador.");
+define('OGP_LANG_empty_form_data', "Preencha todos os elementos do formulário.");
+define('OGP_LANG_server_not_selected', "Você não selecionou um servidor.");
+define('OGP_LANG_invalid_steamid', "Você digitou um ID de Steam inválido.");
+define('OGP_LANG_invalid_immunity', "Você inseriu um valor de imunidade inválido.");
+define('OGP_LANG_submit', "Submeter");
+define('OGP_LANG_post_failed', "A ação POST falhou. Não foi possível recuperar uma resposta.");
 ?>

+ 96 - 0
lang/Romanian(Romania)/modules/util.php

@@ -0,0 +1,96 @@
+<?php
+/*
+ *
+ * OGP - Open Game Panel
+ * Copyright (C) 2008 - 2017 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_name', "Utilities");
+define('OGP_LANG_ping', "Ping");
+define('OGP_LANG_traceroute', "Traceroute");
+define('OGP_LANG_network_tools', "Network Tools");
+define('OGP_LANG_sourcemod_admins', "Sourcemod Admins");
+define('OGP_LANG_steam_converter', "SteamID Converter");
+define('OGP_LANG_your_ip', "Your IP Address:");
+define('OGP_LANG_loading_agents', "Loading online Agents...");
+define('OGP_LANG_loading_failed', "Loading Agents failed.");
+define('OGP_LANG_agents_offline', "All Agents are offline.");
+define('OGP_LANG_no_commands', "Sorry, your user account has no commands available.");
+define('OGP_LANG_remote_target', "Target IP Address:");
+define('OGP_LANG_command', "Command:");
+define('OGP_LANG_select_agent', "Select Agent:");
+define('OGP_LANG_chdir_failed', "Error: chdir() returned false.");
+define('OGP_LANG_agent_invalid', "Invalid Agent specified.");
+define('OGP_LANG_networktools_agent_offline', "Unable to execute your command on the selected Agent, because it is offline.");
+define('OGP_LANG_target_empty', "No remote target given.");
+define('OGP_LANG_command_empty', "No command selected.");
+define('OGP_LANG_command_unavilable', "The selected command is unavailable on the selected agent.");
+define('OGP_LANG_target_invalid', "Invalid IP/hostname entered.");
+define('OGP_LANG_exec_failed', "Timed out while waiting for a response.");
+define('OGP_LANG_command_no_access', "You do not have access to this command. This incident will be logged.");
+define('OGP_LANG_command_hacking_attempt', "Blacklisted characters entered. This incident will be logged.");
+define('OGP_LANG_command_bad_characters', "Attempted to execute a command with malicious characters. Input received: %s %s");
+define('OGP_LANG_command_no_permissions', "Attempted to execute a command with insufficient permissions. Input received: %s %s");
+define('OGP_LANG_command_executed', "Successfully sent the following command: %s %s");
+define('OGP_LANG_no_servers', "You have no servers assigned to your account.");
+define('OGP_LANG_select_server', "Select Server:");
+define('OGP_LANG_select_server_option', "Select...");
+define('OGP_LANG_steamid', "Steam ID:");
+define('OGP_LANG_immunity', "Immunity:");
+define('OGP_LANG_sourcemod_perms', "Sourcemod Permissions:");
+define('OGP_LANG_sourcemod_perm_root', "Sourcemod Root Flag");
+define('OGP_LANG_sourcemod_perm_custom', "Sourcemod Custom Flags");
+define('OGP_LANG_sourcemod_flag_a', "Reserved slot access.");
+define('OGP_LANG_sourcemod_flag_b', "Generic admin; required for admins.");
+define('OGP_LANG_sourcemod_flag_c', "Kick other players.");
+define('OGP_LANG_sourcemod_flag_d', "Ban other players.");
+define('OGP_LANG_sourcemod_flag_e', "Remove bans.");
+define('OGP_LANG_sourcemod_flag_f', "Slay/harm other players.");
+define('OGP_LANG_sourcemod_flag_g', "Change the map or major gameplay features.");
+define('OGP_LANG_sourcemod_flag_h', "Change most CVARs.");
+define('OGP_LANG_sourcemod_flag_i', "Execute config files.");
+define('OGP_LANG_sourcemod_flag_j', "Special chat privileges.");
+define('OGP_LANG_sourcemod_flag_k', "Start or create votes.");
+define('OGP_LANG_sourcemod_flag_l', "Set a password on the server.");
+define('OGP_LANG_sourcemod_flag_m', "Use RCON commands.");
+define('OGP_LANG_sourcemod_flag_n', "Change sv_cheats or use cheating commands.");
+define('OGP_LANG_sourcemod_flag_o', "Custom Group 1.");
+define('OGP_LANG_sourcemod_flag_p', "Custom Group 2.");
+define('OGP_LANG_sourcemod_flag_q', "Custom Group 3.");
+define('OGP_LANG_sourcemod_flag_r', "Custom Group 4.");
+define('OGP_LANG_sourcemod_flag_s', "Custom Group 5.");
+define('OGP_LANG_sourcemod_flag_t', "Custom Group 6.");
+define('OGP_LANG_rcon_reload_admins_failed', "Failed to reload the admin cache via RCON; is it online?");
+define('OGP_LANG_reload_admins_failed', "Failed to reload the admin cache; \"sm_reloadadmins\" is an unknown command.");
+define('OGP_LANG_reload_admins_success', "Successfully added %s to admins_simple.ini and reloaded the admin cache.");
+define('OGP_LANG_add_success_no_rcon', "Successfully added %s to your admins_simple.ini file, but unable to reload the admin cache.");
+define('OGP_LANG_writefile_error', "There was an unknown error writing to: %s");
+define('OGP_LANG_remotefile_nonexistent', "Unable to add a new admin. Admin file: %s doesn\'t exist on this server.");
+define('OGP_LANG_empty_flag_list', "You didn\'t select any admin flags.");
+define('OGP_LANG_invalid_steam_format', "The SteamID you entered doesn\'t match the required pattern.");
+define('OGP_LANG_selected_server_offline', "Unable to add an admin, the agent controlling the selected server is offline.");
+define('OGP_LANG_malformed_form', "You submitted a form with malformed hidden elements - unable to add an admin.");
+define('OGP_LANG_empty_form_data', "Please fill out all elements of the form.");
+define('OGP_LANG_server_not_selected', "You haven\'t selected a server.");
+define('OGP_LANG_invalid_steamid', "You have entered an invalid Steam ID.");
+define('OGP_LANG_invalid_immunity', "You entered an invalid immunity value.");
+define('OGP_LANG_submit', "Submit");
+define('OGP_LANG_post_failed', "The POST action failed. Unable to retrieve a response.");
+?>

+ 72 - 72
lang/Russian/modules/util.php

@@ -2,7 +2,7 @@
 /*
  *
  * OGP - Open Game Panel
- * Copyright (C) 2008 - 2016 The OGP Development Team
+ * Copyright (C) 2008 - 2017 The OGP Development Team
  *
  * http://www.opengamepanel.org/
  *
@@ -22,75 +22,75 @@
  *
  */
 
-define('module_name', "Utilities");
-define('ping', "Ping");
-define('traceroute', "Traceroute");
-define('network_tools', "Network Tools");
-define('sourcemod_admins', "Sourcemod Admins");
-define('steam_converter', "SteamID Converter");
-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:");
-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.");
-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");
-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");
-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.");
-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.");
-define('submit', "Submit");
-define('post_failed', "The POST action failed. Unable to retrieve a response.");
+define('OGP_LANG_module_name', "Utilities");
+define('OGP_LANG_ping', "Ping");
+define('OGP_LANG_traceroute', "Traceroute");
+define('OGP_LANG_network_tools', "Сетевые утилиты");
+define('OGP_LANG_sourcemod_admins', "Админы Sourcemod");
+define('OGP_LANG_steam_converter', "Конвертер SteamID");
+define('OGP_LANG_your_ip', "Ваш IP-адрес");
+define('OGP_LANG_loading_agents', "Загрузка Агентов 'в сети'...");
+define('OGP_LANG_loading_failed', "Ошибка Загрузки Агентов.");
+define('OGP_LANG_agents_offline', "Все Агенты не в сети.");
+define('OGP_LANG_no_commands', "Извините, у Вашей учетной записи нет прав доступа.");
+define('OGP_LANG_remote_target', "Целевой IP-адрес");
+define('OGP_LANG_command', "Команда:");
+define('OGP_LANG_select_agent', "Выберите Агента:");
+define('OGP_LANG_chdir_failed', "Ошибка: chdir() вернул ошибку.");
+define('OGP_LANG_agent_invalid', "Указан не верный Агент.");
+define('OGP_LANG_networktools_agent_offline', "Не удалось выполнить команду, потому что выбранный Агент не в сети.");
+define('OGP_LANG_target_empty', "Цель не выбрана.");
+define('OGP_LANG_command_empty', "Команда не выбрана.");
+define('OGP_LANG_command_unavilable', "Выбранная команда недоступна для выбранного агента.");
+define('OGP_LANG_target_invalid', "Не верно введен IP или хост");
+define('OGP_LANG_exec_failed', "Время ожидания ответа вышло.");
+define('OGP_LANG_command_no_access', "У вас нет доступа к этой команде. Это будет записано в Лог.");
+define('OGP_LANG_command_hacking_attempt', "Введены символы из черного списка. Это будет записано в Лог.");
+define('OGP_LANG_command_bad_characters', "Попытка выполнить команду с искаженными/неправильными символами. Получено на вход:%s%s");
+define('OGP_LANG_command_no_permissions', "Попытка выполнить команду с недостаточными разрешениями. Получено на вход: %s %s");
+define('OGP_LANG_command_executed', "Команда успешно отправлена: %s%s");
+define('OGP_LANG_no_servers', "У вас нет серверов, назначенных для вашей учетной записи.");
+define('OGP_LANG_select_server', "Выбрать Сервер");
+define('OGP_LANG_select_server_option', "Выбрать....");
+define('OGP_LANG_steamid', "Steam ID:");
+define('OGP_LANG_immunity', "Иммунитет:");
+define('OGP_LANG_sourcemod_perms', "Право доступа Sourcemod:");
+define('OGP_LANG_sourcemod_perm_root', "root флаг: z Sourcemod");
+define('OGP_LANG_sourcemod_perm_custom', "Выбрать флаги Sourcemod ");
+define('OGP_LANG_sourcemod_flag_a', "Резервный слот флаг: a");
+define('OGP_LANG_sourcemod_flag_b', "Общий Админ; требуется для администраторов. флаг: b");
+define('OGP_LANG_sourcemod_flag_c', "Кик игроков флаг: c");
+define('OGP_LANG_sourcemod_flag_d', "Бан игроков флаг: d");
+define('OGP_LANG_sourcemod_flag_e', "Разбан игроков флаг: e");
+define('OGP_LANG_sourcemod_flag_f', "Убить/ранить игроков флаг: f");
+define('OGP_LANG_sourcemod_flag_g', "Смена карт флаг: g");
+define('OGP_LANG_sourcemod_flag_h', "Смена CVARs флаг: h");
+define('OGP_LANG_sourcemod_flag_i', "Исполнение конфигов флаг: i");
+define('OGP_LANG_sourcemod_flag_j', "Специальный админский чат флаг: j");
+define('OGP_LANG_sourcemod_flag_k', "Голосования флаг: k");
+define('OGP_LANG_sourcemod_flag_l', "Пароль сервера флаг: L");
+define('OGP_LANG_sourcemod_flag_m', "РКОН команды флаг: m");
+define('OGP_LANG_sourcemod_flag_n', "Разрешать sv_cheats ли использование чит-команд флаг: n");
+define('OGP_LANG_sourcemod_flag_o', "Дополнительная группа 1 флаг: o");
+define('OGP_LANG_sourcemod_flag_p', "Дополнительная группа 2 флаг p");
+define('OGP_LANG_sourcemod_flag_q', "Дополнительная группа 3 флаг q");
+define('OGP_LANG_sourcemod_flag_r', "Дополнительная группа 4 флаг r");
+define('OGP_LANG_sourcemod_flag_s', "Дополнительная группа 5 флаг s");
+define('OGP_LANG_sourcemod_flag_t', "Дополнительная группа 6 флаг t");
+define('OGP_LANG_rcon_reload_admins_failed', "Не удалось перезагрузить кеш администратора через RCON; он в сети???");
+define('OGP_LANG_reload_admins_failed', "Не удалось перезагрузить кеш администратора;  \"sm_reloadadmins\" неизвестная команда.");
+define('OGP_LANG_reload_admins_success', "Успешно добавлен %s в admins_simple.ini и кеш администратора перезагрузили.");
+define('OGP_LANG_add_success_no_rcon', "Успешно добавлен %s в admins_simple.ini файл, но не могу перезагрузить кеш администратора.");
+define('OGP_LANG_writefile_error', "Неизвестная ошибка при записи в: %s");
+define('OGP_LANG_remotefile_nonexistent', "Не удалось добавить нового администратора. Админ файл: %s на этом сервере не существует.");
+define('OGP_LANG_empty_flag_list', "Вы не выбрали никаких флагов администратора.");
+define('OGP_LANG_invalid_steam_format', "Введенный SteamID не соответствует требуемому параметру.");
+define('OGP_LANG_selected_server_offline', "Не удалось добавить администратора, Агент, управляющий выбранным сервером, не в сети.");
+define('OGP_LANG_malformed_form', "Вы отправили форму с искаженными скрытыми элементами - Не удалось добавить администратора.");
+define('OGP_LANG_empty_form_data', "Пожалуйста, заполните все элементы формы.");
+define('OGP_LANG_server_not_selected', "Вы не выбрали сервер.");
+define('OGP_LANG_invalid_steamid', "Вы ввели недопустимый Steam ID.");
+define('OGP_LANG_invalid_immunity', "Вы ввели недопустимое значение иммунитета.");
+define('OGP_LANG_submit', "Отправить");
+define('OGP_LANG_post_failed', "Действие POST не выполнено. Не удалось получить ответ.");
 ?>

+ 96 - 0
lang/Spanish/modules/util.php

@@ -0,0 +1,96 @@
+<?php
+/*
+ *
+ * OGP - Open Game Panel
+ * Copyright (C) 2008 - 2017 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_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.");
+?>

+ 0 - 115
lang/Spanish/util.php

@@ -1,115 +0,0 @@
-<?php
-/*
- *
- * OGP - Open Game Panel
- * Copyright (C) Copyright (C) 2008 - 2012 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('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.');
-	
-?>

+ 96 - 0
lang/Swedish(Sweden)/modules/util.php

@@ -0,0 +1,96 @@
+<?php
+/*
+ *
+ * OGP - Open Game Panel
+ * Copyright (C) 2008 - 2017 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_name', "Utilities");
+define('OGP_LANG_ping', "Ping");
+define('OGP_LANG_traceroute', "Traceroute");
+define('OGP_LANG_network_tools', "Network Tools");
+define('OGP_LANG_sourcemod_admins', "Sourcemod Admins");
+define('OGP_LANG_steam_converter', "SteamID Converter");
+define('OGP_LANG_your_ip', "Your IP Address:");
+define('OGP_LANG_loading_agents', "Loading online Agents...");
+define('OGP_LANG_loading_failed', "Loading Agents failed.");
+define('OGP_LANG_agents_offline', "All Agents are offline.");
+define('OGP_LANG_no_commands', "Sorry, your user account has no commands available.");
+define('OGP_LANG_remote_target', "Target IP Address:");
+define('OGP_LANG_command', "Command:");
+define('OGP_LANG_select_agent', "Select Agent:");
+define('OGP_LANG_chdir_failed', "Error: chdir() returned false.");
+define('OGP_LANG_agent_invalid', "Invalid Agent specified.");
+define('OGP_LANG_networktools_agent_offline', "Unable to execute your command on the selected Agent, because it is offline.");
+define('OGP_LANG_target_empty', "No remote target given.");
+define('OGP_LANG_command_empty', "No command selected.");
+define('OGP_LANG_command_unavilable', "The selected command is unavailable on the selected agent.");
+define('OGP_LANG_target_invalid', "Invalid IP/hostname entered.");
+define('OGP_LANG_exec_failed', "Timed out while waiting for a response.");
+define('OGP_LANG_command_no_access', "You do not have access to this command. This incident will be logged.");
+define('OGP_LANG_command_hacking_attempt', "Blacklisted characters entered. This incident will be logged.");
+define('OGP_LANG_command_bad_characters', "Attempted to execute a command with malicious characters. Input received: %s %s");
+define('OGP_LANG_command_no_permissions', "Attempted to execute a command with insufficient permissions. Input received: %s %s");
+define('OGP_LANG_command_executed', "Successfully sent the following command: %s %s");
+define('OGP_LANG_no_servers', "You have no servers assigned to your account.");
+define('OGP_LANG_select_server', "Select Server:");
+define('OGP_LANG_select_server_option', "Select...");
+define('OGP_LANG_steamid', "Steam ID:");
+define('OGP_LANG_immunity', "Immunity:");
+define('OGP_LANG_sourcemod_perms', "Sourcemod Permissions:");
+define('OGP_LANG_sourcemod_perm_root', "Sourcemod Root Flag");
+define('OGP_LANG_sourcemod_perm_custom', "Sourcemod Custom Flags");
+define('OGP_LANG_sourcemod_flag_a', "Reserved slot access.");
+define('OGP_LANG_sourcemod_flag_b', "Generic admin; required for admins.");
+define('OGP_LANG_sourcemod_flag_c', "Kick other players.");
+define('OGP_LANG_sourcemod_flag_d', "Ban other players.");
+define('OGP_LANG_sourcemod_flag_e', "Remove bans.");
+define('OGP_LANG_sourcemod_flag_f', "Slay/harm other players.");
+define('OGP_LANG_sourcemod_flag_g', "Change the map or major gameplay features.");
+define('OGP_LANG_sourcemod_flag_h', "Change most CVARs.");
+define('OGP_LANG_sourcemod_flag_i', "Execute config files.");
+define('OGP_LANG_sourcemod_flag_j', "Special chat privileges.");
+define('OGP_LANG_sourcemod_flag_k', "Start or create votes.");
+define('OGP_LANG_sourcemod_flag_l', "Set a password on the server.");
+define('OGP_LANG_sourcemod_flag_m', "Use RCON commands.");
+define('OGP_LANG_sourcemod_flag_n', "Change sv_cheats or use cheating commands.");
+define('OGP_LANG_sourcemod_flag_o', "Custom Group 1.");
+define('OGP_LANG_sourcemod_flag_p', "Custom Group 2.");
+define('OGP_LANG_sourcemod_flag_q', "Custom Group 3.");
+define('OGP_LANG_sourcemod_flag_r', "Custom Group 4.");
+define('OGP_LANG_sourcemod_flag_s', "Custom Group 5.");
+define('OGP_LANG_sourcemod_flag_t', "Custom Group 6.");
+define('OGP_LANG_rcon_reload_admins_failed', "Failed to reload the admin cache via RCON; is it online?");
+define('OGP_LANG_reload_admins_failed', "Failed to reload the admin cache; \"sm_reloadadmins\" is an unknown command.");
+define('OGP_LANG_reload_admins_success', "Successfully added %s to admins_simple.ini and reloaded the admin cache.");
+define('OGP_LANG_add_success_no_rcon', "Successfully added %s to your admins_simple.ini file, but unable to reload the admin cache.");
+define('OGP_LANG_writefile_error', "There was an unknown error writing to: %s");
+define('OGP_LANG_remotefile_nonexistent', "Unable to add a new admin. Admin file: %s doesn\'t exist on this server.");
+define('OGP_LANG_empty_flag_list', "You didn\'t select any admin flags.");
+define('OGP_LANG_invalid_steam_format', "The SteamID you entered doesn\'t match the required pattern.");
+define('OGP_LANG_selected_server_offline', "Unable to add an admin, the agent controlling the selected server is offline.");
+define('OGP_LANG_malformed_form', "You submitted a form with malformed hidden elements - unable to add an admin.");
+define('OGP_LANG_empty_form_data', "Please fill out all elements of the form.");
+define('OGP_LANG_server_not_selected', "You haven\'t selected a server.");
+define('OGP_LANG_invalid_steamid', "You have entered an invalid Steam ID.");
+define('OGP_LANG_invalid_immunity', "You entered an invalid immunity value.");
+define('OGP_LANG_submit', "Submit");
+define('OGP_LANG_post_failed', "The POST action failed. Unable to retrieve a response.");
+?>

+ 96 - 0
lang/Turkish(Turkey)/modules/util.php

@@ -0,0 +1,96 @@
+<?php
+/*
+ *
+ * OGP - Open Game Panel
+ * Copyright (C) 2008 - 2017 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_name', "Utilities");
+define('OGP_LANG_ping', "Ping");
+define('OGP_LANG_traceroute', "Traceroute");
+define('OGP_LANG_network_tools', "Network Tools");
+define('OGP_LANG_sourcemod_admins', "Sourcemod Admins");
+define('OGP_LANG_steam_converter', "SteamID Converter");
+define('OGP_LANG_your_ip', "Your IP Address:");
+define('OGP_LANG_loading_agents', "Loading online Agents...");
+define('OGP_LANG_loading_failed', "Loading Agents failed.");
+define('OGP_LANG_agents_offline', "All Agents are offline.");
+define('OGP_LANG_no_commands', "Sorry, your user account has no commands available.");
+define('OGP_LANG_remote_target', "Target IP Address:");
+define('OGP_LANG_command', "Command:");
+define('OGP_LANG_select_agent', "Select Agent:");
+define('OGP_LANG_chdir_failed', "Error: chdir() returned false.");
+define('OGP_LANG_agent_invalid', "Invalid Agent specified.");
+define('OGP_LANG_networktools_agent_offline', "Unable to execute your command on the selected Agent, because it is offline.");
+define('OGP_LANG_target_empty', "No remote target given.");
+define('OGP_LANG_command_empty', "No command selected.");
+define('OGP_LANG_command_unavilable', "The selected command is unavailable on the selected agent.");
+define('OGP_LANG_target_invalid', "Invalid IP/hostname entered.");
+define('OGP_LANG_exec_failed', "Timed out while waiting for a response.");
+define('OGP_LANG_command_no_access', "You do not have access to this command. This incident will be logged.");
+define('OGP_LANG_command_hacking_attempt', "Blacklisted characters entered. This incident will be logged.");
+define('OGP_LANG_command_bad_characters', "Attempted to execute a command with malicious characters. Input received: %s %s");
+define('OGP_LANG_command_no_permissions', "Attempted to execute a command with insufficient permissions. Input received: %s %s");
+define('OGP_LANG_command_executed', "Successfully sent the following command: %s %s");
+define('OGP_LANG_no_servers', "You have no servers assigned to your account.");
+define('OGP_LANG_select_server', "Select Server:");
+define('OGP_LANG_select_server_option', "Select...");
+define('OGP_LANG_steamid', "Steam ID:");
+define('OGP_LANG_immunity', "Immunity:");
+define('OGP_LANG_sourcemod_perms', "Sourcemod Permissions:");
+define('OGP_LANG_sourcemod_perm_root', "Sourcemod Root Flag");
+define('OGP_LANG_sourcemod_perm_custom', "Sourcemod Custom Flags");
+define('OGP_LANG_sourcemod_flag_a', "Reserved slot access.");
+define('OGP_LANG_sourcemod_flag_b', "Generic admin; required for admins.");
+define('OGP_LANG_sourcemod_flag_c', "Kick other players.");
+define('OGP_LANG_sourcemod_flag_d', "Ban other players.");
+define('OGP_LANG_sourcemod_flag_e', "Remove bans.");
+define('OGP_LANG_sourcemod_flag_f', "Slay/harm other players.");
+define('OGP_LANG_sourcemod_flag_g', "Change the map or major gameplay features.");
+define('OGP_LANG_sourcemod_flag_h', "Change most CVARs.");
+define('OGP_LANG_sourcemod_flag_i', "Execute config files.");
+define('OGP_LANG_sourcemod_flag_j', "Special chat privileges.");
+define('OGP_LANG_sourcemod_flag_k', "Start or create votes.");
+define('OGP_LANG_sourcemod_flag_l', "Set a password on the server.");
+define('OGP_LANG_sourcemod_flag_m', "Use RCON commands.");
+define('OGP_LANG_sourcemod_flag_n', "Change sv_cheats or use cheating commands.");
+define('OGP_LANG_sourcemod_flag_o', "Custom Group 1.");
+define('OGP_LANG_sourcemod_flag_p', "Custom Group 2.");
+define('OGP_LANG_sourcemod_flag_q', "Custom Group 3.");
+define('OGP_LANG_sourcemod_flag_r', "Custom Group 4.");
+define('OGP_LANG_sourcemod_flag_s', "Custom Group 5.");
+define('OGP_LANG_sourcemod_flag_t', "Custom Group 6.");
+define('OGP_LANG_rcon_reload_admins_failed', "Failed to reload the admin cache via RCON; is it online?");
+define('OGP_LANG_reload_admins_failed', "Failed to reload the admin cache; \"sm_reloadadmins\" is an unknown command.");
+define('OGP_LANG_reload_admins_success', "Successfully added %s to admins_simple.ini and reloaded the admin cache.");
+define('OGP_LANG_add_success_no_rcon', "Successfully added %s to your admins_simple.ini file, but unable to reload the admin cache.");
+define('OGP_LANG_writefile_error', "There was an unknown error writing to: %s");
+define('OGP_LANG_remotefile_nonexistent', "Unable to add a new admin. Admin file: %s doesn\'t exist on this server.");
+define('OGP_LANG_empty_flag_list', "You didn\'t select any admin flags.");
+define('OGP_LANG_invalid_steam_format', "The SteamID you entered doesn\'t match the required pattern.");
+define('OGP_LANG_selected_server_offline', "Unable to add an admin, the agent controlling the selected server is offline.");
+define('OGP_LANG_malformed_form', "You submitted a form with malformed hidden elements - unable to add an admin.");
+define('OGP_LANG_empty_form_data', "Please fill out all elements of the form.");
+define('OGP_LANG_server_not_selected', "You haven\'t selected a server.");
+define('OGP_LANG_invalid_steamid', "You have entered an invalid Steam ID.");
+define('OGP_LANG_invalid_immunity', "You entered an invalid immunity value.");
+define('OGP_LANG_submit', "Submit");
+define('OGP_LANG_post_failed', "The POST action failed. Unable to retrieve a response.");
+?>

+ 96 - 0
lang/Turkish/modules/util.php

@@ -0,0 +1,96 @@
+<?php
+/*
+ *
+ * OGP - Open Game Panel
+ * Copyright (C) 2008 - 2017 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_name', "Utilities");
+define('OGP_LANG_ping', "Ping");
+define('OGP_LANG_traceroute', "Traceroute");
+define('OGP_LANG_network_tools', "Network Tools");
+define('OGP_LANG_sourcemod_admins', "Sourcemod Admins");
+define('OGP_LANG_steam_converter', "SteamID Converter");
+define('OGP_LANG_your_ip', "Your IP Address:");
+define('OGP_LANG_loading_agents', "Loading online Agents...");
+define('OGP_LANG_loading_failed', "Loading Agents failed.");
+define('OGP_LANG_agents_offline', "All Agents are offline.");
+define('OGP_LANG_no_commands', "Sorry, your user account has no commands available.");
+define('OGP_LANG_remote_target', "Target IP Address:");
+define('OGP_LANG_command', "Command:");
+define('OGP_LANG_select_agent', "Select Agent:");
+define('OGP_LANG_chdir_failed', "Error: chdir() returned false.");
+define('OGP_LANG_agent_invalid', "Invalid Agent specified.");
+define('OGP_LANG_networktools_agent_offline', "Unable to execute your command on the selected Agent, because it is offline.");
+define('OGP_LANG_target_empty', "No remote target given.");
+define('OGP_LANG_command_empty', "No command selected.");
+define('OGP_LANG_command_unavilable', "The selected command is unavailable on the selected agent.");
+define('OGP_LANG_target_invalid', "Invalid IP/hostname entered.");
+define('OGP_LANG_exec_failed', "Timed out while waiting for a response.");
+define('OGP_LANG_command_no_access', "You do not have access to this command. This incident will be logged.");
+define('OGP_LANG_command_hacking_attempt', "Blacklisted characters entered. This incident will be logged.");
+define('OGP_LANG_command_bad_characters', "Attempted to execute a command with malicious characters. Input received: %s %s");
+define('OGP_LANG_command_no_permissions', "Attempted to execute a command with insufficient permissions. Input received: %s %s");
+define('OGP_LANG_command_executed', "Successfully sent the following command: %s %s");
+define('OGP_LANG_no_servers', "You have no servers assigned to your account.");
+define('OGP_LANG_select_server', "Select Server:");
+define('OGP_LANG_select_server_option', "Select...");
+define('OGP_LANG_steamid', "Steam ID:");
+define('OGP_LANG_immunity', "Immunity:");
+define('OGP_LANG_sourcemod_perms', "Sourcemod Permissions:");
+define('OGP_LANG_sourcemod_perm_root', "Sourcemod Root Flag");
+define('OGP_LANG_sourcemod_perm_custom', "Sourcemod Custom Flags");
+define('OGP_LANG_sourcemod_flag_a', "Reserved slot access.");
+define('OGP_LANG_sourcemod_flag_b', "Generic admin; required for admins.");
+define('OGP_LANG_sourcemod_flag_c', "Kick other players.");
+define('OGP_LANG_sourcemod_flag_d', "Ban other players.");
+define('OGP_LANG_sourcemod_flag_e', "Remove bans.");
+define('OGP_LANG_sourcemod_flag_f', "Slay/harm other players.");
+define('OGP_LANG_sourcemod_flag_g', "Change the map or major gameplay features.");
+define('OGP_LANG_sourcemod_flag_h', "Change most CVARs.");
+define('OGP_LANG_sourcemod_flag_i', "Execute config files.");
+define('OGP_LANG_sourcemod_flag_j', "Special chat privileges.");
+define('OGP_LANG_sourcemod_flag_k', "Start or create votes.");
+define('OGP_LANG_sourcemod_flag_l', "Set a password on the server.");
+define('OGP_LANG_sourcemod_flag_m', "Use RCON commands.");
+define('OGP_LANG_sourcemod_flag_n', "Change sv_cheats or use cheating commands.");
+define('OGP_LANG_sourcemod_flag_o', "Custom Group 1.");
+define('OGP_LANG_sourcemod_flag_p', "Custom Group 2.");
+define('OGP_LANG_sourcemod_flag_q', "Custom Group 3.");
+define('OGP_LANG_sourcemod_flag_r', "Custom Group 4.");
+define('OGP_LANG_sourcemod_flag_s', "Custom Group 5.");
+define('OGP_LANG_sourcemod_flag_t', "Custom Group 6.");
+define('OGP_LANG_rcon_reload_admins_failed', "Failed to reload the admin cache via RCON; is it online?");
+define('OGP_LANG_reload_admins_failed', "Failed to reload the admin cache; \"sm_reloadadmins\" is an unknown command.");
+define('OGP_LANG_reload_admins_success', "Successfully added %s to admins_simple.ini and reloaded the admin cache.");
+define('OGP_LANG_add_success_no_rcon', "Successfully added %s to your admins_simple.ini file, but unable to reload the admin cache.");
+define('OGP_LANG_writefile_error', "There was an unknown error writing to: %s");
+define('OGP_LANG_remotefile_nonexistent', "Unable to add a new admin. Admin file: %s doesn\'t exist on this server.");
+define('OGP_LANG_empty_flag_list', "You didn\'t select any admin flags.");
+define('OGP_LANG_invalid_steam_format', "The SteamID you entered doesn\'t match the required pattern.");
+define('OGP_LANG_selected_server_offline', "Unable to add an admin, the agent controlling the selected server is offline.");
+define('OGP_LANG_malformed_form', "You submitted a form with malformed hidden elements - unable to add an admin.");
+define('OGP_LANG_empty_form_data', "Please fill out all elements of the form.");
+define('OGP_LANG_server_not_selected', "You haven\'t selected a server.");
+define('OGP_LANG_invalid_steamid', "You have entered an invalid Steam ID.");
+define('OGP_LANG_invalid_immunity', "You entered an invalid immunity value.");
+define('OGP_LANG_submit', "Submit");
+define('OGP_LANG_post_failed', "The POST action failed. Unable to retrieve a response.");
+?>