xref: /dokuwiki/lib/plugins/acl/lang/nl/lang.php (revision 76dfe0e1c5034e9dc1938b8bbe8b8c926b983cb1)
11d3e0272SAndreas Gohr<?php
21d3e0272SAndreas Gohr/**
31d3e0272SAndreas Gohr * dutch language file
41d3e0272SAndreas Gohr *
51d3e0272SAndreas Gohr * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
61d3e0272SAndreas Gohr * @author François Kooman <fkooman.tuxed.net>
71d3e0272SAndreas Gohr * @author Jack van Klaren <dokuwiki@afentoe.xs4all.nl>
81d3e0272SAndreas Gohr * @author Riny Heijdendael <riny@heijdendael.nl>
91d3e0272SAndreas Gohr * @author Koen Huybrechts <huybkoen@gmail.com>
10f25ff31dSAndreas Gohr * @author Wouter Schoot <wouter@schoot.org>
11*76dfe0e1SAndreas Gohr * @author John de Graaff <john@de-graaff.net>
121d3e0272SAndreas Gohr */
131d3e0272SAndreas Gohr$lang['admin_acl']             = 'Toegangsrechten';
141d3e0272SAndreas Gohr$lang['acl_group']             = 'Groep';
151d3e0272SAndreas Gohr$lang['acl_user']              = 'Gebruiker';
161d3e0272SAndreas Gohr$lang['acl_perms']             = 'Permissies voor';
171d3e0272SAndreas Gohr$lang['page']                  = 'Pagina';
181d3e0272SAndreas Gohr$lang['namespace']             = 'Namespace';
191d3e0272SAndreas Gohr$lang['acl_perm1']             = 'Lezen';
201d3e0272SAndreas Gohr$lang['acl_perm2']             = 'Bewerken';
211d3e0272SAndreas Gohr$lang['acl_perm4']             = 'Aanmaken';
221d3e0272SAndreas Gohr$lang['acl_perm8']             = 'Upload';
231d3e0272SAndreas Gohr$lang['acl_perm16']            = 'Verwijder';
241d3e0272SAndreas Gohr$lang['acl_new']               = 'Nieuwe regel toevoegen';
25