util.php 7.6 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', "工具");
  25. define('OGP_LANG_ping', "Ping");
  26. define('OGP_LANG_traceroute', "路由跟踪");
  27. define('OGP_LANG_network_tools', "网络工具");
  28. define('OGP_LANG_sourcemod_admins', "Sourcemod管理员");
  29. define('OGP_LANG_steam_converter', "SteamID转换器");
  30. define('OGP_LANG_your_ip', "您的IP地址:");
  31. define('OGP_LANG_loading_agents', "正在加载在线代理...");
  32. define('OGP_LANG_loading_failed', "加载代理失败。");
  33. define('OGP_LANG_agents_offline', "所有代理都离线。");
  34. define('OGP_LANG_no_commands', "抱歉,您的用户账户没有可用命令。");
  35. define('OGP_LANG_remote_target', "目标IP地址:");
  36. define('OGP_LANG_command', "命令:");
  37. define('OGP_LANG_select_agent', "选择代理:");
  38. define('OGP_LANG_chdir_failed', "错误:chdir()返回false。");
  39. define('OGP_LANG_agent_invalid', "指定的代理无效。");
  40. define('OGP_LANG_networktools_agent_offline', "无法在所选代理上执行您的命令,因为它处于离线状态。");
  41. define('OGP_LANG_target_empty', "未给出远程目标。");
  42. define('OGP_LANG_command_empty', "未选择命令。");
  43. define('OGP_LANG_command_unavilable', "所选代理上不可用的选定命令。");
  44. define('OGP_LANG_target_invalid', "输入了无效的IP/主机名。");
  45. define('OGP_LANG_exec_failed', "等待响应时超时。");
  46. define('OGP_LANG_command_no_access', "您无权访问此命令。此事件将被记录。");
  47. define('OGP_LANG_command_hacking_attempt', "输入了黑名单字符。此事件将被记录。");
  48. define('OGP_LANG_command_bad_characters', "尝试使用恶意字符执行命令。接收到的输入:%s %s");
  49. define('OGP_LANG_command_no_permissions', "尝试使用不足权限执行命令。接收到的输入:%s %s");
  50. define('OGP_LANG_command_executed', "成功发送以下命令:%s %s");
  51. define('OGP_LANG_no_servers', "您的账户未分配任何服务器。");
  52. define('OGP_LANG_select_server', "选择服务器:");
  53. define('OGP_LANG_select_server_option', "选择...");
  54. define('OGP_LANG_steamid', "Steam ID:");
  55. define('OGP_LANG_immunity', "状态:");
  56. define('OGP_LANG_sourcemod_perms', "Sourcemod权限:");
  57. define('OGP_LANG_sourcemod_perm_root', "Sourcemod根标志");
  58. define('OGP_LANG_sourcemod_perm_custom', "Sourcemod自定义标志");
  59. define('OGP_LANG_sourcemod_flag_a', "保留玩家数量访问权限。");
  60. define('OGP_LANG_sourcemod_flag_b', "通用管理员;管理员所需。");
  61. define('OGP_LANG_sourcemod_flag_c', "踢出其他玩家。");
  62. define('OGP_LANG_sourcemod_flag_d', "封禁其他玩家。");
  63. define('OGP_LANG_sourcemod_flag_e', "移除封禁。");
  64. define('OGP_LANG_sourcemod_flag_f', "杀死/伤害其他玩家。");
  65. define('OGP_LANG_sourcemod_flag_g', "更改地图或主要游戏功能。");
  66. define('OGP_LANG_sourcemod_flag_h', "更改大多数CVARs。");
  67. define('OGP_LANG_sourcemod_flag_i', "执行配置文件。");
  68. define('OGP_LANG_sourcemod_flag_j', "特殊聊天权限。");
  69. define('OGP_LANG_sourcemod_flag_k', "开始或创建投票。");
  70. define('OGP_LANG_sourcemod_flag_l', "在服务器上设置密码。");
  71. define('OGP_LANG_sourcemod_flag_m', "使用RCON命令。");
  72. define('OGP_LANG_sourcemod_flag_n', "更改sv_cheats或使用作弊命令。");
  73. define('OGP_LANG_sourcemod_flag_o', "自定义组1。");
  74. define('OGP_LANG_sourcemod_flag_p', "自定义组2。");
  75. define('OGP_LANG_sourcemod_flag_q', "自定义组3。");
  76. define('OGP_LANG_sourcemod_flag_r', "自定义组4。");
  77. define('OGP_LANG_sourcemod_flag_s', "自定义组5。");
  78. define('OGP_LANG_sourcemod_flag_t', "自定义组6。");
  79. define('OGP_LANG_rcon_reload_admins_failed', "通过RCON重新加载管理员缓存失败;它是否在线?");
  80. define('OGP_LANG_reload_admins_failed', "重新加载管理员缓存失败;\"sm_reloadadmins\"是未知命令。");
  81. define('OGP_LANG_reload_admins_success', "成功将%s添加到admins_simple.ini并重新加载了管理员缓存。");
  82. define('OGP_LANG_add_success_no_rcon', "成功将%s添加到您的admins_simple.ini文件,但无法重新加载管理员缓存。");
  83. define('OGP_LANG_writefile_error', "写入:%s时出现未知错误");
  84. define('OGP_LANG_remotefile_nonexistent', "无法添加新管理员。管理员文件:%s在此服务器上不存在。");
  85. define('OGP_LANG_empty_flag_list', "您没有选择任何管理员标志。");
  86. define('OGP_LANG_invalid_steam_format', "您输入的SteamID不符合所需的模式。");
  87. define('OGP_LANG_selected_server_offline', "无法添加管理员,因为控制所选服务器的代理处于离线状态。");
  88. define('OGP_LANG_malformed_form', "您提交了一个带有畸形隐藏元素的表单 - 无法添加管理员。");
  89. define('OGP_LANG_empty_form_data', "请填写表单的所有元素。");
  90. define('OGP_LANG_server_not_selected', "您尚未选择服务器。");
  91. define('OGP_LANG_invalid_steamid', "您输入了无效的Steam ID。");
  92. define('OGP_LANG_invalid_immunity', "您输入了无效的状态值。");
  93. define('OGP_LANG_submit', "提交");
  94. define('OGP_LANG_post_failed', "POST操作失败。无法检索响应。");
  95. define('OGP_LANG_amx_mod_admins', "AMX mod X管理员");
  96. define('OGP_LANG_amx_login_type', "登录类型");
  97. define('OGP_LANG_amx_login_steamid', "Steam ID");
  98. define('OGP_LANG_amx_login_nick_pass', "昵称+密码");
  99. define('OGP_LANG_nickname', "昵称");
  100. define('OGP_LANG_amx_mod_perms', "AMX mod X权限:");
  101. define('OGP_LANG_amx_mod_perm_root', "AMX mod X所有标志。");
  102. define('OGP_LANG_amx_mod_perm_custom', "AMX mod X自定义标志。");
  103. define('OGP_LANG_amx_mod_flag_a', "状态(不能被kicked/baned/slayed/slaped和受其他命令影响)");
  104. define('OGP_LANG_amx_mod_flag_b', "保留(可以加入保留玩家数量)");
  105. define('OGP_LANG_amx_mod_flag_c', "amx_kick命令");
  106. define('OGP_LANG_amx_mod_flag_d', "amx_ban和amx_unban命令");
  107. define('OGP_LANG_amx_mod_flag_e', "amx_slay和amx_slap命令");
  108. define('OGP_LANG_amx_mod_flag_f', "amx_map命令");
  109. define('OGP_LANG_amx_mod_flag_g', "amx_cvar命令(并非所有cvars都将可用)");
  110. define('OGP_LANG_amx_mod_flag_h', "amx_cfg命令");
  111. define('OGP_LANG_amx_mod_flag_i', "amx_chat和其他聊天命令");
  112. define('OGP_LANG_amx_mod_flag_j', "amx_vote和其他投票命令");
  113. define('OGP_LANG_amx_mod_flag_k', "访问sv_password cvar(通过amx_cvar命令)");
  114. define('OGP_LANG_amx_mod_flag_l', "访问amx_rcon命令和rcon_password cvar(通过amx_cvar命令)");
  115. define('OGP_LANG_amx_mod_flag_m', "自定义级别A(用于附加插件)");
  116. define('OGP_LANG_amx_mod_flag_n', "自定义级别B");
  117. define('OGP_LANG_amx_mod_flag_o', "自定义级别C");
  118. define('OGP_LANG_amx_mod_flag_p', "自定义级别D");
  119. define('OGP_LANG_amx_mod_flag_q', "自定义级别E");
  120. define('OGP_LANG_amx_mod_flag_r', "自定义级别F");
  121. define('OGP_LANG_amx_mod_flag_s', "自定义级别G");
  122. define('OGP_LANG_amx_mod_flag_t', "自定义级别H");
  123. define('OGP_LANG_amx_mod_flag_u', "菜单访问");
  124. ?>