nextcloud/core/l10n/it.js

324 lines
29 KiB
JavaScript
Raw Normal View History

OC.L10N.register(
"core",
{
2016-04-07 08:56:01 +03:00
"Please select a file." : "Seleziona un file.",
"File is too big" : "Il file è troppo grande",
"Invalid file provided" : "File non valido fornito",
"No image or file provided" : "Non è stata fornita alcun immagine o file",
"Unknown filetype" : "Tipo di file sconosciuto",
"Invalid image" : "Immagine non valida",
"An error occurred. Please contact your admin." : "Si è verificato un errore. Contatta il tuo amministratore.",
"No temporary profile picture available, try again" : "Nessuna immagine di profilo provvisoria disponibile, riprova",
"No crop data provided" : "Non sono stati forniti dati di ritaglio",
"No valid crop data provided" : "Non sono stati forniti dati di ritaglio validi",
"Crop is not square" : "Il ritaglio non è quadrato",
"Couldn't reset password because the token is invalid" : "Impossibile reimpostare la password poiché il token non è valido",
"Couldn't reset password because the token is expired" : "Impossibile reimpostare la password poiché il token è scaduto",
"Couldn't send reset email. Please make sure your username is correct." : "Impossibile inviare l'email di reimpostazione. Assicurati che il nome utente sia corretto.",
"Could not send reset email because there is no email address for this username. Please contact your administrator." : "Impossibile inviare l'email di reimpostazione poiché non è presente un indirizzo email per questo nome utente. Contatta il tuo amministratore.",
"%s password reset" : "Ripristino password di %s",
"Couldn't send reset email. Please contact your administrator." : "Impossibile inviare l'email di reimpostazione. Contatta il tuo amministratore.",
"Error loading tags" : "Errore di caricamento delle etichette",
"Tag already exists" : "L'etichetta esiste già",
"Error deleting tag(s)" : "Errore di eliminazione delle etichette",
"Error tagging" : "Errore di assegnazione delle etichette",
"Error untagging" : "Errore di rimozione delle etichette",
"Error favoriting" : "Errore di creazione dei preferiti",
"Error unfavoriting" : "Errore di rimozione dai preferiti",
"Couldn't send mail to following users: %s " : "Impossibile inviare email ai seguenti utenti: %s",
2016-04-21 08:58:49 +03:00
"Preparing update" : "Preparazione aggiornamento",
2016-04-06 08:56:24 +03:00
"[%d / %d]: %s" : "[%d / %d]: %s",
2016-05-04 09:11:59 +03:00
"Repair warning: " : "Avviso di riparazione",
"Repair error: " : "Errore di riparazione:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Utilizza lo strumento da riga di comando poiché l'aggiornamento automatico è disabilitato nel file config.php.",
2016-04-06 08:56:24 +03:00
"[%d / %d]: Checking table %s" : "[%d / %d]: controllo della tabella %s",
"Turned on maintenance mode" : "Modalità di manutenzione attivata",
"Turned off maintenance mode" : "Modalità di manutenzione disattivata",
2015-06-08 08:55:01 +03:00
"Maintenance mode is kept active" : "La modalità di manutenzione è lasciata attiva",
2015-10-23 08:55:06 +03:00
"Updating database schema" : "Aggiornamento schema database",
"Updated database" : "Database aggiornato",
2015-10-23 08:55:06 +03:00
"Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Controllo che lo schema del database possa essere aggiornato (ciò potrebbe richiedere molto tempo in base alla dimensione del database)",
"Checked database schema update" : "Verificato l'aggiornamento dello schema del database",
2015-10-23 08:55:06 +03:00
"Checking updates of apps" : "Controllo degli aggiornamenti delle applicazioni",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Controllo che lo schema del database di %s possa essere aggiornato (ciò potrebbe richiedere molto tempo in base alla dimensione del database)",
"Checked database schema update for apps" : "Verificato l'aggiornamento dello schema del database per le applicazioni",
"Updated \"%s\" to %s" : "Aggiornato \"%s\" a %s",
2016-01-06 09:55:16 +03:00
"Set log level to debug" : "Imposta il livello del log a debug",
"Reset log level" : "Ripristina il livello del log",
2015-12-03 09:55:12 +03:00
"Starting code integrity check" : "Avvio del controllo di integrità del codice",
"Finished code integrity check" : "Controllo di integrità del codice terminato",
2016-07-11 03:09:22 +03:00
"%s (3rdparty)" : "%s (terze parti)",
2015-10-23 08:55:06 +03:00
"%s (incompatible)" : "%s (incompatibile)",
2015-07-10 08:54:55 +03:00
"Following apps have been disabled: %s" : "Le seguenti applicazioni sono state disabilitate: %s",
2015-08-28 08:55:25 +03:00
"Already up to date" : "Già aggiornato",
"Sunday" : "Domenica",
"Monday" : "Lunedì",
"Tuesday" : "Martedì",
"Wednesday" : "Mercoledì",
"Thursday" : "Giovedì",
"Friday" : "Venerdì",
"Saturday" : "Sabato",
2015-08-25 19:39:10 +03:00
"Sun." : "Dom.",
"Mon." : "Lun.",
"Tue." : "Mar.",
"Wed." : "Mer.",
"Thu." : "Gio.",
"Fri." : "Ven.",
"Sat." : "Sab.",
"Su" : "Do",
"Mo" : "Lu",
"Tu" : "Ma",
"We" : "Me",
"Th" : "Gi",
"Fr" : "Ve",
"Sa" : "Sa",
"January" : "Gennaio",
"February" : "Febbraio",
"March" : "Marzo",
"April" : "Aprile",
"May" : "Maggio",
"June" : "Giugno",
"July" : "Luglio",
"August" : "Agosto",
"September" : "Settembre",
"October" : "Ottobre",
"November" : "Novembre",
"December" : "Dicembre",
2015-08-25 19:39:10 +03:00
"Jan." : "Gen.",
"Feb." : "Feb.",
"Mar." : "Mar.",
"Apr." : "Apr.",
"May." : "Mag.",
"Jun." : "Giu.",
"Jul." : "Lug.",
"Aug." : "Ago.",
"Sep." : "Set.",
"Oct." : "Ott.",
"Nov." : "Nov.",
"Dec." : "Dic.",
2015-12-03 09:55:12 +03:00
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Si sono verificati errori con il controllo di integrità del codice. Ulteriori informazioni…</a>",
"Settings" : "Impostazioni",
2016-04-24 08:55:06 +03:00
"Problem loading page, reloading in 5 seconds" : "Problema durante il caricamento della pagina, aggiornamento tra 5 secondi",
"Saving..." : "Salvataggio in corso...",
2016-02-25 09:58:06 +03:00
"Dismiss" : "Annulla",
2015-10-03 08:56:20 +03:00
"seconds ago" : "secondi fa",
"The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Il collegamento per reimpostare la password è stato inviato al tuo indirizzo di posta. Se non lo ricevi in tempi ragionevoli, controlla le cartelle della posta indesiderata.<br>Se non dovesse essere nemmeno lì, contatta il tuo amministratore locale.",
2015-10-11 08:54:58 +03:00
"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "I tuoi file sono cifrati. Se non hai precedentemente abilitato la chiave di ripristino, non sarà più possibile ritrovare i tuoi dati una volta che la password sarà reimpostata.<br />Se non sei sicuro, contatta l'amministratore prima di proseguire.<br />Vuoi davvero continuare?",
"I know what I'm doing" : "So cosa sto facendo",
"Password can not be changed. Please contact your administrator." : "La password non può essere cambiata. Contatta il tuo amministratore.",
"No" : "No",
"Yes" : "Sì",
"Choose" : "Scegli",
"Error loading file picker template: {error}" : "Errore durante il caricamento del modello del selettore file: {error}",
"Ok" : "Ok",
"Error loading message template: {error}" : "Errore durante il caricamento del modello di messaggio: {error}",
2014-12-14 09:54:56 +03:00
"read-only" : "sola lettura",
"_{count} file conflict_::_{count} file conflicts_" : ["{count} file in conflitto","{count} file in conflitto"],
"One file conflict" : "Un file in conflitto",
"New Files" : "File nuovi",
"Already existing files" : "File già esistenti",
"Which files do you want to keep?" : "Quali file vuoi mantenere?",
"If you select both versions, the copied file will have a number added to its name." : "Se selezioni entrambe le versioni, sarà aggiunto un numero al nome del file copiato.",
"Cancel" : "Annulla",
"Continue" : "Continua",
"(all selected)" : "(tutti i selezionati)",
"({count} selected)" : "({count} selezionati)",
"Error loading file exists template" : "Errore durante il caricamento del modello del file esistente",
"Very weak password" : "Password molto debole",
"Weak password" : "Password debole",
"So-so password" : "Password così-così",
"Good password" : "Password buona",
"Strong password" : "Password forte",
2015-02-27 09:55:28 +03:00
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Il tuo server web non è configurato correttamente per consentire la sincronizzazione dei file poiché l'interfaccia WebDAV sembra essere danneggiata.",
2016-03-25 08:55:47 +03:00
"Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Il tuo server web non è configurato correttamente per risolvere \"{url}\". Ulteriori informazioni sono disponibili nella nostra <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentazione</a>.",
"No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Non è stata configurata alcuna cache di memoria. Per migliorare le prestazioni configura memcache, se disponibile. Ulteriori informazioni sono disponibili nella nostra <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentazione</a>.",
"/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "/dev/urandom non è leggibile da PHP e ciò è vivamente sconsigliato per motivi di sicurezza. Ulteriori informazioni sono disponibili nella nostra <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentazione</a>.",
"You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Stai eseguendo attualmente PHP {version}. Ti esortiamo ad aggiornare la tua versione di PHP per trarre vantaggio dagli aggiornamenti in termini di <a target=\"_blank\" rel=\"noreferrer\" ref=\"{phpLink}\">prestazioni e sicurezza forniti dal PHP Group</a> non appena la tua distribuzione la supporta.",
"The reverse proxy headers configuration is incorrect, or you are accessing ownCloud from a trusted proxy. If you are not accessing ownCloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to ownCloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "La configurazione delle intestazioni del proxy inverso non è corretta, o stai effettuando l'accesso a ownCloud da un proxy affidabile. Se non stai effettuando l'accesso da un proxy affidabile, questo è un problema di sicurezza e può consentire a un attaccante di falsificare il suo indirizzo IP, rendendolo visibile a ownCloud. Ulteriori informazioni sono disponibili nella nostra <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentazione</a>.",
"Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached è configurato come cache distribuita, ma è installato il modulo \"memcache\" errato. \\OC\\Memcache\\Memcached supporta solo \"memcached\" e non \"memcache\". Vedi il <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">wiki di memcached per informazioni su entrambi i moduli</a>.",
"Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Alcuni file non hanno superato il controllo di integrità. Ulteriori informazioni su come risolvere questo problema sono disponibili nella nostra <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentazione</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Elenco dei file non validi…</a> / <a href=\"{rescanEndpoint}\">Nuova scansione…</a>)",
"Error occurred while checking server setup" : "Si è verificato un errore durante il controllo della configurazione del server",
2016-02-09 09:55:36 +03:00
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "La cartella dei dati e i tuoi file sono probabilmente accessibili da Internet.\nIl file .htaccess non funziona. Ti consigliamo vivamente di configurare il server web in modo che la cartella dei dati non sia più accessibile o di spostare la cartella fuori dalla radice del server web.",
2015-03-29 08:55:31 +03:00
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "L'intestazione HTTP \"{header}\" non è configurata come \"{expected}\". \nQuesto è un potenziale rischio di sicurezza o di riservatezza dei dati e noi consigliamo di modificare questa impostazione.",
2016-03-25 08:55:47 +03:00
"The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>." : "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 nostri <a href=\"{docUrl}\" rel=\"noreferrer\">consigli sulla sicurezza</a>.",
2015-06-17 08:55:34 +03:00
"You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "Sei connesso a questo sito tramite HTTP. Ti suggeriamo vivamente di configurare il tuo server per richiedere invece l'utilizzo del protocollo HTTPS, come descritto nei nostri <a href=\"{docUrl}\">consigli sulla sicurezza</a>.",
2015-01-21 09:55:15 +03:00
"Shared" : "Condiviso",
"Shared with {recipients}" : "Condiviso con {recipients}",
"Error" : "Errore",
"Error while sharing" : "Errore durante la condivisione",
"Error while unsharing" : "Errore durante la rimozione della condivisione",
2015-09-17 08:57:20 +03:00
"Error setting expiration date" : "Errore durante l'impostazione della data di scadenza",
"The public link will expire no later than {days} days after it is created" : "Il collegamento pubblico scadrà non più tardi di {days} giorni dopo la sua creazione",
2015-09-17 08:57:20 +03:00
"Set expiration date" : "Imposta data di scadenza",
"Expiration" : "Scadenza",
"Expiration date" : "Data di scadenza",
2015-10-29 08:55:45 +03:00
"Choose a password for the public link" : "Scegli una password per il collegamento pubblico",
2015-09-17 08:57:20 +03:00
"Resharing is not allowed" : "La ri-condivisione non è consentita",
"Share link" : "Condividi collegamento",
2014-12-20 09:56:24 +03:00
"Link" : "Collegamento",
"Password protect" : "Proteggi con password",
2014-12-19 09:56:51 +03:00
"Password" : "Password",
2014-12-21 09:54:36 +03:00
"Allow editing" : "Consenti la modifica",
2016-07-06 16:28:06 +03:00
"Hide file listing" : "Nascondi elenco dei file",
"Email link to person" : "Invia collegamento via email",
"Send" : "Invia",
2016-04-21 08:58:49 +03:00
"Sending ..." : "Invio in corso...",
"Email sent" : "Messaggio inviato",
2016-04-23 08:56:02 +03:00
"Send link via email" : "Invia collegamento tramite email",
2015-09-17 08:57:20 +03:00
"Shared with you and the group {group} by {owner}" : "Condiviso con te e con il gruppo {group} da {owner}",
"Shared with you by {owner}" : "Condiviso con te da {owner}",
"group" : "gruppo",
2014-12-21 09:54:36 +03:00
"remote" : "remota",
"notify by email" : "notifica tramite email",
2015-09-17 08:57:20 +03:00
"Unshare" : "Rimuovi condivisione",
"can share" : "può condividere",
"can edit" : "può modificare",
"create" : "creare",
2014-12-21 09:54:36 +03:00
"change" : "cambia",
"delete" : "elimina",
2015-09-17 08:57:20 +03:00
"access control" : "controllo d'accesso",
2016-01-30 09:55:56 +03:00
"Could not unshare" : "Impossibile rimuovere la condivisione",
2015-09-18 08:54:55 +03:00
"Share details could not be loaded for this item." : "I dettagli della condivisione non possono essere caricati per questo elemento.",
2016-02-14 09:55:37 +03:00
"No users or groups found for {search}" : "Nessun utente o gruppo trovato per {search}",
2016-03-24 08:57:28 +03:00
"No users found for {search}" : "Nessun utente trovato per {search}",
2016-04-06 08:56:24 +03:00
"An error occurred. Please try again" : "Si è verificato un errore. Prova ancora",
2016-02-16 16:49:12 +03:00
"{sharee} (group)" : "{sharee} (group)",
"{sharee} (at {server})" : "{sharee} (su {server})",
"{sharee} (remote)" : "{sharee} (remote)",
2015-09-17 08:57:20 +03:00
"Share" : "Condividi",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Condividi con persone su altri ownCloud utilizzando la sintassi nomeutente@esempio.com/owncloud",
2016-03-24 08:57:28 +03:00
"Share with users…" : "Condividi con utenti...",
"Share with users, groups or remote users…" : "Condividi con utenti, gruppi o utenti remoti...",
"Share with users or groups…" : "Condividi con utenti o gruppi...",
"Share with users or remote users…" : "Condividi con utenti o utenti remoti...",
2016-01-31 09:54:49 +03:00
"Error removing share" : "Errore durante la rimozione della condivisione",
"Warning" : "Avviso",
2015-09-18 08:54:55 +03:00
"Error while sending notification" : "Errore durante l'invio della notifica",
2016-02-28 09:55:12 +03:00
"Non-existing tag #{tag}" : "Etichetta #{tag} inesistente",
2016-05-24 22:24:38 +03:00
"restricted" : "limitato",
2016-01-29 09:55:53 +03:00
"invisible" : "invisibile",
2016-01-30 09:55:56 +03:00
"({scope})" : "({scope})",
2016-01-22 09:55:28 +03:00
"Delete" : "Elimina",
2016-01-23 09:55:35 +03:00
"Rename" : "Rinomina",
2016-02-28 09:55:12 +03:00
"Collaborative tags" : "Etichette collaborative",
"The object type is not specified." : "Il tipo di oggetto non è specificato.",
"Enter new" : "Inserisci nuovo",
"Add" : "Aggiungi",
"Edit tags" : "Modifica etichette",
"Error loading dialog template: {error}" : "Errore durante il caricamento del modello di finestra: {error}",
"No tags selected for deletion." : "Nessuna etichetta selezionata per l'eliminazione.",
2014-10-31 08:55:39 +03:00
"unknown text" : "testo sconosciuto",
"Hello world!" : "Ciao mondo!",
"sunny" : "soleggiato",
"Hello {name}, the weather is {weather}" : "Ciao {name}, il tempo è {weather}",
2015-01-09 09:55:22 +03:00
"Hello {name}" : "Ciao {name}",
2016-03-02 15:40:13 +03:00
"new" : "nuovo",
2014-10-31 08:55:39 +03:00
"_download %n file_::_download %n files_" : ["scarica %n file","scarica %s file"],
2015-10-22 08:55:47 +03:00
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "L'aggiornamento è in corso, l'abbandono di questa pagina potrebbe interrompere il processo in alcuni ambienti.",
2016-04-06 08:56:24 +03:00
"Updating to {version}" : "Aggiornamento a {version}",
2015-10-16 08:55:03 +03:00
"An error occurred." : "Si è verificato un errore.",
"Please reload the page." : "Ricarica la pagina.",
2016-02-10 09:56:05 +03:00
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "L'aggiornamento non è riuscito. Per ulteriori informazioni <a href=\"{url}\">controlla l'articolo del nostro forum</a> che riguarda questo problema.",
2016-07-06 16:28:06 +03:00
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "L'aggiornamento non è riuscito. Segnala il problema alla <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">comunità di Nextcloud </a>.",
2015-07-10 08:54:55 +03:00
"The update was successful. There were warnings." : "L'aggiornamento è stato effettuato correttamente. Ci sono degli avvisi.",
2016-07-06 16:28:06 +03:00
"The update was successful. Redirecting you to Nextcloud now." : "L'aggiornamento è stato effettuato correttamente. Reindirizzamento immediato a Nextcloud.",
2015-01-17 09:54:40 +03:00
"Searching other places" : "Ricerca in altre posizioni",
2015-09-28 12:07:18 +03:00
"No search results in other folders" : "Nessun risultato di ricerca in altre cartelle",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} risultato di ricerca in altre cartelle","{count} risultati di ricerca in altre cartelle"],
"Personal" : "Personale",
"Users" : "Utenti",
"Apps" : "Applicazioni",
"Admin" : "Admin",
"Help" : "Aiuto",
"Access forbidden" : "Accesso negato",
"File not found" : "File non trovato",
"The specified document has not been found on the server." : "Il documento specificato non è stato trovato sul server.",
"You can click here to return to %s." : "Puoi fare clic qui per tornare a %s.",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Ciao,\n\nvolevo informarti che %s ha condiviso %s con te.\nVedi: %s\n\n",
"The share will expire on %s." : "La condivisione scadrà il %s.",
"Cheers!" : "Saluti!",
"Internal Server Error" : "Errore interno del server",
"The server encountered an internal error and was unable to complete your request." : "Il server ha riscontrato un errore interno e non è stato in grado di completare la tua richiesta.",
"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Contatta l'amministratore del server se questo errore riappare più volte, includendo i dettagli tecnici sotto riportati nella tua segnalazione.",
"More details can be found in the server log." : "Ulteriori dettagli sono disponibili nel log del server.",
"Technical details" : "Dettagli tecnici",
"Remote Address: %s" : "Indirizzo remoto: %s",
"Request ID: %s" : "ID richiesta: %s",
2015-03-22 08:55:21 +03:00
"Type: %s" : "Tipo: %s",
"Code: %s" : "Codice: %s",
"Message: %s" : "Messaggio: %s",
"File: %s" : "File: %s",
"Line: %s" : "Riga: %s",
"Trace" : "Traccia",
2015-04-15 01:15:32 +03:00
"Security warning" : "Avviso di sicurezza",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "La cartella dei dati e i file sono probabilmente accessibili da Internet poiché il file .htaccess non funziona.",
2016-03-25 08:55:47 +03:00
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentation</a>." : "Per informazioni su come configurare correttamente il tuo server, vedi la <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentazione</a>.",
"Create an <strong>admin account</strong>" : "Crea un <strong>account amministratore</strong>",
2014-11-20 09:55:06 +03:00
"Username" : "Nome utente",
"Storage & database" : "Archiviazione e database",
"Data folder" : "Cartella dati",
"Configure the database" : "Configura il database",
"Only %s is available." : "È disponibile solo %s.",
2015-05-21 08:55:57 +03:00
"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.",
"Database user" : "Utente del database",
"Database password" : "Password del database",
"Database name" : "Nome del database",
"Database tablespace" : "Spazio delle tabelle del database",
"Database host" : "Host del database",
2015-04-15 01:15:32 +03:00
"Performance warning" : "Avviso di prestazioni",
2015-02-06 23:26:04 +03:00
"SQLite will be used as database." : "SQLite sarà utilizzato come database.",
"For larger installations we recommend to choose a different database backend." : "Per installazioni più grandi consigliamo di scegliere un motore di database diverso.",
"Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "In particolar modo, quando si utilizza il client desktop per la sincronizzazione dei file, l'uso di SQLite è sconsigliato.",
2015-01-21 09:55:15 +03:00
"Finish setup" : "Termina configurazione",
"Finishing …" : "Completamento...",
2015-04-15 01:15:32 +03:00
"Need help?" : "Ti serve aiuto?",
"See the documentation" : "Leggi la documentazione",
2015-10-30 08:55:52 +03:00
"Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" : "Ciao,<br><br>volevo informarti che %s ha condiviso <strong>%s</strong> con te.<br><a href=\"%s\">Guarda!</a><br><br>",
2015-02-18 09:55:40 +03:00
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Questa applicazione richiede JavaScript per un corretto funzionamento. {linkstart}Abilita JavaScript{linkend} e ricarica la pagina.",
"Log out" : "Esci",
2014-12-19 09:56:51 +03:00
"Search" : "Cerca",
"Server side authentication failed!" : "Autenticazione lato server non riuscita!",
"Please contact your administrator." : "Contatta il tuo amministratore di sistema.",
2016-04-06 08:56:24 +03:00
"An internal error occurred." : "Si è verificato un errore interno.",
2015-04-15 01:15:32 +03:00
"Please try again or contact your administrator." : "Prova ancora o contatta il tuo amministratore.",
2016-05-05 08:55:08 +03:00
"Username or email" : "Nome utente o email",
2015-09-16 11:00:17 +03:00
"Log in" : "Accedi",
2015-08-25 19:39:10 +03:00
"Wrong password. Reset it?" : "Password errata. Vuoi reimpostarla?",
2015-12-09 09:55:14 +03:00
"Wrong password." : "Password errata.",
2015-10-25 08:55:04 +03:00
"Stay logged in" : "Rimani collegato",
"Alternative Logins" : "Accessi alternativi",
2016-01-22 09:55:28 +03:00
"Use the following link to reset your password: {link}" : "Usa il collegamento seguente per ripristinare la password: {link}",
"New password" : "Nuova password",
"New Password" : "Nuova password",
"Reset password" : "Ripristina la password",
2016-06-22 11:27:24 +03:00
"This Nextcloud instance is currently in single user mode." : "Questa istanza di Nextcloud è in modalità utente singolo.",
"This means only administrators can use the instance." : "Ciò significa che solo gli amministratori possono utilizzare l'istanza.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contatta il tuo amministratore di sistema se questo messaggio persiste o appare inaspettatamente.",
"Thank you for your patience." : "Grazie per la pazienza.",
2016-05-25 09:03:38 +03:00
"Two-step verification" : "Verifica in due fasi",
"Enhanced security has been enabled for your account. Please authenticate using a second factor." : "La sicurezza migliorata è stata abilitata per il tuo account. Autenticati utilizzando un secondo fattore.",
2016-06-10 08:55:19 +03:00
"Cancel login" : "Annulla l'accesso",
2016-05-25 09:03:38 +03:00
"Please authenticate using the selected factor." : "Autentica utilizzando il fattore selezionato.",
"An error occured while verifying the token" : "Si è verificato un errore durante la verifica del token",
"You are accessing the server from an untrusted domain." : "Stai accedendo al server da un dominio non attendibile.",
2015-11-14 09:55:13 +03:00
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Contatta il tuo amministratore di sistema. Se sei un amministratore di questa istanza, configura l'impostazione \"trusted_domains\" in config/config.php. Una configurazione di esempio è disponibile in config/config.sample.php.",
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "In base alla tua configurazione, come amministratore potrai utilizzare anche il pulsante in basso per rendere attendibile questo dominio.",
"Add \"%s\" as trusted domain" : "Aggiungi \"%s\" come dominio attendibile",
2015-08-25 19:39:10 +03:00
"App update required" : "Aggiornamento dell'applicazione richiesto",
"%s will be updated to version %s" : "%s sarà aggiornato alla versione %s",
"These apps will be updated:" : "Queste applicazioni saranno aggiornate:",
"These incompatible apps will be disabled:" : "Queste applicazioni incompatibili saranno disabilitate:",
"The theme %s has been disabled." : "Il tema %s è stato disabilitato.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Assicurati di aver creato una copia di sicurezza del database, della cartella config e della cartella data prima di procedere. ",
"Start update" : "Avvia l'aggiornamento",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Per evitare timeout con installazioni di grandi dimensioni, puoi eseguire il comando che segue dalla cartella di installazione:",
2016-04-06 08:56:24 +03:00
"Detailed logs" : "Log dettagliati",
2016-04-21 08:58:49 +03:00
"Update needed" : "Aggiornamento necessario",
"Please use the command line updater because you have a big instance." : "Utilizza lo strumento da riga di comando per la grandezza della tua istanza.",
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Per la guida, vedi la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentazione</a>.",
2015-03-04 09:55:19 +03:00
"This %s instance is currently in maintenance mode, which may take a while." : "Questa istanza di %s è attualmente in manutenzione, potrebbe richiedere del tempo.",
"This page will refresh itself when the %s instance is available again." : "Questa pagina si aggiornerà quando l'istanza di %s sarà nuovamente disponibile."
},
"nplurals=2; plural=(n != 1);");