diff options
Diffstat (limited to 'wiki/lib/plugins/authmysql/lang/nl/lang.php')
-rw-r--r-- | wiki/lib/plugins/authmysql/lang/nl/lang.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/wiki/lib/plugins/authmysql/lang/nl/lang.php b/wiki/lib/plugins/authmysql/lang/nl/lang.php new file mode 100644 index 0000000..1f6d8af --- /dev/null +++ b/wiki/lib/plugins/authmysql/lang/nl/lang.php @@ -0,0 +1,11 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Hugo Smet <hugo.smet@scarlet.be> + */ +$lang['connectfail'] = 'Connectie met de database mislukt.'; +$lang['userexists'] = 'Sorry, een gebruiker met deze login bestaat reeds.'; +$lang['usernotexists'] = 'Sorry, deze gebruiker bestaat niet.'; +$lang['writefail'] = 'Onmogelijk om de gebruikers data te wijzigen. Gelieve de Wiki-Admin te informeren.'; |