From 9d41ed8d3e8d63b1107006d1905d1f2517639f78 Mon Sep 17 00:00:00 2001
From: svncommit <devs@roundcube.net>
Date: Tue, 06 Feb 2007 04:17:01 -0500
Subject: [PATCH] updated pt_BR, clean up in localization

---
 program/localization/tw/labels.inc |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/program/localization/tw/labels.inc b/program/localization/tw/labels.inc
index d6c5ec5..9fd994e 100755
--- a/program/localization/tw/labels.inc
+++ b/program/localization/tw/labels.inc
@@ -1,18 +1,19 @@
 <?php
 
 /*
+
  +-----------------------------------------------------------------------+
  | localization/tw/labels.inc                                            |
  |                                                                       |
  | Language file of the RoundCube Webmail client                         |
- | Copyright (C) 2005, RoundCube Dev. - Switzerland                      |
+ | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland                 |
  | Licensed under the GNU GPL                                            |
  |                                                                       |
  +-----------------------------------------------------------------------+
  | Author: Ting-Hung Chiu <earrl@mmlab.cse.yzu.edu.tw>                   |
  +-----------------------------------------------------------------------+
 
- $Id$
+ @version $Id$
 
 */
 
@@ -118,7 +119,6 @@
 $labels['quicksearch']  = '快速搜尋';
 $labels['resetsearch']  = '重置搜尋';
 
-
 // message compose
 $labels['compose']  = '撰寫新郵件';
 $labels['savemessage']  = '存至草稿匣';
@@ -144,7 +144,6 @@
 $labels['nosubject']  = '(沒有標題)';
 $labels['showimages'] = '顯示圖片';
 
-
 // address boook
 $labels['name']      = '顯示名稱';
 $labels['firstname'] = '名稱';
@@ -169,7 +168,6 @@
 $labels['previouspage']   = '上一頁';
 $labels['nextpage']       = '下一頁';
 
-
 // LDAP search
 $labels['ldapsearch'] = 'LDAP 目錄搜尋';
 
@@ -179,7 +177,6 @@
 $labels['ldappublicsearchfield'] = '搜尋於此';
 $labels['ldappublicsearchform'] = '尋找聯絡人';
 $labels['ldappublicsearch'] = '搜尋';
-
 
 // settings
 $labels['settingsfor']  = '設定';
@@ -217,4 +214,4 @@
 $labels['sortasc']  = '遞增排序';
 $labels['sortdesc'] = '遞減排序';
 
-?>
+?>
\ No newline at end of file

--
Gitblit v1.9.1