util.php 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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', "Narzędzia");
  25. define('OGP_LANG_ping', "Ping");
  26. define('OGP_LANG_traceroute', "Traceroute");
  27. define('OGP_LANG_network_tools', "Narzędzia sieciowe");
  28. define('OGP_LANG_sourcemod_admins', "Admini Sourcemod");
  29. define('OGP_LANG_steam_converter', "Konwenter SteamID");
  30. define('OGP_LANG_your_ip', "Twój adres IP");
  31. define('OGP_LANG_loading_agents', "Ładowanie włączonych agentów...");
  32. define('OGP_LANG_loading_failed', "Błąd podczas ładownia agentów.");
  33. define('OGP_LANG_agents_offline', "Wszyscy agenci są wyłączeni.");
  34. define('OGP_LANG_no_commands', "Niestety, twoje konto użytkownika nie ma dostępnych poleceń.");
  35. define('OGP_LANG_remote_target', "Docelowy adres IP");
  36. define('OGP_LANG_command', "Komeda:");
  37. define('OGP_LANG_select_agent', "Wybierz agenta:");
  38. define('OGP_LANG_chdir_failed', "Błąd: chdir() zwróciło flase.");
  39. define('OGP_LANG_agent_invalid', "Invalid Agent specified.");
  40. define('OGP_LANG_networktools_agent_offline', "Nie można wykonać komendy na wybranym agencie ponieważ jest on wyłączony.");
  41. define('OGP_LANG_target_empty', "Nie wybrano zdalnego adresu.");
  42. define('OGP_LANG_command_empty', "Nie wybrano komendy.");
  43. define('OGP_LANG_command_unavilable', "Wybrane polecenie nie jest dostępne na wybranym agencie.");
  44. define('OGP_LANG_target_invalid', "Wprowadzono błędny adres IP lub domeny.");
  45. define('OGP_LANG_exec_failed', "Upłynął czas oczekiwania podczas oczekiwania na odpowiedź.");
  46. define('OGP_LANG_command_no_access', "Nie masz uprawnień dostępu do tej komendy, Ta próba zastała zapisana w logach.");
  47. define('OGP_LANG_command_hacking_attempt', "Wprowadzono nie dozwolone znaki. Ta próba zastała zapisana w logach.");
  48. define('OGP_LANG_command_bad_characters', "Próba wykonania polecenia zawierającego złośliwe znaki. Wprowadzono: %s %s");
  49. define('OGP_LANG_command_no_permissions', "Próba wykonania komendy bez wymaganych uprawnień. Wprowadzono: %s %s");
  50. define('OGP_LANG_command_executed', "Pomyślnie wysłano komendę: %s %s");
  51. define('OGP_LANG_no_servers', "Nie posiadasz serwerów przypisanych do Twojego konta.");
  52. define('OGP_LANG_select_server', "Wybierz serwer:");
  53. define('OGP_LANG_select_server_option', "Wybierz...");
  54. define('OGP_LANG_steamid', "Steam ID:");
  55. define('OGP_LANG_immunity', "Immunitet:");
  56. define('OGP_LANG_sourcemod_perms', "Uprawnienia Sourcemod:");
  57. define('OGP_LANG_sourcemod_perm_root', "Flaga root'a Sourcemod'a");
  58. define('OGP_LANG_sourcemod_perm_custom', "Własne flagi Sourcemod'a");
  59. define('OGP_LANG_sourcemod_flag_a', "Rezerwacja slota.");
  60. define('OGP_LANG_sourcemod_flag_b', "Administrator ogólny; wymagane dla administratorów.");
  61. define('OGP_LANG_sourcemod_flag_c', "Wyrzuć innych graczy.");
  62. define('OGP_LANG_sourcemod_flag_d', "Zbanuj innych graczy.");
  63. define('OGP_LANG_sourcemod_flag_e', "Skasuj bany.");
  64. define('OGP_LANG_sourcemod_flag_f', "Zabij / zrań innych graczy.");
  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. define('OGP_LANG_amx_mod_admins', "AMX mod X Admins");
  96. define('OGP_LANG_amx_login_type', "Login Type");
  97. define('OGP_LANG_amx_login_steamid', "Steam ID");
  98. define('OGP_LANG_amx_login_nick_pass', "Nickname + Password");
  99. define('OGP_LANG_nickname', "Nickname");
  100. define('OGP_LANG_amx_mod_perms', "AMX mod X Permissions:");
  101. define('OGP_LANG_amx_mod_perm_root', "AMX mod X All Flags.");
  102. define('OGP_LANG_amx_mod_perm_custom', "AMX mod X Custom Flags.");
  103. define('OGP_LANG_amx_mod_flag_a', "immunity (can't be kicked/baned/slayed/slaped and affected by other commmands)");
  104. define('OGP_LANG_amx_mod_flag_b', "reservation (can join on reserved slots)");
  105. define('OGP_LANG_amx_mod_flag_c', "amx_kick command");
  106. define('OGP_LANG_amx_mod_flag_d', "amx_ban and amx_unban commands");
  107. define('OGP_LANG_amx_mod_flag_e', "amx_slay and amx_slap commands");
  108. define('OGP_LANG_amx_mod_flag_f', "amx_map command");
  109. define('OGP_LANG_amx_mod_flag_g', "amx_cvar command (not all cvars will be available)");
  110. define('OGP_LANG_amx_mod_flag_h', "amx_cfg command");
  111. define('OGP_LANG_amx_mod_flag_i', "amx_chat and other chat commands");
  112. define('OGP_LANG_amx_mod_flag_j', "amx_vote and other vote commands");
  113. define('OGP_LANG_amx_mod_flag_k', "access to sv_password cvar (by amx_cvar command)");
  114. define('OGP_LANG_amx_mod_flag_l', "access to amx_rcon command and rcon_password cvar (by amx_cvar command)");
  115. define('OGP_LANG_amx_mod_flag_m', "custom level A (for additional plugins)");
  116. define('OGP_LANG_amx_mod_flag_n', "custom level B");
  117. define('OGP_LANG_amx_mod_flag_o', "custom level C");
  118. define('OGP_LANG_amx_mod_flag_p', "custom level D");
  119. define('OGP_LANG_amx_mod_flag_q', "custom level E");
  120. define('OGP_LANG_amx_mod_flag_r', "custom level F");
  121. define('OGP_LANG_amx_mod_flag_s', "custom level G");
  122. define('OGP_LANG_amx_mod_flag_t', "custom level H");
  123. define('OGP_LANG_amx_mod_flag_u', "menu access");
  124. ?>