source: extensions/BanIP/language/it_IT/plugin.lang.php @ 31951

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

Add it_IT, thanks to rio

  • Property svn:executable set to *
File size: 2.8 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2017 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['Update'] = 'Aggiornare';
24$lang['No matching IP found'] = 'Nessun IP da visualizzare';
25$lang['Range IP address banned'] = 'Intervallo di indirizzi IP banditi';
26$lang['Range IP already banned'] = 'Intervallo IP già bandito';
27$lang['Range IP ban insert'] = 'L\'intervallo di indirizzi IP è ora bandito';
28$lang['Show %s IP'] = 'Mostra %s IP';
29$lang['Showing %s to %s of %s IP'] = 'Mostra %s a %s su %s IP';
30$lang['This isn\'t an IP'] = 'Questo non è un indirizzo IP';
31$lang['IP is in a banned range'] = 'L\'indirizzo IP si trova in un intervallo di indirizzi banditi';
32$lang['List IP banned'] = 'Elenco degli IP banditi';
33$lang['IP ban'] = 'IP bandito';
34$lang['IP ban deleted'] = 'IP bandito cancellato';
35$lang['IP ban insert'] = 'L\'IP bandito inserito';
36$lang['IP ban update'] = 'L\'IP bandito aggiornato';
37$lang['Edit IP banned'] = 'Modificare l\'IP bandito';
38$lang['IP'] = 'IP';
39$lang['IP already banned'] = 'L\'indirizzo IP è già stato bandito';
40$lang['Delete all banned IP addresses'] = 'Elimina tutti gli indirizzi IP banditi';
41$lang['(filtered from %s total IP)'] = '(filtrato da %s IP in totale)';
42$lang['Ban IP'] = 'Ban IP';
43$lang['Ban new IP address'] = 'Bandire un nuovo indirizzo IP';
Note: See TracBrowser for help on using the repository browser.