user_admin.php 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. <?php
  2. /*
  3. *
  4. * OGP - Open Game Panel
  5. * Copyright (C) 2008 - 2018 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_your_profile', "您的个人资料");
  25. define('OGP_LANG_new_password', "新密码");
  26. define('OGP_LANG_retype_new_password', "重新输入新密码");
  27. define('OGP_LANG_login_name', "登录名");
  28. define('OGP_LANG_language', "语言");
  29. define('OGP_LANG_first_name', "名字");
  30. define('OGP_LANG_page_limit', "每页项目数");
  31. define('OGP_LANG_page_limit_info', "每页显示的项目数。项目数不能少于10。");
  32. define('OGP_LANG_last_name', "姓氏");
  33. define('OGP_LANG_phone_number', "电话号码");
  34. define('OGP_LANG_email_address', "电子邮件地址");
  35. define('OGP_LANG_city', "城市");
  36. define('OGP_LANG_province', "省份");
  37. define('OGP_LANG_country', "国家");
  38. define('OGP_LANG_comment', "评论");
  39. define('OGP_LANG_expires', "过期");
  40. define('OGP_LANG_save_profile', "保存个人资料");
  41. define('OGP_LANG_new_password_info', "当密码字段为空时,密码将不会更新。");
  42. define('OGP_LANG_theme', "主题");
  43. define('OGP_LANG_theme_info', "如果主题为空,则使用全局值。");
  44. define('OGP_LANG_expires_info', "用户账户过期的日期。账户不会被删除,但用户无法再登录。");
  45. define('OGP_LANG_password_mismatch', "密码不匹配。");
  46. define('OGP_LANG_current_password', "当前密码");
  47. define('OGP_LANG_current_password_info', "您的当前密码。");
  48. define('OGP_LANG_current_password_mismatch', "您当前的密码与数据库中的密码不匹配。");
  49. define('OGP_LANG_add_new_user', "添加新用户");
  50. define('OGP_LANG_edit_user_groups', "编辑用户组");
  51. define('OGP_LANG_users', "用户");
  52. define('OGP_LANG_user_role', "用户角色");
  53. define('OGP_LANG_full_name', "全名");
  54. define('OGP_LANG_edit_games', "编辑游戏");
  55. define('OGP_LANG_edit_profile', "编辑个人资料");
  56. define('OGP_LANG_confirm_password', "确认密码");
  57. define('OGP_LANG_you_need_to_enter_both_passwords', "您需要输入两次密码。");
  58. define('OGP_LANG_passwords_did_not_match', "密码不匹配。");
  59. define('OGP_LANG_could_not_add_user_because_user_already_exists', "无法添加用户,因为用户 <em>%s</em> 已存在。");
  60. define('OGP_LANG_successfully_added_user', "成功添加用户 <em>%s</em>。");
  61. define('OGP_LANG_add_a_new_user', "添加一个新用户");
  62. define('OGP_LANG_admin', "管理员");
  63. define('OGP_LANG_user', "用户");
  64. define('OGP_LANG_user_with_id_does_not_exist', "ID为 %s 的用户不存在。");
  65. define('OGP_LANG_are_you_sure_you_want_to_delete_user', "您确定要删除用户 <em>%s</em> 吗?");
  66. define('OGP_LANG_unable_to_delete_user', "无法删除用户 %s。");
  67. define('OGP_LANG_successfully_deleted_user', "成功删除用户 <b>%s</b>。");
  68. define('OGP_LANG_failed_to_update_user_profile_error', "更新用户个人资料失败。错误:%s");
  69. define('OGP_LANG_profile_of_user_modified_successfully', "成功修改用户 <b>%s</b> 的个人资料。");
  70. define('OGP_LANG_no_subusers', "没有可分配给组的子用户。请创建子用户账户。");
  71. define('OGP_LANG_ownedby', "父所有者");
  72. define('OGP_LANG_andSubUsers', " 以及他的所有子用户?");
  73. define('OGP_LANG_subusers', "子用户");
  74. define('OGP_LANG_show_subusers', "显示子用户");
  75. define('OGP_LANG_hide_subusers', "隐藏子用户");
  76. define('OGP_LANG_info_group', "从这个页面可以确定用户组。您可以分配服务器到组,以便所有组用户都可用。");
  77. define('OGP_LANG_add_new_group', "添加新组");
  78. define('OGP_LANG_group_name', "组名");
  79. define('OGP_LANG_add_group', "添加组");
  80. define('OGP_LANG_no_groups_available', "没有可用的组。");
  81. define('OGP_LANG_delete_group', "删除组");
  82. define('OGP_LANG_add_user_to_group', "将用户添加到组");
  83. define('OGP_LANG_add_user', "添加用户");
  84. define('OGP_LANG_remove_from_group', "从组中移除");
  85. define('OGP_LANG_add_server_to_group', "将服务器添加到组");
  86. define('OGP_LANG_add_server', "添加服务器");
  87. define('OGP_LANG_servers_in_group', "组中的服务器");
  88. define('OGP_LANG_no_servers_in_group', "组 %s 中没有服务器。");
  89. define('OGP_LANG_available_groups', "可用组");
  90. define('OGP_LANG_assign_homes', "分配主页");
  91. define('OGP_LANG_successfully_added_group', "成功添加组 %s。");
  92. define('OGP_LANG_group_name_empty', "组名不能为空。");
  93. define('OGP_LANG_failed_to_add_group', "添加组 %s 失败。");
  94. define('OGP_LANG_failed_to_add_group_exists_already', "名为 %s 的组已存在。请尝试使用不同的组名。");
  95. define('OGP_LANG_could_not_add_user_to_group', "无法将用户 %s 添加到组 %s,因为已经属于该组。");
  96. define('OGP_LANG_successfully_added_to_group', ">成功将 %s 添加到组 <em>%s</em>。");
  97. define('OGP_LANG_could_not_add_server_to_group', "无法将服务器添加到组 %s,因为已经属于该组。");
  98. define('OGP_LANG_successfully_added_server_to_group', "成功将服务器添加到组 <em>%s</em>。");
  99. define('OGP_LANG_successfully_removed_from_group', "成功从组 <em>%s</em> 中移除 %s。");
  100. define('OGP_LANG_could_not_delete_server_from_group', "无法从组 <em>%s</em> 中删除服务器 %s。");
  101. define('OGP_LANG_successfully_removed_server_from_group', "成功从组 <em>%s</em> 中移除服务器 %s。");
  102. define('OGP_LANG_group_with_id_does_not_exist', "%s 组不存在。");
  103. define('OGP_LANG_are_you_sure_you_want_to_delete_group', "您确定要删除组 <em>%s</em> 吗?");
  104. define('OGP_LANG_unable_to_delete_group', "无法删除 %s 组。");
  105. define('OGP_LANG_successfully_deleted_group', "成功删除组 <b>%s</b>。");
  106. define('OGP_LANG_editing_profile', "编辑个人资料:%s");
  107. define('OGP_LANG_valid_user', "请指定一个有效的用户。");
  108. define('OGP_LANG_enter_valid_username', "请输入一个有效的用户名。");
  109. define('OGP_LANG_unexpected_role', "收到意外的用户角色。");
  110. define('OGP_LANG_search', "搜索");
  111. define('OGP_LANG_api_token', "API 令牌");
  112. define('OGP_LANG_user_receives_emails', "接收电子邮件");
  113. ?>