summaryrefslogtreecommitdiff
path: root/plugins/password/localization/zh_CN.inc
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-02-10 16:01:22 +0100
committerThomas Bruederli <thomas@roundcube.net>2013-02-10 16:01:22 +0100
commitaed581b6c4c5950a1fb9b514f133ecdf3d1c827f (patch)
treef9743b818216153bf75b9797cf4ecaa117e6b682 /plugins/password/localization/zh_CN.inc
parent8e50ae9a6f8d969c5569bcf2ce0040d76dc39011 (diff)
Import all translations from Transifex
Diffstat (limited to 'plugins/password/localization/zh_CN.inc')
-rw-r--r--plugins/password/localization/zh_CN.inc46
1 files changed, 26 insertions, 20 deletions
diff --git a/plugins/password/localization/zh_CN.inc b/plugins/password/localization/zh_CN.inc
index 5e0af7cd5..5a15635e7 100644
--- a/plugins/password/localization/zh_CN.inc
+++ b/plugins/password/localization/zh_CN.inc
@@ -2,30 +2,36 @@
/*
+-----------------------------------------------------------------------+
- | localization/zh_CN/labels.inc |
+ | plugins/password/localization/<lang>.inc |
| |
- | Language file of the Roundcube Webmail client |
- | Copyright (C) 2012, The Roundcube Dev Team |
- | Licensed under the GNU General Public License |
+ | Localization file of the Roundcube Webmail Password plugin |
+ | Copyright (C) 2012-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
| |
+-----------------------------------------------------------------------+
- | Author: Christopher Meng <cickumqt@gmail.com> |
- +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
*/
$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'] = '密码包含禁止使用的字符。';
+$labels['changepasswd'] = '修改密码';
+$labels['curpasswd'] = '当前密码:';
+$labels['newpasswd'] = '新密码:';
+$labels['confpasswd'] = '确认新密码:';
+
+$messages = array();
+$messages['nopassword'] = '请输入新密码。';
+$messages['nocurpassword'] = '请输入正确的密码。';
+$messages['passwordincorrect'] = '当前密码不正确。';
+$messages['passwordinconsistency'] = '两次输入的密码不一致,请重试。';
+$messages['crypterror'] = '无法保存新密码,因为加密功能不可用。';
+$messages['connecterror'] = '无法保存新密码,因为连接出错。';
+$messages['internalerror'] = '无法保存新密码。';
+$messages['passwordshort'] = '密码必须至少为 $length 位。';
+$messages['passwordweak'] = '密码必须至少包含一个数字和一个标点符号。';
+$messages['passwordforbidden'] = '密码包含禁止使用的字符。';
+?>