diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-03-21 01:12:19 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-03-21 01:12:19 +0000 |
commit | 684f6b642963b443c9b8c8a6c1fe67ceb0bed6c3 (patch) | |
tree | 02ba85c444d26190e69ec34108122f52aee5c934 /apps/theming/l10n/it.js | |
parent | 52a97e826ba8f84bd4eb60b837c6f57c8b0c373b (diff) | |
download | nextcloud-server-684f6b642963b443c9b8c8a6c1fe67ceb0bed6c3.tar.gz nextcloud-server-684f6b642963b443c9b8c8a6c1fe67ceb0bed6c3.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/theming/l10n/it.js')
-rw-r--r-- | apps/theming/l10n/it.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/theming/l10n/it.js b/apps/theming/l10n/it.js index bf518e4bf2d..24d2aadfa82 100644 --- a/apps/theming/l10n/it.js +++ b/apps/theming/l10n/it.js @@ -10,14 +10,11 @@ OC.L10N.register( "The given web address is too long" : "Questo indirizzo web è troppo lungo", "The given slogan is too long" : "Questo slogan è troppo lungo", "The given color is invalid" : "Questo colore non è valido", - "There is no error, the file uploaded with success" : "Non ci sono errori, il file è stato caricato correttamente", "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 la direttiva MAX_FILE_SIZE specificata nel modulo HTML", "The file was only partially uploaded" : "Il file è stato caricato solo parzialmente", "No file was uploaded" : "Non è stato caricato alcun file", "Missing a temporary folder" : "Manca una cartella temporanea", - "Failed to write file to disk." : "Scrittura su disco non riuscita", - "A PHP extension stopped the file upload." : "Un'estensione PHP ha fermato il caricamento del file.", "No file uploaded" : "Nessun file caricato", "Unsupported image type" : "Tipo di immagine non supportato", "You are already using a custom theme" : "Stai già usando un tema personalizzato", @@ -36,6 +33,9 @@ OC.L10N.register( "Remove background image" : "Rimuovi immagine di sfondo", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installa l'estensione Imagemacick di PHP con supporto per le immagini SVG per generare automaticamente favicon basate sul logo caricato e sul colore.", "reset to default" : "ripristina valori predefiniti", - "The uploaded file was only partially uploaded" : "Il file è stato caricato solo parzialmente" + "There is no error, the file uploaded with success" : "Non ci sono errori, il file è stato caricato correttamente", + "The uploaded file was only partially uploaded" : "Il file è stato caricato solo parzialmente", + "Failed to write file to disk." : "Scrittura su disco non riuscita", + "A PHP extension stopped the file upload." : "Un'estensione PHP ha fermato il caricamento del file." }, "nplurals=2; plural=(n != 1);"); |