From 62f36c4124439902e24f34d7f33c8ee4596d0d04 Mon Sep 17 00:00:00 2001
From: Andreas Gohr <andi@splitbrain.org>
Date: Mon, 21 Jul 2008 21:02:06 +0200
Subject: [PATCH] Swedish language update

darcs-hash:20080721190206-7ad00-e7e39ca36841d60f066ab1bdbf49b48c26a807e2.gz
---
 inc/lang/sv/lang.php                     | 2 ++
 lib/plugins/acl/lang/sv/lang.php         | 1 +
 lib/plugins/config/lang/sv/lang.php      | 1 +
 lib/plugins/plugin/lang/sv/lang.php      | 1 +
 lib/plugins/popularity/lang/sv/lang.php  | 1 +
 lib/plugins/revert/lang/sv/lang.php      | 1 +
 lib/plugins/usermanager/lang/sv/lang.php | 1 +
 7 files changed, 8 insertions(+)

diff --git a/inc/lang/sv/lang.php b/inc/lang/sv/lang.php
index 2bcec66a1..5512a483d 100644
--- a/inc/lang/sv/lang.php
+++ b/inc/lang/sv/lang.php
@@ -9,6 +9,7 @@
  * @author HÃ¥kan Sandell <hakan.sandell[at]mydata.se>
  * @author Dennis Karlsson
  * @author Tormod Otter Johansson <tormod@latast.se>
+ * @author emil@sys.nu
  */
 $lang['encoding']              = 'utf-8';
 $lang['direction']             = 'ltr';
@@ -215,6 +216,7 @@ $lang['mu_intro']              = 'Här kan du ladda upp flera filer på en gång
 $lang['mu_gridname']           = 'Filnamn';
 $lang['mu_gridsize']           = 'Storlek';
 $lang['mu_gridstat']           = 'Status';
+$lang['mu_namespace']          = 'Namnrymd';
 $lang['mu_browse']             = 'Bläddra';
 $lang['mu_toobig']             = 'för stor';
 $lang['mu_ready']              = 'redo att ladda upp';
diff --git a/lib/plugins/acl/lang/sv/lang.php b/lib/plugins/acl/lang/sv/lang.php
index 19ba4886b..2bf08f29a 100644
--- a/lib/plugins/acl/lang/sv/lang.php
+++ b/lib/plugins/acl/lang/sv/lang.php
@@ -8,6 +8,7 @@
  * @author HÃ¥kan Sandell <hakan.sandell[at]mydata.se>
  * @author Dennis Karlsson
  * @author Tormod Otter Johansson <tormod@latast.se>
+ * @author emil@sys.nu
  */
 $lang['admin_acl']             = 'Hantera behörighetslistan (ACL)';
 $lang['acl_group']             = 'Grupp';
diff --git a/lib/plugins/config/lang/sv/lang.php b/lib/plugins/config/lang/sv/lang.php
index ddfb1344e..610286874 100644
--- a/lib/plugins/config/lang/sv/lang.php
+++ b/lib/plugins/config/lang/sv/lang.php
@@ -8,6 +8,7 @@
  * @author HÃ¥kan Sandell <hakan.sandell[at]mydata.se>
  * @author Dennis Karlsson
  * @author Tormod Otter Johansson <tormod@latast.se>
+ * @author emil@sys.nu
  */
 $lang['menu']                  = 'Hantera inställningar';
 $lang['error']                 = 'Inställningarna uppdaterades inte på grund av ett felaktigt värde. Titta igenom dina ändringar och försök sedan spara igen.
diff --git a/lib/plugins/plugin/lang/sv/lang.php b/lib/plugins/plugin/lang/sv/lang.php
index a18bb60b5..e840a7dd4 100644
--- a/lib/plugins/plugin/lang/sv/lang.php
+++ b/lib/plugins/plugin/lang/sv/lang.php
@@ -8,6 +8,7 @@
  * @author HÃ¥kan Sandell <hakan.sandell[at]mydata.se>
  * @author Dennis Karlsson
  * @author Tormod Otter Johansson <tormod@latast.se>
+ * @author emil@sys.nu
  */
 $lang['menu']                  = 'Hantera insticksmoduler';
 $lang['download']              = 'Ladda ned och installera en ny insticksmodul';
diff --git a/lib/plugins/popularity/lang/sv/lang.php b/lib/plugins/popularity/lang/sv/lang.php
index 33687bcb8..c7cd5f5c3 100644
--- a/lib/plugins/popularity/lang/sv/lang.php
+++ b/lib/plugins/popularity/lang/sv/lang.php
@@ -5,6 +5,7 @@
  * @author HÃ¥kan Sandell <hakan.sandell[at]mydata.se>
  * @author Dennis Karlsson
  * @author Tormod Otter Johansson <tormod@latast.se>
+ * @author emil@sys.nu
  */
 $lang['name']                  = 'Popularitetsfeedback (det kan ta en stund att ladda sidan)';
 $lang['submit']                = 'Sänd data';
diff --git a/lib/plugins/revert/lang/sv/lang.php b/lib/plugins/revert/lang/sv/lang.php
index 8f54dd46e..59e62fd11 100644
--- a/lib/plugins/revert/lang/sv/lang.php
+++ b/lib/plugins/revert/lang/sv/lang.php
@@ -7,6 +7,7 @@
  * @author HÃ¥kan Sandell <hakan.sandell[at]mydata.se>
  * @author Dennis Karlsson
  * @author Tormod Otter Johansson <tormod@latast.se>
+ * @author emil@sys.nu
  */
 $lang['menu']                  = 'Hantera återställningar';
 $lang['filter']                = 'Sök efter spamsidor';
diff --git a/lib/plugins/usermanager/lang/sv/lang.php b/lib/plugins/usermanager/lang/sv/lang.php
index 3b6d20be3..c7842af0f 100644
--- a/lib/plugins/usermanager/lang/sv/lang.php
+++ b/lib/plugins/usermanager/lang/sv/lang.php
@@ -7,6 +7,7 @@
  * @author HÃ¥kan Sandell <hakan.sandell[at]mydata.se>
  * @author Dennis Karlsson
  * @author Tormod Otter Johansson <tormod@latast.se>
+ * @author emil@sys.nu
  */
 $lang['menu']                  = 'Hantera användare';
 $lang['noauth']                = '(användarautentisering ej tillgänlig)';
-- 
GitLab