summaryrefslogtreecommitdiff
path: root/lib/plugins/authmysql/lang
diff options
context:
space:
mode:
authorHugo Smet <hugo.smet@scarlet.be>2015-07-30 10:11:08 +0200
committerTranslator of Dokuwiki <translate@dokuwiki.org>2015-07-30 10:11:08 +0200
commit919911b2413fcaaf52e457fce20b44c0d5869730 (patch)
tree0ccaba5f983d826beda9bb60baf7b85c41202123 /lib/plugins/authmysql/lang
parent77c5dc7341126c5d9bb3e85188b527f7e1c04b1b (diff)
downloadrpg-919911b2413fcaaf52e457fce20b44c0d5869730.tar.gz
rpg-919911b2413fcaaf52e457fce20b44c0d5869730.tar.bz2
translation update
Diffstat (limited to 'lib/plugins/authmysql/lang')
-rw-r--r--lib/plugins/authmysql/lang/nl/lang.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/plugins/authmysql/lang/nl/lang.php b/lib/plugins/authmysql/lang/nl/lang.php
new file mode 100644
index 000000000..9a8cf3114
--- /dev/null
+++ b/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.';