summaryrefslogtreecommitdiff
path: root/lib/plugins/acl/lang/nl/lang.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-01-27 15:18:26 +0100
committerAndreas Gohr <andi@splitbrain.org>2006-01-27 15:18:26 +0100
commit1d3e0272316696a8def74759b5e061d6b8387b5f (patch)
tree15f0bab5499312fe742bb4f326b12577a68b312e /lib/plugins/acl/lang/nl/lang.php
parent5ca43e07a7fad4cd8f993bf42d629dabd39fb5d9 (diff)
downloadrpg-1d3e0272316696a8def74759b5e061d6b8387b5f.tar.gz
rpg-1d3e0272316696a8def74759b5e061d6b8387b5f.tar.bz2
moved translations for ACL manager
darcs-hash:20060127141826-7ad00-c1689c7db5c4831fbbfca4a4c6c5f27c64546951.gz
Diffstat (limited to 'lib/plugins/acl/lang/nl/lang.php')
-rw-r--r--lib/plugins/acl/lang/nl/lang.php24
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/plugins/acl/lang/nl/lang.php b/lib/plugins/acl/lang/nl/lang.php
new file mode 100644
index 000000000..5a3380fc4
--- /dev/null
+++ b/lib/plugins/acl/lang/nl/lang.php
@@ -0,0 +1,24 @@
+<?php
+/**
+ * dutch language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ * @author François Kooman <fkooman.tuxed.net>
+ * @author Jack van Klaren <dokuwiki@afentoe.xs4all.nl>
+ * @author Riny Heijdendael <riny@heijdendael.nl>
+ * @author Koen Huybrechts <huybkoen@gmail.com>
+ */
+$lang['admin_acl'] = 'Toegangsrechten';
+$lang['acl_group'] = 'Groep';
+$lang['acl_user'] = 'Gebruiker';
+$lang['acl_perms'] = 'Permissies voor';
+$lang['page'] = 'Pagina';
+$lang['namespace'] = 'Namespace';
+
+$lang['acl_perm1'] = 'Lezen';
+$lang['acl_perm2'] = 'Bewerken';
+$lang['acl_perm4'] = 'Aanmaken';
+$lang['acl_perm8'] = 'Upload';
+$lang['acl_perm16'] = 'Verwijder';
+$lang['acl_new'] = 'Nieuwe regel toevoegen';
+//Setup VIM: ex: et ts=2 enc=utf-8 :