diff options
author | Hugo Smet <hugo.smet@scarlet.be> | 2015-07-30 10:11:08 +0200 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2015-07-30 10:11:08 +0200 |
commit | 919911b2413fcaaf52e457fce20b44c0d5869730 (patch) | |
tree | 0ccaba5f983d826beda9bb60baf7b85c41202123 /lib/plugins/authplain | |
parent | 77c5dc7341126c5d9bb3e85188b527f7e1c04b1b (diff) | |
download | rpg-919911b2413fcaaf52e457fce20b44c0d5869730.tar.gz rpg-919911b2413fcaaf52e457fce20b44c0d5869730.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins/authplain')
-rw-r--r-- | lib/plugins/authplain/lang/nl/lang.php | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/plugins/authplain/lang/nl/lang.php b/lib/plugins/authplain/lang/nl/lang.php index 1a5397234..56ba2ab90 100644 --- a/lib/plugins/authplain/lang/nl/lang.php +++ b/lib/plugins/authplain/lang/nl/lang.php @@ -1,6 +1,10 @@ <?php + /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * + * @author Hugo Smet <hugo.smet@scarlet.be> */ -$lang['userexists'] = 'Er bestaat al een gebruiker met deze loginnaam.'; +$lang['userexists'] = 'Er bestaat al een gebruiker met deze loginnaam.'; +$lang['usernotexists'] = 'Sorry, deze gebruiker bestaat niet.'; +$lang['writefail'] = 'Onmogelijk om de gebruikers data te wijzigen. Gelieve de Wiki-Admin te informeren.'; |