diff options
Diffstat (limited to 'core/l10n/it.js')
-rw-r--r-- | core/l10n/it.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/core/l10n/it.js b/core/l10n/it.js index f185f901417..bd7ff3f832e 100644 --- a/core/l10n/it.js +++ b/core/l10n/it.js @@ -39,10 +39,11 @@ OC.L10N.register( "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Fai clic sul pulsante seguente per reimpostare la tua password. Se non hai richiesto la reimpostazione della password, ignora questo messaggio.", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Fai clic sul collegamento seguente per reimpostare la tua password. Se non hai richiesto la reimpostazione della password, ignora questo messaggio.", "Reset your password" : "Ripristina la password", - "Requested task type does not exist" : "Il tipo di attività richiesto non esiste", - "Necessary language model provider is not available" : "Il necessario provider di modello per la lingua non è disponibile", "Task not found" : "Attività non trovata", "Internal error" : "Errore interno", + "Not found" : "Non trovato", + "Requested task type does not exist" : "Il tipo di attività richiesto non esiste", + "Necessary language model provider is not available" : "Il necessario provider di modello per la lingua non è disponibile", "No text to image provider is available" : "Nessun fornitore da-testo-a-immagine disponibile", "Image not found" : "Immagine non trovata", "No translation provider available" : "Nessun fornitore di traduzioni disponibile", @@ -117,8 +118,7 @@ OC.L10N.register( "Wrong login or password." : "Nome utente o password errati.", "This account is disabled" : "Questo account è disabilitato", "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Abbiamo rilevato molti tentativi di autenticazione non riusciti dal tuo indirizzo IP. Di conseguenza, il prossimo tentativo è ritardato di 30 secondi.", - "Login with username or email" : "Accedi con nome utente o email", - "Login with username" : "Accedi con il nome utente", + "Account name or email" : "Nome utente o email", "Log in with a device" : "Accedi con un dispositivo", "Login or email" : "Nome utente o email", "Your account is not setup for passwordless login." : "Il tuo account non è configurato per l'accesso senza password.", @@ -190,7 +190,6 @@ OC.L10N.register( "This year" : "Quest'anno", "Last year" : "Ultimo anno", "Search people" : "Cerca le persone", - "Not found" : "Non trovato", "People" : "Persone", "Filter in current view" : "Filtro nella vista corrente", "Search in" : "Cerca all'interno", @@ -425,7 +424,6 @@ OC.L10N.register( "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "L'intestazione HTTP \"{header}\" non è impostata a \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" o \"{val5}\". Ciò può far trapelare informazioni sul referer. Vedi la {linkstart}W3C Recommendation ↗{linkend}.", "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "L'intestazione HTTP \"Strict-Transport-Security\" non è configurata con un valore di almeno \"{seconds}\" secondi. Per migliorare la sicurezza, consigliamo di abilitare HSTS come descritto nei {linkstart}consigli sulla sicurezza ↗{linkend}.", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Sei connesso a questo sito in modo non sicuro tramite HTTP. Ti consigliamo vivamente di configurare il tuo server per richiedere invece HTTPS, come descritto nei {linkstart}consigli sulla sicurezza ↗{linkend}. Senza di esso alcune importanti funzionalità web come \"copia negli appunti\" o \"service workers\" non funzioneranno!", - "Account name or email" : "Nome utente o email", "Wrong username or password." : "Nome utente o password errati.", "User disabled" : "Disabilitato dall'utente", "Username or email" : "Nome utente o email", @@ -465,6 +463,8 @@ OC.L10N.register( "App token" : "Token applicazione", "Alternative log in using app token" : "Accesso alternativo utilizzando il token dell'applicazione", "Please use the command line updater because you have a big instance with more than 50 users." : "Utilizza lo strumento di aggiornamento da riga di comando perché hai un'istanza grande con più di 50 utenti.", + "Login with username or email" : "Accedi con nome utente o email", + "Login with username" : "Accedi con il nome utente", "Apps and Settings" : "Applicazioni e impostazioni" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |