diff options
Diffstat (limited to 'lib/plugins/acl/lang/no/lang.php')
-rw-r--r-- | lib/plugins/acl/lang/no/lang.php | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/plugins/acl/lang/no/lang.php b/lib/plugins/acl/lang/no/lang.php new file mode 100644 index 000000000..55b148e8e --- /dev/null +++ b/lib/plugins/acl/lang/no/lang.php @@ -0,0 +1,23 @@ +<?php +/** + * Norwegian language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * @author Reidar Mosvold <Reidar.Mosvold@hit.no> + * @author Jorge Barrera Grandon <jorge@digitalwolves.org> + */ + +$lang['admin_acl'] = 'Administrasjon av Access Control List'; +$lang['acl_group'] = 'Gruppe'; +$lang['acl_user'] = 'Bruker'; +$lang['acl_perms'] = 'Rettigheter for'; +$lang['page'] = 'Side'; +$lang['namespace'] = 'Wikinavn'; + +$lang['acl_perm1'] = 'Lese'; +$lang['acl_perm2'] = 'Redigere'; +$lang['acl_perm4'] = 'Lage'; +$lang['acl_perm8'] = 'Laste opp'; +$lang['acl_perm16'] = 'Slette'; +$lang['acl_new'] = 'Legg til ny oppføring'; +//Setup VIM: ex: et ts=2 enc=utf-8 : |