diff options
Diffstat (limited to 'files/l10n/it.php')
-rw-r--r-- | files/l10n/it.php | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/files/l10n/it.php b/files/l10n/it.php index 4c958924ceb..919ff0b5aae 100644 --- a/files/l10n/it.php +++ b/files/l10n/it.php @@ -1,8 +1,17 @@ <?php $TRANSLATIONS = array( +"There is no error, the file uploaded with success" => "Non ci sono errori, file caricato con successo", +"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Il file caricato supera il valore upload_max_filesize in php.ini", +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Il file caricato supera il valore MAX_FILE_SIZE definito nel form HTML", +"The uploaded file was only partially uploaded" => "Il file è stato parzialmente caricato", +"No file was uploaded" => "Nessun file è stato caricato", +"Missing a temporary folder" => "Cartella temporanea mancante", "Files" => "File", "Maximum upload size" => "Dimensione massima upload", +"New" => "Nuovo", +"Text file" => "File di testo", +"Folder" => "Cartella", +"From the web" => "Dal web", "Upload" => "Carica", -"New Folder" => "Nuova Cartella", "Nothing in here. Upload something!" => "Non c'è niente qui. Carica qualcosa!", "Name" => "Nome", "Download" => "Scarica", |