diff --git a/inc/lang/da/lang.php b/inc/lang/da/lang.php index 29f57ae1d12b1773d60eb1a0ba76ba37b1e730e0..00f027045a251d7ce8799bfdc4c0801a4205d922 100644 --- a/inc/lang/da/lang.php +++ b/inc/lang/da/lang.php @@ -85,6 +85,7 @@ $lang['regmissing'] = 'Du skal udfylde alle felter.'; $lang['reguexists'] = 'Dette brugernavn er allerede i brug.'; $lang['regsuccess'] = 'Du er nu oprettet som bruger. Dit adgangskode bliver sendt til dig i en e-mail.'; $lang['regsuccess2'] = 'Du er nu oprettet som bruger.'; +$lang['regfail'] = 'Brugeren kunne ikke oprettes.'; $lang['regmailfail'] = 'Dit adgangskode blev ikke sendt. Kontakt venligst administratoren.'; $lang['regbadmail'] = 'E-mail-adressen er ugyldig. Kontakt venligst administratoren, hvis du mener dette er en fejl.'; $lang['regbadpass'] = 'De to adgangskoder er ikke ens, vær venlig at prøve igen.'; @@ -98,6 +99,7 @@ $lang['profnodelete'] = 'Denne wiki understøtter ikke sletning af brug $lang['profdeleteuser'] = 'Slet konto'; $lang['profdeleted'] = 'Din brugerkonto er blevet slettet fra denne wiki'; $lang['profconfdelete'] = 'Jeg ønsker at slette min konto fra denne wiki. <br/> Denne handling kan ikke fortrydes.'; +$lang['proffail'] = 'Brugerprofilen blev ikke opdateret.'; $lang['pwdforget'] = 'Har du glemt dit adgangskode? Få en ny'; $lang['resendna'] = 'Denne wiki understøtter ikke udsendelse af ny adgangskode.'; $lang['resendpwd'] = 'Vælg en ny adgangskode for'; @@ -345,10 +347,11 @@ $lang['media_perm_read'] = 'Du har ikke nok rettigheder til at læse filer $lang['media_perm_upload'] = 'Du har ikke nok rettigheder til at uploade filer.'; $lang['media_update'] = 'Upload ny version'; $lang['media_restore'] = 'Genskab denne version'; +$lang['media_acl_warning'] = 'Listen er måske ikke komplet pga. ACL restriktioner og skjulte sider.'; $lang['currentns'] = 'Nuværende navnerum'; $lang['searchresult'] = 'Søgsresultat'; $lang['plainhtml'] = 'Ren HTML'; $lang['wikimarkup'] = 'Wiki Opmærkning'; $lang['page_nonexist_rev'] = 'Siden blev ikke fundet ved %s. Den blev efterfølgende oprettet ved <a href="%s">%s</a>.'; -$lang['email_signature_text'] = 'Denne e-mail blev genereret af DokuWiki på +$lang['email_signature_text'] = 'Denne e-mail blev genereret af DokuWiki på @DOKUWIKIURL@'; diff --git a/lib/plugins/acl/lang/da/lang.php b/lib/plugins/acl/lang/da/lang.php index 2f8086ac1f0589c597671cb5845d825bdc1da037..287356f1d453be627ace3b428dd060dee0a05e94 100644 --- a/lib/plugins/acl/lang/da/lang.php +++ b/lib/plugins/acl/lang/da/lang.php @@ -2,7 +2,7 @@ /** * @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> diff --git a/lib/plugins/authad/lang/da/lang.php b/lib/plugins/authad/lang/da/lang.php index 3d0730216e0156477ec463d195404a565ee1e374..6badbafcc739aa1e5c38d56f9ff1fa45ae77c190 100644 --- a/lib/plugins/authad/lang/da/lang.php +++ b/lib/plugins/authad/lang/da/lang.php @@ -2,9 +2,11 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Jacob Palm <mail@jacobpalm.dk> * @author Mikael Lyngvig <mikael@lyngvig.org> */ $lang['domain'] = 'Logondomæne'; $lang['authpwdexpire'] = 'Din adgangskode vil udløbe om %d dage, du bør ændre det snart.'; +$lang['passchangefail'] = 'Kunne ikke skifte adgangskoden. Måske blev adgangskodepolitikken ikke opfyldt?'; +$lang['connectfail'] = 'Kunne ikke forbinde til Active Directory serveren.'; diff --git a/lib/plugins/authad/lang/da/settings.php b/lib/plugins/authad/lang/da/settings.php index f50abf1ceaaf74a4b27cf6e1c958dbfb922dc173..8b2d62462d2140c3a2ec3b04eb2409ec441f8b39 100644 --- a/lib/plugins/authad/lang/da/settings.php +++ b/lib/plugins/authad/lang/da/settings.php @@ -2,9 +2,10 @@ /** * @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> */ $lang['account_suffix'] = 'Dit konto suffiks. F.eks. <code>@mit.domæne.dk</code>'; $lang['base_dn'] = 'Dit grund DN. F.eks. <code>DC=mit,DC=domæne,DC=dk</code>'; @@ -18,3 +19,5 @@ $lang['use_tls'] = 'Benyt TLS forbindelse? hvis ja, vælg ikke SSL $lang['debug'] = 'Vis yderligere debug output ved fejl?'; $lang['expirywarn'] = 'Dage før brugere skal advares om udløben adgangskode. 0 for at deaktivere.'; $lang['additional'] = 'En kommasepareret liste over yderligere AD attributter der skal hentes fra brugerdata. Brug af nogen udvidelser.'; +$lang['update_name'] = 'Tillad at brugere opdaterer deres visningnavn i AD?'; +$lang['update_mail'] = 'Tillad at brugere opdaterer deres e-mail adresse?'; diff --git a/lib/plugins/authldap/lang/da/lang.php b/lib/plugins/authldap/lang/da/lang.php new file mode 100644 index 0000000000000000000000000000000000000000..03ae2eb351654e16429c050597cbf1734ddd0473 --- /dev/null +++ b/lib/plugins/authldap/lang/da/lang.php @@ -0,0 +1,8 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Jacob Palm <mail@jacobpalm.dk> + */ +$lang['connectfail'] = 'LDAP kan ikke forbinde: %s'; diff --git a/lib/plugins/authldap/lang/da/settings.php b/lib/plugins/authldap/lang/da/settings.php index a9fce3a8ccd0a198b653c53f5582b044e3269740..777b5e3e9a4c5aca972484f9cf5ddd5ae00d1437 100644 --- a/lib/plugins/authldap/lang/da/settings.php +++ b/lib/plugins/authldap/lang/da/settings.php @@ -2,7 +2,7 @@ /** * @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/authmysql/lang/da/lang.php b/lib/plugins/authmysql/lang/da/lang.php new file mode 100644 index 0000000000000000000000000000000000000000..286bf7e8be0f0be75e642ab0d5652f4f4fe509b6 --- /dev/null +++ b/lib/plugins/authmysql/lang/da/lang.php @@ -0,0 +1,10 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @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.'; diff --git a/lib/plugins/authmysql/lang/da/settings.php b/lib/plugins/authmysql/lang/da/settings.php index 5fd66dbad0b5b3f67d543e417584c3180577d158..158765ca52ea2eb56a9e98fe92e90506632935e1 100644 --- a/lib/plugins/authmysql/lang/da/settings.php +++ b/lib/plugins/authmysql/lang/da/settings.php @@ -2,7 +2,7 @@ /** * @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 007174815a81772efa448ea3d8296782405e4752..bca2bfb3690d8089d0d1ac38dc4f6e0aef8d6a61 100644 --- a/lib/plugins/authpgsql/lang/da/settings.php +++ b/lib/plugins/authpgsql/lang/da/settings.php @@ -2,7 +2,7 @@ /** * @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 c7dd376c1771fa6c2b3aea91dbb61f67cabb3d9a..20b08f5cb733e796540f54f488245a288a01dce1 100644 --- a/lib/plugins/authplain/lang/da/lang.php +++ b/lib/plugins/authplain/lang/da/lang.php @@ -1,6 +1,7 @@ <?php + /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * */ -$lang['userexists'] = 'Dette brugernavn er allerede i brug.'; +$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 83c7832f07fed3c4f2dab9878081deb4dc938e3b..6935049f5ada48e3857979dcc23bc5d6e9e4bb1d 100644 --- a/lib/plugins/config/lang/da/lang.php +++ b/lib/plugins/config/lang/da/lang.php @@ -1,8 +1,8 @@ <?php + /** - * Danish language file - * * @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> @@ -12,6 +12,7 @@ * @author rasmus@kinnerup.com * @author Michael Pedersen subben@gmail.com * @author Mikael Lyngvig <mikael@lyngvig.org> + * @author Jacob Palm <mail@jacobpalm.dk> */ $lang['menu'] = 'Opsætningsindstillinger'; $lang['error'] = 'Indstillingerne blev ikke opdateret på grund af en ugyldig værdi, Gennemse venligst dine ændringer og gem dem igen. diff --git a/lib/plugins/extension/lang/da/lang.php b/lib/plugins/extension/lang/da/lang.php index 17cb3b57cd6afef90479acbce92708d771a7da2a..5d31357cadc1ef346916cb602a6192143a918565 100644 --- a/lib/plugins/extension/lang/da/lang.php +++ b/lib/plugins/extension/lang/da/lang.php @@ -2,7 +2,7 @@ /** * @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 78c44719795a86e14a8aa97ab89d355418a630ed..6e9d7c9863bc91529a59bba2b01aec8c00139e0e 100644 --- a/lib/plugins/popularity/lang/da/lang.php +++ b/lib/plugins/popularity/lang/da/lang.php @@ -2,7 +2,7 @@ /** * @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> diff --git a/lib/plugins/revert/lang/da/lang.php b/lib/plugins/revert/lang/da/lang.php index bb311f18f8b606ef57d35d8d22cc664165ff5989..782ec121f8c3fc12d4ae04c3ff12dec246d77bd3 100644 --- a/lib/plugins/revert/lang/da/lang.php +++ b/lib/plugins/revert/lang/da/lang.php @@ -2,7 +2,7 @@ /** * @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> diff --git a/lib/plugins/usermanager/lang/da/lang.php b/lib/plugins/usermanager/lang/da/lang.php index 795024f89cf36cfe12a15fdeb13c0edbc70d61e0..1cb4a90381fb6ef0bbcd06c6ace9033606d8bad4 100644 --- a/lib/plugins/usermanager/lang/da/lang.php +++ b/lib/plugins/usermanager/lang/da/lang.php @@ -2,7 +2,7 @@ /** * @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>