diff --git a/inc/lang/da/lang.php b/inc/lang/da/lang.php
index 00f027045a251d7ce8799bfdc4c0801a4205d922..445bf9fec9b7e0d9353862f6f62c11be8597ff55 100644
--- a/inc/lang/da/lang.php
+++ b/inc/lang/da/lang.php
@@ -1,8 +1,11 @@
 <?php
 
 /**
+ *
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
  *
+ *
+ * @author Jon Theil Nielsen <jontheil@gmail.com>
  * @author koeppe <koeppe@kazur.dk>
  * @author Jon Bendtsen <bendtsen@diku.dk>
  * @author Lars Næsbye Christensen <larsnaesbye@stud.ku.dk>
@@ -12,13 +15,11 @@
  * @author Daniel Ejsing-Duun <dokuwiki@zilvador.dk>
  * @author Erik Bjørn Pedersen <erik.pedersen@shaw.ca>
  * @author rasmus@kinnerup.com
- * @author Michael Pedersen subben@gmail.com
  * @author Mikael Lyngvig <mikael@lyngvig.org>
  * @author Soren Birk <soer9648@hotmail.com>
  * @author Jens Hyllegaard <jens.hyllegaard@gmail.com>
  * @author soer9648 <soer9648@eucl.dk>
  * @author Søren Birk <sbi@eucl.dk>
- * @author Søren Birk <soer9648@eucl.dk>
  * @author Jacob Palm <mail@jacobpalm.dk>
  */
 $lang['encoding']              = 'utf-8';
diff --git a/lib/plugins/acl/lang/da/lang.php b/lib/plugins/acl/lang/da/lang.php
index 287356f1d453be627ace3b428dd060dee0a05e94..f58f64407ceda6baeea420fccf702b9efe3a1333 100644
--- a/lib/plugins/acl/lang/da/lang.php
+++ b/lib/plugins/acl/lang/da/lang.php
@@ -1,8 +1,10 @@
 <?php
 
 /**
+ *
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
  *
+ *
  * @author koeppe <koeppe@kazur.dk>
  * @author Jon Bendtsen <bendtsen@diku.dk>
  * @author Lars Næsbye Christensen <larsnaesbye@stud.ku.dk>
@@ -12,7 +14,6 @@
  * @author Daniel Ejsing-Duun <dokuwiki@zilvador.dk>
  * @author Erik Bjørn Pedersen <erik.pedersen@shaw.ca>
  * @author rasmus@kinnerup.com
- * @author Michael Pedersen subben@gmail.com
  * @author Mikael Lyngvig <mikael@lyngvig.org>
  */
 $lang['admin_acl']             = 'Rettighedsadministration';
diff --git a/lib/plugins/authad/lang/da/lang.php b/lib/plugins/authad/lang/da/lang.php
index 6badbafcc739aa1e5c38d56f9ff1fa45ae77c190..3dda6b4d5f8919e5ab551b4ffc57689bda4fa3ae 100644
--- a/lib/plugins/authad/lang/da/lang.php
+++ b/lib/plugins/authad/lang/da/lang.php
@@ -1,8 +1,10 @@
 <?php
 
 /**
+ *
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
  *
+ *
  * @author Jacob Palm <mail@jacobpalm.dk>
  * @author Mikael Lyngvig <mikael@lyngvig.org>
  */
diff --git a/lib/plugins/authad/lang/da/settings.php b/lib/plugins/authad/lang/da/settings.php
index 8b2d62462d2140c3a2ec3b04eb2409ec441f8b39..d186f6b746c893829c416d5aa664abf43dd6dd67 100644
--- a/lib/plugins/authad/lang/da/settings.php
+++ b/lib/plugins/authad/lang/da/settings.php
@@ -1,8 +1,10 @@
 <?php
 
 /**
+ *
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
  *
+ *
  * @author Soren Birk <soer9648@hotmail.com>
  * @author Jens Hyllegaard <jens.hyllegaard@gmail.com>
  * @author Jacob Palm <mail@jacobpalm.dk>
diff --git a/lib/plugins/authldap/lang/da/lang.php b/lib/plugins/authldap/lang/da/lang.php
index 03ae2eb351654e16429c050597cbf1734ddd0473..55ac018cb58ec87c61dea04c17deae867f90f81a 100644
--- a/lib/plugins/authldap/lang/da/lang.php
+++ b/lib/plugins/authldap/lang/da/lang.php
@@ -1,8 +1,12 @@
 <?php
 
 /**
+ *
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
  *
+ *
+ * @author Jon Theil Nielsen <jontheil@gmail.com>
  * @author Jacob Palm <mail@jacobpalm.dk>
  */
 $lang['connectfail']           = 'LDAP kan ikke forbinde: %s';
+$lang['domainfail']            = 'LDAP kan ikke finde dit bruger dn';
diff --git a/lib/plugins/authldap/lang/da/settings.php b/lib/plugins/authldap/lang/da/settings.php
index 777b5e3e9a4c5aca972484f9cf5ddd5ae00d1437..2cb8d2502b65f5ce0401d72457f2d165976cdf5e 100644
--- a/lib/plugins/authldap/lang/da/settings.php
+++ b/lib/plugins/authldap/lang/da/settings.php
@@ -1,8 +1,11 @@
 <?php
 
 /**
+ *
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
  *
+ *
+ * @author Jon Theil Nielsen <jontheil@gmail.com>
  * @author Jens Hyllegaard <jens.hyllegaard@gmail.com>
  * @author soer9648 <soer9648@eucl.dk>
  * @author Jacob Palm <mail@jacobpalm.dk>
@@ -15,6 +18,14 @@ $lang['userfilter']            = 'LDAP filter der benyttes til at søge efter br
 $lang['groupfilter']           = 'LDAP filter tder benyttes til at søge efter grupper. F.eks. <code>(&amp;(objectClass=posixGroup)(|(gidNumber=%{gid})(memberUID=%{user})))</code>';
 $lang['version']               = 'Protokol version der skal benyttes. Det er muligvis nødvendigt at sætte denne til <code>3</code>';
 $lang['starttls']              = 'Benyt TLS forbindelser?';
+$lang['binddn']                = 'DN af en valgfri <bindings-bruger, hvis ikke anonym binding er tilstrækkeligt. Fx <code>cn=admin,dc=my,dc=home</code>';
 $lang['bindpw']                = 'Kodeord til ovenstående bruger';
+$lang['userscope']             = 'Begræns søgekriterier for brugersøgning';
+$lang['groupscope']            = 'Begræns søgekriterier for gruppesøgning';
+$lang['userkey']               = 'Attribut der betegner brugernavnet; skal være i overensstemmelse med brugerfilteret.';
+$lang['groupkey']              = 'Gruppemedlemskab fra hvilken som helst brugerattribut (i stedet for standard AD-grupper), fx gruppe fra afdeling eller telefonnummer';
 $lang['modPass']               = 'Kan LDAP adgangskoden skiftes via DokuWiki?';
 $lang['debug']                 = 'Vis yderligere debug output ved fejl';
+$lang['referrals_o_-1']        = 'brug standardindstilling';
+$lang['referrals_o_0']         = 'følg ikke henvisninger';
+$lang['referrals_o_1']         = 'følg henvisninger';
diff --git a/lib/plugins/authmysql/lang/da/lang.php b/lib/plugins/authmysql/lang/da/lang.php
index 286bf7e8be0f0be75e642ab0d5652f4f4fe509b6..6e60679aa979104e5ee4616666f4b8eac2a0d020 100644
--- a/lib/plugins/authmysql/lang/da/lang.php
+++ b/lib/plugins/authmysql/lang/da/lang.php
@@ -1,10 +1,14 @@
 <?php
 
 /**
+ *
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
  *
+ *
+ * @author Jon Theil Nielsen <jontheil@gmail.com>
  * @author Jacob Palm <mail@jacobpalm.dk>
  */
 $lang['connectfail']           = 'Kunne ikke forbinde til databasen.';
 $lang['userexists']            = 'Beklager, en bruger med dette login findes allerede.';
 $lang['usernotexists']         = 'Beklager, brugeren eksisterer ikke.';
+$lang['writefail']             = 'Kan ikke ændre brugerdata. Informér venligst wiki-administratoren';
diff --git a/lib/plugins/authmysql/lang/da/settings.php b/lib/plugins/authmysql/lang/da/settings.php
index 158765ca52ea2eb56a9e98fe92e90506632935e1..8469d165df7402b88ad5328c139fe058bbb4dd58 100644
--- a/lib/plugins/authmysql/lang/da/settings.php
+++ b/lib/plugins/authmysql/lang/da/settings.php
@@ -1,8 +1,10 @@
 <?php
 
 /**
+ *
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
  *
+ *
  * @author Jens Hyllegaard <jens.hyllegaard@gmail.com>
  * @author soer9648 <soer9648@eucl.dk>
  * @author Jacob Palm <mail@jacobpalm.dk>
diff --git a/lib/plugins/authpgsql/lang/da/settings.php b/lib/plugins/authpgsql/lang/da/settings.php
index bca2bfb3690d8089d0d1ac38dc4f6e0aef8d6a61..7ccbd1c59793b531d7909b70041cb6ab95b0cb0c 100644
--- a/lib/plugins/authpgsql/lang/da/settings.php
+++ b/lib/plugins/authpgsql/lang/da/settings.php
@@ -1,8 +1,10 @@
 <?php
 
 /**
+ *
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
  *
+ *
  * @author Jens Hyllegaard <jens.hyllegaard@gmail.com>
  * @author soer9648 <soer9648@eucl.dk>
  */
diff --git a/lib/plugins/authplain/lang/da/lang.php b/lib/plugins/authplain/lang/da/lang.php
index 20b08f5cb733e796540f54f488245a288a01dce1..e6e8fecac98668277460926aaa8f3f8799e43e61 100644
--- a/lib/plugins/authplain/lang/da/lang.php
+++ b/lib/plugins/authplain/lang/da/lang.php
@@ -1,7 +1,9 @@
 <?php
 
 /**
+ *
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
  *
+ *
  */
 $lang['userexists']            = 'Dette brugernavn er allerede i brug.';
diff --git a/lib/plugins/config/lang/da/lang.php b/lib/plugins/config/lang/da/lang.php
index 6935049f5ada48e3857979dcc23bc5d6e9e4bb1d..15ad91e0fa5f3af8bb966e25318d981c27d11ff3 100644
--- a/lib/plugins/config/lang/da/lang.php
+++ b/lib/plugins/config/lang/da/lang.php
@@ -1,8 +1,11 @@
 <?php
 
 /**
+ *
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
  *
+ *
+ * @author Jon Theil Nielsen <jontheil@gmail.com>
  * @author Lars Næsbye Christensen <larsnaesbye@stud.ku.dk>
  * @author Kalle Sommer Nielsen <kalle@php.net>
  * @author Esben Laursen <hyber@hyber.dk>
@@ -10,7 +13,6 @@
  * @author Daniel Ejsing-Duun <dokuwiki@zilvador.dk>
  * @author Erik Bjørn Pedersen <erik.pedersen@shaw.ca>
  * @author rasmus@kinnerup.com
- * @author Michael Pedersen subben@gmail.com
  * @author Mikael Lyngvig <mikael@lyngvig.org>
  * @author Jacob Palm <mail@jacobpalm.dk>
  */
diff --git a/lib/plugins/extension/lang/da/lang.php b/lib/plugins/extension/lang/da/lang.php
index 5d31357cadc1ef346916cb602a6192143a918565..1d13df10ad3d19392e7251e9adba670f8aa7be16 100644
--- a/lib/plugins/extension/lang/da/lang.php
+++ b/lib/plugins/extension/lang/da/lang.php
@@ -1,8 +1,10 @@
 <?php
 
 /**
+ *
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
  *
+ *
  * @author Søren Birk <soer9648@eucl.dk>
  * @author Jacob Palm <mail@jacobpalm.dk>
  */
diff --git a/lib/plugins/popularity/lang/da/lang.php b/lib/plugins/popularity/lang/da/lang.php
index 6e9d7c9863bc91529a59bba2b01aec8c00139e0e..754686198b4d232cffb48a1fe7d338901231dfb5 100644
--- a/lib/plugins/popularity/lang/da/lang.php
+++ b/lib/plugins/popularity/lang/da/lang.php
@@ -1,15 +1,16 @@
 <?php
 
 /**
+ *
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
  *
+ *
  * @author Kalle Sommer Nielsen <kalle@php.net>
  * @author Esben Laursen <hyber@hyber.dk>
  * @author Harith <haj@berlingske.dk>
  * @author Daniel Ejsing-Duun <dokuwiki@zilvador.dk>
  * @author Erik Bjørn Pedersen <erik.pedersen@shaw.ca>
  * @author rasmus@kinnerup.com
- * @author Michael Pedersen subben@gmail.com
  * @author Mikael Lyngvig <mikael@lyngvig.org>
  */
 $lang['name']                  = 'Tilbagemelding om popularitet (vil måske tage en del tid at indlæse)';
diff --git a/lib/plugins/revert/lang/da/lang.php b/lib/plugins/revert/lang/da/lang.php
index 782ec121f8c3fc12d4ae04c3ff12dec246d77bd3..8333809ece79c3ce93d86e5b35082baa62bbf481 100644
--- a/lib/plugins/revert/lang/da/lang.php
+++ b/lib/plugins/revert/lang/da/lang.php
@@ -1,15 +1,16 @@
 <?php
 
 /**
+ *
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
  *
+ *
  * @author Kalle Sommer Nielsen <kalle@php.net>
  * @author Esben Laursen <hyber@hyber.dk>
  * @author Harith <haj@berlingske.dk>
  * @author Daniel Ejsing-Duun <dokuwiki@zilvador.dk>
  * @author Erik Bjørn Pedersen <erik.pedersen@shaw.ca>
  * @author rasmus@kinnerup.com
- * @author Michael Pedersen subben@gmail.com
  * @author Mikael Lyngvig <mikael@lyngvig.org>
  */
 $lang['menu']                  = 'Gendannelsesstyring';
diff --git a/lib/plugins/usermanager/lang/da/lang.php b/lib/plugins/usermanager/lang/da/lang.php
index 1cb4a90381fb6ef0bbcd06c6ace9033606d8bad4..25addc3efb89c2454b9afc034c149e3206d2f454 100644
--- a/lib/plugins/usermanager/lang/da/lang.php
+++ b/lib/plugins/usermanager/lang/da/lang.php
@@ -1,8 +1,10 @@
 <?php
 
 /**
+ *
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
  *
+ *
  * @author Lars Næsbye Christensen <larsnaesbye@stud.ku.dk>
  * @author Kalle Sommer Nielsen <kalle@php.net>
  * @author Esben Laursen <hyber@hyber.dk>
@@ -10,10 +12,8 @@
  * @author Daniel Ejsing-Duun <dokuwiki@zilvador.dk>
  * @author Erik Bjørn Pedersen <erik.pedersen@shaw.ca>
  * @author rasmus@kinnerup.com
- * @author Michael Pedersen subben@gmail.com
  * @author Mikael Lyngvig <mikael@lyngvig.org>
  * @author soer9648 <soer9648@eucl.dk>
- * @author Søren Birk <soer9648@eucl.dk>
  */
 $lang['menu']                  = 'Brugerstyring';
 $lang['noauth']                = '(Brugervalidering er ikke tilgængelig)';