From c9d09bbe43f268c11cadc9846652ff33521edf6c Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Wed, 25 Jan 2006 15:10:12 -0500
Subject: [PATCH] Updated localizations

---
 program/localization/cn/labels.inc |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/program/localization/cn/labels.inc b/program/localization/cn/labels.inc
index 6d72f76..315775f 100644
--- a/program/localization/cn/labels.inc
+++ b/program/localization/cn/labels.inc
@@ -17,8 +17,6 @@
 
 */
 
-$utf8_decoding = TRUE;
-
 $labels = array();
 
 // login page
@@ -56,7 +54,7 @@
 $labels['reply-to'] = $labels['回复到'];
 
 $labels['mailboxlist'] = '文件夹';
-$labels['messagesfromto'] = 'Messages $from to $to of $count';
+$labels['messagesfromto'] = '邮件 $from 到 $to 总共 $count';
 $labels['messagenrof'] = 'Message $nr of $count';
 
 $labels['moveto']   = '移动到...';
@@ -142,7 +140,7 @@
 $labels['newcontact']     = '建立新的联系信息';
 $labels['deletecontact']  = '删除所选择的联系信息';
 $labels['composeto']      = '给所选择的联系人发送邮件';
-$labels['contactsfromto'] = 'Contacts $from to $to of $count';
+$labels['contactsfromto'] = '联系人 $from 到 $to 总共 $count';
 $labels['print']          = '打印';
 $labels['export']         = '导出';
 
@@ -154,7 +152,7 @@
 $labels['userpreferences']  = '用户参数';
 $labels['editpreferences']  = '编辑用户参数';
 
-$labels['identities']  = '法件人标识';
+$labels['identities']  = '发件人身份';
 $labels['manageidentities']  = '管理帐号资料';
 $labels['newidentity']  = '建立新标识';
 
@@ -164,7 +162,7 @@
 $labels['setdefault']  = '设置为默认';
 $labels['language']  = '语言';
 $labels['timezone']  = '时区';
-$labels['pagesize']  = '每页行数';
+$labels['pagesize']  = '每页邮件数';
 
 
 $labels['folders']  = '文件夹';

--
Gitblit v1.9.1