summaryrefslogtreecommitdiff
path: root/lib/plugins/acl/lang/nl/lang.php
blob: 64affdd8298b71dd60e7b1e721bbc3091be7da87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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>
 * @author Wouter Schoot <wouter@schoot.org>
 */
$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';