diff options
Diffstat (limited to 'core/l10n/it.js')
-rw-r--r-- | core/l10n/it.js | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/core/l10n/it.js b/core/l10n/it.js index 0af469b5aba..88d26db5786 100644 --- a/core/l10n/it.js +++ b/core/l10n/it.js @@ -27,6 +27,7 @@ OC.L10N.register( "Could not complete login" : "Impossibile completare l'accesso", "State token missing" : "Token di stato mancante", "Your login token is invalid or has expired" : "Il tuo token di accesso non è valido o è scaduto", + "Please use original client" : "Si prega di utilizzare il client originale", "This community release of Nextcloud is unsupported and push notifications are limited." : "Questa versione della comunità di Nextcloud non è supportata e le notifiche push sono limitate.", "Login" : "Accedi", "Unsupported email length (>255)" : "Lunghezza email non supportata (>255)", @@ -146,6 +147,8 @@ OC.L10N.register( "Account name" : "Nome account", "Server side authentication failed!" : "Autenticazione lato server non riuscita!", "Please contact your administrator." : "Contatta il tuo amministratore di sistema.", + "Session error" : "Errore di sessione", + "It appears your session token has expired, please refresh the page and try again." : "Sembra che il token di sessione sia scaduto. Aggiorna la pagina e riprova.", "An internal error occurred." : "Si è verificato un errore interno.", "Please try again or contact your administrator." : "Prova ancora o contatta il tuo amministratore.", "Password" : "Password", @@ -205,9 +208,25 @@ OC.L10N.register( "Login form is disabled." : "Il modulo di accesso è disabilitato.", "The Nextcloud login form is disabled. Use another login option if available or contact your administration." : "Il modulo di accesso a Nextcloud è disabilitato. Usa un'altra opzione di accesso, se disponibile, o contatta l'amministratore.", "More actions" : "Altre azioni", + "Password is too weak" : "La password è troppo debole", + "Password is weak" : "La password è debole", + "Password is average" : "La password è mediocre", + "Password is strong" : "La password è forte", + "Password is very strong" : "La password è molto forte", + "Password is extremely strong" : "La password è estremamente forte", + "Unknown password strength" : "Sicurezza della password sconosciuta", + "Your data directory and files are probably accessible from the internet because the <code>.htaccess</code> file does not work." : "Probabilmente la directory dei dati e i file sono accessibili da Internet perché il file <code>.htaccess</code> non funziona.", + "For information how to properly configure your server, please {linkStart}see the documentation{linkEnd}" : "Per informazioni su come configurare correttamente il tuo server, {linkStart}consultare la documentazione{linkEnd}", + "Autoconfig file detected" : "File di configurazione automatica rilevato", + "The setup form below is pre-filled with the values from the config file." : "Il modulo di configurazione riportato di seguito è precompilato con i valori del file di configurazione.", "Security warning" : "Avviso di sicurezza", + "Create administration account" : "Crea un account amministrazione", + "Administration account name" : "Nome dell'account di amministrazione", + "Administration account password" : "Password dell'account di amministrazione", "Storage & database" : "Archiviazione e database", "Data folder" : "Cartella dati", + "Database configuration" : "Configurazione del database", + "Only {firstAndOnlyDatabase} is available." : "Solo {firstAndOnlyDatabase} è disponibile.", "Install and activate additional PHP modules to choose other database types." : "Installa e attiva i moduli PHP aggiuntivi per scegliere gli altri tipi di database.", "For more details check out the documentation." : "Per ulteriori dettagli, leggi la documentazione.", "Performance warning" : "Avviso di prestazioni", @@ -220,6 +239,7 @@ OC.L10N.register( "Database tablespace" : "Spazio delle tabelle del database", "Please specify the port number along with the host name (e.g., localhost:5432)." : "Specifica il numero della porta insieme al nome host (ad es. localhost:5432).", "Database host" : "Host del database", + "localhost" : "localhost", "Installing …" : "Installazione …", "Install" : "Installa", "Need help?" : "Ti serve aiuto?", |