aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJon Theil Nielsen <jontheil@gmail.com>2017-10-06 18:06:30 +0200
committerDokuWiki Translation Interface <translate@dokuwiki.org>2017-10-06 18:06:30 +0200
commite4ae21e9ac5c2d18109de054be26f960d81ea063 (patch)
tree636981786f8768ff20bbe2630fda970f1842fa91
parentf44af1abc296bd441769e0bde760eae9400871b9 (diff)
downloaddokuwiki-e4ae21e9ac5c2d18109de054be26f960d81ea063.tar.gz
dokuwiki-e4ae21e9ac5c2d18109de054be26f960d81ea063.zip
translation update
-rw-r--r--inc/lang/da/lang.php5
-rw-r--r--lib/plugins/acl/lang/da/lang.php3
-rw-r--r--lib/plugins/authad/lang/da/lang.php2
-rw-r--r--lib/plugins/authad/lang/da/settings.php2
-rw-r--r--lib/plugins/authldap/lang/da/lang.php4
-rw-r--r--lib/plugins/authldap/lang/da/settings.php11
-rw-r--r--lib/plugins/authmysql/lang/da/lang.php4
-rw-r--r--lib/plugins/authmysql/lang/da/settings.php2
-rw-r--r--lib/plugins/authpgsql/lang/da/settings.php2
-rw-r--r--lib/plugins/authplain/lang/da/lang.php2
-rw-r--r--lib/plugins/config/lang/da/lang.php4
-rw-r--r--lib/plugins/extension/lang/da/lang.php2
-rw-r--r--lib/plugins/popularity/lang/da/lang.php3
-rw-r--r--lib/plugins/revert/lang/da/lang.php3
-rw-r--r--lib/plugins/usermanager/lang/da/lang.php4
15 files changed, 45 insertions, 8 deletions
diff --git a/inc/lang/da/lang.php b/inc/lang/da/lang.php
index 00f027045..445bf9fec 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 287356f1d..f58f64407 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 6badbafcc..3dda6b4d5 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 8b2d62462..d186f6b74 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 03ae2eb35..55ac018cb 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 777b5e3e9..2cb8d2502 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 286bf7e8b..6e60679aa 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 158765ca5..8469d165d 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 bca2bfb36..7ccbd1c59 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 20b08f5cb..e6e8fecac 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 6935049f5..15ad91e0f 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 5d31357ca..1d13df10a 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 6e9d7c986..754686198 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 782ec121f..8333809ec 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 1cb4a9038..25addc3ef 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)';