diff --git a/SoObjects/Appointments/SOGoAptMailItalianDeletion.wo/SOGoAptMailItalianDeletion.html b/SoObjects/Appointments/SOGoAptMailItalianDeletion.wo/SOGoAptMailItalianDeletion.html
new file mode 100644
index 000000000..e470bb0f1
--- /dev/null
+++ b/SoObjects/Appointments/SOGoAptMailItalianDeletion.wo/SOGoAptMailItalianDeletion.html
@@ -0,0 +1,6 @@
+<#IsSubject>L'appuntamento del giorno <#AptStartDate /> alle ore <#AptStartTime /> è stato cancellato#IsSubject>
+<#IsBody>
+L'appuntamento del giorno <#AptStartDate /> alle ore <#AptStartTime
+/> è stato cancellato da <#Organizer
+/>.
+#IsBody>
\ No newline at end of file
diff --git a/SoObjects/Appointments/SOGoAptMailItalianDeletion.wo/SOGoAptMailItalianDeletion.wod b/SoObjects/Appointments/SOGoAptMailItalianDeletion.wo/SOGoAptMailItalianDeletion.wod
new file mode 100644
index 000000000..3b83a3239
--- /dev/null
+++ b/SoObjects/Appointments/SOGoAptMailItalianDeletion.wo/SOGoAptMailItalianDeletion.wod
@@ -0,0 +1,34 @@
+AptStartDate: WOString {
+ value = newStartDate;
+ dateformat = "%d/%m/%y";
+ escapeHTML = NO;
+}
+
+AptStartTime: WOString {
+ value = newStartDate;
+ dateformat = "%H:%M";
+ escapeHTML = NO;
+}
+
+Organizer: WOString {
+ value = newApt.organizer.cnWithoutQuotes;
+ escapeHTML = NO;
+}
+
+HasHomePageURL: WOConditional {
+ condition = homePageURL.length;
+}
+
+HomePageURL: WOString {
+ value = appointmentURL;
+ escapeHTML = NO;
+}
+
+IsSubject: WOConditional {
+ condition = isSubject;
+}
+
+IsBody: WOConditional {
+ condition = isSubject;
+ negate = YES;
+}
diff --git a/SoObjects/Appointments/SOGoAptMailItalianICalReply.wo/SOGoAptMailItalianICalReply.html b/SoObjects/Appointments/SOGoAptMailItalianICalReply.wo/SOGoAptMailItalianICalReply.html
new file mode 100644
index 000000000..e2c1caa4d
--- /dev/null
+++ b/SoObjects/Appointments/SOGoAptMailItalianICalReply.wo/SOGoAptMailItalianICalReply.html
@@ -0,0 +1,5 @@
+<#IsSubject>Re: appuntamento del <#AptStartDate/> alle ore <#AptStartTime/>#IsSubject>
+<#IsBody>
+<#Attendee/> ha <#HasAccepted>accettato#HasAccepted><#HasDeclined>declinato#HasDeclined> il
+tuo invito.
+#IsBody>
diff --git a/SoObjects/Appointments/SOGoAptMailItalianICalReply.wo/SOGoAptMailItalianICalReply.wod b/SoObjects/Appointments/SOGoAptMailItalianICalReply.wo/SOGoAptMailItalianICalReply.wod
new file mode 100644
index 000000000..622d22edf
--- /dev/null
+++ b/SoObjects/Appointments/SOGoAptMailItalianICalReply.wo/SOGoAptMailItalianICalReply.wod
@@ -0,0 +1,33 @@
+AptStartDate: WOString {
+ value = startDate;
+ dateformat = "%d/%m/%y";
+ escapeHTML = NO;
+}
+
+AptStartTime: WOString {
+ value = startDate;
+ dateformat = "%H:%M";
+ escapeHTML = NO;
+}
+
+Attendee: WOString {
+ value = attendee.cnWithoutQuotes;
+ escapeHTML = NO;
+}
+
+HasAccepted: WOConditional {
+ condition = hasAccepted;
+}
+
+HasDeclined: WOConditional {
+ condition = hasDeclined;
+}
+
+IsSubject: WOConditional {
+ condition = isSubject;
+}
+
+IsBody: WOConditional {
+ condition = isSubject;
+ negate = YES;
+}
diff --git a/SoObjects/Appointments/SOGoAptMailItalianInvitation.wo/SOGoAptMailItalianInvitation.html b/SoObjects/Appointments/SOGoAptMailItalianInvitation.wo/SOGoAptMailItalianInvitation.html
new file mode 100644
index 000000000..f14f988b5
--- /dev/null
+++ b/SoObjects/Appointments/SOGoAptMailItalianInvitation.wo/SOGoAptMailItalianInvitation.html
@@ -0,0 +1,8 @@
+<#IsSubject>Appunatemento in data <#AptStartDate /> alle ore <#AptStartTime />#IsSubject>
+<#IsBody>
+Sei stato invitato da <#Organizer /> ad un appuntamento.
+<#HasHomePageURL>
+Per accettare o declinare l'invito vai alla pagina <#HomePageURL
+/>.
+#HasHomePageURL>
+#IsBody>
\ No newline at end of file
diff --git a/SoObjects/Appointments/SOGoAptMailItalianInvitation.wo/SOGoAptMailItalianInvitation.wod b/SoObjects/Appointments/SOGoAptMailItalianInvitation.wo/SOGoAptMailItalianInvitation.wod
new file mode 100644
index 000000000..3b83a3239
--- /dev/null
+++ b/SoObjects/Appointments/SOGoAptMailItalianInvitation.wo/SOGoAptMailItalianInvitation.wod
@@ -0,0 +1,34 @@
+AptStartDate: WOString {
+ value = newStartDate;
+ dateformat = "%d/%m/%y";
+ escapeHTML = NO;
+}
+
+AptStartTime: WOString {
+ value = newStartDate;
+ dateformat = "%H:%M";
+ escapeHTML = NO;
+}
+
+Organizer: WOString {
+ value = newApt.organizer.cnWithoutQuotes;
+ escapeHTML = NO;
+}
+
+HasHomePageURL: WOConditional {
+ condition = homePageURL.length;
+}
+
+HomePageURL: WOString {
+ value = appointmentURL;
+ escapeHTML = NO;
+}
+
+IsSubject: WOConditional {
+ condition = isSubject;
+}
+
+IsBody: WOConditional {
+ condition = isSubject;
+ negate = YES;
+}
diff --git a/SoObjects/Appointments/SOGoAptMailItalianRemoval.wo/SOGoAptMailItalianRemoval.html b/SoObjects/Appointments/SOGoAptMailItalianRemoval.wo/SOGoAptMailItalianRemoval.html
new file mode 100644
index 000000000..688e867a0
--- /dev/null
+++ b/SoObjects/Appointments/SOGoAptMailItalianRemoval.wo/SOGoAptMailItalianRemoval.html
@@ -0,0 +1,5 @@
+<#IsSubject>Rimozione dall'appuntamento del <#AptStartDate /> alle ore <#AptStartTime />#IsSubject>
+<#IsBody>
+Sei stato rimosso da <#Organizer /> dall'appuntamento programmato per il giorno <#AptStartDate
+/> alle ore <#AptStartTime />.
+#IsBody>
\ No newline at end of file
diff --git a/SoObjects/Appointments/SOGoAptMailItalianRemoval.wo/SOGoAptMailItalianRemoval.wod b/SoObjects/Appointments/SOGoAptMailItalianRemoval.wo/SOGoAptMailItalianRemoval.wod
new file mode 100644
index 000000000..3b83a3239
--- /dev/null
+++ b/SoObjects/Appointments/SOGoAptMailItalianRemoval.wo/SOGoAptMailItalianRemoval.wod
@@ -0,0 +1,34 @@
+AptStartDate: WOString {
+ value = newStartDate;
+ dateformat = "%d/%m/%y";
+ escapeHTML = NO;
+}
+
+AptStartTime: WOString {
+ value = newStartDate;
+ dateformat = "%H:%M";
+ escapeHTML = NO;
+}
+
+Organizer: WOString {
+ value = newApt.organizer.cnWithoutQuotes;
+ escapeHTML = NO;
+}
+
+HasHomePageURL: WOConditional {
+ condition = homePageURL.length;
+}
+
+HomePageURL: WOString {
+ value = appointmentURL;
+ escapeHTML = NO;
+}
+
+IsSubject: WOConditional {
+ condition = isSubject;
+}
+
+IsBody: WOConditional {
+ condition = isSubject;
+ negate = YES;
+}
diff --git a/SoObjects/Appointments/SOGoAptMailItalianUpdate.wo/SOGoAptMailItalianUpdate.html b/SoObjects/Appointments/SOGoAptMailItalianUpdate.wo/SOGoAptMailItalianUpdate.html
new file mode 100644
index 000000000..c8d10ee86
--- /dev/null
+++ b/SoObjects/Appointments/SOGoAptMailItalianUpdate.wo/SOGoAptMailItalianUpdate.html
@@ -0,0 +1,11 @@
+<#IsSubject>L'appuntamento fissato in data <#OldAptStartDate /> alle ore <#OldAptStartTime /> è stato modificato #IsSubject>
+<#IsBody>
+Questo appuntamento, fissato precedentemete in data <#OldAptStartDate />
+alle ore <#OldAptStartTime /> è ora programmato il <#NewAptStartDate
+/> alle ore <#NewAptStartTime
+/>
+<#HasHomePageURL>
+Per confermare o disdire vai alla pagina <#HomePageURL
+/>.
+#HasHomePageURL>
+#IsBody>
\ No newline at end of file
diff --git a/SoObjects/Appointments/SOGoAptMailItalianUpdate.wo/SOGoAptMailItalianUpdate.wod b/SoObjects/Appointments/SOGoAptMailItalianUpdate.wo/SOGoAptMailItalianUpdate.wod
new file mode 100644
index 000000000..9310d675e
--- /dev/null
+++ b/SoObjects/Appointments/SOGoAptMailItalianUpdate.wo/SOGoAptMailItalianUpdate.wod
@@ -0,0 +1,46 @@
+OldAptStartDate: WOString {
+ value = oldStartDate;
+ dateformat = "%d/%m/%y";
+ escapeHTML = NO;
+}
+
+OldAptStartTime: WOString {
+ value = oldStartDate;
+ dateformat = "%H:%M";
+ escapeHTML = NO;
+}
+
+NewAptStartDate: WOString {
+ value = newStartDate;
+ dateformat = "%d/%m/%y";
+ escapeHTML = NO;
+}
+
+NewAptStartTime: WOString {
+ value = newStartDate;
+ dateformat = "%H:%M";
+ escapeHTML = NO;
+}
+
+Organizer: WOString {
+ value = newApt.organizer.cnWithoutQuotes;
+ escapeHTML = NO;
+}
+
+HasHomePageURL: WOConditional {
+ condition = homePageURL.length;
+}
+
+HomePageURL: WOString {
+ value = appointmentURL;
+ escapeHTML = NO;
+}
+
+IsSubject: WOConditional {
+ condition = isSubject;
+}
+
+IsBody: WOConditional {
+ condition = isSubject;
+ negate = YES;
+}
diff --git a/SoObjects/Mailer/SOGoMailItalianForward.wo/SOGoMailItalianForward.html b/SoObjects/Mailer/SOGoMailItalianForward.wo/SOGoMailItalianForward.html
new file mode 100644
index 000000000..369e66697
--- /dev/null
+++ b/SoObjects/Mailer/SOGoMailItalianForward.wo/SOGoMailItalianForward.html
@@ -0,0 +1,10 @@
+-------- Messaggio originale --------
+Oggetto: <#subject/>
+Data: <#date/>
+Da: <#from/>
+<#hasReplyTo>Reply-To: <#replyTo/>#hasReplyTo><#hasOrganization>Organizzazione: <#organization/>#hasOrganization>A: <#to/>
+<#hasCc>CC: <#cc/>#hasCc><#hasNewsGroups>Newsgroups: <#newsgroups/>#hasNewsGroups><#hasReferences>Riferimento: <#references/>#hasReferences>
+
+<#messageBody/>
+
+<#signature/>
diff --git a/SoObjects/Mailer/SOGoMailItalianForward.wo/SOGoMailItalianForward.wod b/SoObjects/Mailer/SOGoMailItalianForward.wo/SOGoMailItalianForward.wod
new file mode 100644
index 000000000..5def32746
--- /dev/null
+++ b/SoObjects/Mailer/SOGoMailItalianForward.wo/SOGoMailItalianForward.wod
@@ -0,0 +1,74 @@
+subject: WOString {
+ value = subject;
+ escapeHTML = NO;
+}
+
+date: WOString {
+ value = date;
+ escapeHTML = NO;
+}
+
+from: WOString {
+ value = from;
+ escapeHTML = NO;
+}
+
+hasReplyTo: WOConditional {
+ condition = hasReplyTo;
+}
+
+replyTo: WOString {
+ value = replyTo;
+ escapeHTML = NO;
+}
+
+hasOrganization: WOConditional {
+ condition = hasOrganization;
+}
+
+organization: WOString {
+ value = organization;
+ escapeHTML = NO;
+}
+
+to: WOString {
+ value = to;
+ escapeHTML = NO;
+}
+
+hasCc: WOConditional {
+ condition = hasCc;
+}
+
+cc: WOString {
+ value = cc;
+ escapeHTML = NO;
+}
+
+hasNewsGroups: WOConditional {
+ condition = hasNewsGroups;
+}
+
+newsgroups: WOString {
+ value = newsgroups;
+ escapeHTML = NO;
+}
+
+hasReferences: WOConditional {
+ condition = hasReferences;
+}
+
+references: WOString {
+ value = references;
+ escapeHTML = NO;
+}
+
+messageBody: WOString {
+ value = messageBody;
+ escapeHTML = NO;
+}
+
+signature: WOString {
+ value = signature;
+ escapeHTML = NO;
+}
diff --git a/SoObjects/Mailer/SOGoMailItalianReply.wo/SOGoMailItalianReply.html b/SoObjects/Mailer/SOGoMailItalianReply.wo/SOGoMailItalianReply.html
new file mode 100644
index 000000000..49a2ddac8
--- /dev/null
+++ b/SoObjects/Mailer/SOGoMailItalianReply.wo/SOGoMailItalianReply.html
@@ -0,0 +1,5 @@
+Il giorno <#date/>, <#from/> ha scritto:
+
+<#messageBody/>
+
+<#signature/>
diff --git a/SoObjects/Mailer/SOGoMailItalianReply.wo/SOGoMailItalianReply.wod b/SoObjects/Mailer/SOGoMailItalianReply.wo/SOGoMailItalianReply.wod
new file mode 100644
index 000000000..0e212a785
--- /dev/null
+++ b/SoObjects/Mailer/SOGoMailItalianReply.wo/SOGoMailItalianReply.wod
@@ -0,0 +1,19 @@
+date: WOString {
+ value = date;
+ escapeHTML = NO;
+}
+
+from: WOString {
+ value = from;
+ escapeHTML = NO;
+}
+
+messageBody: WOString {
+ value = messageBody;
+ escapeHTML = NO;
+}
+
+signature: WOString {
+ value = signature;
+ escapeHTML = NO;
+}
diff --git a/UI/Common/Italian.lproj/Localizable.strings b/UI/Common/Italian.lproj/Localizable.strings
new file mode 100644
index 000000000..0cf9869c5
--- /dev/null
+++ b/UI/Common/Italian.lproj/Localizable.strings
@@ -0,0 +1,41 @@
+/* this file is in UTF-8 format! */
+
+/* toolbars */
+"Save" = "Salva";
+"Close" = "Chiudi";
+"Edit User Rights" = "Modifica permessi";
+
+"Home" = "Home";
+"Calendar" = "Calendario";
+"Address Book" = "Rubrica";
+"Mail" = "Posta";
+"Preferences" = "Preferenze";
+"Disconnect" = "Disconnetti";
+"Right Administration" = "Amministrazione permessi";
+"Log Console (dev.)" = "Log Console (dev.)";
+
+"User" = "Utente";
+"Owner:" = "Proprietario:";
+"Help" = "Aiuto";
+"Add..." = "Aggiungi...";
+"Remove" = "Rimuovi...";
+
+"noJavascriptError" = "SOGo ha bisogno di Javascript per essere eseguito. Verifica che questo elemento sia presente ed attivato nelle preferenze del browser";
+"noJavascriptRetry" = "Riprova";
+
+"Publish the Free/Busy information" = "Pubblica le informazioni sullo stato (libero/impegnato)";
+"Default Roles" = "Permessi predefiniti";
+"Sorry, the user rights can not be configured for that object." = "Non è possibile configurare i permessi per questo oggetto.";
+"browserNotCompatible" = "La versione del browser utilizzato non è supportata. Raccomandiamo l'utilizzo di Firefox. Clicca sul link per scaricarne l'ultima versione disponibile.";
+"alternativeBrowsers" = "Alternativamente, puoi utilizzare questi browser compatibili";
+"alternativeBrowserSafari" = "Alternativamente, puoi utilizzare Safari.";
+"Download" = "Scarica";
+
+/* generic.js */
+"Unable to subscribe to that folder!" = "Impossibile sottoscrivere la cartella!";
+"You cannot subscribe to a folder that you own!" = "Non puoi sottoscrivere una cartella di cui sei proprietario!";
+"Unable to unsubscribe from that folder!" = "Impossibile annullare la sottoscrizione alla cartella!";
+"You cannot unsubscribe from a folder that you own!" = "Non puoi annullare la sottoscrizione ad una cartella di cui sei proprietario!";
+"Unable to rename that folder!" = "Impossibile rinominare la cartella!";
+"You have already subscribed to that folder!" = "Hai già sottoscritto la cartella!";
+"The user rights cannot be edited for this object!" = "I permessi di questo oggetto non possono essere modificati!";
diff --git a/UI/Contacts/Italian.lproj/Localizable.strings b/UI/Contacts/Italian.lproj/Localizable.strings
new file mode 100644
index 000000000..95378575c
--- /dev/null
+++ b/UI/Contacts/Italian.lproj/Localizable.strings
@@ -0,0 +1,160 @@
+/* this file is in UTF-8 format! */
+
+"Contact" = "Contatto";
+"Address" = "Indirizzo";
+"Other" = "Altro";
+
+"Name" = "Nome";
+"Internet" = "Email";
+"Phones" = "Numeri di telefono";
+"Home" = "Personale";
+"Work" = "Lavoro";
+
+"Address Books" = "Rubrica";
+
+"Addressbook" = "Rubrica";
+"Addresses" = "Indirizzi";
+"Update" = "Aggiorna";
+"Cancel" = "Anulla";
+"Common" = "Comuni";
+"Contact editor" = "Editor dei contatti";
+"Contact viewer" = "Visulizzatore dei contatti";
+"Email" = "Email";
+"Screen Name" = "Nome Instant Messeger";
+"Extended" = "Nome completo";
+"Fax" = "Fax";
+"Firstname" = "Nome";
+"Home" = "Casa";
+"HomePhone" = "Telefono casa";
+"Lastname" = "Cognome";
+"Location" = "Località";
+"MobilePhone" = "Cellulare";
+"Name" = "Nome";
+"OfficePhone" = "Telefono ufficio";
+"Organization" = "Società";
+"Work Phone" = "Telefono di lavoro";
+"Phone" = "Telefono";
+"Phones" = "Telefoni";
+"Postal" = "CAP";
+"Save" = "Salva";
+"URL" = "Pagina Web";
+"Unit" = "Unità";
+"delete" = "cancella";
+"edit" = "modifica";
+"invalidemailwarn" = "L'indirizzo email specificato non è valido";
+"new" = "new";
+"Preferred Phone" = "Telefono lavoro";
+
+/* Folders */
+"Personal Address Book" = "Rubrica personale";
+
+/* Tooltips */
+
+"Create a new address book card" = "Crea un nuovo contatto";
+"Create a new list" = "Crea una nuova lista";
+"Edit the selected card" = "Modifica il contatto selezionato";
+"Send a mail message" = "Invia un'email";
+"Delete selected card or address book" = "Cancella il contatto selezionato";
+
+"htmlMailFormat_UNKNOWN" = "Sconosciuto";
+"htmlMailFormat_FALSE" = "Testo normale";
+"htmlMailFormat_TRUE" = "HTML";
+
+"Name or Email" = "Nome o indirizzo Email";
+"Personal Addressbook" = "Rubrica personale";
+"Search in Addressbook" = "Cerca nella rubrica";
+
+"New Card" = "Nuovo contatto";
+"New List" = "Nuova lista";
+"Modify" = "Modifica";
+"Sharing..." = "Condividi...";
+"Write" = "Scrivi";
+"Delete" = "Cancella";
+"Instant Message" = "Messaggio istantaneo";
+"Add..." = "Aggiungi...";
+"Remove" = "Rimuovi";
+
+"Preferred" = "Predefinito";
+"Card for %@" = "Biglietto da visita di %@";
+"Display:" = "Nome visualizzato:";
+"Display Name:" = "Nome visualizzato:";
+"Email:" = "Email:";
+"Additional Email:" = "Email aggiuntiva:";
+
+"Phone Number:" = "Numero di telefono:";
+"Prefers to receive messages formatted as:"
+= "Formato preferito per i messaggi di posta:";
+"Screen Name:" = "Nome Instant Messenger:";
+
+"Firstname:" = "Nome:";
+"Lastname:" = "Cognome:";
+"First:" = "Nome:";
+"Last:" = "Cognome";
+"Nickname:" = "Soprannome:";
+
+"Telephone" = "Telefono";
+"Work:" = "Lavoro:";
+"Home:" = "Casa:";
+"Fax:" = "Fax:";
+"Mobile:" = "Cellulare:";
+"Pager:" = "Cerca Persone:";
+
+"Title:" = "Titolo:";
+"Service:" = "Service:";
+"Company:" = "Società:";
+"Street Address:" = "Indirizzo:";
+"Address:" = "Indirizzo:";
+"City:" = "Città:";
+"State_Province:" = "Provincia:";
+"ZIP_Postal Code:" = "CAP:";
+"Country:" = "Nazione:";
+"Web:" = "Pagina Web:";
+"Web Page:" = "Pagina Web:";
+"Department:" = "Reparto:";
+"Organization:" = "Società:";
+"Work" = "Lavoro";
+"Other Infos" = "Altre informazioni";
+
+"Note:" = "Note:";
+"Timezone:" = "Fuso orario:";
+"Birthday:" = "Data di Nascita:";
+"Freebusy URL:" = "Freebusy URL:";
+
+"Add as..." = "Aggiungi come...";
+"Recipient" = "Destinatario";
+"Carbon Copy" = "Copia Carbone";
+"Blind Carbon Copy" = "Copia Carbone Nascosta";
+
+"New Addressbook..." = "Nuova rubrica...";
+"Subscribe to an Addressbook..." = "Sottoscrivi una rubrica...";
+"Remove the selected Addressbook" = "Rimuovi la rubrica selezionata";
+
+"Name of the Address Book" = "Nome della rubrica";
+"Are you sure you want to delete the selected address book?"
+= "Sei sicuro di voler cancellare la rubrica selezionata?";
+
+"Address Book Name" = "Nome della Rubrica";
+
+"You cannot subscribe to a folder that you own!"
+= "Non puoi sottoscrivere una cartella di cui sei proprietario!";
+"Unable to subscribe to that folder!"
+= "Non puoi sottoscrivere la cartella!";
+
+"Default Roles" = "Permessi predefiniti";
+"User rights for:" = "Permessi per:";
+
+"This person can add cards to this addressbook."
+= "Questa persona può aggiungere contatti a questa rubrica.";
+"This person can edit the cards of this addressbook."
+= "Questa persona può modificare i contatti di questa rubrica.";
+"This person can list the content of this addressbook."
+= "Questa persona può visualizzare i contenuti di questa rubrica.";
+"This person can read the cards of this addressbook."
+= "Questa persona può leggere i contatti di questa rubrica.";
+"This person can erase cards from this addressbook."
+= "Questa persona può eliminare contatti da questa rubrica.";
+
+"The selected contact has no email address."
+= "Il contatto selezionato non dispone di indirizzo email.";
+
+"Please select a contact." = "Per favore seleziona un contatto.";
diff --git a/UI/MailPartViewers/Italian.lproj/Localizable.strings b/UI/MailPartViewers/Italian.lproj/Localizable.strings
new file mode 100644
index 000000000..a1051d4cc
--- /dev/null
+++ b/UI/MailPartViewers/Italian.lproj/Localizable.strings
@@ -0,0 +1,34 @@
+ACCEPTED = "accettato";
+COMPLETED = "completato";
+DECLINED = "declinato";
+DELEGATED = "inviata delega";
+IN-PROCESS = "in lavorazione";
+NEEDS-ACTION = "richiede un'azione";
+TENTATIVE = "tentativo";
+organized_by_you = "organizzata da te";
+you_are_an_attendee = "sei uno degli invitati";
+add_info_text = "Le richieste iMIP 'ADD' non sono ancora supportate da SOGo.";
+publish_info_text = "Il mittente ti invia in allegato informazioni sull'evento.";
+cancel_info_text = "Il tuo invito o l'intero evento sono stati cancellati.";
+request_info_no_attendee = "sta proponento un incontro agli invitati. Ricevi questa email come notifica, non sei incluso come partecipante.";
+Appointment = "Appuntamento";
+
+Organizer = "Organizzatore";
+Time = "Ora";
+Attendees = "Invitati";
+request_info = "ti invita a partecipare ad un incontro.";
+"Add to calendar" = "Aggiungi al calendario";
+"Delete from calendar" = "Rimuovi dal calendario";
+"Update status" = "Aggiorna lo stato";
+Accept = "Accetta";
+Decline = "Declina";
+Tentative = "Tentativo";
+"Update status in calendar" = "Aggiorna lo stato nel calendari";
+reply_info_no_attendee = "Hai ricevuto una risposta relativa all'incontro programmato da un utente che non è incluso come partecipante.";
+reply_info = "Questa è una risposta ad un invito ad un evento organizzato da te.";
+
+"to" = "a";
+
+"Untitled" = "Senza titolo";
+
+"Size" = "Dimensione";
diff --git a/UI/MailerUI/Italian.lproj/Localizable.strings b/UI/MailerUI/Italian.lproj/Localizable.strings
new file mode 100644
index 000000000..c47208097
--- /dev/null
+++ b/UI/MailerUI/Italian.lproj/Localizable.strings
@@ -0,0 +1,240 @@
+/* this file is in UTF-8 format! */
+
+/* Icon's label */
+"Create" = "Crea";
+"Empty Trash" = "Svuota cestino";
+"Delete" = "Cancella";
+"Expunge" = "Expunge";
+"Forward" = "Inoltra";
+"Get Mail" = "Scarica posta";
+"Junk" = "Indesiderato";
+"Reply" = "Rispondi";
+"Reply All" = "Rispondi a tutti";
+"Print" = "Stampa";
+"Stop" = "Stop";
+"Write" = "Scrivi";
+
+"Send" = "Invia";
+"Contacts" = "Contatti";
+"Attach" = "Allegato";
+"Save" = "Salva";
+
+/* Tooltips */
+
+"Send this message now" = "Invia ora il messaggio";
+"Select a recipient from an Address Book" = "Seleziona almeno un destinatario dalla rubrica";
+"Include an attachment" = "Includi un allegato";
+"Save this message" = "Salva questo messaggio";
+"Get new messages" = "Scarica nuovi messaggi";
+"Create a new message" = "Scrivi un nuovo messaggio";
+"Go to address book" = "Vai alla rubrica";
+"Reply to the message" = "Rispondi a questo messaggio";
+"Reply to sender and all recipients" = "Rispondi al mittente e a tutti i destinatari";
+"Forward selected message" = "Inoltra il messaggio selezionato";
+"Delete selected message or folder" = "Cancella il messaggio o la cartella selezionata";
+"Mark the selected messages as junk" = "Contrassegna il messaggio selezionato come indesiderato";
+"Print this message" = "Stampa questo messaggio";
+"Stop the current transfer" = "Ferma il trasferimento in corso";
+
+/* Main Frame */
+
+"Home" = "Home";
+"Calendar" = "Calendario";
+"Addressbook" = "Rubrica";
+"Mail" = "Posta";
+"Right Administration" = "Gestione permessi";
+
+"Help" = "Aiuto";
+
+/* Mail account main windows */
+
+"Welcome to the SOGo Mailer. Use the folder tree on the left to browse your mail accounts!" = "Benvenuto in SOGo Mailer. Usa l'albero di sinistra per navigare tra i tuoi account di posta!";
+
+"Read messages" = "Leggi messaggi";
+"Write a new message" = "Scrivi un nuovo messaggio";
+
+"Share: " = "Condividi: ";
+"Account: " = "Account: ";
+"Shared Account: " = "Account condiviso: ";
+
+/* acls */
+"Default Roles" = "Permessi predefiniti";
+"User rights for:" = "Permessi per:";
+
+"List and see this folder" = "Elenca e guarda questa cartella";
+"Read mails from this folder" = "Leggi emails da questa cartella";
+"Mark mails read and unread" = "Contrassegna emails lette/non lette";
+"Modify the flags of the mails in this folder" = "Modifica i contrassegni delle emails in questa cartella";
+"Insert, copy and move mails into this folder" = "Inserisci, copia e sposta emails in questa cartella";
+"Post mails" = "Recapita emails";
+"Add subfolders to this folder" = "Aggiungi sottocartelle a questa cartella";
+"Remove this folder" = "Rimuovi questa cartella";
+"Erase mails from this folder" = "Elimina emails da questa cartella";
+"Expunge this folder" = "Expugne per questa cartella";
+"Modify the acl of this folder" = "Modifica i permessi per questa cartella";
+
+"Update" = "Aggiorna";
+"Cancel" = "Annulla";
+
+/* Mail edition */
+
+"From" = "Da";
+"Subject" = "Oggetto";
+"To" = "A";
+"Add address" = "Aggiungi indirizzi";
+"Reply-To" = "Rispondi a";
+
+"Attachments:" = "Allegati:";
+"Open" = "Apri";
+"Select All" = "Seleziona tutti";
+"Attach Web Page..." = "Allega pagina Web...";
+"Attach File(s)..." = "Allega File(s)...";
+
+"to" = "A";
+"cc" = "Cc";
+"bcc" = "Bcc";
+
+"Addressbook" = "Rubrica";
+"Anais" = "Anais";
+
+"Edit Draft..." = "Modifica bozza...";
+
+"This mail is being sent from an unsecure network!" = "Questa email è stata spedita da un network contrassegnato come non sicuro!";
+
+/* Popup "show" */
+
+"all" = "tutti";
+"read" = "letti";
+"unread" = "non letti";
+"deleted" = "cancellati";
+"flagged" = "contrassegnati";
+
+/* MailListView */
+
+"Sender" = "Mittente";
+"Subject or Sender" = "Oggetto o Mittente";
+"To or Cc" = "A o Cc";
+"Entire Message" = "Tutto il messaggio";
+
+"Date" = "Data";
+"View" = "Vista";
+"All" = "Tutti";
+"Unread" = "Non letti";
+"messages" = "messaggi";
+
+"first" = "Primo";
+"previous" = "Precedente";
+"next" = "Prossimo";
+"last" = "Ultimo";
+
+"msgnumber_to" = "a";
+"msgnumber_of" = "di";
+
+"Mark Unread" = "Contrassegna come da leggere";
+"Mark Read" = "Contrassegna come letto";
+
+"Untitled" = "Senza nome";
+
+/* Tree */
+
+"SentFolderName" = "Posta inviata";
+"TrashFolderName" = "Cestino";
+"InboxFolderName" = "Posta in arrivo";
+"DraftsFolderName" = "Bozze";
+"SieveFolderName" = "Filtri";
+"Folders" = "Cartelle"; /* title line */
+
+/* MailMoveToPopUp */
+
+"MoveTo" = "Sposta in …";
+
+/* Address Popup menu */
+"Add to Address Book..." = "Aggiungi alla rubrica...";
+"Compose Mail To" = "Invia email a ";
+"Create Filter From Message..." = "Crea filtro dal messaggio...";
+
+/* Image Popup menu */
+"Save Image" = "Salva immagine";
+
+/* Mailbox popup menus */
+"Open in New Mail Window" = "Apri in una nuova finestra";
+"Copy Folder Location" = "Copia cartella";
+"Subscribe..." = "Sottoscrivi...";
+"Properties..." = "Proprietà...";
+"Mark Folder Read..." = "Contrassegna cartella come già letta...";
+"New Folder..." = "Nuova cartella...";
+"Compact This Folder" = "Compatta cartella";
+"Search Messages..." = "Cerca messaggi...";
+"Sharing..." = "Condivisione...";
+"New Subfolder..." = "Nuova sottocartella...";
+"Rename Folder..." = "Rinomina cartella...";
+"Delete Folder" = "Cancella cartella";
+"Use This Folder For" = "Usa questa cartella per";
+"Get Messages for Account" = "Scarica messaggi per l'account";
+
+/* Use This Folder menu */
+"Sent Messages" = "Messaggi inviati";
+"Drafts" = "Bozze";
+"Deleted Messages" = "Messaggi cancellati";
+
+/* Message list popup menu */
+"Open Message In New Window" = "Apri messaggio in una nuova finestra";
+"Reply to Sender Only" = "Rispondi";
+"Reply to All" = "Rispondi a tutti";
+"Forward" = "Inoltra";
+"Edit As New..." = "Modifica come...";
+"Move To" = "Sposta in ";
+"Copy To" = "Copia in ";
+"Label" = "Etichetta";
+"Mark" = "Contrassegna";
+"Save As..." = "Salva come ...";
+"Print Preview" = "Anteprima di stampa";
+"View Message Source" = "Visualizza sorgente";
+"Print..." = "Stampa...";
+"Delete Message" = "Cancella messaggio";
+
+"This Folder" = "This Folder";
+
+/* Label popup menu */
+"None" = "Nessuno";
+"Important" = "Importante";
+"Work" = "Lavoro";
+"Personal" = "Personale";
+"To Do" = "Da fare";
+"Later" = "Posponi";
+
+/* Mark popup menu */
+"As Read" = "Già letto";;
+"Thread As Read" = "Thread già letto";
+"As Read By Date..." = "Già letti per data...";;
+"All Read" = "Tutti già letti";;
+"Flag" = "Contrassegna";
+"As Junk" = "Come indesiderati";
+"As Not Junk" = "Come non indesiderati";
+"Run Junk Mail Controls" = "Avvia controllo email indesiderate";
+
+/* Folder operations */
+"Name :" = "Nome :";
+"Enter the new name of your folder :"
+ = "Inserisci il nuovo nome della tua cartella :";
+"Do you really want to move this folder into the trash ?"
+ = "Sei sicuro di voler spostare la cartella nel cestino ?";
+"Operation failed" = "Operazione non riuscita";
+
+"quotasFormat" = "Spazio usato: %{0} su %{1} Kb; %{2}%";
+
+"Please select a message." = "Per favore seleziona un messaggio.";
+"Please select a message to print." = "Per favore seleziona un messaggio da stampare.";
+"Please select only one message to print." = "Per favore seleziona un solo messaggio da stampare.";
+
+"You need to choose a non-virtual folder!" = "Devi selezionare una cartella fisica, non virtuale!";
+
+"Moving a message into its own folder is impossible!"
+= "La cartella di destinazione coincide con la cartella di origine!";
+"Copying a message into its own folder is impossible!"
+= "La cartella di destinazione coincide con la cartella di origine!";
+
+/* Message editing */
+"error_validationfailed" = "Validazione fallita";
+"error_missingsubject" = "Nessun oggetto specificato";
+"error_missingrecipients" = "Nessun destinatario specificato";
diff --git a/UI/MainUI/Italian.lproj/Locale b/UI/MainUI/Italian.lproj/Locale
new file mode 100644
index 000000000..3ac61a381
--- /dev/null
+++ b/UI/MainUI/Italian.lproj/Locale
@@ -0,0 +1,35 @@
+/* Italian */
+{
+ NSLanguageName = "Italian";
+ NSFormalName = "Italian";
+ NSLocaleCode = "it"; /* ISO 639-1 */
+ NSLanguageCode = "ita"; /* ISO 639-2 */
+ NSParentContext = "";
+
+ NSAMPMDesignation = (AM, PM);
+ NSCurrencySymbol = "â¬";
+ NSDateFormatString = "%A, %e %B, %Y";
+ NSDateTimeOrdering = DMYH;
+ NSDecimalDigits = ("0", "1", "2", "3", "4", "5", "6", "7", "8", "9");
+ NSDecimalSeparator = ".";
+ NSEarlierTimeDesignations = (prima, scorso, dopo, fa);
+ NSHourNameDesignations = ((0, notte), (10, mattina), (12, giorno), (14, pomeriggio), (19, sera));
+ NSInternationalCurrencyString = EUR; /* ISO 4217 */
+ NSLaterTimeDesignations = (dopo);
+ NSMonthNameArray = (Gennaio, Febbraio, Marzo, Aprile, Maggio, Giugno, Luglio, Agosto, Settembre, Ottobre, Novembre, Dicembre);
+ NSNextDayDesignations = (domani);
+ NSNextNextDayDesignations = (dopodomani);
+ NSPriorDayDesignations = (ieri);
+ NSShortDateFormatString = "%d/%m/%y";
+ NSShortMonthNameArray = (Gen, Feb, Mar, Apr, Mag, Giu, Lug, Ago, Set, Ott, Nov, Dic);
+ NSShortTimeDateFormatString = "%d/%m/%y %H:%M";
+ NSShortWeekDayNameArray = (Lun, Mar, Mer, Gio, Ven, Sab, Dom);
+ NSThisDayDesignations = (oggi, ora);
+ NSThousandsSeparator = ",";
+ NSTimeDateFormatString = "%A, %e %B, %Y %H:%M:%S %Z";
+ NSTimeFormatString = "%H:%M:%S";
+ NSWeekDayNameArray = (Lunedi, Martedi, Mercoledi, Giovedi, Venerdi, Sabato, Domenica);
+ NSYearMonthWeekDesignations = (anno, mese, settimana);
+ NSPositiveCurrencyFormatString = "⬠9,999.00";
+ NSNegativeCurrencyFormatString = "-⬠9,999.00";
+}
diff --git a/UI/MainUI/Italian.lproj/Localizable.strings b/UI/MainUI/Italian.lproj/Localizable.strings
new file mode 100644
index 000000000..0fbd90cf2
--- /dev/null
+++ b/UI/MainUI/Italian.lproj/Localizable.strings
@@ -0,0 +1,10 @@
+/* this file is in UTF-8 format! */
+
+"title" = "SOGo";
+
+"Username:" = "Username:";
+"Password:" = "Password:";
+
+"Connect" = "Entra";
+
+"Wrong username or password." = "Username o password non corretti.";
diff --git a/UI/PreferencesUI/Italian.lproj/Localizable.strings b/UI/PreferencesUI/Italian.lproj/Localizable.strings
new file mode 100644
index 000000000..d2cc3ab1f
--- /dev/null
+++ b/UI/PreferencesUI/Italian.lproj/Localizable.strings
@@ -0,0 +1,91 @@
+/* toolbar */
+"Save and Close" = "Salva e chiudi";
+"Close" = "Chiudi";
+
+/* tabs */
+"General" = "Generale";
+"Calendar Options" = "Opzioni calendario";
+"Mail Options" = "Opzioni di posta";
+"Identities" = "Identità";
+"Password" = "Password";
+
+/* ooo */
+"I'm currently in the office" = "Sono in ufficio";
+"I'm currently out of the office" = "Sono fuori ufficio";
+"AutoReply only once to each sender with the following text :" = "Rispondi automaticamente solo una volta ad ogni mittente usando questo testo:";
+
+/* d & t */
+"Current Time Zone :" = "Fuso orario:";
+"Short Date Format :" = "Data breve:";
+"Long Date Format :" = "Data estesa:";
+"Time Format :" = "Formato ora:";
+
+"shortDateFmt_0" = "%m/%e/%Y";
+"shortDateFmt_1" = "%m/%e/%y";
+"shortDateFmt_2" = "%m/%d/%Y";
+"shortDateFmt_3" = "%m/%d/%y";
+"shortDateFmt_4" = "%y/%m/%d";
+"shortDateFmt_5" = "%Y-%m-%d";
+"shortDateFmt_6" = "%d-%b-%y";
+"shortDateFmt_7" = "";
+
+"longDateFmt_0" = "%A, %B %d, %Y";
+"longDateFmt_1" = "%B %d, %Y";
+"longDateFmt_2" = "%A, %d %B, %Y";
+"longDateFmt_3" = "%d %B, %Y";
+"longDateFmt_4" = "";
+
+"timeFmt_0" = "%I:%M %p";
+"timeFmt_1" = "%H:%M";
+"timeFmt_2" = "";
+
+/* calendar */
+"Week begins on :" = "La settimana inizia il:";
+"Day start time :" = "La giornata lavorativa inizia alle ore:";
+"Day end time :" = "La giornata lavorativa termina alle ore:";
+"First week of year :" = "Prima settimana dell'anno:";
+"Enable reminders for Calendar items" = "Abilita promemoria per gli eventi del Calendario";
+"Play a sound when a reminder comes due" = "Riproduci un suono quando un promemoria è attivo";
+"Default reminder :" = "Promemoria predefinito:";
+
+"firstWeekOfYear_HideWeekNumbers" = "Non visualizzare i numeri della settimana";
+"firstWeekOfYear_January1" = "Inizia l'1 gennaio";
+"firstWeekOfYear_First4DayWeek" = "Prima settimana di 4 giorni";
+"firstWeekOfYear_FirstFullWeek" = "Prima settimana completa";
+
+"reminderTime_0000" = "0 minuti";
+"reminderTime_0005" = "5 minuti";
+"reminderTime_0010" = "10 minuti";
+"reminderTime_0015" = "15 minuti";
+"reminderTime_0030" = "30 minuti";
+"reminderTime_0100" = "1 ora";
+"reminderTime_0200" = "2 ore";
+"reminderTime_0400" = "4 ore";
+"reminderTime_0800" = "8 ore";
+"reminderTime_1200" = "1/2 giornata";
+"reminderTime_2400" = "1 giorno";
+"reminderTime_4800" = "2 giorni";
+
+/* Mailer */
+"Check for new mail:" = "Controlla la posta in arrivo:";
+"messagecheck_manually" = "Manualmente";
+"messagecheck_every_minute" = "Ogni minuto";
+"messagecheck_every_2_minutes" = "Ogni 2 minuti";
+"messagecheck_every_5_minutes" = "Ogni 5 minuti";
+"messagecheck_every_10_minutes" = "Ogni 10 minuti";
+"messagecheck_every_20_minutes" = "Ogni 20 minuti";
+"messagecheck_every_30_minutes" = "Ogni 30 minuti";
+"messagecheck_once_per_hour" = "Ogni ora";
+
+"Forward messages:" = "Inoltra messaggi come:";
+"messageforward_inline" = "Parte del messaggio";
+"messageforward_attached" = "Allegato";
+
+"Default identity:" = "Identità principale:";
+"Manage identities..." = "Gestisci identità...";
+"Signature:" = "Firma:";
+
+/* password */
+"New password:" = "Nuova password:";
+"Confirmation:" = "Ripeti nuova password:";
+"Change" = "Cambia Password";
diff --git a/UI/Scheduler/Italian.lproj/Localizable.strings b/UI/Scheduler/Italian.lproj/Localizable.strings
new file mode 100644
index 000000000..46beb6746
--- /dev/null
+++ b/UI/Scheduler/Italian.lproj/Localizable.strings
@@ -0,0 +1,469 @@
+/* this file is in UTF-8 format! */
+
+/* Tooltips */
+
+"Create a new event" = "Crea un nuovo evento";
+"Create a new task" = "Crea una nuova attività";
+"Edit this event or task" = "Modifica questo evento o attività";
+"Delete this event or task" = "Cancella questo evento o attività";
+"Go to today" = "Oggi";
+"Switch to day view" = "Giorno";
+"Switch to week view" = "Settimana";
+"Switch to month view" = "Mese";
+
+/* Day */
+
+"Sunday" = "Domenica";
+"Monday" = "Lunedi";
+"Tuesday" = "Martedi";
+"Wednesday" = "Mercoledi";
+"Thursday" = "Giovedi";
+"Friday" = "Venerdi";
+"Saturday" = "Sabato";
+
+"Sun" = "Dom";
+"Mon" = "Lun";
+"Tue" = "Mar";
+"Wed" = "Mer";
+"Thu" = "Gio";
+"Fri" = "Ven";
+"Sat" = "Sab";
+
+"a2_Sunday" = "Do";
+"a2_Monday" = "Lu";
+"a2_Tuesday" = "Ma";
+"a2_Wednesday" = "Me";
+"a2_Thursday" = "Gi";
+"a2_Friday" = "Ve";
+"a2_Saturday" = "Sa";
+
+"dayLabelFormat" = "%d/%m/%Y";
+"today" = "Oggi";
+
+/* Week */
+
+"Week" = "Settimana";
+"this week" = "questa settimana";
+
+"Week %d" = "Settimana %d";
+
+/* Month */
+
+"this month" = "questo mese";
+
+"January" = "Gennaio";
+"February" = "Febbraio";
+"March" = "Marzo";
+"April" = "Aprile";
+"May" = "Maggio";
+"June" = "Giugno";
+"July" = "Luglio";
+"August" = "Agosto";
+"September" = "Settembre";
+"October" = "Ottobre";
+"November" = "Novembre";
+"December" = "Dicembre";
+
+"a3_January" = "Gennaio";
+"a3_February" = "Febbraio";
+"a3_March" = "Marzo";
+"a3_April" = "Aprile";
+"a3_May" = "Maggio";
+"a3_June" = "Giugno";
+"a3_July" = "Luglio";
+"a3_August" = "Agosto";
+"a3_September" = "Settembre";
+"a3_October" = "Ottobre";
+"a3_November" = "Novembre";
+"a3_December" = "Dicembre";
+
+/* Year */
+
+"this year" = "quest'anno";
+
+/* Menu */
+
+"Calendars" = "Calendari";
+"Calendar" = "Calendario";
+"Contacts" = "Contatti";
+
+"New Calendar..." = "Nuovo calendario...";
+"Delete Calendar" = "Rimuovi calendario...";
+"Sharing..." = "Condivisione";
+"Export Calendar..." = "Esporta calendario...";
+"Publish Calendar..." = "Pubblica calendario...";
+"Reload Remote Calendars" = "Aggiorna calendari Remoti";
+"Properties" = "Proprietà";
+
+"Compose E-Mail to All Attendees" = "Invia Email a tutti gli invitati";
+"Compose E-Mail to Undecided Attendees" = "Invia Email agli invitati indecisi";
+
+/* Folders */
+"Personal calendar" = "Calendario personale";
+
+/* Misc */
+
+"OpenGroupware.org" = "OpenGroupware.org";
+"Forbidden" = "Vietato";
+
+/* acls */
+"Default Roles" = "Permessi predefiniti";
+"User rights for:" = "Permessi per:";
+"label_Public" = "Pubblico";
+"label_Private" = "Privato";
+"label_Confidential" = "Confidenziale";
+"View All" = "Tutto";
+"View the Date & Time" = "Data e ora";
+"Modify" = "Modifica";
+"Respond To" = "Rispondi a";
+"None" = "Nessuno";
+"This person can create objects in my calendar." = "Questa persona può inserire elementi nel mio calendario.";
+"This person can erase objects from my calendar." = "Questa persona può rimuovere elementi dal mio calendario.";
+
+/* Button Titles */
+
+"New Calendar..." = "Nuovo calendario...";
+"Subscribe to a Calendar..." = "Sottoscrivi un calendario...";
+"Remove the selected Calendar" = "Rimuovi il calendario selezionato...";
+
+"Name of the Calendar" = "Nome del calendario";
+
+"new" = "Nuovo";
+"printview" = "Anteprima di Stampa";
+"edit" = "Modifica";
+"delete" = "Cancella";
+"proposal" = "Proposta";
+"Save and Close" = "Salva e chiudi";
+"Close" = "Chiudi";
+"Invite Attendees" = "Invita partecipanti";
+"Documents" = "Collegamento";
+"Update" = "Aggiorna";
+"Cancel" = "Annulla";
+"show_rejected_apts" = "Visualizza appuntamenti rifiutati";
+"hide_rejected_apts" = "Nascondi appuntamenti rifiutati";
+
+
+/* Schedule */
+
+"Schedule" = "Schedule";
+"No appointments found" = "Nessun appuntamento trovato";
+"Meetings proposed by you" = "Incontri proposti da te";
+"Meetings proposed to you" = "Incontri a cui sei stato invitato";
+"sched_startDateFormat" = "%d/%m %H:%M";
+"action" = "Azione";
+"accept" = "Accetta";
+"decline" = "Declina";
+"more attendees" = "Altri partecipanti";
+"Hide already accepted and rejected appointments" = "Nascondi gli appuntamenti già accettati o declinati";
+"Show already accepted and rejected appointments" = "Visualizza gli appuntamenti già accettati o declinati";
+
+
+/* Appointments */
+
+"Appointment viewer" = "Visualizza appuntamenti";
+"Appointment editor" = "Modifica appuntamenti";
+"Appointment proposal" = "Proponi appuntamenti";
+"Appointment on" = "Appuntamento del";
+"Start:" = "Inizio:";
+"End:" = "Fine:";
+"Due Date:" = "Scadenza:";
+"Title:" = "Titolo:";
+"Calendar:" = "Calendario:";
+"Name" = "Nome";
+"Email" = "Email";
+"Status:" = "Stato:";
+"% complete" = "% completato";
+"Location:" = "Luogo:";
+"Priority:" = "Priorità:";
+"Privacy" = "Privacy";
+"Cycle" = "Ricorrenza";
+"Cycle End" = "Termine ricorrenza";
+"Categories" = "Categorie";
+"Classification" = "Classificazione";
+"Duration" = "Durata";
+"Attendees:" = "Partecipanti:";
+"Resources" = "Risorse";
+"Organizer:" = "Organizzatore:";
+"Description:" = "Descrizione:";
+"Document:" = "Documento:";
+"Category:" = "Categoria:";
+"Repeat:" = "Ripeti:";
+"Reminder:" = "Promemoria:";
+
+"Target:" = "Percorso:";
+
+"attributes" = "attributi";
+"attendees" = "invitati";
+/* checkbox title */
+"is private" = "contrassegna come privato";
+/* classification */
+"Public" = "Pubblico";
+"Private" = "Privato";
+/* text used in overviews and tooltips */
+"empty title" = "Senza titolo";
+"private appointment" = "Appuntamento privato";
+
+"Change..." = "Modifica...";
+
+/* Appointments (participation state) */
+
+"partStat_NEEDS-ACTION" = "Richiede un'azione";
+"partStat_ACCEPTED" = "Accettato";
+"partStat_DECLINED" = "Declinato";
+"partStat_TENTATIVE" = "Tentativo";
+"partStat_DELEGATED" = "Inviata delega";
+"partStat_OTHER" = "Altro";
+
+/* Appointments (error messages) */
+
+"Conflicts found!" = "Individuato conflitto!";
+"Invalid iCal data!" = "Dati iCal non validi!";
+"Could not create iCal data!" = "Impossibile creare dati iCal!";
+
+/* Searching */
+
+"view_all" = "Tutti";
+"view_today" = "Oggi";
+"view_next7" = "Prossimi 7 giorni";
+"view_next14" = "Prossimi 14 giorni";
+"view_next31" = "Prossimi 31 giorni";
+"view_thismonth" = "Questo mese";
+"view_future" = "Tutti i prossimi eventi";
+"view_selectedday" = "Giorno selezionato";
+
+"View:" = "Visualizza:";
+"Title or Description" = "Titolo o descrizione";
+
+"Search" = "Cerca";
+"Search attendees" = "Cerca invitati";
+"Search resources" = "Cerca risorse";
+"Search appointments" = "Cerca appuntamenti";
+"Search in Anais" = "Cerca in Anais";
+
+"All day Event" = "Tutta la giornata";
+"check for conflicts" = "Controlla conflitti";
+
+"Browse URL" = "Cerca URL";
+
+/* calendar modes */
+
+"Overview" = "Panoramica";
+"Chart" = "Grafico";
+"List" = "Lista";
+"Columns" = "Colonne";
+
+/* Priorities */
+
+"prio_0" = "Nessuna";
+"prio_1" = "Alta";
+"prio_2" = "Alta";
+"prio_3" = "Alta";
+"prio_4" = "Alta";
+"prio_5" = "Normale";
+"prio_6" = "Bassa";
+"prio_7" = "Bassa";
+"prio_8" = "Bassa";
+"prio_9" = "Bassa";
+
+/* access classes (privacy) */
+"PUBLIC_vevent" = "Evento pubblico";
+"CONFIDENTIAL_vevent" = "Evento confidenziale";
+"PRIVATE_vevent" = "Evento privato";
+"PUBLIC_vtodo" = "Attività pubblica";
+"CONFIDENTIAL_vtodo" = "Attività confidenziale";
+"PRIVATE_vtodo" = "Attività privata";
+
+/* status type */
+"status_" = "Non specificato";
+"status_NOT-SPECIFIED" = "Non specificato";
+"status_TENTATIVE" = "Tentativo";
+"status_CONFIRMED" = "Confermato";
+"status_CANCELLED" = "Cancellato";
+"status_NEEDS-ACTION" = "Richiede un'azione";
+"status_IN-PROCESS" = "In esecuzione";
+"status_COMPLETED" = "Completato il ";
+
+/* Cycles */
+
+"cycle_once" = "ricorre una volta";
+"cycle_daily" = "ricorre una volta al giorno";
+"cycle_weekly" = "ricorrenza settimanale";
+"cycle_2weeks" = "ricorre per 2 settimane";
+"cycle_4weeks" = "ricorre per 4 settimane";
+"cycle_monthly" = "ricorre per 1 mese";
+"cycle_weekday" = "ricorre un giorno alla settimana";
+"cycle_yearly" = "ricorre annualmente";
+
+"cycle_end_never" = "nessuna data di fine";
+"cycle_end_until" = "ricorrenza fino al";
+
+"Recurrence pattern" = "Modello di ricorrenza";
+"Range of recurrence" = "Intervallo di ricorrenza";
+
+"Repeat" = "Ripetizione";
+"Daily" = "Giornaliera";
+"Weekly" = "Settimanale";
+"Monthly" = "Mensile";
+"Yearly" = "Annuale";
+"Every" = "Ogni";
+"Days" = "Giorni";
+"Week(s)" = "Settimana/e";
+"On" = "Il";
+"Month(s)" = "Mese/i";
+"The" = "Il";
+"Recur on day(s)" = "Ricorre il giorno/i";
+"Year(s)" = "Anno/i";
+"cycle_of" = "di";
+"No end date" = "Nessuna data di fine";
+"Create" = "Crea";
+"Appointment(s)" = "Appuntamento/i";
+"Appointments(s)" = "Appuntamento/i";
+"Repeat until" = "Ripeti fino ";
+
+"First" = "Primo";
+"Second" = "Secondo";
+"Third" = "Terzo";
+"Fourth" = "Quarto";
+"Fift" = "Quinto";
+"Last" = "Ultimo";
+
+/* Appointment categories */
+
+"category_NONE" = "Nessuna";
+"category_ANNIVERSARY" = "Anniversario";
+"category_BIRTHDAY" = "Compleanno";
+"category_BUSINESS" = "Lavoro";
+"category_CALLS" = "Chiamare";
+"category_CLIENTS" = "Clienti";
+"category_COMPETITION" = "Gara";
+"category_CUSTOMER" = "Cliente";
+"category_FAVORITES" = "Preferiti";
+"category_FOLLOW UP" = "Supplementari";
+"category_GIFTS" = "Regali";
+"category_HOLIDAYS" = "Vacanze";
+"category_IDEAS" = "Idee";
+"category_ISSUES" = "Inconvegnenti";
+"category_MISCELLANEOUS" = "Varie";
+"category_PERSONAL" = "Personale";
+"category_PROJECTS" = "Progetto";
+"category_PUBLIC HOLIDAY" = "Festività";
+"category_STATUS" = "Stato";
+"category_SUPPLIERS" = "Fornitore";
+"category_TRAVEL" = "Viaggio";
+"category_VACATION" = "Ferie";
+
+"repeat_NEVER" = "Non si ripete";
+"repeat_DAILY" = "Quotidianamente";
+"repeat_WEEKLY" = "Settimanalmente";
+"repeat_BI-WEEKLY" = "Bisettimanalmente";
+"repeat_EVERY WEEKDAY" = "Nei giorni lavorativi";
+"repeat_MONTHLY" = "Mensilmente";
+"repeat_YEARLY" = "Annualmente";
+"repeat_CUSTOM" = "Personalizza...";
+
+"reminder_NONE" = "Nessun promemoria";
+"reminder_5_MINUTES_BEFORE" = "5 minuti prima";
+"reminder_10_MINUTES_BEFORE" = "10 minuti prima";
+"reminder_15_MINUTES_BEFORE" = "15 minuti prima";
+"reminder_30_MINUTES_BEFORE" = "30 minuti prima";
+"reminder_45_MINUTES_BEFORE" = "45 minuti prima";
+"reminder_1_HOUR_BEFORE" = "1 ora prima";
+"reminder_2_HOURS_BEFORE" = "2 ore prima";
+"reminder_5_HOURS_BEFORE" = "5 ore prima";
+"reminder_15_HOURS_BEFORE" = "15 ore prima";
+"reminder_1_DAY_BEFORE" = "1 giorno prima";
+"reminder_2_DAYS_BEFORE" = "2 giorni prima";
+"reminder_1_WEEK_BEFORE" = "1 settimana prima";
+"reminder_CUSTOM" = "Personalizza...";
+
+"zoom_400" = "400%";
+"zoom_200" = "200%";
+"zoom_100" = "100%";
+"zoom_50" = "50%";
+"zoom_25" = "25%";
+
+/* validation errors */
+
+validate_notitle = "Nessun titolo inserito, continuare?";
+validate_invalid_startdate = "Data iniziale non corretta!";
+validate_invalid_enddate = "Data finale non corretta!";
+validate_endbeforestart = "La data finale specificata è precedente alla data di inizio.";
+
+"Tasks" = "Tasks";
+"Show completed tasks" = "Visualizza attività completate";
+
+/* tabs */
+"Task" = "Attività";
+"Event" = "Evento";
+"Recurrence" = "Ricorrenza";
+
+/* toolbar */
+"New Event" = "Nuovo evento";
+"New Task" = "Nuova attività";
+"Edit" = "Modifica";
+"Delete" = "Rimuovi";
+"Go to Today" = "Oggi";
+"Day View" = "Giorno";
+"Week View" = "Settimana";
+"Month View" = "Mese";
+
+"eventPartStatModificationError" = "Lo stato della tua partecipazione non può essere modificato.";
+
+/* menu */
+"New Event..." = "Nuovo evento...";
+"New Task..." = "Nuova attività...";
+"Edit Selected Event..." = "Modifica evento selezionato...";
+"Delete Selected Event" = "Rimuovi evento selezionato...";
+"Select All" = "Seleziona tutti";
+"Workweek days only" = "Solo giorni lavorativi";
+"Tasks in View" = "Attività in elenco";
+
+"eventDeleteConfirmation" = "Stai per cancellare in maniera permanente l'evento.\nVuoi procedere?";
+"taskDeleteConfirmation" = "Stai per cancellare in maniera permanente il task.\nVuoi procedere?";
+
+"Are you sure you want to delete the calendar \"%{0}\"?"
+= "Sei sicuro di voler cancellare il calendario \"%{0}\"?";
+
+/* Legend */
+"Required participant" = "Richiede partecipanti";
+"Optional participant" = "Partecipanti opzionali";
+"Chair" = "Chair";
+
+"Needs action" = "Richiede un'azione";
+"Accepted" = "Accettato";
+"Declined" = "Declinato";
+"Tentative" = "Tentativo";
+
+"Free" = "Libero";
+"Busy" = "Occupato";
+"Maybe busy" = "Probabilmente occupato";
+"No free-busy information" = "Informazione non disponibile";
+
+/* FreeBusy panel buttons */
+"Previous slot" = "Precedente";
+"Next slot" = "Successivo";
+"Previous hour" = "Ora precedente";
+"Next hour" = "Ora successiva";
+
+/* apt list */
+"Title" = "Titolo";
+"Start" = "Inizio";
+"End" = "Fine";
+"Location" = "Luogo";
+"(Private Event)" = "(Evento privato)";
+
+vevent_class0 = "(Evento pubblico)";
+vevent_class1 = "(Evento privato)";
+vevent_class2 = "(Evento confidenziale)";
+
+vtodo_class0 = "(Attività pubblica)";
+vtodo_class1 = "(Attività privata)";
+vtodo_class2 = "(Attività confidenziale)";
+
+"closeThisWindowMessage" = "Grazie! Ora puoi chiudere la finestra ";
+"Multicolumn Day View" = "Vista per giorno multi-colonna";
+
+"Please select an event or a task." = "Per favore seleziona un evento o un'attività.";
+"Suggest time slot:" = "Periodo suggerito:";
+"From" = "Da";
+"To" = "A";
diff --git a/UI/Templates/SOGoACLItalianAdditionAdvisory.wox b/UI/Templates/SOGoACLItalianAdditionAdvisory.wox
new file mode 100644
index 000000000..32bf2a971
--- /dev/null
+++ b/UI/Templates/SOGoACLItalianAdditionAdvisory.wox
@@ -0,0 +1,27 @@
+
+
+
+
+
+ Sei stato aggiunto da
+
+
+
+ ti ha aggiunto alla lista di accesso per la cartella .
+
+Puoi iscriverti direttamente alla cartella utilizzando questo link:
+ subscribe?mail-invitation=YES
+
+Altrimenti, potrai farlo in un secondo momento utilizzando l'interfaccia web di SOGo.
+
+Puoi anche accedere a questa risorsa da remoto utilizzando questo URL:
+
+
+
+
+
diff --git a/UI/Templates/SOGoACLItalianModificationAdvisory.wox b/UI/Templates/SOGoACLItalianModificationAdvisory.wox
new file mode 100644
index 000000000..b1b3b7142
--- /dev/null
+++ b/UI/Templates/SOGoACLItalianModificationAdvisory.wox
@@ -0,0 +1,27 @@
+
+
+
+
+
+ ha modificato i permessi di accesso
+
+
+
+ ha modificato i tuoi permessi di accesso alla cartella .
+
+Puoi sottoscrivere direttamente la cartella utilizzando il seguente link:
+ subscribe?mail-invitation=YES
+
+Altrimenti, potrai sottoscriverti in un secondo momento utilizzando l'interfaccia web di SOGo.
+
+Puoi anche accedere da remoto a questa risorsa utilizzando il seguente URL:
+
+
+
+
+
diff --git a/UI/Templates/SOGoACLItalianRemovalAdvisory.wox b/UI/Templates/SOGoACLItalianRemovalAdvisory.wox
new file mode 100644
index 000000000..00f2936b3
--- /dev/null
+++ b/UI/Templates/SOGoACLItalianRemovalAdvisory.wox
@@ -0,0 +1,27 @@
+
+
+
+
+
+ ti ha rimosso
+
+
+
+ ti ha rimosso dalla lista accessi per la cartella .
+
+Puoi annullare la tua sottoscrizione utilizzando questo link:
+ unsubscribe?mail-invitation=YES
+
+Altrimenti, potrai annullare la sottoscrizione in un secondo momento dall'interfaccia di SOGo.
+
+Potrai anche accedere a questa risorsa utilizzando l'URL:
+
+
+
+
+
diff --git a/UI/Templates/SOGoFolderItalianAdditionAdvisory.wox b/UI/Templates/SOGoFolderItalianAdditionAdvisory.wox
new file mode 100644
index 000000000..219d8363b
--- /dev/null
+++ b/UI/Templates/SOGoFolderItalianAdditionAdvisory.wox
@@ -0,0 +1,22 @@
+
+
+
+
+
+ è stata creata
+
+
+
+La cartella è stata creata.
+
+Puoi accedere a questa risorsa da remoto utilizzando il seguente URL:
+
+
+
+
+
diff --git a/UI/Templates/SOGoFolderItalianRemovalAdvisory.wox b/UI/Templates/SOGoFolderItalianRemovalAdvisory.wox
new file mode 100644
index 000000000..3f06eac40
--- /dev/null
+++ b/UI/Templates/SOGoFolderItalianRemovalAdvisory.wox
@@ -0,0 +1,22 @@
+
+
+
+
+
+ è stata cancellata
+
+
+
+La cartella è stata cancellata.
+
+Il seguente URL non è più disponibile:
+
+
+
+
+