From ab92527535acf42fee17c0ca73ee073ac07c85e4 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Tue, 01 May 2007 13:45:34 -0400
Subject: [PATCH] Corrected French and Slovenian localization

---
 program/localization/si/labels.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/program/localization/si/labels.inc b/program/localization/si/labels.inc
index 7ac66d8..170c330 100755
--- a/program/localization/si/labels.inc
+++ b/program/localization/si/labels.inc
@@ -19,7 +19,7 @@
 */
 
 $labels = array();
-$labels['welcome'] = 'Bobrodošel v $product';
+$labels['welcome'] = 'Dobrodošel v $product';
 $labels['username'] = 'Uporabniško ime';
 $labels['password'] = 'Geslo';
 $labels['server'] = 'Strežnik';
@@ -104,7 +104,7 @@
 $labels['savemessage'] = 'Shrani kot osnutek';
 $labels['addattachment'] = 'Pripni datoteko';
 $labels['charset'] = 'Nabor znakov';
-$labels['editortype'] = 'Tip editorja';
+$labels['editortype'] = 'Vrsta urejevalnika';
 $labels['returnreceipt'] = 'Potrdilo prejemnika';
 $labels['checkspelling'] = 'Preglej pravopis';
 $labels['resumeediting'] = 'Nadaljuj z urejanjem';

--
Gitblit v1.9.1