diff options
Diffstat (limited to 'apps/settings/l10n/it.js')
-rw-r--r-- | apps/settings/l10n/it.js | 35 |
1 files changed, 13 insertions, 22 deletions
diff --git a/apps/settings/l10n/it.js b/apps/settings/l10n/it.js index e990143edd1..19f7ec9d4ba 100644 --- a/apps/settings/l10n/it.js +++ b/apps/settings/l10n/it.js @@ -464,14 +464,20 @@ OC.L10N.register( "Couldn't update app." : "Impossibile aggiornate l'applicazione.", "Backend doesn't support password change, but the user's encryption key was updated." : "Il motore non supporta la modifica della password, ma la chiave di cifratura dell'utente è stata aggiornata.", "Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the nextcloud log file for more details." : "Impossibile determinare se la versione TLS di cURL è obsoleta o meno perché si è verificato un errore durante la richiesta HTTPS su https://nextcloud.com. Controlla il file di registro di nextcloud per maggiori dettagli.", - "You need to set your user email before being able to send test emails." : "Devi impostare l'indirizzo del tuo utente prima di poter provare l'invio delle email.", + "Admin privileges" : "Privilegi di admin", "Revoking this token might prevent the wiping of your device if it hasn't started the wipe yet." : "La revoca di questo token potrebbe impedire la cancellazione del tuo dispositivo se non ha ancora iniziato ancora la cancellazione.", - "Set as primary mail" : "Imposta come email principale", - "Change privacy level of email" : "Cambia livello di privacy dell'email", - "All languages" : "Tutte le lingue", - "Everyone" : "Chiunque", + "Unable to update biography" : "Impossibile aggiornare la biografia", + "Unable to update full name" : "Impossibile aggiornare il nome completo", + "No full name set" : "Nessun nome impostato", + "Unable to update headline" : "Impossibile aggiornare il titolo", + "Unable to update organisation" : "Impossibile aggiornare l'organizzazione", + "Unable to update role" : "Impossibile aggiornare il ruolo", + "Change scope level of {accountProperty}" : "Cambia livello di ambito di {accountProperty}", + "Unable to update federation scope of the primary {accountProperty}" : "Impossibile aggiornare l'ambito federativo del {accountProperty} primario", + "Unable to update federation scope of additional {accountProperty}" : "Impossibile aggiornare l'ambito federativo del {accountProperty} aggiuntivo", + "Address" : "Indirizzo", + "Avatar" : "Avatar", "An error occured during the request. Unable to proceed." : "Si è verificato un errore durante la richiesta. Impossibile continuare..", - "Test email settings" : "Prova impostazioni email", "Please read carefully before activating server-side encryption: " : "Leggi attentamente prima di attivare la cifratura lato server:", "Enable encryption" : "Abilita cifratura", "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run 'occ encryption:migrate'" : "Devi migrare le tue chiavi di cifratura dalla vecchia cifratura (ownCloud <= 8.0) alla nuova. Abilita il \"Modulo di cifratura predefinito\" ed esegui 'occ encryption:migrate'", @@ -485,7 +491,6 @@ OC.L10N.register( "Pick background job setting" : "Scegli le impostazioni delle operazioni in background", "Recommended" : "Consigliata", "The cron.php needs to be executed by the system user \"%s\"." : "Il cron.php deve essere eseguito dall'utente di sistema \"%s\".", - "days" : "giorni", "Allow username autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Consenti il completamento del nome utente inserendo il nome o l'indirizzo email (ignorando la mancanza in rubrica ed essendo nello stesso gruppo)", "Change privacy level of profile picture" : "Cambia livello di privacy dell'immagine del profilo", "Upload new" : "Carica nuova", @@ -495,27 +500,13 @@ OC.L10N.register( "Choose as profile picture" : "Scegli come immagine del profilo", "You are using <strong>%s</strong>" : "Stai utilizzando <strong>%s</strong>", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "Stai utilizzando <strong>%1$s</strong> di <strong>%2$s</strong> (<strong>%3$s%%</strong>)", - "Change privacy level of full name" : "Cambia livello di privacy del nome completo", - "No display name set" : "Nome visualizzato non impostato", "Change privacy level of phone number" : "Cambia livello di privacy del numero di telefono", - "Address" : "Indirizzo", "Change privacy level of address" : "Cambia livello di privacy dell'indirizzo", "Your postal address" : "Il tuo indirizzo postale", "Change privacy level of website" : "Cambia livello di privacy del sito web", "It can take up to 24 hours before the account is displayed as verified." : "Potrebbero essere necessarie 24 ore prima che l'account sia visualizzato come verificato.", "Link https://…" : "Collegamento https://...", "Change privacy level of Twitter profile" : "Cambia livello di privacy del profilo Twitter", - "Twitter handle @…" : "Nome utente Twitter @...", - "Admin privileges" : "Privilegi di admin", - "Unable to update biography" : "Impossibile aggiornare la biografia", - "Unable to update full name" : "Impossibile aggiornare il nome completo", - "No full name set" : "Nessun nome impostato", - "Unable to update headline" : "Impossibile aggiornare il titolo", - "Unable to update organisation" : "Impossibile aggiornare l'organizzazione", - "Unable to update role" : "Impossibile aggiornare il ruolo", - "Change scope level of {accountProperty}" : "Cambia livello di ambito di {accountProperty}", - "Unable to update federation scope of the primary {accountProperty}" : "Impossibile aggiornare l'ambito federativo del {accountProperty} primario", - "Unable to update federation scope of additional {accountProperty}" : "Impossibile aggiornare l'ambito federativo del {accountProperty} aggiuntivo", - "Avatar" : "Avatar" + "Twitter handle @…" : "Nome utente Twitter @..." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |