Updated the templates wrt the "sent by" stuff.

Monotone-Parent: 6fac49c5eccc3f49ff214ee3fa7e0df6f166f18d
Monotone-Revision: ee7adf911df75af83b62839ef6965b5e4ed7cc8b

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2008-11-10T16:01:35
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte 2008-11-10 16:01:35 +00:00
parent 312656117f
commit 4abe791344
20 changed files with 100 additions and 10 deletions

View file

@ -1,2 +1,2 @@
<#IsSubject>Gebeurtenis geannuleerd: <#summary/></#IsSubject>
<#IsBody><#organizer/> heeft deze gebeurtenis geannuleerd: « <#summary/> ».</#IsBody>
<#IsBody><#organizer/> <#HasSentBy>(sent by <#sentBy/>) </#HasSentBy>heeft deze gebeurtenis geannuleerd: « <#summary/> ».</#IsBody>

View file

@ -16,3 +16,12 @@ summary: WOString {
value = summary;
escapeHTML = NO;
}
HasSentBy: WOConditional {
condition = hasSentBy;
}
sentBy: WOString {
value = sentBy;
escapeHTML = NO;
}

View file

@ -1,2 +1,2 @@
<#IsSubject>Uitnodiging voor gebeurtenis: <#summary/></#IsSubject>
<#IsBody><#organizer/> heeft u uitgenodigd voor <#summary/>.</#IsBody>
<#IsBody><#organizer/> <#HasSentBy>(sent by <#sentBy/>) </#HasSentBy>heeft u uitgenodigd voor <#summary/>.</#IsBody>

View file

@ -16,3 +16,12 @@ summary: WOString {
value = summary;
escapeHTML = NO;
}
HasSentBy: WOConditional {
condition = hasSentBy;
}
sentBy: WOString {
value = sentBy;
escapeHTML = NO;
}

View file

@ -1,2 +1,2 @@
<#IsSubject>Événement annulé : « <#summary/> »</#IsSubject>
<#IsBody><#organizer/> a annulé cet événement : « <#summary/> ».</#IsBody>
<#IsBody><#organizer/> <#HasSentBy>(envoyé par <#sentBy/>) </#HasSentBy>a annulé cet événement : « <#summary/> ».</#IsBody>

View file

@ -16,3 +16,12 @@ summary: WOString {
value = summary;
escapeHTML = NO;
}
HasSentBy: WOConditional {
condition = hasSentBy;
}
sentBy: WOString {
value = sentBy;
escapeHTML = NO;
}

View file

@ -1,2 +1,2 @@
<#IsSubject>Invitation : <#summary/></#IsSubject>
<#IsBody><#organizer/> vous a invité à « <#summary/> ».</#IsBody>
<#IsBody><#organizer/> <#HasSentBy>(envoyé par <#sentBy/>) </#HasSentBy>vous a invité à « <#summary/> ».</#IsBody>

View file

@ -16,3 +16,12 @@ summary: WOString {
value = summary;
escapeHTML = NO;
}
HasSentBy: WOConditional {
condition = hasSentBy;
}
sentBy: WOString {
value = sentBy;
escapeHTML = NO;
}

View file

@ -1,2 +1,2 @@
<#IsSubject>Termin abgesagt: <#summary/></#IsSubject>
<#IsBody><#organizer/> hat diesen Termin abgesagt: <#summary/></#IsBody>
<#IsBody><#organizer/> <#HasSentBy>(sent by <#sentBy/>) </#HasSentBy>hat diesen Termin abgesagt: <#summary/></#IsBody>

View file

@ -16,3 +16,12 @@ summary: WOString {
value = summary;
escapeHTML = NO;
}
HasSentBy: WOConditional {
condition = hasSentBy;
}
sentBy: WOString {
value = sentBy;
escapeHTML = NO;
}

View file

@ -1,2 +1,2 @@
<#IsSubject>Termineinladung: <#summary/></#IsSubject>
<#IsBody><#organizer/> hat Sie zu <#summary/> eingeladen.</#IsBody>
<#IsBody><#organizer/> <#HasSentBy>(sent by <#sentBy/>) </#HasSentBy>hat Sie zu <#summary/> eingeladen.</#IsBody>

View file

@ -16,3 +16,12 @@ summary: WOString {
value = summary;
escapeHTML = NO;
}
HasSentBy: WOConditional {
condition = hasSentBy;
}
sentBy: WOString {
value = sentBy;
escapeHTML = NO;
}

View file

@ -1,2 +1,2 @@
<#IsSubject>Evento cancellato : " <#summary/> "</#IsSubject>
<#IsBody><#organizer/> ha cancellato questo elemento: " <#summary/> ".</#IsBody>
<#IsBody><#organizer/> <#HasSentBy>(sent by <#sentBy/>) </#HasSentBy>ha cancellato questo elemento: " <#summary/> ".</#IsBody>

View file

@ -16,3 +16,12 @@ summary: WOString {
value = summary;
escapeHTML = NO;
}
HasSentBy: WOConditional {
condition = hasSentBy;
}
sentBy: WOString {
value = sentBy;
escapeHTML = NO;
}

View file

@ -1,2 +1,2 @@
<#IsSubject>Invito evento: <#summary/></#IsSubject>
<#IsBody>Si è stati invitati da <#organizer> a <#summary/>.</#IsBody>
<#IsBody>Si è stati invitati da <#organizer> <#HasSentBy>(sent by <#sentBy/>) </#HasSentBy>a <#summary/>.</#IsBody>

View file

@ -16,3 +16,12 @@ summary: WOString {
value = summary;
escapeHTML = NO;
}
HasSentBy: WOConditional {
condition = hasSentBy;
}
sentBy: WOString {
value = sentBy;
escapeHTML = NO;
}

View file

@ -1,2 +1,2 @@
<#IsSubject>Evento cancelado: <#summary/></#IsSubject>
<#IsBody><#organizer/> ha cancelado este evento: « <#summary/> ».</#IsBody>
<#IsBody><#organizer/> <#HasSentBy>(sent by <#sentBy/>) </#HasSentBy>ha cancelado este evento: « <#summary/> ».</#IsBody>

View file

@ -16,3 +16,12 @@ summary: WOString {
value = summary;
escapeHTML = NO;
}
HasSentBy: WOConditional {
condition = hasSentBy;
}
sentBy: WOString {
value = sentBy;
escapeHTML = NO;
}

View file

@ -1,2 +1,2 @@
<#IsSubject>Invitación a evento: <#summary/></#IsSubject>
<#IsBody><#organizer/> le ha invitado a <#summary/>.</#IsBody>
<#IsBody><#organizer/> <#HasSentBy>(sent by <#sentBy/>) </#HasSentBy>le ha invitado a <#summary/>.</#IsBody>

View file

@ -16,3 +16,12 @@ summary: WOString {
value = summary;
escapeHTML = NO;
}
HasSentBy: WOConditional {
condition = hasSentBy;
}
sentBy: WOString {
value = sentBy;
escapeHTML = NO;
}