nextcloud/core/l10n/it.js

230 lines
20 KiB
JavaScript
Raw Normal View History

OC.L10N.register(
"core",
{
"Couldn't send mail to following users: %s " : "Impossibile inviare email ai seguenti utenti: %s",
"Turned on maintenance mode" : "Modalità di manutenzione attivata",
"Turned off maintenance mode" : "Modalità di manutenzione disattivata",
"Updated database" : "Database aggiornato",
"Checked database schema update" : "Verificato l'aggiornamento dello schema 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",
2015-03-13 08:54:55 +03:00
"Repair warning: " : "Avviso di riparazione",
"Repair error: " : "Errore di riparazione:",
2015-02-26 09:55:50 +03:00
"Following incompatible apps have been disabled: %s" : "Le seguenti applicazioni incompatibili sono state disabilitate: %s",
"Following 3rd party apps have been disabled: %s" : "Le seguenti applicazioni di terze parti sono state disabilitate: %s",
2015-03-13 08:54:55 +03:00
"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",
"No temporary profile picture available, try again" : "Nessuna immagine di profilo provvisoria disponibile, riprova",
2015-03-13 08:54:55 +03:00
"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",
"Sunday" : "Domenica",
"Monday" : "Lunedì",
"Tuesday" : "Martedì",
"Wednesday" : "Mercoledì",
"Thursday" : "Giovedì",
"Friday" : "Venerdì",
"Saturday" : "Sabato",
"January" : "Gennaio",
"February" : "Febbraio",
"March" : "Marzo",
"April" : "Aprile",
"May" : "Maggio",
"June" : "Giugno",
"July" : "Luglio",
"August" : "Agosto",
"September" : "Settembre",
"October" : "Ottobre",
"November" : "Novembre",
"December" : "Dicembre",
"Settings" : "Impostazioni",
"Saving..." : "Salvataggio in corso...",
"Couldn't send reset email. Please contact your administrator." : "Impossibile inviare l'email di reimpostazione. Contatta il tuo amministratore.",
"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.",
"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 recupero, non sarà più possibile ritrovare i tuoi dati una volta che la password sarà reimpostata.<br />Se non sei sicuro, per favore 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.",
"This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Questo server non ha una connessione a Internet funzionante. Ciò significa che alcune delle funzionalità come il montaggio di archivi esterni, le notifiche degli aggiornamenti o l'installazione di applicazioni di terze parti non funzioneranno. L'accesso remoto ai file e l'invio di email di notifica potrebbero non funzionare. Ti suggeriamo di abilitare la connessione a Internet del server se desideri disporre di tutte le funzionalità.",
"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-04-01 08:55:33 +03:00
"No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a href=\"https://doc.owncloud.org/server/8.0/admin_manual/configuration_server/performance_tuning.html\">documentation</a>." : "Non è stata configurata alcuna cache di memoria. Per migliorare le prestazioni configura memcache, se disponibile. Ulteriori informazioni sono disponibili nella nostra <a href=\"https://doc.owncloud.org/server/8.0/admin_manual/configuration_server/performance_tuning.html\">documentazione</a>.",
"Error occurred while checking server setup" : "Si è verificato un errore durante il controllo della configurazione del server",
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.",
2015-03-06 09:54:52 +03:00
"The \"Strict-Transport-Security\" HTTP header is not configured to least \"2,678,400\" seconds. This is a potential security risk and we recommend adjusting this setting." : "L'intestazione HTTP \"Strict-Transport-Security\" non è configurata con un valore almeno di \"2,678,400\" secondi. Questo è un potenziale rischio di sicurezza e noi consigliamo di modificare questa impostazione.",
"You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Sei connesso a questo sito tramite HTTP. Ti suggeriamo vivamente di configurare il tuo server per richiedere invece l'utilizzo del protocollo HTTPS.",
2015-01-21 09:55:15 +03:00
"Shared" : "Condiviso",
"Shared with {recipients}" : "Condiviso con {recipients}",
"Share" : "Condividi",
"Error" : "Errore",
"Error while sharing" : "Errore durante la condivisione",
"Error while unsharing" : "Errore durante la rimozione della condivisione",
"Error while changing permissions" : "Errore durante la modifica dei permessi",
"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}",
"Share with user or group …" : "Condividi con utente o gruppo ...",
"Share link" : "Condividi collegamento",
"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",
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",
"Choose a password for the public link" : "Scegli una password per il collegamento pubblico",
2014-12-21 09:54:36 +03:00
"Allow editing" : "Consenti la modifica",
"Email link to person" : "Invia collegamento via email",
"Send" : "Invia",
"Set expiration date" : "Imposta data di scadenza",
2014-12-20 09:56:24 +03:00
"Expiration" : "Scadenza",
"Expiration date" : "Data di scadenza",
"Adding user..." : "Aggiunta utente in corso...",
"group" : "gruppo",
2014-12-21 09:54:36 +03:00
"remote" : "remota",
"Resharing is not allowed" : "La ri-condivisione non è consentita",
"Shared in {item} with {user}" : "Condiviso in {item} con {user}",
"Unshare" : "Rimuovi condivisione",
"notify by email" : "notifica tramite email",
"can share" : "può condividere",
"can edit" : "può modificare",
"access control" : "controllo d'accesso",
"create" : "creare",
2014-12-21 09:54:36 +03:00
"change" : "cambia",
"delete" : "elimina",
"Password protected" : "Protetta da password",
"Error unsetting expiration date" : "Errore durante la rimozione della data di scadenza",
"Error setting expiration date" : "Errore durante l'impostazione della data di scadenza",
"Sending ..." : "Invio in corso...",
"Email sent" : "Messaggio inviato",
"Warning" : "Avviso",
"The object type is not specified." : "Il tipo di oggetto non è specificato.",
"Enter new" : "Inserisci nuovo",
"Delete" : "Elimina",
"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}",
2014-10-31 08:55:39 +03:00
"_download %n file_::_download %n files_" : ["scarica %n file","scarica %s file"],
"Updating {productName} to version {version}, this may take a while." : "Aggiornamento di {productName} alla versione {version}, potrebbe richiedere del tempo.",
"Please reload the page." : "Ricarica la pagina.",
2014-12-14 09:54:56 +03:00
"The update was unsuccessful. " : "L'aggiornamento non è riuscito.",
"The update was successful. Redirecting you to ownCloud now." : "L'aggiornamento è stato effettuato correttamente. Stai per essere reindirizzato a ownCloud.",
"Couldn't reset password because the token is invalid" : "Impossibile reimpostare la password poiché il token non è valido",
"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.",
"Couldn't 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",
"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",
2014-11-20 09:55:06 +03:00
"Reset password" : "Ripristina la password",
2015-01-17 09:54:40 +03:00
"Searching other places" : "Ricerca in altre posizioni",
"No search result in other places" : "Nessun risultato di ricerca in altre posizioni",
"_{count} search result in other places_::_{count} search results in other places_" : ["{count} risultato di ricerca in altre posizioni","{count} risultati di ricerca in altre posizioni"],
"Personal" : "Personale",
"Users" : "Utenti",
"Apps" : "Applicazioni",
"Admin" : "Admin",
"Help" : "Aiuto",
"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",
"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",
"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.",
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\">documentation</a>." : "Per informazioni su come configurare correttamente il tuo server, vedi la <a href=\"%s\" target=\"_blank\">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.",
"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-02-06 23:26:04 +03:00
"Performance Warning" : "Avviso di prestazioni",
"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-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.",
"%s is available. Get more information on how to update." : "%s è disponibile. Ottieni ulteriori informazioni sull'aggiornamento.",
"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.",
"Forgot your password? Reset it!" : "Hai dimenticato la password? Reimpostala!",
"remember" : "ricorda",
"Log in" : "Accedi",
"Alternative Logins" : "Accessi alternativi",
"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>",
"This ownCloud instance is currently in single user mode." : "Questa istanza di ownCloud è 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.",
"You are accessing the server from an untrusted domain." : "Stai accedendo al server da un dominio non attendibile.",
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" 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_domain\" in config/config.php. Un esempio di configurazione è 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",
"%s will be updated to version %s." : "%s sarà aggiornato alla versione %s.",
"The following apps will be disabled:" : "Le seguenti applicazioni 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:",
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);");