diff --git a/application/Espo/Modules/Crm/Resources/templates/assignment/it_IT/Meeting/body.tpl b/application/Espo/Modules/Crm/Resources/templates/assignment/it_IT/Meeting/body.tpl new file mode 100644 index 0000000000..6b99f045c3 --- /dev/null +++ b/application/Espo/Modules/Crm/Resources/templates/assignment/it_IT/Meeting/body.tpl @@ -0,0 +1,10 @@ +
{{assignerUserName}} ti ha assegnato {{entityTypeLowerFirst}}.
+{{name}}
+Inizio: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}}{{/if}}
+{{#if parentName}} +Genitore: {{parentName}}
+{{/if}} +{{#if description}} +{{{description}}}
+{{/if}} + \ No newline at end of file diff --git a/application/Espo/Modules/Crm/Resources/templates/cancellation/it_IT/body.tpl b/application/Espo/Modules/Crm/Resources/templates/cancellation/it_IT/body.tpl new file mode 100644 index 0000000000..852dd57e51 --- /dev/null +++ b/application/Espo/Modules/Crm/Resources/templates/cancellation/it_IT/body.tpl @@ -0,0 +1,5 @@ +Oggetto: {{name}}
+Inizio: {{#if isAllDay}}{{dateStartFull}}{{else}}{{dateStartFull}} ({{timeZone}}){{/if}}
+{{#if isUser}} + +{{/if}} diff --git a/application/Espo/Modules/Crm/Resources/templates/cancellation/it_IT/subject.tpl b/application/Espo/Modules/Crm/Resources/templates/cancellation/it_IT/subject.tpl new file mode 100644 index 0000000000..58d28d0a4b --- /dev/null +++ b/application/Espo/Modules/Crm/Resources/templates/cancellation/it_IT/subject.tpl @@ -0,0 +1 @@ +Cancellazione di {{entityTypeLowerFirst}} '{{name}}' diff --git a/application/Espo/Modules/Crm/Resources/templates/invitation/it_IT/body.tpl b/application/Espo/Modules/Crm/Resources/templates/invitation/it_IT/body.tpl new file mode 100644 index 0000000000..fb927e051b --- /dev/null +++ b/application/Espo/Modules/Crm/Resources/templates/invitation/it_IT/body.tpl @@ -0,0 +1,20 @@ +Oggetto: {{name}}
+Inizio: {{#if isAllDay}}{{dateStartFull}}{{else}}{{dateStartFull}} ({{timeZone}}){{/if}}
+{{#if isUser}} + {{#if description}} +{{{description}}}
+ {{/if}} +{{/if}} ++ Accetta · + Forse · + Rifiuta +
+{{#if joinUrl}} ++ Partecipa +
+{{/if}} +{{#if isUser}} + +{{/if}} diff --git a/application/Espo/Modules/Crm/Resources/templates/invitation/it_IT/subject.tpl b/application/Espo/Modules/Crm/Resources/templates/invitation/it_IT/subject.tpl new file mode 100644 index 0000000000..90a1601898 --- /dev/null +++ b/application/Espo/Modules/Crm/Resources/templates/invitation/it_IT/subject.tpl @@ -0,0 +1 @@ +Invito a {{entityTypeLowerFirst}} '{{name}}' diff --git a/application/Espo/Modules/Crm/Resources/templates/reminder/it_IT/Task/body.tpl b/application/Espo/Modules/Crm/Resources/templates/reminder/it_IT/Task/body.tpl new file mode 100644 index 0000000000..52f692e691 --- /dev/null +++ b/application/Espo/Modules/Crm/Resources/templates/reminder/it_IT/Task/body.tpl @@ -0,0 +1,4 @@ +Oggetto: {{name}}
+Data termine: {{dateEnd}}
+ + diff --git a/application/Espo/Modules/Crm/Resources/templates/reminder/it_IT/body.tpl b/application/Espo/Modules/Crm/Resources/templates/reminder/it_IT/body.tpl new file mode 100644 index 0000000000..4eeeec9e49 --- /dev/null +++ b/application/Espo/Modules/Crm/Resources/templates/reminder/it_IT/body.tpl @@ -0,0 +1,4 @@ +Oggetto: {{name}}
+Inizio: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}}{{/if}}
+ + diff --git a/application/Espo/Modules/Crm/Resources/templates/reminder/it_IT/subject.tpl b/application/Espo/Modules/Crm/Resources/templates/reminder/it_IT/subject.tpl new file mode 100644 index 0000000000..b4e6802897 --- /dev/null +++ b/application/Espo/Modules/Crm/Resources/templates/reminder/it_IT/subject.tpl @@ -0,0 +1 @@ +Promemoria per {{{entityTypeLowerFirst}}} '{{{name}}}'