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

---
 program/localization/zh_CN/labels.inc |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/program/localization/zh_CN/labels.inc b/program/localization/zh_CN/labels.inc
index b0f2dc1..be58a06 100644
--- a/program/localization/zh_CN/labels.inc
+++ b/program/localization/zh_CN/labels.inc
@@ -5,7 +5,7 @@
  | localization/<lang>/labels.inc                                        |
  |                                                                       |
  | Localization file of the Roundcube Webmail client                     |
- | Copyright (C) 2005-2013, The Roundcube Dev Team                       |
+ | Copyright (C) 2005-2015, The Roundcube Dev Team                       |
  |                                                                       |
  | Licensed under the GNU General Public License version 3 or            |
  | any later version with exceptions for skins & plugins.                |
@@ -221,6 +221,7 @@
 $labels['revertto']      = '恢复至';
 $labels['restore'] = '恢复信息';
 $labels['restoremessage'] = '是否恢复信息?';
+$labels['ignore'] = '忽略';
 $labels['responses'] = '回复';
 $labels['insertresponse'] = '插入回复';
 $labels['manageresponses'] = '管理回复';
@@ -233,7 +234,7 @@
 $labels['attach'] = '附加';
 $labels['attachments'] = '附件';
 $labels['upload'] = '上传';
-$labels['uploadprogress'] = '$percent ($current / $total)';
+$labels['uploadprogress'] = '$percent ($current of $total)';
 $labels['close']  = '关闭';
 $labels['messageoptions']  = '邮件选项...';
 $labels['togglecomposeoptions'] = '切换布局选项';
@@ -293,10 +294,11 @@
 $labels['spouse'] = '配偶';
 $labels['allfields'] = '所有栏目';
 $labels['search'] = '查询';
-$labels['searchfor'] = '查找"$q"';
+$labels['searchresult'] = '查找结果';
 $labels['advsearch'] = '高级查询';
 $labels['advanced'] = '高级选项';
 $labels['other'] = '其他';
+$labels['printcontact'] = '打印联系人';
 $labels['typehome']   = '家庭';
 $labels['typework']   = '工作';
 $labels['typeother']  = '其他';
@@ -337,6 +339,7 @@
 $labels['exportsel']      = '导出选中';
 $labels['exportvcards']   = '导出联系人为 vCard 格式';
 $labels['newgroup']       = '创建新组';
+$labels['addgroup']       = '新建组';
 $labels['grouprename']    = '重命名群组';
 $labels['groupdelete']    = '删除群组';
 $labels['groupremoveselected'] = '删除选中';
@@ -405,7 +408,7 @@
 $labels['autosend'] = '自动发送';
 $labels['autosendknown'] = '对我的联系人发送回执,否则询问';
 $labels['autosendknownignore'] = '对我的联系人发送回执,否则忽略';
-$labels['ignore'] = '忽略';
+$labels['ignorerequest'] = '忽略请求';
 $labels['readwhendeleted'] = '删除后标记为已读';
 $labels['flagfordeletion'] = '标记邮件为已删除而不是实际删除';
 $labels['skipdeleted'] = '不显示标记为已删除的邮件';
@@ -427,7 +430,6 @@
 $labels['miscfolding'] = 'RFC 2047/2232(MS Outlook)';
 $labels['2047folding'] = '完整的 RFC 2047(其它)';
 $labels['force7bit'] = '对 8 位字符使用 MIME 编码';
-$labels['savelocalstorage'] = "";
 $labels['advancedoptions'] = '高级选项';
 $labels['toggleadvancedoptions'] = '切换高级选项';
 $labels['focusonnewmessage'] = '新邮件到达时将窗口提升为焦点窗口';
@@ -491,6 +493,9 @@
 $labels['personalfolder'] = '私有文件夹';
 $labels['otherfolder'] = '他人文件夹';
 $labels['sharedfolder'] = '共享文件夹';
+$labels['findfolders'] = '查找文件夹';
+$labels['namespace.other'] = '其他用户';
+$labels['namespace.shared'] = '已共享';
 $labels['sortby'] = '排序';
 $labels['sortasc']  = '递增排序';
 $labels['sortdesc'] = '递减排序';
@@ -561,7 +566,5 @@
 $labels['arialabelidentityeditfrom'] = '标识编辑表单';
 $labels['arialabelresonseeditfrom'] = '回复编辑表单';
 $labels['helplistnavigation'] = '列表键盘导航';
-$labels['helplistkeyboardnavigation'] = "";
-$labels['helplistkeyboardnavmessages'] = "";
 $labels['helplistkeyboardnavcontacts'] = "回车:打开选中的联系人";
 ?>

--
Gitblit v1.9.1