source: extensions/File_Uploader/language/it_IT/plugin.lang.php @ 20257

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

[file_uploader] Add it_IT, thanks to : Ericnet

  • Property svn:executable set to *
File size: 5.8 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 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['file_uploader_upload_max_filesize'] = 'Il tuo server impone una dimensione massima del file di';
24$lang['file_uploader_pdf2tab_tooltip'] = 'Aprire il file in una nuova scheda';
25$lang['file_uploader_error_already_exist'] = 'Un file con questo nome è già esistente. E\' necessario rinominare il file. Se si desidera sovrascrivere il file, modificare la configurazione della scheda di configurazione.';
26$lang['You can use this plugin with the plugin <a href="http://fr.piwigo.org/ext/extension_view.php?eid=654">Media Icon</a> to add an icon to your "non picture" files.'] = 'E\' possibile utilizzare questo plugin con il plug-in <a href="http://it.piwigo.org/ext/extension_view.php?eid=654">Media Icon</a> per aggiungere un\'icona al vostro "non immagine" file.';
27$lang['create a new album'] = 'creare un nuovo album';
28$lang['You can use a personnal image or convert your file to an image using a desktop program or a web service such as'] = 'E\' possibile utilizzare un\'immagine personale o di convertire il file in un immagine con un programma sul computer di un servizio Web ';
29$lang['Upload'] = 'Carica';
30$lang['Upload error'] = 'Errore caricamento';
31$lang['Type of file not supported'] = 'Tipo di file non supportato';
32$lang['Unable to create folder '] = 'Impossibile creare la cartella';
33$lang['Title:'] = 'Titolo:';
34$lang['Thumbnail to upload:'] = 'Miniatura da caricare:';
35$lang['There have been errors. See below'] = 'Ci sono stati errori. Vedi sotto';
36$lang['The thumbnail must be a picture'] = 'La miniatura deve essere una foto';
37$lang['The Upload tab allows you to upload "non picture" files to your gallerie. Fill in the form to upload and synchronize your file.'] = 'La scheda di caricamento consente all\'utente di caricare "non immagine" file sulla tua gallerie. Compila il modulo per caricare e sincronizzare il file.';
38$lang['The Configuration tab allows you to customize the plugin in two ways:'] = 'La scheda Configurazione consente di personalizzare il plugin in due modi:';
39$lang['Piwigo is a free software (opensource software), you can use it for free and this is not going to change. Donations are collected by the Piwigo Foundation (non profit organization) to cover project fees.'] = 'Piwigo è un software libero (software opensource), puoi utilizzarlo gratuitamente e questo non cambierà. Le donazioni vengono raccolte dalla Fondazione Piwigo (organizzazione non profit) per coprire le spese del progetto.';
40$lang['Specify a thumbnail for your file'] = 'Specificare una miniatura per il file';
41$lang['Specify a file to upload'] = 'Specificare un file da caricare';
42$lang['Properties'] = 'Proprietà';
43$lang['No file to upload'] = 'Nessun file da caricare';
44$lang['Open files in a new tab'] = 'Apri file in una nuova scheda';
45$lang['Overwrite files without notice'] = 'Sovrascrivi file senza preavviso';
46$lang['Help'] = 'Aiuto';
47$lang['Invalid file name'] = 'Nome del file non valido';
48$lang['Missing a temporary folder'] = 'Manca la cartella temporanea';
49$lang['File was only partially uploaded'] = 'Il file è stato caricato solo parzialmente';
50$lang['File uploaded and synchronized'] = 'File caricato e sincronizzato';
51$lang['File upload stopped by extension'] = 'Il caricamento del file è stato interrotto dall\'estensione';
52$lang['File exceeds the upload_max_filesize directive in php.ini'] = 'Il file eccede la direttiva upload_max_filesize in php.ini';
53$lang['File to upload:'] = 'File da caricare:';
54$lang['File Uploader Plugin'] = 'File Uploader Plugin';
55$lang['Configuration'] = 'Configurazione';
56$lang['Donate'] = 'Donare';
57$lang['Failed to write file to disk'] = 'Impossibile scrivere il file su disco';
58$lang['Choose a thumbnail'] = 'Scegli una miniatura';
59$lang['Choose a file'] = 'Scegli un file';
60$lang[': Check to overwrite files during upload if a file with the same name already exists.'] = ': Controllare per sovrascrivere i file durante il caricamento se un file con lo stesso nome esiste già.';
61$lang['Album:'] = 'Album:';
62$lang['Can\'t upload file to galleries directory'] = 'Non è possibile caricare il file nella directory galleries';
63$lang[': Check to open files in a new tab or download them depending on the extension.'] = ': Controllare per aprire i file in una nuova scheda o scaricarli a seconda dell\'estensione.';
64$lang['... or '] = '... o';
65?>
Note: See TracBrowser for help on using the repository browser.