summaryrefslogtreecommitdiff
path: root/lib/plugins/acl/lang/nl/lang.php
blob: 5a3380fc4e85d6110b49ff95647e861e942a4c93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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 :