1
0

util.php 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <?php
  2. /*
  3. *
  4. * OGP - Open Game Panel
  5. * Copyright (C) 2008 - 2017 The OGP Development Team
  6. *
  7. * http://www.opengamepanel.org/
  8. *
  9. * This program is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU General Public License
  11. * as published by the Free Software Foundation; either version 2
  12. * of the License, or any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. * GNU General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU General Public License
  20. * along with this program; if not, write to the Free Software
  21. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  22. *
  23. */
  24. define('OGP_LANG_module_name', "Utilities");
  25. define('OGP_LANG_ping', "Ping");
  26. define('OGP_LANG_traceroute', "Traceroute");
  27. define('OGP_LANG_network_tools', "Network Tools");
  28. define('OGP_LANG_sourcemod_admins', "Sourcemod Admins");
  29. define('OGP_LANG_steam_converter', "SteamID Converter");
  30. define('OGP_LANG_your_ip', "Your IP Address:");
  31. define('OGP_LANG_loading_agents', "Loading online Agents...");
  32. define('OGP_LANG_loading_failed', "Loading Agents failed.");
  33. define('OGP_LANG_agents_offline', "All Agents are offline.");
  34. define('OGP_LANG_no_commands', "Sorry, your user account has no commands available.");
  35. define('OGP_LANG_remote_target', "Target IP Address:");
  36. define('OGP_LANG_command', "Command:");
  37. define('OGP_LANG_select_agent', "Select Agent:");
  38. define('OGP_LANG_chdir_failed', "Error: chdir() returned false.");
  39. define('OGP_LANG_agent_invalid', "Invalid Agent specified.");
  40. define('OGP_LANG_networktools_agent_offline', "Unable to execute your command on the selected Agent, because it is offline.");
  41. define('OGP_LANG_target_empty', "No remote target given.");
  42. define('OGP_LANG_command_empty', "No command selected.");
  43. define('OGP_LANG_command_unavilable', "The selected command is unavailable on the selected agent.");
  44. define('OGP_LANG_target_invalid', "Invalid IP/hostname entered.");
  45. define('OGP_LANG_exec_failed', "Timed out while waiting for a response.");
  46. define('OGP_LANG_command_no_access', "You do not have access to this command. This incident will be logged.");
  47. define('OGP_LANG_command_hacking_attempt', "Blacklisted characters entered. This incident will be logged.");
  48. define('OGP_LANG_command_bad_characters', "Attempted to execute a command with malicious characters. Input received: %s %s");
  49. define('OGP_LANG_command_no_permissions', "Attempted to execute a command with insufficient permissions. Input received: %s %s");
  50. define('OGP_LANG_command_executed', "Successfully sent the following command: %s %s");
  51. define('OGP_LANG_no_servers', "You have no servers assigned to your account.");
  52. define('OGP_LANG_select_server', "Select Server:");
  53. define('OGP_LANG_select_server_option', "Select...");
  54. define('OGP_LANG_steamid', "Steam ID:");
  55. define('OGP_LANG_immunity', "Immunity:");
  56. define('OGP_LANG_sourcemod_perms', "Sourcemod Permissions:");
  57. define('OGP_LANG_sourcemod_perm_root', "Sourcemod Root Flag");
  58. define('OGP_LANG_sourcemod_perm_custom', "Sourcemod Custom Flags");
  59. define('OGP_LANG_sourcemod_flag_a', "Reserved slot access.");
  60. define('OGP_LANG_sourcemod_flag_b', "Generic admin; required for admins.");
  61. define('OGP_LANG_sourcemod_flag_c', "Kick other players.");
  62. define('OGP_LANG_sourcemod_flag_d', "Ban other players.");
  63. define('OGP_LANG_sourcemod_flag_e', "Remove bans.");
  64. define('OGP_LANG_sourcemod_flag_f', "Slay/harm other players.");
  65. define('OGP_LANG_sourcemod_flag_g', "Change the map or major gameplay features.");
  66. define('OGP_LANG_sourcemod_flag_h', "Change most CVARs.");
  67. define('OGP_LANG_sourcemod_flag_i', "Execute config files.");
  68. define('OGP_LANG_sourcemod_flag_j', "Special chat privileges.");
  69. define('OGP_LANG_sourcemod_flag_k', "Start or create votes.");
  70. define('OGP_LANG_sourcemod_flag_l', "Set a password on the server.");
  71. define('OGP_LANG_sourcemod_flag_m', "Use RCON commands.");
  72. define('OGP_LANG_sourcemod_flag_n', "Change sv_cheats or use cheating commands.");
  73. define('OGP_LANG_sourcemod_flag_o', "Custom Group 1.");
  74. define('OGP_LANG_sourcemod_flag_p', "Custom Group 2.");
  75. define('OGP_LANG_sourcemod_flag_q', "Custom Group 3.");
  76. define('OGP_LANG_sourcemod_flag_r', "Custom Group 4.");
  77. define('OGP_LANG_sourcemod_flag_s', "Custom Group 5.");
  78. define('OGP_LANG_sourcemod_flag_t', "Custom Group 6.");
  79. define('OGP_LANG_rcon_reload_admins_failed', "Failed to reload the admin cache via RCON; is it online?");
  80. define('OGP_LANG_reload_admins_failed', "Failed to reload the admin cache; \"sm_reloadadmins\" is an unknown command.");
  81. define('OGP_LANG_reload_admins_success', "Successfully added %s to admins_simple.ini and reloaded the admin cache.");
  82. define('OGP_LANG_add_success_no_rcon', "Successfully added %s to your admins_simple.ini file, but unable to reload the admin cache.");
  83. define('OGP_LANG_writefile_error', "There was an unknown error writing to: %s");
  84. define('OGP_LANG_remotefile_nonexistent', "Unable to add a new admin. Admin file: %s doesn\'t exist on this server.");
  85. define('OGP_LANG_empty_flag_list', "You didn\'t select any admin flags.");
  86. define('OGP_LANG_invalid_steam_format', "The SteamID you entered doesn\'t match the required pattern.");
  87. define('OGP_LANG_selected_server_offline', "Unable to add an admin, the agent controlling the selected server is offline.");
  88. define('OGP_LANG_malformed_form', "You submitted a form with malformed hidden elements - unable to add an admin.");
  89. define('OGP_LANG_empty_form_data', "Please fill out all elements of the form.");
  90. define('OGP_LANG_server_not_selected', "You haven\'t selected a server.");
  91. define('OGP_LANG_invalid_steamid', "You have entered an invalid Steam ID.");
  92. define('OGP_LANG_invalid_immunity', "You entered an invalid immunity value.");
  93. define('OGP_LANG_submit', "Submit");
  94. define('OGP_LANG_post_failed', "The POST action failed. Unable to retrieve a response.");
  95. ?>