From 31230cb7cda673db7a96fb14d93dfaf9262c74cf Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Wed, 13 Aug 2014 07:09:06 -0400
Subject: [PATCH] Merge remote-tracking branch 'ispc/stable-3.0.5' into stable-3.0.5

---
 interface/web/mailuser/lib/lang/se_index.lng |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/interface/web/mailuser/lib/lang/se_index.lng b/interface/web/mailuser/lib/lang/se_index.lng
index 29fe9ea..a23c6a6 100644
--- a/interface/web/mailuser/lib/lang/se_index.lng
+++ b/interface/web/mailuser/lib/lang/se_index.lng
@@ -1,12 +1,13 @@
 <?php
-$wb['page_head_txt'] = 'Mailbox settings';
-$wb['page_desc_txt'] = 'Here you can edit the settings for the email account.';
-$wb['email_txt'] = 'Email address';
-$wb['login_txt'] = 'Login';
-$wb['server_address_txt'] = 'Mailserver address';
-$wb['cc_txt'] = 'Send copy to (CC)';
-$wb['quota_txt'] = 'Mailbox size';
-$wb['unlimited_txt'] = 'Unlimited';
+$wb['page_head_txt'] = 'Inställningar epostkonto';
+$wb['page_desc_txt'] = 'Här kan du redigera inställningar för epostkontot.';
+$wb['email_txt'] = 'Epostadress';
+$wb['login_txt'] = 'Logga in';
+$wb['server_address_txt'] = 'Epostserverns adress';
+$wb['cc_txt'] = 'Skicka kopia till (CC)';
+$wb['quota_txt'] = 'Epostkontots strlek';
+$wb['unlimited_txt'] = 'Obegränsat';
 $wb['mb_txt'] = 'MB';
-$wb['none_txt'] = 'None';
+$wb['none_txt'] = 'Inget';
 ?>
+

--
Gitblit v1.9.1