| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- <?php
- /*
- *
- * OGP - Open Game Panel
- * Copyright (C) 2008 - 2018 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_your_profile', "您的个人资料");
- define('OGP_LANG_new_password', "新密码");
- define('OGP_LANG_retype_new_password', "重新输入新密码");
- define('OGP_LANG_login_name', "登录名");
- define('OGP_LANG_language', "语言");
- define('OGP_LANG_first_name', "名字");
- define('OGP_LANG_page_limit', "每页项目数");
- define('OGP_LANG_page_limit_info', "每页显示的项目数。项目数不能少于10。");
- define('OGP_LANG_last_name', "姓氏");
- define('OGP_LANG_phone_number', "电话号码");
- define('OGP_LANG_email_address', "电子邮件地址");
- define('OGP_LANG_city', "城市");
- define('OGP_LANG_province', "省份");
- define('OGP_LANG_country', "国家");
- define('OGP_LANG_comment', "评论");
- define('OGP_LANG_expires', "过期");
- define('OGP_LANG_save_profile', "保存个人资料");
- define('OGP_LANG_new_password_info', "当密码字段为空时,密码将不会更新。");
- define('OGP_LANG_theme', "主题");
- define('OGP_LANG_theme_info', "如果主题为空,则使用全局值。");
- define('OGP_LANG_expires_info', "用户账户过期的日期。账户不会被删除,但用户无法再登录。");
- define('OGP_LANG_password_mismatch', "密码不匹配。");
- define('OGP_LANG_current_password', "当前密码");
- define('OGP_LANG_current_password_info', "您的当前密码。");
- define('OGP_LANG_current_password_mismatch', "您当前的密码与数据库中的密码不匹配。");
- define('OGP_LANG_add_new_user', "添加新用户");
- define('OGP_LANG_edit_user_groups', "编辑用户组");
- define('OGP_LANG_users', "用户");
- define('OGP_LANG_user_role', "用户角色");
- define('OGP_LANG_full_name', "全名");
- define('OGP_LANG_edit_games', "编辑游戏");
- define('OGP_LANG_edit_profile', "编辑个人资料");
- define('OGP_LANG_confirm_password', "确认密码");
- define('OGP_LANG_you_need_to_enter_both_passwords', "您需要输入两次密码。");
- define('OGP_LANG_passwords_did_not_match', "密码不匹配。");
- define('OGP_LANG_could_not_add_user_because_user_already_exists', "无法添加用户,因为用户 <em>%s</em> 已存在。");
- define('OGP_LANG_successfully_added_user', "成功添加用户 <em>%s</em>。");
- define('OGP_LANG_add_a_new_user', "添加一个新用户");
- define('OGP_LANG_admin', "管理员");
- define('OGP_LANG_user', "用户");
- define('OGP_LANG_user_with_id_does_not_exist', "ID为 %s 的用户不存在。");
- define('OGP_LANG_are_you_sure_you_want_to_delete_user', "您确定要删除用户 <em>%s</em> 吗?");
- define('OGP_LANG_unable_to_delete_user', "无法删除用户 %s。");
- define('OGP_LANG_successfully_deleted_user', "成功删除用户 <b>%s</b>。");
- define('OGP_LANG_failed_to_update_user_profile_error', "更新用户个人资料失败。错误:%s");
- define('OGP_LANG_profile_of_user_modified_successfully', "成功修改用户 <b>%s</b> 的个人资料。");
- define('OGP_LANG_no_subusers', "没有可分配给组的子用户。请创建子用户账户。");
- define('OGP_LANG_ownedby', "父所有者");
- define('OGP_LANG_andSubUsers', " 以及他的所有子用户?");
- define('OGP_LANG_subusers', "子用户");
- define('OGP_LANG_show_subusers', "显示子用户");
- define('OGP_LANG_hide_subusers', "隐藏子用户");
- define('OGP_LANG_info_group', "从这个页面可以确定用户组。您可以分配服务器到组,以便所有组用户都可用。");
- define('OGP_LANG_add_new_group', "添加新组");
- define('OGP_LANG_group_name', "组名");
- define('OGP_LANG_add_group', "添加组");
- define('OGP_LANG_no_groups_available', "没有可用的组。");
- define('OGP_LANG_delete_group', "删除组");
- define('OGP_LANG_add_user_to_group', "将用户添加到组");
- define('OGP_LANG_add_user', "添加用户");
- define('OGP_LANG_remove_from_group', "从组中移除");
- define('OGP_LANG_add_server_to_group', "将服务器添加到组");
- define('OGP_LANG_add_server', "添加服务器");
- define('OGP_LANG_servers_in_group', "组中的服务器");
- define('OGP_LANG_no_servers_in_group', "组 %s 中没有服务器。");
- define('OGP_LANG_available_groups', "可用组");
- define('OGP_LANG_assign_homes', "分配主页");
- define('OGP_LANG_successfully_added_group', "成功添加组 %s。");
- define('OGP_LANG_group_name_empty', "组名不能为空。");
- define('OGP_LANG_failed_to_add_group', "添加组 %s 失败。");
- define('OGP_LANG_failed_to_add_group_exists_already', "名为 %s 的组已存在。请尝试使用不同的组名。");
- define('OGP_LANG_could_not_add_user_to_group', "无法将用户 %s 添加到组 %s,因为已经属于该组。");
- define('OGP_LANG_successfully_added_to_group', ">成功将 %s 添加到组 <em>%s</em>。");
- define('OGP_LANG_could_not_add_server_to_group', "无法将服务器添加到组 %s,因为已经属于该组。");
- define('OGP_LANG_successfully_added_server_to_group', "成功将服务器添加到组 <em>%s</em>。");
- define('OGP_LANG_successfully_removed_from_group', "成功从组 <em>%s</em> 中移除 %s。");
- define('OGP_LANG_could_not_delete_server_from_group', "无法从组 <em>%s</em> 中删除服务器 %s。");
- define('OGP_LANG_successfully_removed_server_from_group', "成功从组 <em>%s</em> 中移除服务器 %s。");
- define('OGP_LANG_group_with_id_does_not_exist', "%s 组不存在。");
- define('OGP_LANG_are_you_sure_you_want_to_delete_group', "您确定要删除组 <em>%s</em> 吗?");
- define('OGP_LANG_unable_to_delete_group', "无法删除 %s 组。");
- define('OGP_LANG_successfully_deleted_group', "成功删除组 <b>%s</b>。");
- define('OGP_LANG_editing_profile', "编辑个人资料:%s");
- define('OGP_LANG_valid_user', "请指定一个有效的用户。");
- define('OGP_LANG_enter_valid_username', "请输入一个有效的用户名。");
- define('OGP_LANG_unexpected_role', "收到意外的用户角色。");
- define('OGP_LANG_search', "搜索");
- define('OGP_LANG_api_token', "API 令牌");
- define('OGP_LANG_user_receives_emails', "接收电子邮件");
- ?>
|