diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-07-30 11:04:49 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-07-30 11:04:49 +0200 |
commit | 7af821396c6d716d85a47624887162382beb62b9 (patch) | |
tree | 0ccaba5f983d826beda9bb60baf7b85c41202123 /lib/plugins/authad | |
parent | 77c5dc7341126c5d9bb3e85188b527f7e1c04b1b (diff) | |
parent | 919911b2413fcaaf52e457fce20b44c0d5869730 (diff) | |
download | rpg-7af821396c6d716d85a47624887162382beb62b9.tar.gz rpg-7af821396c6d716d85a47624887162382beb62b9.tar.bz2 |
Merge pull request #1264 from dokuwiki-translate/lang_update_158
Translation update (nl)
Diffstat (limited to 'lib/plugins/authad')
-rw-r--r-- | lib/plugins/authad/lang/nl/lang.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/plugins/authad/lang/nl/lang.php b/lib/plugins/authad/lang/nl/lang.php index bd241a0a9..341a4036e 100644 --- a/lib/plugins/authad/lang/nl/lang.php +++ b/lib/plugins/authad/lang/nl/lang.php @@ -5,6 +5,9 @@ * * @author Rene <wllywlnt@yahoo.com> * @author Dion Nicolaas <dion@nicolaas.net> + * @author Hugo Smet <hugo.smet@scarlet.be> */ $lang['domain'] = 'Inlog Domein'; $lang['authpwdexpire'] = 'Je wachtwoord verloopt in %d dagen, je moet het binnenkort veranderen'; +$lang['passchangefail'] = 'Wijziging van het paswoord is mislukt. Wellicht beantwoord het paswoord niet aan de voorwaarden. '; +$lang['connectfail'] = 'Connectie met Active Directory server mislukt.'; |