1*1d3e0272SAndreas Gohr<?php 2*1d3e0272SAndreas Gohr/** 3*1d3e0272SAndreas Gohr * dutch language file 4*1d3e0272SAndreas Gohr * 5*1d3e0272SAndreas Gohr * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6*1d3e0272SAndreas Gohr * @author François Kooman <fkooman.tuxed.net> 7*1d3e0272SAndreas Gohr * @author Jack van Klaren <dokuwiki@afentoe.xs4all.nl> 8*1d3e0272SAndreas Gohr * @author Riny Heijdendael <riny@heijdendael.nl> 9*1d3e0272SAndreas Gohr * @author Koen Huybrechts <huybkoen@gmail.com> 10*1d3e0272SAndreas Gohr */ 11*1d3e0272SAndreas Gohr$lang['admin_acl'] = 'Toegangsrechten'; 12*1d3e0272SAndreas Gohr$lang['acl_group'] = 'Groep'; 13*1d3e0272SAndreas Gohr$lang['acl_user'] = 'Gebruiker'; 14*1d3e0272SAndreas Gohr$lang['acl_perms'] = 'Permissies voor'; 15*1d3e0272SAndreas Gohr$lang['page'] = 'Pagina'; 16*1d3e0272SAndreas Gohr$lang['namespace'] = 'Namespace'; 17*1d3e0272SAndreas Gohr 18*1d3e0272SAndreas Gohr$lang['acl_perm1'] = 'Lezen'; 19*1d3e0272SAndreas Gohr$lang['acl_perm2'] = 'Bewerken'; 20*1d3e0272SAndreas Gohr$lang['acl_perm4'] = 'Aanmaken'; 21*1d3e0272SAndreas Gohr$lang['acl_perm8'] = 'Upload'; 22*1d3e0272SAndreas Gohr$lang['acl_perm16'] = 'Verwijder'; 23*1d3e0272SAndreas Gohr$lang['acl_new'] = 'Nieuwe regel toevoegen'; 24*1d3e0272SAndreas Gohr//Setup VIM: ex: et ts=2 enc=utf-8 : 25