From a403cdacf07656c0bbeb2c6bf00557070ef826ba Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Tue, 04 Apr 2006 17:40:13 -0400
Subject: [PATCH] Added Lithuanian localization

---
 program/localization/fi/labels.inc |   27 ++++++++++++++++++++++++++-
 1 files changed, 26 insertions(+), 1 deletions(-)

diff --git a/program/localization/fi/labels.inc b/program/localization/fi/labels.inc
index 3ea0569..2a18206 100644
--- a/program/localization/fi/labels.inc
+++ b/program/localization/fi/labels.inc
@@ -19,6 +19,7 @@
 $labels = array();
 
 // login page
+$labels['welcome']   = 'Welcome to Roundcube|Mail';
 $labels['username']  = 'Käyttäjätunnus';
 $labels['password']  = 'Salasana';
 $labels['server']    = 'Palvelin';
@@ -105,10 +106,18 @@
 $labels['none'] = 'Ei mitään';
 $labels['unread'] = 'Lukemattomat';
 
+$labels['compact'] = 'Compact';
+$labels['empty'] = 'Empty';
+$labels['purge'] = 'Purge';
+
+$labels['quota'] = 'Levytila';
+
+
 // message compose
 $labels['compose']  = 'Viestin kirjoitus';
 $labels['sendmessage']  = 'Lähetä viesti';
 $labels['addattachment']  = 'Liitetiedosto';
+$labels['charset']  = 'Merkistö';
 
 $labels['attachments'] = 'Liitetiedostot';
 $labels['upload'] = 'Lisää';
@@ -120,6 +129,7 @@
 $labels['high']    = 'Korkea';
 $labels['highest'] = 'Korkein';
 
+$labels['nosubject']  = '(ei otsikkoa)';
 $labels['showimages'] = 'Näytä kuvat';
 
 
@@ -138,11 +148,22 @@
 $labels['delete'] = 'Poista';
 
 $labels['newcontact']     = 'Luo uusi kontakti';
+$labels['addcontact']     = 'Lisää valittu kontakti osoitekirjaan';
 $labels['deletecontact']  = 'Poista valitut kontaktit';
 $labels['composeto']      = 'Kirjoita viesti kontaktille';
 $labels['contactsfromto'] = 'Kontaktit $from-$to/$count';
 $labels['print']          = 'Tulosta';
 $labels['export']         = 'Vie (export)';
+
+// LDAP search
+$labels['ldapsearch'] = 'LDAP hakemistohaku';
+
+$labels['ldappublicsearchname']    = 'Kontaktin nimi';
+$labels['ldappublicsearchtype'] = 'Tarkka osuma?';
+$labels['ldappublicserverselect'] = 'Valitse palvelimet';
+$labels['ldappublicsearchfield'] = 'Hakusana';
+$labels['ldappublicsearchform'] = 'Etsi kontaktia';
+$labels['ldappublicsearch'] = 'Hae';
 
 
 // settings
@@ -163,8 +184,9 @@
 $labels['language']  = 'Kieli';
 $labels['timezone']  = 'Aikavyöhyke';
 $labels['pagesize']  = 'Rivejä sivulla';
+$labels['signature'] = 'Allekirjoitus';
 
-
+$labels['folder']  = 'Kansio';
 $labels['folders']  = 'Kansiot';
 $labels['foldername']  = 'Kansion nimi';
 $labels['subscribed']  = 'Näytetään';
@@ -173,5 +195,8 @@
 $labels['deletefolder']  = 'Poista kansio';
 $labels['managefolders']  = 'Kansioiden ylläpito';
 
+$labels['sortby'] = 'Järjestä';
+$labels['sortasc']  = 'Järjestä nousevasti';
+$labels['sortdesc'] = 'Järjestä laskevasti';
 
 ?>
\ No newline at end of file

--
Gitblit v1.9.1