From 911e8922ee9e53572243318d7b9b3f21308a7047 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 04 Sep 2008 13:13:56 -0400
Subject: [PATCH] - zh_CB update

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

diff --git a/program/localization/zh_CN/labels.inc b/program/localization/zh_CN/labels.inc
index 087cb7c..05e2e7e 100644
--- a/program/localization/zh_CN/labels.inc
+++ b/program/localization/zh_CN/labels.inc
@@ -184,6 +184,12 @@
 $labels['lastpage'] = '最后一页';
 $labels['groups'] = '分组';
 $labels['personaladrbook'] = '个人住址';
+$labels['import'] = '导入';
+$labels['importcontacts'] = '导入联系人';
+$labels['importfromfile'] = '从文件导入';
+$labels['importreplace'] = '替换整个地址簿';
+$labels['importtext'] = '你可以从已有的地址簿导入联系人。目前支持从 vCard 数据格式导入地址簿。';
+$labels['done'] = '完成';
 $labels['settingsfor'] = '设置';
 $labels['preferences'] = '偏好设置';
 $labels['userpreferences'] = '个人偏好';

--
Gitblit v1.9.1