Skip to content
Snippets Groups Projects
Commit 1761ce9f authored by Andreas Gohr's avatar Andreas Gohr Committed by GitHub
Browse files

Merge pull request #2147 from dokuwiki-translate/lang_update_577_1507305652

Translation update (da)
parents f44af1ab e4ae21e9
No related branches found
No related tags found
No related merge requests found
Showing
with 45 additions and 8 deletions
<?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';
......
<?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';
......
<?php
/**
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
*
* @author Jacob Palm <mail@jacobpalm.dk>
* @author Mikael Lyngvig <mikael@lyngvig.org>
*/
......
<?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>
......
<?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';
<?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';
<?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';
<?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>
......
<?php
/**
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
*
* @author Jens Hyllegaard <jens.hyllegaard@gmail.com>
* @author soer9648 <soer9648@eucl.dk>
*/
......
<?php
/**
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
*
*/
$lang['userexists'] = 'Dette brugernavn er allerede i brug.';
<?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>
*/
......
<?php
/**
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
*
* @author Søren Birk <soer9648@eucl.dk>
* @author Jacob Palm <mail@jacobpalm.dk>
*/
......
<?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)';
......
<?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';
......
<?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)';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment