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:
Diffstat (limited to 'apps/theming/l10n/it.js')
-rw-r--r--apps/theming/l10n/it.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/theming/l10n/it.js b/apps/theming/l10n/it.js
index 99011c6d541..c53f3adb59f 100644
--- a/apps/theming/l10n/it.js
+++ b/apps/theming/l10n/it.js
@@ -24,7 +24,6 @@ OC.L10N.register(
"Could not write file to disk" : "Impossibile scrivere il file su disco",
"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. Theming app settings might be overwritten by that." : "Stai giĆ  utilizzando un tema personalizzato. Le impostazioni dell'applicazione dei temi potrebbero essere sovrascritte.",
"Theming" : "Tema",
"Legal notice" : "Avviso legale",
@@ -50,6 +49,7 @@ OC.L10N.register(
"Upload new header logo" : "Carica nuovo logo dell'intestazione",
"Favicon" : "Favicon",
"Upload new favicon" : "Carica nuova favicon",
- "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installa l'estensione Imagemagick di PHP con supporto per le immagini SVG per generare automaticamente favicon basate sul logo caricato e sul colore."
+ "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installa l'estensione Imagemagick di PHP con supporto per le immagini SVG per generare automaticamente favicon basate sul logo caricato e sul colore.",
+ "Unsupported image type" : "Tipo di immagine non supportato"
},
"nplurals=2; plural=(n != 1);");