nextcloud/apps/theming/l10n/it.js

46 lines
3.3 KiB
JavaScript
Raw Normal View History

2017-03-03 04:07:45 +03:00
OC.L10N.register(
"theming",
{
2017-05-30 03:08:44 +03:00
"Loading preview…" : "Caricamento anteprima...",
2017-04-30 03:07:21 +03:00
"Saved" : "Salvato",
2017-03-03 04:07:45 +03:00
"Admin" : "Amministratore",
2017-06-16 03:08:44 +03:00
"a safe home for all your data" : "un posto sicuro per tutti i tuoi dati",
2018-03-02 04:12:16 +03:00
"Name cannot be empty" : "Il nome non può essere vuoto",
2017-03-03 04:07:45 +03:00
"The given name is too long" : "Questo nome è troppo lungo",
"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",
2018-03-22 04:11:40 +03:00
"The file was uploaded" : "Il file è stato caricato",
2017-10-17 03:08:23 +03:00
"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",
2018-03-14 04:11:29 +03:00
"The file was only partially uploaded" : "Il file è stato caricato solo parzialmente",
2017-10-17 03:08:23 +03:00
"No file was uploaded" : "Non è stato caricato alcun file",
"Missing a temporary folder" : "Manca una cartella temporanea",
2018-03-22 04:11:40 +03:00
"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",
2017-03-03 04:07:45 +03:00
"No file uploaded" : "Nessun file caricato",
"Unsupported image type" : "Tipo di immagine non supportato",
2018-03-29 03:13:35 +03:00
"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.",
2017-03-03 04:07:45 +03:00
"Theming" : "Tema",
2017-05-30 03:08:44 +03:00
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "La gestione dei temi rende semplice la personalizzazione dell'aspetto della tua istanza e dei client supportati. Ciò sarà visibile a tutti gli utenti.",
2017-03-03 04:07:45 +03:00
"Name" : "Nome",
2017-05-30 03:08:44 +03:00
"Reset to default" : "Ripristina valori predefiniti",
2017-03-03 04:07:45 +03:00
"Web address" : "Indirizzo web",
2017-03-12 04:08:05 +03:00
"Web address https://…" : "Indirizzo web https://…",
2017-03-03 04:07:45 +03:00
"Slogan" : "Slogan",
"Color" : "Colore",
"Logo" : "Logo",
"Upload new logo" : "Carica nuovo logo",
2017-03-12 04:08:05 +03:00
"Login image" : "Immagine di accesso",
"Upload new login background" : "Carica nuovo sfondo di accesso",
2017-06-02 03:08:30 +03:00
"Remove background image" : "Rimuovi immagine di sfondo",
2017-11-11 04:10:09 +03:00
"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.",
2018-03-28 03:21:16 +03:00
"You are already using a custom theme" : "Stai già usando un tema personalizzato",
2018-03-12 04:12:21 +03:00
"reset to default" : "ripristina valori predefiniti",
2018-03-21 04:11:55 +03:00
"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."
2017-03-03 04:07:45 +03:00
},
"nplurals=2; plural=(n != 1);");