From 6199a72c8e11ca8fbfba631af552ddf53b9eebf7 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Mon, 19 Nov 2012 09:30:07 -0500
Subject: [PATCH] Updated localization files from launchpad

---
 program/localization/zh_CN/labels.inc |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/program/localization/zh_CN/labels.inc b/program/localization/zh_CN/labels.inc
index 62bd376..1de39e4 100644
--- a/program/localization/zh_CN/labels.inc
+++ b/program/localization/zh_CN/labels.inc
@@ -168,8 +168,8 @@
 $labels['openinextwin'] = '在新窗口中打开';
 $labels['emlsave'] = '下载(.eml)';
 $labels['editasnew'] = '编辑为新邮件';
-$labels['savemessage'] = '保存为草稿';
 $labels['sendmessage'] = '立即发送';
+$labels['savemessage'] = '保存为草稿';
 $labels['addattachment'] = '添加附件';
 $labels['charset'] = '字符集';
 $labels['editortype'] = '编辑器类型';
@@ -297,7 +297,6 @@
 $labels['importfromfile'] = '从文件导入';
 $labels['importtarget'] = '增加新联系人到通讯录:';
 $labels['importreplace'] = '替换整个地址簿';
-$labels['importtext'] = '你可以从已有的地址簿导入联系人。目前支持从 vCard 数据格式导入地址簿。';
 $labels['done'] = '完成';
 $labels['settingsfor'] = '设置';
 $labels['about'] = '关于';
@@ -349,7 +348,6 @@
 $labels['showinlineimages'] = '在邮件下方显示附件中的图片';
 $labels['autosavedraft'] = '自动保存到草稿箱';
 $labels['everynminutes'] = '每隔 $n 分钟';
-$labels['keepalive'] = '检查新邮件';
 $labels['never'] = '从不';
 $labels['immediately'] = '立即';
 $labels['messagesdisplaying'] = '显示参数';

--
Gitblit v1.9.1