source: extensions/Password_Policy/language/zh_CN/plugin.lang.php @ 27504

Last change on this file since 27504 was 27504, checked in by TranslationTeam, 10 years ago

[password_policy] Update zh_CN, thanks to : junwang

  • Property svn:executable set to *
File size: 3.2 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2014 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['PP_LockedUsers'] = '锁定状态';
24$lang['PP_LoginAttempts'] = '无法登录管理';
25$lang['PP_Guest is not unlockable'] = '来宾帐户不能被锁定和解锁';
26$lang['PP_Admins is not unlockable'] = '管理员账户不能被锁定和解锁';
27$lang['PP_Guest cannot be pwdreset'] = '不能设置来宾帐户的密码更新!';
28$lang['PP_Generic is not unlockable'] = '一般用户不能被锁定,也不能解锁';
29$lang['PP_Generic cannot be pwdreset'] = '通用账户不能更新密码!';
30$lang['PP_Error_Password_Need_Enforcement_%s'] = '安全:控制系统计算所选择的密码的复杂性。你的密码的复杂度太低(得分= %s)。请用以下规则选择一个更安全的新密码:<br/>
31- 使用字母和数字<br/>
32- 使用小写和大写的<br/>
33- 增加密码长度(字符数)<br />
34管理员要求密码的最低要求分数是:';
35$lang['PP_Error_Password_Mandatory'] = '安全:密码是强制性的!';
36$lang['PP_Err_Userlist_Settings'] = '这个标签只有在密码已更新或帐户已解锁后才可用';
37$lang['PP_Default user is not unlockable'] = '缺省用户不能被锁和解锁';
38$lang['PP_Disable'] = '禁用(缺省)';
39$lang['PP_Enable'] = '使能够';
40$lang['PP %d users unlocked'] = '%d用户已解锁';
41$lang['PP_Default user cannot be pwdreset'] = '缺省用户的账户不能更新密码';
42$lang['PP_Admins cannot be pwdreset'] = '管理员账户密码不能更新';
43$lang['PP_AdminPassword_Enforced'] = '适用于管理员';
44$lang['PP %d users pwdreseted'] = '%d用户需要更新密码';
45$lang['PP %d user unlocked'] = '%d用户已解锁';
46$lang['PP %d user pwdreseted'] = '%d用户需要更新密码';
47?>
Note: See TracBrowser for help on using the repository browser.