From ef2e7b3f9d264ec146d4dae257b1e295ab3b462a Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Tue, 21 Apr 2015 12:45:58 +0200 Subject: updates - plugins as a separate git folder --- plugins/password/localization/zh_CN.inc | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 plugins/password/localization/zh_CN.inc (limited to 'plugins/password/localization/zh_CN.inc') diff --git a/plugins/password/localization/zh_CN.inc b/plugins/password/localization/zh_CN.inc deleted file mode 100644 index 681e5c7e2..000000000 --- a/plugins/password/localization/zh_CN.inc +++ /dev/null @@ -1,31 +0,0 @@ -.inc | - | | - | 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. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ -*/ -$labels['curpasswd'] = '当前密码:'; -$labels['newpasswd'] = '新密码:'; -$labels['confpasswd'] = '确认新密码:'; -$messages['nopassword'] = '请输入新密码。'; -$messages['nocurpassword'] = '请输入当前的密码。'; -$messages['passwordincorrect'] = '当前密码不正确。'; -$messages['passwordinconsistency'] = '两次输入的密码不一致,请重试。'; -$messages['crypterror'] = '无法保存新密码,缺少加密功能。'; -$messages['connecterror'] = '无法保存新密码,连接出错。'; -$messages['internalerror'] = '无法保存新密码。'; -$messages['passwordshort'] = '密码至少为 $length 位。'; -$messages['passwordweak'] = '密码必须至少包含一个数字和一个标点符号。'; -$messages['passwordforbidden'] = '密码包含禁止使用的字符。'; -?> -- cgit v1.2.3