diff options
Diffstat (limited to 'apps/theming/l10n/it.json')
-rw-r--r-- | apps/theming/l10n/it.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/theming/l10n/it.json b/apps/theming/l10n/it.json index a3e99c01b34..396fbe5d5c8 100644 --- a/apps/theming/l10n/it.json +++ b/apps/theming/l10n/it.json @@ -8,14 +8,11 @@ "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", @@ -34,6 +31,9 @@ "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." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |