source: extensions/AntiAspi/language/it_IT/plugin.lang.php @ 31996

Last change on this file since 31996 was 31996, checked in by TranslationTeam, 5 years ago

Update it_IT, thanks to rio

  • Property svn:executable set to *
File size: 1.6 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | This file is part of Piwigo.                                          |
4// |                                                                       |
5// | For copyright and license information, please view the COPYING.txt    |
6// | file that was distributed with this source code.                      |
7// +-----------------------------------------------------------------------+
8$lang[' different pages viewed in'] = 'pagine diverse visualizzate in';
9$lang[' times viewed in <span></span> seconds'] = 'volte in <span></span> secondi';
10$lang['Add IP'] = 'Aggiungere IP';
11$lang['Add allowed IP'] = 'Aggiungi un indirizzo IP autorizzato';
12$lang['AntiAspi'] = 'AntiAspi';
13$lang['Banned IP addresses'] = 'Indirizzi IP bannati';
14$lang['Delete all'] = 'Elimina tutto';
15$lang['Delete deprecated only'] = 'Elimina solo obsoleto';
16$lang['IP addresses'] = 'Indirizzi IP';
17$lang['IP already allowed'] = 'IP già autorizzato
18';
19$lang['IP banned if '] = 'Bandire di indirizzo IP se';
20$lang['IP banned if same page viewed '] = 'Bandire indirizzo IP anche se la pagina è stata vista';
21$lang['If yes, apply antiaspi only on picture page'] = 'Se sì, AntiAspi si applica solo sulla pagina della foto';
22$lang['If yes, don\'t ban registered users'] = 'Se sì, non bandire gli utenti identificati';
23$lang['Whitelist (allowed ip addresses)'] = 'Lista bianca (indirizzi IP consentiti)';
24$lang['only guest'] = 'solo ospiti';
25$lang['only picture'] = 'solo foto della pagina';
26$lang['status-active'] = 'attivo';
27$lang['status-deprecated'] = 'obsoleto';
Note: See TracBrowser for help on using the repository browser.