xref: /dokuwiki/lib/plugins/acl/lang/it/lang.php (revision 577a76c97762ccf810098522aa719e1a4d7b80aa)
11d3e0272SAndreas Gohr<?php
21d3e0272SAndreas Gohr/**
3*577a76c9Spolinnia * Italian language file
41d3e0272SAndreas Gohr *
51d3e0272SAndreas Gohr * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
61d3e0272SAndreas Gohr * @author     Giorgio Vecchiocattivi <giorgio@vecchio.it>
71d3e0272SAndreas Gohr * @author     Roberto Bolli <http://www.rbnet.it/>
81d3e0272SAndreas Gohr */
91d3e0272SAndreas Gohr
10*577a76c9Spolinnia$lang['admin_acl']  = 'Gestione Lista Controllo Accessi (ACL)';
111d3e0272SAndreas Gohr$lang['acl_group']  = 'Gruppo';
121d3e0272SAndreas Gohr$lang['acl_user']   = 'Utente';
131d3e0272SAndreas Gohr$lang['acl_perms']  = 'Permessi per';
141d3e0272SAndreas Gohr$lang['page']       = 'Pagina';
151d3e0272SAndreas Gohr$lang['namespace']  = 'Categoria';
161d3e0272SAndreas Gohr
171d3e0272SAndreas Gohr$lang['acl_perm1']  = 'Lettura';
181d3e0272SAndreas Gohr$lang['acl_perm2']  = 'Modifica';
191d3e0272SAndreas Gohr$lang['acl_perm4']  = 'Creazione';
201d3e0272SAndreas Gohr$lang['acl_perm8']  = 'Upload';
211d3e0272SAndreas Gohr$lang['acl_perm16'] = 'Cancellazione';
221d3e0272SAndreas Gohr$lang['acl_new']    = 'Aggiungi nuovo record';
231d3e0272SAndreas Gohr//Setup VIM: ex: et ts=2 enc=utf-8 :
24