diff options
Diffstat (limited to 'wiki/lib/plugins/authplain/lang/nl/lang.php')
-rw-r--r-- | wiki/lib/plugins/authplain/lang/nl/lang.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/wiki/lib/plugins/authplain/lang/nl/lang.php b/wiki/lib/plugins/authplain/lang/nl/lang.php new file mode 100644 index 0000000..e1d81d2 --- /dev/null +++ b/wiki/lib/plugins/authplain/lang/nl/lang.php @@ -0,0 +1,12 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Hugo Smet <hugo.smet@scarlet.be> + * @author Sjoerd <sjoerd@sjomar.eu> + */ +$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.'; +$lang['protected'] = 'Gegevens van gebruiker %s zijn beschermd en kunnen niet worden veranderd of verwijderd'; |