summaryrefslogtreecommitdiff
path: root/plugins/password/localization/zh_CN.inc
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-10-04 10:01:32 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-10-04 10:01:32 +0200
commitfa3a6193155d4f1cc9f0714fe49685679f681c64 (patch)
treebfec58576e9c1c67c699844fee2db033916fc9c8 /plugins/password/localization/zh_CN.inc
parent05c4edf34bcff89fcae80389e890fa07271f5275 (diff)
Imported recent launchpad translations
Diffstat (limited to 'plugins/password/localization/zh_CN.inc')
-rw-r--r--plugins/password/localization/zh_CN.inc31
1 files changed, 31 insertions, 0 deletions
diff --git a/plugins/password/localization/zh_CN.inc b/plugins/password/localization/zh_CN.inc
new file mode 100644
index 000000000..5e0af7cd5
--- /dev/null
+++ b/plugins/password/localization/zh_CN.inc
@@ -0,0 +1,31 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/zh_CN/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Christopher Meng <cickumqt@gmail.com> |
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['changepasswd'] = '修改密码';
+$labels['curpasswd'] = '当前密码:';
+$labels['newpasswd'] = '新密码:';
+$labels['confpasswd'] = '确认新密码:';
+$labels['nopassword'] = '请输入新密码。';
+$labels['nocurpassword'] = '请输入正确的密码。';
+$labels['passwordincorrect'] = '当前密码不正确。';
+$labels['passwordinconsistency'] = '两次输入的密码不一致,请重试。';
+$labels['crypterror'] = '无法保存新密码,因为加密功能不可用。';
+$labels['connecterror'] = '无法保存新密码,因为连接出错。';
+$labels['internalerror'] = '无法保存新密码。';
+$labels['passwordshort'] = '密码必须至少为 $length 位。';
+$labels['passwordweak'] = '密码必须至少包含一个数字和一个标点符号。';
+$labels['passwordforbidden'] = '密码包含禁止使用的字符。';
+