diff options
Diffstat (limited to 'files/l10n/it.php')
-rw-r--r-- | files/l10n/it.php | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/files/l10n/it.php b/files/l10n/it.php deleted file mode 100644 index 919ff0b5aae..00000000000 --- a/files/l10n/it.php +++ /dev/null @@ -1,23 +0,0 @@ -<?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", -"Nothing in here. Upload something!" => "Non c'è niente qui. Carica qualcosa!", -"Name" => "Nome", -"Download" => "Scarica", -"Size" => "Dimensione", -"Modified" => "Modificato", -"Delete" => "Cancella", -"Upload too large" => "Il file caricato è troppo grande", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "I file che stai provando a caricare superano la dimensione massima consentita su questo server." -); |