diff options
Diffstat (limited to 'wiki/lib/plugins/authplain/lang/nl')
-rw-r--r-- | wiki/lib/plugins/authplain/lang/nl/lang.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/wiki/lib/plugins/authplain/lang/nl/lang.php b/wiki/lib/plugins/authplain/lang/nl/lang.php deleted file mode 100644 index e1d81d2..0000000 --- a/wiki/lib/plugins/authplain/lang/nl/lang.php +++ /dev/null @@ -1,12 +0,0 @@ -<?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'; |