xref: /dokuwiki/lib/plugins/acl/lang/da/lang.php (revision 1d3e0272316696a8def74759b5e061d6b8387b5f)
1*1d3e0272SAndreas Gohr<?php
2*1d3e0272SAndreas Gohr/**
3*1d3e0272SAndreas Gohr * danish language file
4*1d3e0272SAndreas Gohr *
5*1d3e0272SAndreas Gohr * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6*1d3e0272SAndreas Gohr * @author     koeppe <koeppe@kazur.dk>
7*1d3e0272SAndreas Gohr * @author     Jon Bendtsen <bendtsen@diku.dk>
8*1d3e0272SAndreas Gohr */
9*1d3e0272SAndreas Gohr
10*1d3e0272SAndreas Gohr$lang['admin_acl']  = 'Rettigheds Administration';
11*1d3e0272SAndreas Gohr$lang['acl_group']  = 'Gruppe';
12*1d3e0272SAndreas Gohr$lang['acl_user']   = 'Bruger';
13*1d3e0272SAndreas Gohr$lang['acl_perms']  = 'Rettigheder for';
14*1d3e0272SAndreas Gohr$lang['page']       = 'Dokument';
15*1d3e0272SAndreas Gohr$lang['namespace']  = 'Navnerum';
16*1d3e0272SAndreas Gohr
17*1d3e0272SAndreas Gohr$lang['acl_perm1']  = 'Læs';
18*1d3e0272SAndreas Gohr$lang['acl_perm2']  = 'Skriv';
19*1d3e0272SAndreas Gohr$lang['acl_perm4']  = 'Opret';
20*1d3e0272SAndreas Gohr$lang['acl_perm8']  = 'Upload';
21*1d3e0272SAndreas Gohr$lang['acl_perm16'] = 'Slet';
22*1d3e0272SAndreas Gohr$lang['acl_new']    = 'Tilføj ny post';
23*1d3e0272SAndreas Gohr//Setup VIM: ex: et ts=2 enc=utf-8 :
24