diff options
Diffstat (limited to 'wiki/lib/plugins/authpdo/lang/nl/lang.php')
-rw-r--r-- | wiki/lib/plugins/authpdo/lang/nl/lang.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/wiki/lib/plugins/authpdo/lang/nl/lang.php b/wiki/lib/plugins/authpdo/lang/nl/lang.php deleted file mode 100644 index b426f6b..0000000 --- a/wiki/lib/plugins/authpdo/lang/nl/lang.php +++ /dev/null @@ -1,10 +0,0 @@ -<?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['writefail'] = 'Onmogelijk om de gebruikers data te wijzigen. Gelieve de Wiki-Admin te informeren.'; |