Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-03-21 04:11:55 +0300
committerNextcloud bot <bot@nextcloud.com>2018-03-21 04:11:55 +0300
commitaf3ab1de107e5ecea65a9a95a790d72f02684bb4 (patch)
treef7de4794faebe752bfc591068c344a29e3277581 /apps/theming/l10n/it.js
parent18994cd7008f422fb12b1d4a9ba164cb25f8984a (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/theming/l10n/it.js')
-rw-r--r--apps/theming/l10n/it.js8
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);");