From 11a485deee62d79aed91db8fc6c1cc45d3b4871a Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Sun, 07 Sep 2008 13:14:43 -0400
Subject: [PATCH] - zh_CN update

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

diff --git a/program/localization/zh_CN/labels.inc b/program/localization/zh_CN/labels.inc
index 05e2e7e..df30313 100644
--- a/program/localization/zh_CN/labels.inc
+++ b/program/localization/zh_CN/labels.inc
@@ -155,6 +155,7 @@
 $labels['plaintoggle'] = '纯文本';
 $labels['savesentmessagein'] = '将已发送邮件保存到';
 $labels['dontsave'] = '不保存';
+$labels['maxuploadsize'] = '允许的最大文件大小是 $size';
 $labels['addcc'] = '添加抄送';
 $labels['addbcc'] = '添加密送';
 $labels['addreplyto'] = '添加回复';
@@ -178,6 +179,7 @@
 $labels['contactsfromto'] = '第 $from 到 $to 个联系人,共 $count 个';
 $labels['print'] = '打印';
 $labels['export'] = '导出';
+$labels['exportvcards'] = '以 vCard 格式导出联系人';
 $labels['previouspage'] = '上一页';
 $labels['firstpage'] = '第一页';
 $labels['nextpage'] = '下一页';
@@ -200,6 +202,7 @@
 $labels['newitem'] = '添加条目';
 $labels['edititem'] = '修改条目';
 $labels['setdefault'] = '设为默认';
+$labels['autodetect'] = '自动';
 $labels['language'] = '语言';
 $labels['timezone'] = '时区';
 $labels['pagesize'] = '每页显示的邮件数量';

--
Gitblit v1.9.1