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/fi/labels.inc |   14 +++-----------
 1 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/program/localization/fi/labels.inc b/program/localization/fi/labels.inc
index 87dcc8b..43967dd 100644
--- a/program/localization/fi/labels.inc
+++ b/program/localization/fi/labels.inc
@@ -1,18 +1,19 @@
 <?php
 
 /*
+
  +-----------------------------------------------------------------------+
  | language/fi/labels.inc                                                |
  |                                                                       |
  | Language file of the RoundCube Webmail client                         |
- | Copyright (C) 2005, RoundQube Dev. - Switzerland                      |
+ | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland                 |
  | Licensed under the GNU GPL                                            |
  |                                                                       |
  +-----------------------------------------------------------------------+
  | Author: Ville Alatalo <ville@alatalo.org>                             |
  +-----------------------------------------------------------------------+
 
- $Id$
+ @version $Id$
 
 */
 
@@ -51,21 +52,16 @@
 
 // aliases
 $labels['reply-to'] = $labels['replyto'];
-
 $labels['mailboxlist'] = 'Kansiot';
 $labels['messagesfromto'] = 'Viestit $from-$to/$count';
 $labels['messagenrof'] = 'Viesti $nr/$count';
-
 $labels['moveto']   = 'siirrä...';
 $labels['download'] = 'lataa';
-
 $labels['filename'] = 'Tiedoston nimi';
 $labels['filesize'] = 'Tiedoston koko';
-
 $labels['preferhtml'] = 'Käytä HTML:aa';
 $labels['htmlmessage'] = 'HTML-viesti';
 $labels['prettydate'] = 'Nätit päiväykset';
-
 $labels['addtoaddressbook'] = 'Lisää osoitekirjaan';
 
 // weekdays short
@@ -85,7 +81,6 @@
 $labels['thursday']  = 'Torstai';
 $labels['friday']    = 'Perjantai';
 $labels['saturday']  = 'Lauantai';
-
 $labels['today'] = 'Tänään';
 
 // toolbar buttons
@@ -111,7 +106,6 @@
 
 $labels['quota'] = 'Levytila';
 
-
 // message compose
 $labels['compose']  = 'Viestin kirjoitus';
 $labels['sendmessage']  = 'Lähetä viesti';
@@ -130,7 +124,6 @@
 
 $labels['nosubject']  = '(ei otsikkoa)';
 $labels['showimages'] = 'Näytä kuvat';
-
 
 // address boook
 $labels['name']      = 'Näkyvä nimi';
@@ -163,7 +156,6 @@
 $labels['ldappublicsearchfield'] = 'Hakusana';
 $labels['ldappublicsearchform'] = 'Etsi kontaktia';
 $labels['ldappublicsearch'] = 'Hae';
-
 
 // settings
 $labels['settingsfor']  = 'Asetukset';

--
Gitblit v1.9.1