]> git.mxchange.org Git - friendica.git/blobdiff - view/it/strings.php
fix merge function of util/run_xgettext.sh
[friendica.git] / view / it / strings.php
index 79d7c19b3f74c505abc245ebb3a2db9b9ac1aa75..aa53824a75a79549c88ef2c811eefa08e510e832 100644 (file)
@@ -5,6 +5,7 @@ function string_plural_select_it($n){
        return ($n != 1);;
 }}
 ;
+$a->strings["This entry was edited"] = "Questa voce è stata modificata";
 $a->strings["Private Message"] = "Messaggio privato";
 $a->strings["Edit"] = "Modifica";
 $a->strings["Select"] = "Seleziona";
@@ -14,6 +15,10 @@ $a->strings["add star"] = "aggiungi a speciali";
 $a->strings["remove star"] = "rimuovi da speciali";
 $a->strings["toggle star status"] = "Inverti stato preferito";
 $a->strings["starred"] = "preferito";
+$a->strings["ignore thread"] = "ignora la discussione";
+$a->strings["unignore thread"] = "non ignorare la discussione";
+$a->strings["toggle ignore status"] = "inverti stato \"Ignora\"";
+$a->strings["ignored"] = "ignorato";
 $a->strings["add tag"] = "aggiungi tag";
 $a->strings["I like this (toggle)"] = "Mi piace (clic per cambiare)";
 $a->strings["like"] = "mi piace";
@@ -51,6 +56,7 @@ $a->strings["Image"] = "Immagine";
 $a->strings["Link"] = "Link";
 $a->strings["Video"] = "Video";
 $a->strings["Preview"] = "Anteprima";
+$a->strings["You must be logged in to use addons. "] = "Devi aver effettuato il login per usare gli addons.";
 $a->strings["Not Found"] = "Non trovato";
 $a->strings["Page not found."] = "Pagina non trovata.";
 $a->strings["Permission denied"] = "Permesso negato";
@@ -94,14 +100,13 @@ $a->strings["Confirm"] = "Conferma";
 $a->strings["[Name Withheld]"] = "[Nome Nascosto]";
 $a->strings["Public access denied."] = "Accesso negato.";
 $a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Inserisci il tuo 'Indirizzo Identità' da uno dei seguenti network supportati:";
-$a->strings["<strike>Connect as an email follower</strike> (Coming soon)"] = "<strike>Connetti un email come follower</strike> (in arrivo)";
 $a->strings["If you are not yet a member of the free social web, <a href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public Friendica site and join us today</a>."] = "Se non sei un membro del web sociale libero,  <a href=\"http://dir.friendica.com/siteinfo\">segui questo link per trovare un sito Friendica pubblico e unisciti a noi oggi</a>";
 $a->strings["Friend/Connection Request"] = "Richieste di amicizia/connessione";
 $a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Esempi: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca";
 $a->strings["Please answer the following:"] = "Rispondi:";
 $a->strings["Does %s know you?"] = "%s ti conosce?";
-$a->strings["Yes"] = "Si";
 $a->strings["No"] = "No";
+$a->strings["Yes"] = "Si";
 $a->strings["Add a personal note:"] = "Aggiungi una nota personale:";
 $a->strings["Friendica"] = "Friendica";
 $a->strings["StatusNet/Federated Social Web"] = "StatusNet/Federated Social Web";
@@ -110,6 +115,7 @@ $a->strings[" - please do not use this form.  Instead, enter %s into your Diaspo
 $a->strings["Your Identity Address:"] = "L'indirizzo della tua identità:";
 $a->strings["Submit Request"] = "Invia richiesta";
 $a->strings["Cancel"] = "Annulla";
+$a->strings["View Video"] = "Guarda Video";
 $a->strings["Requested profile is not available."] = "Profilo richiesto non disponibile.";
 $a->strings["Access to this profile has been restricted."] = "L'accesso a questo profilo è stato limitato.";
 $a->strings["Tips for New Members"] = "Consigli per i Nuovi Utenti";
@@ -121,7 +127,6 @@ $a->strings["Network"] = "Rete";
 $a->strings["Personal"] = "Personale";
 $a->strings["Home"] = "Home";
 $a->strings["Introductions"] = "Presentazioni";
-$a->strings["Messages"] = "Messaggi";
 $a->strings["Show Ignored Requests"] = "Mostra richieste ignorate";
 $a->strings["Hide Ignored Requests"] = "Nascondi richieste ignorate";
 $a->strings["Notification type: "] = "Tipo di notifica: ";
@@ -198,8 +203,15 @@ $a->strings["Registered users"] = "Utenti registrati";
 $a->strings["Pending registrations"] = "Registrazioni in attesa";
 $a->strings["Version"] = "Versione";
 $a->strings["Active plugins"] = "Plugin attivi";
+$a->strings["Can not parse base url. Must have at least <scheme>://<domain>"] = "Impossibile analizzare l'url base. Deve avere almeno [schema]://[dominio]";
 $a->strings["Site settings updated."] = "Impostazioni del sito aggiornate.";
 $a->strings["No special theme for mobile devices"] = "Nessun tema speciale per i dispositivi mobili";
+$a->strings["Never"] = "Mai";
+$a->strings["At post arrival"] = "All'arrivo di un messaggio";
+$a->strings["Frequently"] = "Frequentemente";
+$a->strings["Hourly"] = "Ogni ora";
+$a->strings["Twice daily"] = "Due volte al dì";
+$a->strings["Daily"] = "Giornalmente";
 $a->strings["Multi user instance"] = "Istanza multi utente";
 $a->strings["Closed"] = "Chiusa";
 $a->strings["Requires approval"] = "Richiede l'approvazione";
@@ -207,13 +219,17 @@ $a->strings["Open"] = "Aperta";
 $a->strings["No SSL policy, links will track page SSL state"] = "Nessuna gestione SSL, i link seguiranno lo stato SSL della pagina";
 $a->strings["Force all links to use SSL"] = "Forza tutti i linki ad usare SSL";
 $a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Certificato auto-firmato, usa SSL solo per i link locali (sconsigliato)";
+$a->strings["Save Settings"] = "Salva Impostazioni";
 $a->strings["Registration"] = "Registrazione";
 $a->strings["File upload"] = "Caricamento file";
 $a->strings["Policies"] = "Politiche";
 $a->strings["Advanced"] = "Avanzate";
 $a->strings["Performance"] = "Performance";
+$a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = "Trasloca - ATTENZIONE: funzione avanzata! Puo' rendere questo server irraggiungibile.";
 $a->strings["Site name"] = "Nome del sito";
 $a->strings["Banner/Logo"] = "Banner/Logo";
+$a->strings["Additional Info"] = "Informazioni aggiuntive";
+$a->strings["For public servers: you can add additional information here that will be listed at dir.friendica.com/siteinfo."] = "Per server pubblici: puoi aggiungere informazioni extra che verrano mostrate su dir.friendica.com/siteinfo.";
 $a->strings["System language"] = "Lingua di sistema";
 $a->strings["System theme"] = "Tema di sistema";
 $a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "Tema di sistema - puo' essere sovrascritto dalle impostazioni utente - <a href='#' id='cnftheme'>cambia le impostazioni del tema</a>";
@@ -221,8 +237,8 @@ $a->strings["Mobile system theme"] = "Tema mobile di sistema";
 $a->strings["Theme for mobile devices"] = "Tema per dispositivi mobili";
 $a->strings["SSL link policy"] = "Gestione link SSL";
 $a->strings["Determines whether generated links should be forced to use SSL"] = "Determina se i link generati devono essere forzati a usare SSL";
-$a->strings["'Share' element"] = "Elemento 'Share'";
-$a->strings["Activates the bbcode element 'share' for repeating items."] = "Attiva l'elemento bbcode 'share' per i post condivisi.";
+$a->strings["Old style 'Share'"] = "Ricondivisione vecchio stile";
+$a->strings["Deactivates the bbcode element 'share' for repeating items."] = "Disattiva l'elemento bbcode 'share' con elementi ripetuti";
 $a->strings["Hide help entry from navigation menu"] = "Nascondi la voce 'Guida' dal menu di navigazione";
 $a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "Nasconde la voce per le pagine della guida dal menu di navigazione. E' comunque possibile accedervi richiamando /help direttamente.";
 $a->strings["Single user instance"] = "Instanza a singolo utente";
@@ -256,6 +272,12 @@ $a->strings["Private posts by default for new users"] = "Post privati di default
 $a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "Imposta i permessi predefiniti dei post per tutti i nuovi utenti come privati per il gruppo predefinito, invece che pubblici.";
 $a->strings["Don't include post content in email notifications"] = "Non includere il contenuto dei post nelle notifiche via email";
 $a->strings["Don't include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure."] = "Non include il contenuti del post/commento/messaggio privato/etc. nelle notifiche email che sono inviate da questo sito, per privacy";
+$a->strings["Disallow public access to addons listed in the apps menu."] = "Disabilita l'accesso pubblico ai plugin raccolti nel menu apps.";
+$a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = "Selezionando questo box si limiterà ai soli membri l'accesso agli addon nel menu applicazioni";
+$a->strings["Don't embed private images in posts"] = "Non inglobare immagini private nei post";
+$a->strings["Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while."] = "Non sostituire le foto locali nei post con una copia incorporata dell'immagine. Questo significa che i contatti che riceveranno i post contenenti foto private dovranno autenticarsi e caricare ogni immagine, cosa che puo' richiedere un po' di tempo.";
+$a->strings["Allow Users to set remote_self"] = "Permetti agli utenti di impostare 'io remoto'";
+$a->strings["With checking this, every user is allowed to mark every contact as a remote_self in the repair contact dialog. Setting this flag on a contact causes mirroring every posting of that contact in the users stream."] = "Selezionando questo, a tutti gli utenti sarà permesso di impostare qualsiasi contatto come 'io remoto' nella pagina di modifica del contatto. Impostare questa opzione fa si che tutti i messaggi di quel contatto vengano ripetuti nello stream del'utente.";
 $a->strings["Block multiple registrations"] = "Blocca registrazioni multiple";
 $a->strings["Disallow users to register additional accounts for use as pages."] = "Non permette all'utente di registrare account extra da usare come pagine.";
 $a->strings["OpenID support"] = "Supporto OpenID";
@@ -267,7 +289,9 @@ $a->strings["Use PHP UTF8 regular expressions"] = "Usa le espressioni regolari P
 $a->strings["Show Community Page"] = "Mostra pagina Comunità";
 $a->strings["Display a Community page showing all recent public postings on this site."] = "Mostra una pagina Comunità con tutti i recenti messaggi pubblici su questo sito.";
 $a->strings["Enable OStatus support"] = "Abilita supporto OStatus";
-$a->strings["Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "Fornisce compatibiltà OStatuts (identi.ca, status.net, etc.). Tutte le comunicazioni in OStatus sono pubbliche, per cui avvisi di provacy verranno occasionalmente mostrati.";
+$a->strings["Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "Fornisce la compatibilità integrata a OStatus (StatusNet, Gnu Social, etc.). Tutte le comunicazioni su OStatus sono pubbliche, quindi un avviso di privacy verrà mostrato occasionalmente.";
+$a->strings["OStatus conversation completion interval"] = "Intervallo completamento conversazioni OStatus";
+$a->strings["How often shall the poller check for new entries in OStatus conversations? This can be a very ressource task."] = "quanto spesso il poller deve controllare se esistono nuovi commenti in una conversazione OStatus? Questo è un lavoro che puo' richiedere molte risorse.";
 $a->strings["Enable Diaspora support"] = "Abilita il supporto a Diaspora";
 $a->strings["Provide built-in Diaspora network compatibility."] = "Fornisce compatibilità con il network Diaspora.";
 $a->strings["Only allow Friendica contacts"] = "Permetti solo contatti Friendica";
@@ -286,22 +310,37 @@ $a->strings["Maximum Load Average"] = "Massimo carico medio";
 $a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Massimo carico di sistema prima che i processi di invio e di poll siano ritardati. Predefinito a 50.";
 $a->strings["Use MySQL full text engine"] = "Usa il motore MySQL full text";
 $a->strings["Activates the full text engine. Speeds up search - but can only search for four and more characters."] = "Attiva il motore full text. Velocizza la ricerca, ma puo' cercare solo per quattro o più caratteri.";
+$a->strings["Suppress Language"] = "Disattiva lingua";
+$a->strings["Suppress language information in meta information about a posting."] = "Disattiva le informazioni sulla lingua nei meta di un post.";
 $a->strings["Path to item cache"] = "Percorso cache elementi";
 $a->strings["Cache duration in seconds"] = "Durata della cache in secondi";
-$a->strings["How long should the cache files be hold? Default value is 86400 seconds (One day)."] = "Quanto a lungo devono essere mantenuti i file di cache? Il valore predefinito è 86400 secondi (un giorno).";
+$a->strings["How long should the cache files be hold? Default value is 86400 seconds (One day). To disable the item cache, set the value to -1."] = "Quanto a lungo devono essere mantenuti i file di cache? Il valore predefinito è 86400 secondi (un giorno). Per disabilitare la cache, imposta il valore a -1.";
+$a->strings["Maximum numbers of comments per post"] = "Numero massimo di commenti per post";
+$a->strings["How much comments should be shown for each post? Default value is 100."] = "Quanti commenti devono essere mostrati per ogni post? Default : 100.";
 $a->strings["Path for lock file"] = "Percorso al file di lock";
 $a->strings["Temp path"] = "Percorso file temporanei";
 $a->strings["Base path to installation"] = "Percorso base all'installazione";
+$a->strings["Disable picture proxy"] = "Disabilita il proxy immagini";
+$a->strings["The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwith."] = "Il proxy immagini aumenta le performace e la privacy. Non dovrebbe essere usato su server con poca banda disponibile.";
+$a->strings["New base url"] = "Nuovo url base";
+$a->strings["Disable noscrape"] = "";
+$a->strings["The noscrape feature speeds up directory submissions by using JSON data instead of HTML scraping. Disabling it will cause higher load on your server and the directory server."] = "";
 $a->strings["Update has been marked successful"] = "L'aggiornamento è stato segnato come  di successo";
-$a->strings["Executing %s failed. Check system logs."] = "Fallita l'esecuzione di %s. Controlla i log di sistema.";
+$a->strings["Database structure update %s was successfully applied."] = "Aggiornamento struttura database %s applicata con successo.";
+$a->strings["Executing of database structure update %s failed with error: %s"] = "Aggiornamento struttura database %s fallita con errore: %s";
+$a->strings["Executing %s failed with error: %s"] = "Esecuzione di %s fallita con errore: %s";
 $a->strings["Update %s was successfully applied."] = "L'aggiornamento %s è stato applicato con successo";
 $a->strings["Update %s did not return a status. Unknown if it succeeded."] = "L'aggiornamento %s non ha riportato uno stato. Non so se è andato a buon fine.";
-$a->strings["Update function %s could not be found."] = "La funzione di aggiornamento %s non puo' essere trovata.";
+$a->strings["There was no additional update function %s that needed to be called."] = "Non ci sono altre funzioni di aggiornamento %s da richiamare.";
 $a->strings["No failed updates."] = "Nessun aggiornamento fallito.";
+$a->strings["Check database structure"] = "Controlla struttura database";
 $a->strings["Failed Updates"] = "Aggiornamenti falliti";
 $a->strings["This does not include updates prior to 1139, which did not return a status."] = "Questo non include gli aggiornamenti prima del 1139, che non ritornano lo stato.";
 $a->strings["Mark success (if update was manually applied)"] = "Segna completato (se l'update è stato applicato manualmente)";
 $a->strings["Attempt to execute this update step automatically"] = "Cerco di eseguire questo aggiornamento in automatico";
+$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "\nGentile %1\$s,\n    l'amministratore di %2\$s ha impostato un account per te.";
+$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tThank you and welcome to %4\$s."] = "\nI dettagli del tuo utente sono:\n    Indirizzo del sito: %1\$s\n    Nome utente: %2\$s\n    Password: %3\$s\n\nPuoi cambiare la tua password dalla pagina delle impostazioni del tuo account dopo esserti autenticato.\n\nPer favore, prenditi qualche momento per esaminare tutte le impostazioni presenti.\n\nPotresti voler aggiungere qualche informazione di base al tuo profilo predefinito (nella pagina \"Profili\"), così che le altre persone possano trovarti più facilmente.\n\nTi raccomandiamo di inserire il tuo nome completo, aggiungere una foto, aggiungere qualche parola chiave del profilo (molto utili per trovare nuovi contatti), e magari in quale nazione vivi, se non vuoi essere più specifico di così.\n\nNoi rispettiamo appieno la tua privacy, e nessuna di queste informazioni è necessaria o obbligatoria.\nSe sei nuovo e non conosci nessuno qui, possono aiutarti a trovare qualche nuovo e interessante contatto.\n\nGrazie e benvenuto su %4\$s";
+$a->strings["Registration details for %s"] = "Dettagli della registrazione di %s";
 $a->strings["%s user blocked/unblocked"] = array(
        0 => "%s utente bloccato/sbloccato",
        1 => "%s utenti bloccati/sbloccati",
@@ -313,8 +352,10 @@ $a->strings["%s user deleted"] = array(
 $a->strings["User '%s' deleted"] = "Utente '%s' cancellato";
 $a->strings["User '%s' unblocked"] = "Utente '%s' sbloccato";
 $a->strings["User '%s' blocked"] = "Utente '%s' bloccato";
+$a->strings["Add User"] = "Aggiungi utente";
 $a->strings["select all"] = "seleziona tutti";
 $a->strings["User registrations waiting for confirm"] = "Richieste di registrazione in attesa di conferma";
+$a->strings["User waiting for permanent deletion"] = "Utente in attesa di cancellazione definitiva";
 $a->strings["Request date"] = "Data richiesta";
 $a->strings["Name"] = "Nome";
 $a->strings["Email"] = "Email";
@@ -324,12 +365,18 @@ $a->strings["Block"] = "Blocca";
 $a->strings["Unblock"] = "Sblocca";
 $a->strings["Site admin"] = "Amministrazione sito";
 $a->strings["Account expired"] = "Account scaduto";
+$a->strings["New User"] = "Nuovo Utente";
 $a->strings["Register date"] = "Data registrazione";
 $a->strings["Last login"] = "Ultimo accesso";
 $a->strings["Last item"] = "Ultimo elemento";
+$a->strings["Deleted since"] = "Rimosso da";
 $a->strings["Account"] = "Account";
 $a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Gli utenti selezionati saranno cancellati!\\n\\nTutto quello che gli utenti hanno inviato su questo sito sarà permanentemente canellato!\\n\\nSei sicuro?";
 $a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "L'utente {0} sarà cancellato!\\n\\nTutto quello che ha inviato su questo sito sarà permanentemente cancellato!\\n\\nSei sicuro?";
+$a->strings["Name of the new user."] = "Nome del nuovo utente.";
+$a->strings["Nickname"] = "Nome utente";
+$a->strings["Nickname of the new user."] = "Nome utente del nuovo utente.";
+$a->strings["Email address of the new user."] = "Indirizzo Email del nuovo utente.";
 $a->strings["Plugin %s disabled."] = "Plugin %s disabilitato.";
 $a->strings["Plugin %s enabled."] = "Plugin %s abilitato.";
 $a->strings["Disable"] = "Disabilita";
@@ -344,7 +391,7 @@ $a->strings["[Experimental]"] = "[Sperimentale]";
 $a->strings["[Unsupported]"] = "[Non supportato]";
 $a->strings["Log settings updated."] = "Impostazioni Log aggiornate.";
 $a->strings["Clear"] = "Pulisci";
-$a->strings["Debugging"] = "Debugging";
+$a->strings["Enable Debugging"] = "Abilita Debugging";
 $a->strings["Log file"] = "File di Log";
 $a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Deve essere scrivibile dal server web. Relativo alla tua directory Friendica.";
 $a->strings["Log level"] = "Livello di Log";
@@ -360,6 +407,7 @@ $a->strings["Unable to locate contact information."] = "Impossibile trovare le i
 $a->strings["Message could not be sent."] = "Il messaggio non puo' essere inviato.";
 $a->strings["Message collection failure."] = "Errore recuperando il messaggio.";
 $a->strings["Message sent."] = "Messaggio inviato.";
+$a->strings["Messages"] = "Messaggi";
 $a->strings["Do you really want to delete this message?"] = "Vuoi veramente cancellare questo messaggio?";
 $a->strings["Message deleted."] = "Messaggio eliminato.";
 $a->strings["Conversation removed."] = "Conversazione rimossa.";
@@ -386,6 +434,7 @@ $a->strings["No secure communications available. You <strong>may</strong> be abl
 $a->strings["Send Reply"] = "Invia la risposta";
 $a->strings["Item not found"] = "Oggetto non trovato";
 $a->strings["Edit post"] = "Modifica messaggio";
+$a->strings["Save"] = "Salva";
 $a->strings["upload photo"] = "carica foto";
 $a->strings["Attach file"] = "Allega file";
 $a->strings["attach file"] = "allega file";
@@ -422,7 +471,6 @@ $a->strings["Site public key not available in contact record for URL %s."] = "La
 $a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "L'ID fornito dal tuo sistema è duplicato sul nostro sistema. Se riprovi dovrebbe funzionare.";
 $a->strings["Unable to set your contact credentials on our system."] = "Impossibile impostare le credenziali del tuo contatto sul nostro sistema.";
 $a->strings["Unable to update your contact profile details on our system"] = "Impossibile aggiornare i dettagli del tuo contatto sul nostro sistema";
-$a->strings["Connection accepted at %s"] = "Connession accettata su %s";
 $a->strings["%1\$s has joined %2\$s"] = "%1\$s si è unito a %2\$s";
 $a->strings["Event title and start time are required."] = "Titolo e ora di inizio dell'evento sono richiesti.";
 $a->strings["l, F j"] = "l j F";
@@ -526,11 +574,9 @@ $a->strings["Share"] = "Condividi";
 $a->strings["View Album"] = "Sfoglia l'album";
 $a->strings["Recent Photos"] = "Foto recenti";
 $a->strings["No profile"] = "Nessun profilo";
-$a->strings["Registration details for %s"] = "Dettagli della registrazione di %s";
 $a->strings["Registration successful. Please check your email for further instructions."] = "Registrazione completata. Controlla la tua mail per ulteriori informazioni.";
-$a->strings["Failed to send email message. Here is the message that failed."] = "Errore nell'invio del messaggio email. Questo è il messaggio non inviato.";
+$a->strings["Failed to send email message. Here your accout details:<br> login: %s<br> password: %s<br><br>You can change your password after login."] = "";
 $a->strings["Your registration can not be processed."] = "La tua registrazione non puo' essere elaborata.";
-$a->strings["Registration request at %s"] = "Richiesta di registrazione su %s";
 $a->strings["Your registration is pending approval by the site owner."] = "La tua richiesta è in attesa di approvazione da parte del prorietario del sito.";
 $a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Questo sito ha superato il numero di registrazioni giornaliere consentite. Prova di nuovo domani.";
 $a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Se vuoi, puoi riempire questo modulo tramite OpenID, inserendo il tuo OpenID e cliccando 'Registra'.";
@@ -544,8 +590,12 @@ $a->strings["Your Email Address: "] = "Il tuo indirizzo email: ";
 $a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be '<strong>nickname@\$sitename</strong>'."] = "Scegli un nome utente. Deve cominciare con una lettera. L'indirizzo del tuo profilo sarà '<strong>soprannome@\$sitename</strong>'.";
 $a->strings["Choose a nickname: "] = "Scegli un nome utente: ";
 $a->strings["Register"] = "Registrati";
+$a->strings["Import"] = "Importa";
+$a->strings["Import your profile to this friendica instance"] = "Importa il tuo profilo in questo server friendica";
 $a->strings["No valid account found."] = "Nessun account valido trovato.";
 $a->strings["Password reset request issued. Check your email."] = "La richiesta per reimpostare la password è stata inviata. Controlla la tua email.";
+$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\nGentile %1\$s,\n    abbiamo ricevuto su \"%2\$s\" una richiesta di resettare la password del tuo account. Per confermare questa richiesta, selezionate il link di conferma qui sotto o incollatelo nella barra indirizzo del vostro browser.\n\nSe NON hai richiesto questa modifica, NON selezionare il link e ignora o cancella questa email.\n\nLa tua password non verrà modificata a meno che non possiamo verificare che tu abbia effettivamente richiesto la modifica.";
+$a->strings["\n\t\tFollow this link to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\nSegui questo link per verificare la tua identità:\n\n%1\$s\n\nRiceverai in un successivo messaggio la nuova password.\nPotrai cambiarla dalla pagina \"Impostazioni\" del tuo account dopo esserti autenticato.\n\nI dettagli del tuo account sono:\n    Indirizzo del sito: %2\$s\n    Nome utente: %3\$s";
 $a->strings["Password reset requested at %s"] = "Richiesta reimpostazione password su %s";
 $a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "La richiesta non può essere verificata. (Puoi averla già richiesta precendentemente). Reimpostazione password fallita.";
 $a->strings["Password Reset"] = "Reimpostazione password";
@@ -554,6 +604,8 @@ $a->strings["Your new password is"] = "La tua nuova password è";
 $a->strings["Save or copy your new password - and then"] = "Salva o copia la tua nuova password, quindi";
 $a->strings["click here to login"] = "clicca qui per entrare";
 $a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Puoi cambiare la tua password dalla pagina <em>Impostazioni</em> dopo aver effettuato l'accesso.";
+$a->strings["\n\t\t\t\tDear %1\$s,\n\t\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\t\tinformation for your records (or change your password immediately to\n\t\t\t\tsomething that you will remember).\n\t\t\t"] = "\nGentile %1\$s,\n   La tua password è stata modificata come richiesto.\nSalva questa password, o sostituiscila immediatamente con qualcosa che puoi ricordare.";
+$a->strings["\n\t\t\t\tYour login details are as follows:\n\n\t\t\t\tSite Location:\t%1\$s\n\t\t\t\tLogin Name:\t%2\$s\n\t\t\t\tPassword:\t%3\$s\n\n\t\t\t\tYou may change that password from your account settings page after logging in.\n\t\t\t"] = "\nI dettagli del tuo account sono:\n\n   Indirizzo del sito: %1\$s\n   Nome utente: %2\$s\n   Password: %3\$s\n\nPuoi cambiare questa password dalla pagina \"Impostazioni\" del tuo account dopo esserti autenticato.";
 $a->strings["Your password has been changed at %s"] = "La tua password presso %s è stata cambiata";
 $a->strings["Forgot your Password?"] = "Hai dimenticato la password?";
 $a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Inserisci il tuo indirizzo email per reimpostare la password.";
@@ -566,6 +618,10 @@ $a->strings["Applications"] = "Applicazioni";
 $a->strings["No installed applications."] = "Nessuna applicazione installata.";
 $a->strings["Help:"] = "Guida:";
 $a->strings["Help"] = "Guida";
+$a->strings["%d contact edited."] = array(
+       0 => "%d contatto modificato",
+       1 => "%d contatti modificati",
+);
 $a->strings["Could not access contact record."] = "Non è possibile accedere al contatto.";
 $a->strings["Could not locate selected profile."] = "Non riesco a trovare il profilo selezionato.";
 $a->strings["Contact updated."] = "Contatto aggiornato.";
@@ -581,7 +637,6 @@ $a->strings["You are mutual friends with %s"] = "Sei amico reciproco con %s";
 $a->strings["You are sharing with %s"] = "Stai condividendo con %s";
 $a->strings["%s is sharing with you"] = "%s sta condividendo con te";
 $a->strings["Private communications are not available for this contact."] = "Le comunicazioni private non sono disponibili per questo contatto.";
-$a->strings["Never"] = "Mai";
 $a->strings["(Update was successful)"] = "(L'aggiornamento è stato completato)";
 $a->strings["(Update was not successful)"] = "(L'aggiornamento non è stato completato)";
 $a->strings["Suggest friends"] = "Suggerisci amici";
@@ -616,6 +671,9 @@ $a->strings["Currently blocked"] = "Bloccato";
 $a->strings["Currently ignored"] = "Ignorato";
 $a->strings["Currently archived"] = "Al momento archiviato";
 $a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Risposte ai tuoi post pubblici <strong>possono</strong> essere comunque visibili";
+$a->strings["Notification for new posts"] = "Notifica per i nuovi messaggi";
+$a->strings["Send a notification of every new post of this contact"] = "Invia una notifica per ogni nuovo messaggio di questo contatto";
+$a->strings["Fetch further information for feeds"] = "Recupera maggiori infomazioni per i feed";
 $a->strings["Suggestions"] = "Suggerimenti";
 $a->strings["Suggest potential friends"] = "Suggerisci potenziali amici";
 $a->strings["All Contacts"] = "Tutti i contatti";
@@ -637,16 +695,19 @@ $a->strings["Contacts"] = "Contatti";
 $a->strings["Search your contacts"] = "Cerca nei tuoi contatti";
 $a->strings["Finding: "] = "Ricerca: ";
 $a->strings["Find"] = "Trova";
+$a->strings["Update"] = "Aggiorna";
+$a->strings["No videos selected"] = "Nessun video selezionato";
+$a->strings["Recent Videos"] = "Video Recenti";
+$a->strings["Upload New Videos"] = "Carica Nuovo Video";
 $a->strings["Common Friends"] = "Amici in comune";
 $a->strings["No contacts in common."] = "Nessun contatto in comune.";
 $a->strings["Contact added"] = "Contatto aggiunto";
-$a->strings["Import"] = "Importa";
 $a->strings["Move account"] = "Muovi account";
 $a->strings["You can import an account from another Friendica server."] = "Puoi importare un account da un altro server Friendica.";
 $a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "Devi esportare il tuo account dal vecchio server e caricarlo qui. Noi ricreeremo il tuo vecchio account qui, con tutti i tuoi contatti. Proveremo anche a informare i tuoi amici che ti sei spostato qui.";
 $a->strings["This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora"] = "Questa funzione è sperimentale. Non possiamo importare i contatti dalla rete OStatus (status.net/identi.ca) o da Diaspora";
 $a->strings["Account file"] = "File account";
-$a->strings["To export your accont, go to \"Settings->Export your porsonal data\" and select \"Export account\""] = "Per esportare il tuo account, vai su \"Impostazioni -> Esporta i tuoi dati personali\" e seleziona \"Esporta account\"";
+$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "Per esportare il tuo account, vai su \"Impostazioni -> Esporta i tuoi dati personali\" e seleziona \"Esporta account\"";
 $a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s sta seguendo %3\$s di %2\$s";
 $a->strings["Friends of %s"] = "Amici di %s";
 $a->strings["No friends to display."] = "Nessun amico da visualizzare.";
@@ -714,25 +775,26 @@ $a->strings["You are cordially invited to join me and other close friends on Fri
 $a->strings["You will need to supply this invitation code: \$invite_code"] = "Sarà necessario fornire questo codice invito: \$invite_code";
 $a->strings["Once you have registered, please connect with me via my profile page at:"] = "Una volta registrato, connettiti con me dal mio profilo:";
 $a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "Per maggiori informazioni sul progetto Friendica e perchè pensiamo sia importante, visita http://friendica.com";
-$a->strings["Account settings"] = "Parametri account";
 $a->strings["Additional features"] = "Funzionalità aggiuntive";
-$a->strings["Display settings"] = "Impostazioni grafiche";
-$a->strings["Connector settings"] = "Impostazioni connettori";
-$a->strings["Plugin settings"] = "Impostazioni plugin";
+$a->strings["Display"] = "Visualizzazione";
+$a->strings["Social Networks"] = "Social Networks";
+$a->strings["Delegations"] = "Delegazioni";
 $a->strings["Connected apps"] = "Applicazioni collegate";
 $a->strings["Export personal data"] = "Esporta dati personali";
 $a->strings["Remove account"] = "Rimuovi account";
 $a->strings["Missing some important data!"] = "Mancano alcuni dati importanti!";
-$a->strings["Update"] = "Aggiorna";
 $a->strings["Failed to connect with email account using the settings provided."] = "Impossibile collegarsi all'account email con i parametri forniti.";
 $a->strings["Email settings updated."] = "Impostazioni e-mail aggiornate.";
 $a->strings["Features updated"] = "Funzionalità aggiornate";
+$a->strings["Relocate message has been send to your contacts"] = "Il messaggio di trasloco è stato inviato ai tuoi contatti";
 $a->strings["Passwords do not match. Password unchanged."] = "Le password non corrispondono. Password non cambiata.";
 $a->strings["Empty passwords are not allowed. Password unchanged."] = "Le password non possono essere vuote. Password non cambiata.";
+$a->strings["Wrong password."] = "Password sbagliata.";
 $a->strings["Password changed."] = "Password cambiata.";
 $a->strings["Password update failed. Please try again."] = "Aggiornamento password fallito. Prova ancora.";
 $a->strings[" Please use a shorter name."] = " Usa un nome più corto.";
 $a->strings[" Name too short."] = " Nome troppo corto.";
+$a->strings["Wrong Password"] = "Password Sbagliata";
 $a->strings[" Not valid email."] = " Email non valida.";
 $a->strings[" Cannot change to that email."] = "Non puoi usare quella email.";
 $a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Il forum privato non ha permessi di privacy. Uso il gruppo di privacy predefinito.";
@@ -758,7 +820,6 @@ $a->strings["enabled"] = "abilitato";
 $a->strings["disabled"] = "disabilitato";
 $a->strings["StatusNet"] = "StatusNet";
 $a->strings["Email access is disabled on this site."] = "L'accesso email è disabilitato su questo sito.";
-$a->strings["Connector Settings"] = "Impostazioni Connettore";
 $a->strings["Email/Mailbox Setup"] = "Impostazioni email";
 $a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Se vuoi comunicare con i contatti email usando questo servizio, specifica come collegarti alla tua casella di posta. (opzionale)";
 $a->strings["Last successful email check:"] = "Ultimo controllo email eseguito con successo:";
@@ -781,7 +842,13 @@ $a->strings["Update browser every xx seconds"] = "Aggiorna il browser ogni x sec
 $a->strings["Minimum of 10 seconds, no maximum"] = "Minimo 10 secondi, nessun limite massimo";
 $a->strings["Number of items to display per page:"] = "Numero di elementi da mostrare per pagina:";
 $a->strings["Maximum of 100 items"] = "Massimo 100 voci";
+$a->strings["Number of items to display per page when viewed from mobile device:"] = "Numero di voci da visualizzare per pagina quando si utilizza un dispositivo mobile:";
 $a->strings["Don't show emoticons"] = "Non mostrare le emoticons";
+$a->strings["Don't show notices"] = "Non mostrare gli avvisi";
+$a->strings["Infinite scroll"] = "Scroll infinito";
+$a->strings["Automatic updates only at the top of the network page"] = "Aggiornamenti automatici solo in cima alla pagina \"rete\"";
+$a->strings["User Types"] = "Tipi di Utenti";
+$a->strings["Community Types"] = "Tipi di Comunità";
 $a->strings["Normal Account Page"] = "Pagina Account Normale";
 $a->strings["This account is a normal personal profile"] = "Questo account è un normale profilo personale";
 $a->strings["Soapbox Page"] = "Pagina Sandbox";
@@ -819,6 +886,9 @@ $a->strings["Password Settings"] = "Impostazioni password";
 $a->strings["New Password:"] = "Nuova password:";
 $a->strings["Confirm:"] = "Conferma:";
 $a->strings["Leave password fields blank unless changing"] = "Lascia questi campi in bianco per non effettuare variazioni alla password";
+$a->strings["Current Password:"] = "Password Attuale:";
+$a->strings["Your current password to confirm the changes"] = "La tua password attuale per confermare le modifiche";
+$a->strings["Password:"] = "Password:";
 $a->strings["Basic Settings"] = "Impostazioni base";
 $a->strings["Full Name:"] = "Nome completo:";
 $a->strings["Email Address:"] = "Indirizzo Email:";
@@ -830,8 +900,8 @@ $a->strings["Maximum Friend Requests/Day:"] = "Numero massimo di richieste di am
 $a->strings["(to prevent spam abuse)"] = "(per prevenire lo spam)";
 $a->strings["Default Post Permissions"] = "Permessi predefiniti per i messaggi";
 $a->strings["(click to open/close)"] = "(clicca per aprire/chiudere)";
-$a->strings["Default Private Post"] = "";
-$a->strings["Default Public Post"] = "";
+$a->strings["Default Private Post"] = "Default Post Privato";
+$a->strings["Default Public Post"] = "Default Post Pubblico";
 $a->strings["Default Permissions for New Posts"] = "Permessi predefiniti per i nuovi post";
 $a->strings["Maximum private messages per day from unknown people:"] = "Numero massimo di messaggi privati da utenti sconosciuti per giorno:";
 $a->strings["Notification Settings"] = "Impostazioni notifiche";
@@ -850,6 +920,9 @@ $a->strings["You are tagged in a post"] = "Sei stato taggato in un post";
 $a->strings["You are poked/prodded/etc. in a post"] = "Sei 'toccato'/'spronato'/ecc. in un post";
 $a->strings["Advanced Account/Page Type Settings"] = "Impostazioni avanzate Account/Tipo di pagina";
 $a->strings["Change the behaviour of this account for special situations"] = "Modifica il comportamento di questo account in situazioni speciali";
+$a->strings["Relocate"] = "Trasloca";
+$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "Se hai spostato questo profilo da un'altro server, e alcuni dei tuoi contatti non ricevono i tuoi aggiornamenti, prova a premere questo bottone.";
+$a->strings["Resend relocate message to contacts"] = "Reinvia il messaggio di trasloco";
 $a->strings["Item has been removed."] = "L'oggetto è stato rimosso.";
 $a->strings["People Search"] = "Cerca persone";
 $a->strings["No matches"] = "Nessun risultato";
@@ -877,6 +950,7 @@ $a->strings["public profile"] = "profilo pubblico";
 $a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$s ha cambiato %2\$s in &ldquo;%3\$s&rdquo;";
 $a->strings[" - Visit %1\$s's %2\$s"] = "- Visita  %2\$s di %1\$s";
 $a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s ha un %2\$s aggiornato. Ha cambiato %3\$s";
+$a->strings["Hide contacts and friends:"] = "Nascondi contatti:";
 $a->strings["Hide your contact/friend list from viewers of this profile?"] = "Nascondi la tua lista di contatti/amici ai visitatori di questo profilo?";
 $a->strings["Edit Profile Details"] = "Modifica i dettagli del profilo";
 $a->strings["Change Profile Photo"] = "Cambia la foto del profilo";
@@ -884,6 +958,11 @@ $a->strings["View this profile"] = "Visualizza questo profilo";
 $a->strings["Create a new profile using these settings"] = "Crea un nuovo profilo usando queste impostazioni";
 $a->strings["Clone this profile"] = "Clona questo profilo";
 $a->strings["Delete this profile"] = "Elimina questo profilo";
+$a->strings["Basic information"] = "Informazioni di base";
+$a->strings["Profile picture"] = "Immagine del profilo";
+$a->strings["Preferences"] = "Preferenze";
+$a->strings["Status information"] = "Informazioni stato";
+$a->strings["Additional information"] = "Informazioni aggiuntive";
 $a->strings["Profile Name:"] = "Nome del profilo:";
 $a->strings["Your Full Name:"] = "Il tuo nome completo:";
 $a->strings["Title/Description:"] = "Breve descrizione (es. titolo, posizione, altro):";
@@ -949,7 +1028,8 @@ $a->strings["Not available."] = "Non disponibile.";
 $a->strings["Community"] = "Comunità";
 $a->strings["Save to Folder:"] = "Salva nella Cartella:";
 $a->strings["- select -"] = "- seleziona -";
-$a->strings["Save"] = "Salva";
+$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Mi spiace, forse il fie che stai caricando è più grosso di quanto la configurazione di PHP permetta";
+$a->strings["Or - did you try to upload an empty file?"] = "O.. non avrai provato a caricare un file vuoto?";
 $a->strings["File exceeds size limit of %d"] = "Il file supera la dimensione massima di %d";
 $a->strings["File upload failed."] = "Caricamento del file non riuscito.";
 $a->strings["Invalid profile identifier."] = "Indentificativo del profilo non valido.";
@@ -1013,7 +1093,7 @@ $a->strings["Crop Image"] = "Ritaglia immagine";
 $a->strings["Please adjust the image cropping for optimum viewing."] = "Ritaglia l'imagine per una visualizzazione migliore.";
 $a->strings["Done Editing"] = "Finito";
 $a->strings["Image uploaded successfully."] = "Immagine caricata con successo.";
-$a->strings["Friendica Social Communications Server - Setup"] = "Friendica Social Communications Server - Setup";
+$a->strings["Friendica Communications Server - Setup"] = "Friendica Comunicazione Server - Impostazioni";
 $a->strings["Could not connect to database."] = " Impossibile collegarsi con il database.";
 $a->strings["Could not create table."] = "Impossibile creare le tabelle.";
 $a->strings["Your Friendica site database has been installed."] = "Il tuo Friendica è stato installato.";
@@ -1038,6 +1118,9 @@ $a->strings["If you don't have a command line version of PHP installed on server
 $a->strings["PHP executable path"] = "Percorso eseguibile PHP";
 $a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Inserisci il percorso completo all'eseguibile di php. Puoi lasciare bianco questo campo per continuare l'installazione.";
 $a->strings["Command line PHP"] = "PHP da riga di comando";
+$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "L'eseguibile PHP non è il binario php cli (potrebbe essere la versione cgi-fcgi)";
+$a->strings["Found PHP version: "] = "Versione PHP:";
+$a->strings["PHP cli binary"] = "Binario PHP cli";
 $a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "La versione da riga di comando di PHP nel sistema non ha abilitato \"register_argc_argv\".";
 $a->strings["This is required for message delivery to work."] = "E' obbligatorio per far funzionare la consegna dei messaggi.";
 $a->strings["PHP register_argc_argv"] = "PHP register_argc_argv";
@@ -1069,13 +1152,13 @@ $a->strings["view/smarty3 is writable"] = "view/smarty3 è scrivibile";
 $a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "La riscrittura degli url in .htaccess non funziona. Controlla la configurazione del tuo server.";
 $a->strings["Url rewrite is working"] = "La riscrittura degli url funziona";
 $a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Il file di configurazione del database \".htconfig.php\" non può essere scritto. Usa il testo qui di seguito per creare un file di configurazione nella cartella principale del tuo sito.";
-$a->strings["Errors encountered creating database tables."] = "La creazione delle tabelle del database ha generato errori.";
 $a->strings["<h1>What next</h1>"] = "<h1>Cosa fare ora</h1>";
 $a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANTE: Devi impostare [manualmente] la pianificazione del poller.";
 $a->strings["Group created."] = "Gruppo creato.";
 $a->strings["Could not create group."] = "Impossibile creare il gruppo.";
 $a->strings["Group not found."] = "Gruppo non trovato.";
 $a->strings["Group name changed."] = "Il nome del gruppo è cambiato.";
+$a->strings["Save Group"] = "Salva gruppo";
 $a->strings["Create a group of contacts/friends."] = "Crea un gruppo di amici/contatti.";
 $a->strings["Group Name: "] = "Nome del gruppo:";
 $a->strings["Group removed."] = "Gruppo rimosso.";
@@ -1137,6 +1220,12 @@ $a->strings["Friend Confirm URL"] = "URL Conferma Amicizia";
 $a->strings["Notification Endpoint URL"] = "URL Notifiche";
 $a->strings["Poll/Feed URL"] = "URL Feed";
 $a->strings["New photo from this URL"] = "Nuova foto da questo URL";
+$a->strings["Remote Self"] = "Io remoto";
+$a->strings["Mirror postings from this contact"] = "Ripeti i messaggi di questo contatto";
+$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "Imposta questo contatto come 'io remoto', questo farà si che friendica reinvii i nuovi messaggi da questo contatto.";
+$a->strings["No mirroring"] = "Non duplicare";
+$a->strings["Mirror as forwarded posting"] = "Duplica come messaggi ricondivisi";
+$a->strings["Mirror as my own posting"] = "Duplica come miei messaggi";
 $a->strings["Your posts and conversations"] = "I tuoi messaggi e le tue conversazioni";
 $a->strings["Your profile page"] = "Pagina del tuo profilo";
 $a->strings["Your contacts"] = "I tuoi contatti";
@@ -1154,25 +1243,31 @@ $a->strings["Find Friends"] = "Trova Amici";
 $a->strings["Local Directory"] = "Elenco Locale";
 $a->strings["Similar Interests"] = "Interessi simili";
 $a->strings["Invite Friends"] = "Invita amici";
-$a->strings["Earth Layers"] = "";
-$a->strings["Set zoomfactor for Earth Layers"] = "";
-$a->strings["Set longitude (X) for Earth Layers"] = "";
-$a->strings["Set latitude (Y) for Earth Layers"] = "";
+$a->strings["Earth Layers"] = "Earth Layers";
+$a->strings["Set zoomfactor for Earth Layers"] = "Livello di zoom per Earth Layers";
+$a->strings["Set longitude (X) for Earth Layers"] = "Longitudine (X) per Earth Layers";
+$a->strings["Set latitude (Y) for Earth Layers"] = "Latitudine (Y) per Earth Layers";
 $a->strings["Help or @NewHere ?"] = "Serve aiuto? Sei nuovo?";
 $a->strings["Connect Services"] = "Servizi di conessione";
-$a->strings["Last Tweets"] = "";
-$a->strings["Set twitter search term"] = "";
 $a->strings["don't show"] = "non mostrare";
 $a->strings["show"] = "mostra";
-$a->strings["Show/hide boxes at right-hand column:"] = "";
+$a->strings["Show/hide boxes at right-hand column:"] = "Mostra/Nascondi riquadri nella colonna destra";
 $a->strings["Theme settings"] = "Impostazioni tema";
 $a->strings["Set font-size for posts and comments"] = "Dimensione del carattere di messaggi e commenti";
 $a->strings["Set line-height for posts and comments"] = "Altezza della linea di testo di messaggi e commenti";
-$a->strings["Set resolution for middle column"] = "";
-$a->strings["Set color scheme"] = "";
-$a->strings["Set zoomfactor for Earth Layer"] = "";
-$a->strings["Last tweets"] = "";
+$a->strings["Set resolution for middle column"] = "Imposta la dimensione della colonna centrale";
+$a->strings["Set color scheme"] = "Imposta lo schema dei colori";
+$a->strings["Set zoomfactor for Earth Layer"] = "Livello di zoom per Earth Layer";
+$a->strings["Set style"] = "Imposta stile";
 $a->strings["Set colour scheme"] = "Imposta schema colori";
+$a->strings["default"] = "default";
+$a->strings["greenzero"] = "";
+$a->strings["purplezero"] = "";
+$a->strings["easterbunny"] = "";
+$a->strings["darkzero"] = "";
+$a->strings["comix"] = "";
+$a->strings["slackr"] = "";
+$a->strings["Variations"] = "";
 $a->strings["Alignment"] = "Allineamento";
 $a->strings["Left"] = "Sinistra";
 $a->strings["Center"] = "Centrato";
@@ -1184,7 +1279,6 @@ $a->strings["Set theme width"] = "Imposta la larghezza del tema";
 $a->strings["Delete this item?"] = "Cancellare questo elemento?";
 $a->strings["show fewer"] = "mostra di meno";
 $a->strings["Update %s failed. See error logs."] = "aggiornamento %s fallito. Guarda i log di errore.";
-$a->strings["Update Error at %s"] = "Errore aggiornamento a %s";
 $a->strings["Create a New Account"] = "Crea un nuovo account";
 $a->strings["Logout"] = "Esci";
 $a->strings["Login"] = "Accedi";
@@ -1202,6 +1296,7 @@ $a->strings["Edit profile"] = "Modifica il profilo";
 $a->strings["Message"] = "Messaggio";
 $a->strings["Profiles"] = "Profili";
 $a->strings["Manage/edit profiles"] = "Gestisci/modifica i profili";
+$a->strings["Network:"] = "Rete:";
 $a->strings["g A l F d"] = "g A l d F";
 $a->strings["F d"] = "d F";
 $a->strings["[today]"] = "[oggi]";
@@ -1213,6 +1308,7 @@ $a->strings["Events this week:"] = "Eventi di questa settimana:";
 $a->strings["Status"] = "Stato";
 $a->strings["Status Messages and Posts"] = "Messaggi di stato e post";
 $a->strings["Profile Details"] = "Dettagli del profilo";
+$a->strings["Videos"] = "Video";
 $a->strings["Events and Calendar"] = "Eventi e calendario";
 $a->strings["Only You Can See This"] = "Solo tu puoi vedere questo";
 $a->strings["General Features"] = "Funzionalità generali";
@@ -1223,6 +1319,8 @@ $a->strings["Richtext Editor"] = "Editor visuale";
 $a->strings["Enable richtext editor"] = "Abilita l'editor visuale";
 $a->strings["Post Preview"] = "Anteprima dei post";
 $a->strings["Allow previewing posts and comments before publishing them"] = "Permetti di avere un'anteprima di messaggi e commenti prima di pubblicarli";
+$a->strings["Auto-mention Forums"] = "Auto-cita i Forum";
+$a->strings["Add/remove mention when a fourm page is selected/deselected in ACL window."] = "Aggiunge o rimuove una citazione quando un forum è selezionato o deselezionato nella finestra dei permessi.";
 $a->strings["Network Sidebar Widgets"] = "Widget della barra laterale nella pagina Rete";
 $a->strings["Search by Date"] = "Cerca per data";
 $a->strings["Ability to select posts by date ranges"] = "Permette di filtrare i post per data";
@@ -1238,7 +1336,7 @@ $a->strings["Network New Tab"] = "Scheda Nuovi";
 $a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Abilita la scheda per mostrare solo i post nuovi (nelle ultime 12 ore)";
 $a->strings["Network Shared Links Tab"] = "Scheda Link Condivisi";
 $a->strings["Enable tab to display only Network posts with links in them"] = "Abilita la scheda per mostrare solo i post che contengono link";
-$a->strings["Post/Comment Tools"] = "Strumenti per mesasggi/commenti";
+$a->strings["Post/Comment Tools"] = "Strumenti per messaggi/commenti";
 $a->strings["Multiple Deletion"] = "Eliminazione multipla";
 $a->strings["Select and delete multiple posts/comments at once"] = "Seleziona ed elimina vari messagi e commenti in una volta sola";
 $a->strings["Edit Sent Posts"] = "Modifica i post inviati";
@@ -1253,6 +1351,8 @@ $a->strings["Dislike Posts"] = "Non mi piace";
 $a->strings["Ability to dislike posts/comments"] = "Permetti di inviare \"non mi piace\" ai messaggi";
 $a->strings["Star Posts"] = "Post preferiti";
 $a->strings["Ability to mark special posts with a star indicator"] = "Permette di segnare i post preferiti con una stella";
+$a->strings["Mute Post Notifications"] = "Silenzia le notifiche di nuovi post";
+$a->strings["Ability to mute notifications for a thread"] = "Permette di silenziare le notifiche di nuovi post in una discussione";
 $a->strings["Logged out."] = "Uscita effettuata.";
 $a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Abbiamo incontrato un problema mentre contattavamo il server OpenID che ci hai fornito. Controlla di averlo scritto giusto.";
 $a->strings["The error message was:"] = "Il messaggio riportato era:";
@@ -1276,12 +1376,12 @@ $a->strings["Work/employment:"] = "Lavoro:";
 $a->strings["School/education:"] = "Scuola:";
 $a->strings["[no subject]"] = "[nessun oggetto]";
 $a->strings[" on Last.fm"] = "su Last.fm";
+$a->strings["newer"] = "nuovi";
+$a->strings["older"] = "vecchi";
 $a->strings["prev"] = "prec";
 $a->strings["first"] = "primo";
 $a->strings["last"] = "ultimo";
 $a->strings["next"] = "succ";
-$a->strings["newer"] = "nuovi";
-$a->strings["older"] = "vecchi";
 $a->strings["No contacts"] = "Nessun contatto";
 $a->strings["%d Contact"] = array(
        0 => "%d contatto",
@@ -1340,16 +1440,16 @@ $a->strings["November"] = "Novembre";
 $a->strings["December"] = "Dicembre";
 $a->strings["bytes"] = "bytes";
 $a->strings["Click to open/close"] = "Clicca per aprire/chiudere";
-$a->strings["default"] = "default";
 $a->strings["Select an alternate language"] = "Seleziona una diversa lingua";
 $a->strings["activity"] = "attività";
 $a->strings["post"] = "messaggio";
 $a->strings["Item filed"] = "Messaggio salvato";
+$a->strings["User not found."] = "Utente non trovato.";
+$a->strings["There is no status with this id."] = "Non c'è nessuno status con questo id.";
+$a->strings["There is no conversation with this id."] = "Non c'è nessuna conversazione con questo id";
 $a->strings["Cannot locate DNS info for database server '%s'"] = "Non trovo le informazioni DNS per il database server '%s'";
 $a->strings["%s's birthday"] = "Compleanno di %s";
 $a->strings["Happy Birthday %s"] = "Buon compleanno %s";
-$a->strings["A new person is sharing with you at "] = "Una nuova persona sta condividendo con te da ";
-$a->strings["You have a new follower at "] = "Una nuova persona ti segue su ";
 $a->strings["Do you really want to delete this item?"] = "Vuoi veramente cancellare questo elemento?";
 $a->strings["Archives"] = "Archivi";
 $a->strings["(no subject)"] = "(nessun oggetto)";
@@ -1432,7 +1532,6 @@ $a->strings["Don't care"] = "Non interessa";
 $a->strings["Ask me"] = "Chiedimelo";
 $a->strings["Error decoding account file"] = "Errore decodificando il file account";
 $a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Errore! Nessuna informazione di versione nel file! Potrebbe non essere un file account di Friendica?";
-$a->strings["Error! I can't import this file: DB schema version is not compatible."] = "Errore! Non posso importare questo file: la versione dello schema del database non è compatibile.";
 $a->strings["Error! Cannot check nickname"] = "Errore! Non posso controllare il nickname";
 $a->strings["User '%s' already exists on this server!"] = "L'utente '%s' esiste già su questo server!";
 $a->strings["User creation error"] = "Errore creando l'utente";
@@ -1473,6 +1572,7 @@ $a->strings["Tag term:"] = "Tag:";
 $a->strings["Where are you right now?"] = "Dove sei ora?";
 $a->strings["Delete item(s)?"] = "Cancellare questo elemento/i?";
 $a->strings["Post to Email"] = "Invia a email";
+$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Connettore disabilitato, dato che \"%s\" è abilitato.";
 $a->strings["permissions"] = "permessi";
 $a->strings["Post to Groups"] = "Invia ai Gruppi";
 $a->strings["Post to Contacts"] = "Invia ai Contatti";
@@ -1494,6 +1594,8 @@ $a->strings["All Networks"] = "Tutte le Reti";
 $a->strings["Everything"] = "Tutto";
 $a->strings["Categories"] = "Categorie";
 $a->strings["End this session"] = "Finisci questa sessione";
+$a->strings["Your videos"] = "I tuoi video";
+$a->strings["Your personal notes"] = "Le tue note personali";
 $a->strings["Sign in"] = "Entra";
 $a->strings["Home Page"] = "Home Page";
 $a->strings["Create an account"] = "Crea un account";
@@ -1504,6 +1606,8 @@ $a->strings["Search site content"] = "Cerca nel contenuto del sito";
 $a->strings["Conversations on this site"] = "Conversazioni su questo sito";
 $a->strings["Directory"] = "Elenco";
 $a->strings["People directory"] = "Elenco delle persone";
+$a->strings["Information"] = "Informazioni";
+$a->strings["Information about this friendica instance"] = "Informazioni su questo server friendica";
 $a->strings["Conversations from your friends"] = "Conversazioni dai tuoi amici";
 $a->strings["Network Reset"] = "Reset pagina Rete";
 $a->strings["Load Network page with no filters"] = "Carica la pagina Rete senza nessun filtro";
@@ -1515,7 +1619,7 @@ $a->strings["Inbox"] = "In arrivo";
 $a->strings["Outbox"] = "Inviati";
 $a->strings["Manage"] = "Gestisci";
 $a->strings["Manage other pages"] = "Gestisci altre pagine";
-$a->strings["Delegations"] = "Delegazioni";
+$a->strings["Account settings"] = "Parametri account";
 $a->strings["Manage/Edit Profiles"] = "Gestisci/Modifica i profili";
 $a->strings["Manage/edit friends and contacts"] = "Gestisci/modifica amici e contatti";
 $a->strings["Site setup and configuration"] = "Configurazione del sito";
@@ -1527,10 +1631,6 @@ $a->strings["Shady, spammer, self-marketer"] = "Shady, spammer, self-marketer";
 $a->strings["Known to me, but no opinion"] = "Lo conosco, ma non ho un'opinione particolare";
 $a->strings["OK, probably harmless"] = "E' ok, probabilmente innocuo";
 $a->strings["Reputable, has my trust"] = "Rispettabile, ha la mia fiducia";
-$a->strings["Frequently"] = "Frequentemente";
-$a->strings["Hourly"] = "Ogni ora";
-$a->strings["Twice daily"] = "Due volte al dì";
-$a->strings["Daily"] = "Giornalmente";
 $a->strings["Weekly"] = "Settimanalmente";
 $a->strings["Monthly"] = "Mensilmente";
 $a->strings["OStatus"] = "Ostatus";
@@ -1540,6 +1640,11 @@ $a->strings["LinkedIn"] = "LinkedIn";
 $a->strings["XMPP/IM"] = "XMPP/IM";
 $a->strings["MySpace"] = "MySpace";
 $a->strings["Google+"] = "Google+";
+$a->strings["pump.io"] = "pump.io";
+$a->strings["Twitter"] = "Twitter";
+$a->strings["Diaspora Connector"] = "Connettore Diaspora";
+$a->strings["Statusnet"] = "Statusnet";
+$a->strings["App.net"] = "App.net";
 $a->strings["Friendica Notification"] = "Notifica Friendica";
 $a->strings["Thank You,"] = "Grazie,";
 $a->strings["%s Administrator"] = "Amministratore %s";
@@ -1561,6 +1666,9 @@ $a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s ha inviato un
 $a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notifica] %s ti ha taggato";
 $a->strings["%1\$s tagged you at %2\$s"] = "%1\$s ti ha taggato su %2\$s";
 $a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]ti ha taggato[/url].";
+$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Notifica] %s ha condiviso un nuovo messaggio";
+$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s ha condiviso un nuovo messaggio su %2\$s";
+$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]ha condiviso un messaggio[/url].";
 $a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notifica] %1\$s ti ha stuzzicato";
 $a->strings["%1\$s poked you at %2\$s"] = "%1\$s ti ha stuzzicato su %2\$s";
 $a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]ti ha stuzzicato[/url].";
@@ -1572,12 +1680,28 @@ $a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Hai rice
 $a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Hai ricevuto [url=%1\$s]un'introduzione[/url] da %2\$s.";
 $a->strings["You may visit their profile at %s"] = "Puoi visitare il suo profilo presso %s";
 $a->strings["Please visit %s to approve or reject the introduction."] = "Visita %s per approvare o rifiutare la presentazione.";
+$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica:Notifica] Una nuova persona sta condividendo con te";
+$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s sta condividendo con te su %2\$s";
+$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica:Notifica] Una nuova persona ti segue";
+$a->strings["You have a new follower at %2\$s : %1\$s"] = "Un nuovo utente ha iniziato a seguirti su %2\$s : %1\$s";
 $a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notifica] Hai ricevuto un suggerimento di amicizia";
 $a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Hai ricevuto un suggerimento di amicizia da '%1\$s' su %2\$s";
 $a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "Hai ricevuto [url=%1\$s]un suggerimento di amicizia[/url] per %2\$s su %3\$s";
 $a->strings["Name:"] = "Nome:";
 $a->strings["Photo:"] = "Foto:";
 $a->strings["Please visit %s to approve or reject the suggestion."] = "Visita %s per approvare o rifiutare il suggerimento.";
+$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica:Notifica] Connessione accettata";
+$a->strings["'%1\$s' has acepted your connection request at %2\$s"] = "'%1\$s' ha accettato la tua richiesta di connessione su %2\$s";
+$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s ha accettato la tua [url=%1\$s]richiesta di connessione[/url]";
+$a->strings["You are now mutual friends and may exchange status updates, photos, and email\n\twithout restriction."] = "Ora siete connessi reciprocamente e potete scambiarvi aggiornamenti di stato, foto e email\nsenza restrizioni";
+$a->strings["Please visit %s  if you wish to make any changes to this relationship."] = "Visita %s se desideri modificare questo collegamento.";
+$a->strings["'%1\$s' has chosen to accept you a \"fan\", which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = "'%1\$s' ha scelto di accettarti come \"fan\", il che limita alcune forme di comunicazione, come i messaggi privati, e alcune possibiltà di interazione col profilo. Se è una pagina di una comunità o di una celebrità, queste impostazioni sono state applicate automaticamente.";
+$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future. "] = "'%1\$s' può decidere in futuro di estendere la connessione in una reciproca o più permissiva.";
+$a->strings["[Friendica System:Notify] registration request"] = "[Friendica System:Notifica] richiesta di registrazione";
+$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "Hai ricevuto una richiesta di registrazione da '%1\$s' su %2\$s";
+$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "Hai ricevuto una [url=%1\$s]richiesta di registrazione[/url] da %2\$s.";
+$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)"] = "Nome completo: %1\$s\nIndirizzo del sito: %2\$s\nNome utente: %3\$s (%4\$s)";
+$a->strings["Please visit %s to approve or reject the request."] = "Visita %s per approvare o rifiutare la richiesta.";
 $a->strings["An invitation is required."] = "E' richiesto un invito.";
 $a->strings["Invitation could not be verified."] = "L'invito non puo' essere verificato.";
 $a->strings["Invalid OpenID url"] = "Url OpenID non valido";
@@ -1594,9 +1718,12 @@ $a->strings["Nickname was once registered here and may not be re-used. Please ch
 $a->strings["SERIOUS ERROR: Generation of security keys failed."] = "ERRORE GRAVE: La generazione delle chiavi di sicurezza è fallita.";
 $a->strings["An error occurred during registration. Please try again."] = "C'è stato un errore durante la registrazione. Prova ancora.";
 $a->strings["An error occurred creating your default profile. Please try again."] = "C'è stato un errore nella creazione del tuo profilo. Prova ancora.";
+$a->strings["\n\t\tDear %1\$s,\n\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t"] = "\nGentile %1\$s,\nGrazie per esserti registrato su %2\$s. Il tuo account è stato creato.";
+$a->strings["\n\t\tThe login details are as follows:\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t%1\$s\n\t\t\tPassword:\t%5\$s\n\n\t\tYou may change your password from your account \"Settings\" page after logging\n\t\tin.\n\n\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\tYou may also wish to add some basic information to your default profile\n\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\tWe recommend setting your full name, adding a profile photo,\n\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\tthan that.\n\n\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\tIf you are new and do not know anybody here, they may help\n\t\tyou to make some new and interesting friends.\n\n\n\t\tThank you and welcome to %2\$s."] = "";
 $a->strings["Visible to everybody"] = "Visibile a tutti";
 $a->strings["Image/photo"] = "Immagine/foto";
-$a->strings["<span><a href=\"%s\" target=\"external-link\">%s</a> wrote the following <a href=\"%s\" target=\"external-link\">post</a>"] = "<span><a href=\"%s\" target=\"external-link\">%s</a> ha scritto il seguente <a href=\"%s\" target=\"external-link\">post</a>";
+$a->strings["<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s"] = "";
+$a->strings["<span><a href=\"%s\" target=\"_blank\">%s</a> wrote the following <a href=\"%s\" target=\"_blank\">post</a>"] = "<span><a href=\"%s\" target=\"_blank\">%s</a> ha scritto il seguente <a href=\"%s\" target=\"_blank\">messaggio</a>";
 $a->strings["$1 wrote:"] = "$1 ha scritto:";
 $a->strings["Encrypted content"] = "Contenuto criptato";
 $a->strings["Embedded content"] = "Contenuto incorporato";
@@ -1609,6 +1736,7 @@ $a->strings["Edit group"] = "Modifica gruppo";
 $a->strings["Create a new group"] = "Crea un nuovo gruppo";
 $a->strings["Contacts not in any group"] = "Contatti in nessun gruppo.";
 $a->strings["stopped following"] = "tolto dai seguiti";
+$a->strings["Drop Contact"] = "Rimuovi contatto";
 $a->strings["Miscellaneous"] = "Varie";
 $a->strings["year"] = "anno";
 $a->strings["month"] = "mese";
@@ -1628,3 +1756,7 @@ $a->strings["second"] = "secondo";
 $a->strings["seconds"] = "secondi";
 $a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s fa";
 $a->strings["view full size"] = "vedi a schermo intero";
+$a->strings["\n\t\t\tThe friendica developers released update %s recently,\n\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\nGli sviluppatori di Friendica hanno rilasciato l'aggiornamento %s\nrecentemente, ma quando ho provato a installarlo, qualcosa è \nandato terribilmente storto.\nBisogna sistemare le cose e non posso farlo da solo.\nContatta uno sviluppatore se non puoi aiutarmi da solo. Il mio database potrebbe essere invalido.";
+$a->strings["The error message is\n[pre]%s[/pre]"] = "Il messaggio di errore è\n[pre]%s[/pre]";
+$a->strings["Errors encountered creating database tables."] = "La creazione delle tabelle del database ha generato errori.";
+$a->strings["Errors encountered performing database changes."] = "Riscontrati errori applicando le modifiche al database.";