From bd0551b22076b82a6d49e9f7a2b2e0c90a1b2326 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 05 Feb 2016 07:25:27 -0500
Subject: [PATCH] Secure also downloads of addressbook exports, managesieve script exports and Enigma keys exports

---
 plugins/password/localization/zh_CN.inc |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/plugins/password/localization/zh_CN.inc b/plugins/password/localization/zh_CN.inc
index 5d14926..8fd0fef 100644
--- a/plugins/password/localization/zh_CN.inc
+++ b/plugins/password/localization/zh_CN.inc
@@ -15,14 +15,9 @@
 
  For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
 */
-
-$labels = array();
-$labels['changepasswd']  = '修改密码';
 $labels['curpasswd']  = '当前密码:';
 $labels['newpasswd']  = '新密码:';
 $labels['confpasswd']  = '确认新密码:';
-
-$messages = array();
 $messages['nopassword'] = '请输入新密码。';
 $messages['nocurpassword'] = '请输入当前的密码。';
 $messages['passwordincorrect'] = '当前密码不正确。';
@@ -33,5 +28,3 @@
 $messages['passwordshort'] = '密码至少为 $length 位。';
 $messages['passwordweak'] = '密码必须至少包含一个数字和一个标点符号。';
 $messages['passwordforbidden'] = '密码包含禁止使用的字符。';
-
-?>

--
Gitblit v1.9.1