11d3e0272SAndreas Gohr<?php 21d3e0272SAndreas Gohr/** 3*a329ae32Slarsch8 * Danish language file 41d3e0272SAndreas Gohr * 51d3e0272SAndreas Gohr * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 61d3e0272SAndreas Gohr * @author koeppe <koeppe@kazur.dk> 71d3e0272SAndreas Gohr * @author Jon Bendtsen <bendtsen@diku.dk> 8*a329ae32Slarsch8 * @author Lars Næsbye Christensen <larsnaesbye@stud.ku.dk> 91d3e0272SAndreas Gohr */ 101d3e0272SAndreas Gohr 11*a329ae32Slarsch8$lang['admin_acl'] = 'Rettighedsadministration'; 121d3e0272SAndreas Gohr$lang['acl_group'] = 'Gruppe'; 131d3e0272SAndreas Gohr$lang['acl_user'] = 'Bruger'; 141d3e0272SAndreas Gohr$lang['acl_perms'] = 'Rettigheder for'; 151d3e0272SAndreas Gohr$lang['page'] = 'Dokument'; 161d3e0272SAndreas Gohr$lang['namespace'] = 'Navnerum'; 171d3e0272SAndreas Gohr 181d3e0272SAndreas Gohr$lang['acl_perm1'] = 'Læs'; 191d3e0272SAndreas Gohr$lang['acl_perm2'] = 'Skriv'; 201d3e0272SAndreas Gohr$lang['acl_perm4'] = 'Opret'; 211d3e0272SAndreas Gohr$lang['acl_perm8'] = 'Upload'; 221d3e0272SAndreas Gohr$lang['acl_perm16'] = 'Slet'; 231d3e0272SAndreas Gohr$lang['acl_new'] = 'Tilføj ny post'; 241d3e0272SAndreas Gohr//Setup VIM: ex: et ts=2 enc=utf-8 : 25