You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

zh_CN.inc 2.4KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?php
  2. /*
  3. +-----------------------------------------------------------------------+
  4. | plugins/password/localization/<lang>.inc |
  5. | |
  6. | Localization file of the Roundcube Webmail Password plugin |
  7. | Copyright (C) 2012-2013, The Roundcube Dev Team |
  8. | |
  9. | Licensed under the GNU General Public License version 3 or |
  10. | any later version with exceptions for skins & plugins. |
  11. | See the README file for a full license statement. |
  12. | |
  13. +-----------------------------------------------------------------------+
  14. For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
  15. */
  16. $labels['changepasswd'] = '修改密码';
  17. $labels['curpasswd'] = '当前密码:';
  18. $labels['newpasswd'] = '新密码:';
  19. $labels['confpasswd'] = '确认新密码:';
  20. $messages['nopassword'] = '请输入新密码。';
  21. $messages['nocurpassword'] = '请输入当前的密码。';
  22. $messages['passwordincorrect'] = '当前密码不正确。';
  23. $messages['passwordinconsistency'] = '两次输入的密码不一致,请重试。';
  24. $messages['crypterror'] = '无法保存新密码,缺少加密功能。';
  25. $messages['connecterror'] = '无法保存新密码,连接出错。';
  26. $messages['internalerror'] = '无法保存新密码。';
  27. $messages['passwordshort'] = '密码至少为 $length 位。';
  28. $messages['passwordweak'] = '密码必须至少包含一个数字和一个标点符号。';
  29. $messages['passwordforbidden'] = '密码包含禁止使用的字符。';
  30. $messages['firstloginchange'] = '这是你第一次登录邮箱,请修改邮箱密码。';
  31. $messages['disablednotice'] = '系统目前正在维护,密码修改功能无法使用。我们会很快回来,给您带来不便深表歉意。';
  32. $messages['passwinhistory'] = '此密码以前使用过。';
  33. $messages['samepasswd'] = '新密码不能与旧密码相同。';
  34. $messages['passwdexpirewarning'] = '警告!您的密码即将过期,请在 $expirationdatetime 前更改。';
  35. $messages['passwdexpired'] = '您的密码已过期,您现在必须更改!';
  36. $messages['passwdconstraintviolation'] = '密码约束违规。密码可能太弱了。';