xref: /dokuwiki/lib/plugins/acl/lang/it/lang.php (revision 1d3e0272316696a8def74759b5e061d6b8387b5f)
1*1d3e0272SAndreas Gohr<?php
2*1d3e0272SAndreas Gohr/**
3*1d3e0272SAndreas Gohr * italian language file
4*1d3e0272SAndreas Gohr *
5*1d3e0272SAndreas Gohr * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6*1d3e0272SAndreas Gohr * @author     Giorgio Vecchiocattivi <giorgio@vecchio.it>
7*1d3e0272SAndreas Gohr * @author     Roberto Bolli <http://www.rbnet.it/>
8*1d3e0272SAndreas Gohr */
9*1d3e0272SAndreas Gohr
10*1d3e0272SAndreas Gohr$lang['admin_acl']  = 'Gestione Access Control List';
11*1d3e0272SAndreas Gohr$lang['acl_group']  = 'Gruppo';
12*1d3e0272SAndreas Gohr$lang['acl_user']   = 'Utente';
13*1d3e0272SAndreas Gohr$lang['acl_perms']  = 'Permessi per';
14*1d3e0272SAndreas Gohr$lang['page']       = 'Pagina';
15*1d3e0272SAndreas Gohr$lang['namespace']  = 'Categoria';
16*1d3e0272SAndreas Gohr
17*1d3e0272SAndreas Gohr$lang['acl_perm1']  = 'Lettura';
18*1d3e0272SAndreas Gohr$lang['acl_perm2']  = 'Modifica';
19*1d3e0272SAndreas Gohr$lang['acl_perm4']  = 'Creazione';
20*1d3e0272SAndreas Gohr$lang['acl_perm8']  = 'Upload';
21*1d3e0272SAndreas Gohr$lang['acl_perm16'] = 'Cancellazione';
22*1d3e0272SAndreas Gohr$lang['acl_new']    = 'Aggiungi nuovo record';
23*1d3e0272SAndreas Gohr//Setup VIM: ex: et ts=2 enc=utf-8 :
24