xref: /dokuwiki/lib/plugins/acl/lang/sv/lang.php (revision ece9fa7a2e2237ae9c68cc8c39521de00ac91739)
1*ece9fa7aSAndreas Gohr<?php
2*ece9fa7aSAndreas Gohr/**
3*ece9fa7aSAndreas Gohr * swedish language file
4*ece9fa7aSAndreas Gohr *
5*ece9fa7aSAndreas Gohr * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6*ece9fa7aSAndreas Gohr * @author     Per Foreby <per@foreby.se>
7*ece9fa7aSAndreas Gohr */
8*ece9fa7aSAndreas Gohr
9*ece9fa7aSAndreas Gohr$lang['admin_acl']  = 'Hantera behörighetslistan (ACL)';
10*ece9fa7aSAndreas Gohr$lang['acl_group']  = 'Grupp';
11*ece9fa7aSAndreas Gohr$lang['acl_user']   = 'Användare';
12*ece9fa7aSAndreas Gohr$lang['acl_perms']  = 'Behörighet för';
13*ece9fa7aSAndreas Gohr$lang['page']       = 'Sida';
14*ece9fa7aSAndreas Gohr$lang['namespace']  = 'Namnrymd';
15*ece9fa7aSAndreas Gohr
16*ece9fa7aSAndreas Gohr$lang['acl_perm1']  = 'Läsa';
17*ece9fa7aSAndreas Gohr$lang['acl_perm2']  = 'Redigera';
18*ece9fa7aSAndreas Gohr$lang['acl_perm4']  = 'Skapa';
19*ece9fa7aSAndreas Gohr$lang['acl_perm8']  = 'Ladda upp';
20*ece9fa7aSAndreas Gohr$lang['acl_perm16'] = 'Radera';
21*ece9fa7aSAndreas Gohr$lang['acl_new']    = 'Lägg till ny behörighet';
22*ece9fa7aSAndreas Gohr//Setup VIM: ex: et ts=2 enc=utf-8 :
23