diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-01-05 00:03:58 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-01-05 00:03:58 +0100 |
commit | 934d9dcc42e2d7281e04c6acecdd53ae2a03b25f (patch) | |
tree | 697d5d973f4bb5439bce7e3e773ea4e192cf9869 /apps/files/l10n/it.php | |
parent | 913c96ddc51484596cc9d54fdb006a26240eb5bb (diff) | |
download | nextcloud-server-934d9dcc42e2d7281e04c6acecdd53ae2a03b25f.tar.gz nextcloud-server-934d9dcc42e2d7281e04c6acecdd53ae2a03b25f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/it.php')
-rw-r--r-- | apps/files/l10n/it.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files/l10n/it.php b/apps/files/l10n/it.php index 90b34171220..6c7ca59774e 100644 --- a/apps/files/l10n/it.php +++ b/apps/files/l10n/it.php @@ -1,4 +1,5 @@ <?php $TRANSLATIONS = array( +"No file was uploaded. Unknown error" => "Nessun file è stato inviato. Errore sconosciuto", "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 la direttiva 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", @@ -6,6 +7,8 @@ "No file was uploaded" => "Nessun file è stato caricato", "Missing a temporary folder" => "Cartella temporanea mancante", "Failed to write to disk" => "Scrittura su disco non riuscita", +"Not enough space available" => "Spazio disponibile insufficiente", +"Invalid directory." => "Cartella non valida.", "Files" => "File", "Unshare" => "Rimuovi condivisione", "Delete" => "Elimina", |