diff options
author | svncommit <devs@roundcube.net> | 2007-02-06 09:17:01 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2007-02-06 09:17:01 +0000 |
commit | 9d41ed8d3e8d63b1107006d1905d1f2517639f78 (patch) | |
tree | efe47b02e0439347cea0c59a746696a489b47182 /program/localization/fi/labels.inc | |
parent | ecfd13987a4d2820cbbbcdd8a8f98f4b8212dd6b (diff) |
updated pt_BR, clean up in localization
Diffstat (limited to 'program/localization/fi/labels.inc')
-rw-r--r-- | 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 87dcc8bef..43967ddd0 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 @@ $labels['organization'] = 'Organisaatio'; // 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['wednesday'] = 'Keskiviikko'; $labels['thursday'] = 'Torstai'; $labels['friday'] = 'Perjantai'; $labels['saturday'] = 'Lauantai'; - $labels['today'] = 'Tänään'; // toolbar buttons @@ -111,7 +106,6 @@ $labels['purge'] = 'Purge'; $labels['quota'] = 'Levytila'; - // message compose $labels['compose'] = 'Viestin kirjoitus'; $labels['sendmessage'] = 'Lähetä viesti'; @@ -131,7 +125,6 @@ $labels['highest'] = 'Korkein'; $labels['nosubject'] = '(ei otsikkoa)'; $labels['showimages'] = 'Näytä kuvat'; - // address boook $labels['name'] = 'Näkyvä nimi'; $labels['firstname'] = 'Etunimi'; @@ -164,7 +157,6 @@ $labels['ldappublicsearchfield'] = 'Hakusana'; $labels['ldappublicsearchform'] = 'Etsi kontaktia'; $labels['ldappublicsearch'] = 'Hae'; - // settings $labels['settingsfor'] = 'Asetukset'; |