source: extensions/BatchDownloader/language/it_IT/plugin.lang.php @ 21438

Last change on this file since 21438 was 21438, checked in by TranslationTeam, 11 years ago

[batch_downloader] Update it_IT, thanks to : magicmax

  • Property svn:executable set to *
File size: 5.3 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 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['<b>Warning:</b> all files will be deleted within %d hours'] = '<b> Attenzione: </ b> tutti i file saranno cancellati entro %d ore';
24$lang['Archive comment'] = 'Archivio commento';
25$lang['Archive prefix'] = 'Archivio prefisso';
26$lang['Archives'] = 'Archivi';
27$lang['Batch Downloader'] = 'Batch downloader';
28$lang['Cancel this download'] = 'Annulla il download';
29$lang['Cancel this set'] = 'Annulla questo set';
30$lang['Confirm the download of %d pictures?'] = 'Confermare il download di %d immagini?';
31$lang['Delete downloads after'] = 'Eliminare dopo il download';
32$lang['Delete this set'] = 'Elimina questo set';
33$lang['Download all pictures of this selection'] = 'Scarica tutte le immagini di questa selezione';
34$lang['Download history'] = 'Scarica la storia';
35$lang['Download info'] = 'Scarica l\'\'informazione';
36$lang['Download links'] = 'Link download';
37$lang['Download permissions'] = 'Autorizzazioni download';
38$lang['Download set deleted'] = 'Set download cancellato';
39$lang['Downloads'] = 'Downloads';
40$lang['Edit the set'] = 'Modificare il set';
41$lang['Estimated number of archives'] = 'Numero stimato di archivi';
42$lang['Estimated size'] = 'Dimensione stimata';
43$lang['Generate ZIP'] = 'Genera ZIP';
44$lang['Maximum number of photos per download set'] = 'Numero massimo di foto per il download set';
45$lang['Maximum photo size'] = 'Dimensione massima foto';
46$lang['Maximum size of each archive (in Megabytes)'] = 'Dimensione massima di ogni archivio (in Megabyte)';
47$lang['Random'] = 'Casuale';
48$lang['Remove all finished downloads'] = 'Rimuovere tutti i download terminati';
49$lang['Remove from download set'] = 'Togliere dal set di download';
50$lang['Return to download page'] = 'Torna alla pagina download';
51$lang['Set type'] = 'Imposta il tipo';
52$lang['The archive is downloading, if the download doesn\'t start automatically please <a href="%s">click here</a>'] = 'L\'archivio sta scaricando, se il download non si avvia automaticamente si prega di <a href="%s">cliccare qui </ a>';
53$lang['Total size'] = 'Dimensione totale';
54$lang['User collection'] = 'Raccolta dell\'utente';
55$lang['User groups'] = 'Gruppi di utenti';
56$lang['Warning: ZipArchive doesn\'t accept special characters like accentuated ones, angle quotes (») and non-latin alphabets.'] = 'Attenzione: ZipArchive non accetta i caratteri speciali come accenti, citazioni (») e alfabeti non latini.';
57$lang['Whole gallery'] = 'Intera galleria';
58$lang['You can not edit this set'] = 'Non è possibile modificare questo set';
59$lang['You choose to download %d pictures, but the system is limited to %d. You can edit the set, or the last %d pictures will not be downloaded.'] = 'Hai scelto di scaricare %d immagini, però il sistema è limitato a %d immagini. Puoi modificare il set o le ultime %d immagini non saranno scaricate.';
60$lang['done'] = 'finito';
61$lang['download'] = 'download';
62$lang['hours'] = 'ore';
63$lang['real number of archives can differ'] = 'Il numero reale degli archivi può differire';
64$lang['Unable to find ZipArchive PHP extension, Batch Downloader will use PclZip instead, but with degraded performance.'] = 'Impossibile trovare l\'estensione PHP ZipArchive, Batch Downloader utilizzerà PclZip ma con performance inferiore.';
65$lang['Number of archives'] = 'Numero di cartelle';
66$lang['Number of images'] = 'Numero di foto';
67$lang['Starting download Archive #%d will destroy Archive #%d, be sure you finish the download. Continue ?'] = 'Inizia il download Archivio #%d cancellerà Archivio #%d, assicurarsi di terminare il download. Continuare?';
68$lang['Warning: Only registered users can use Batch Downloader.'] = 'Attenzione: Solo gli utenti registrati possono usare il Batch Downloader.';
69$lang['What can be downloaded?'] = 'Cosa può essere scaricato?';
70?>
Note: See TracBrowser for help on using the repository browser.