From: wolfgang Date: Wed, 21 May 2008 14:43:19 +0000 (+0000) Subject: git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1422 d1b88da0-ebda-0310... X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6223882b0bbd501e02aafae1b795af8ddb3fafa3;p=scalable-opengroupware.org git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1422 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SoObjects/Mailer/SOGoMailEnglishForward.wo/SOGoMailSpanishForward.html b/SoObjects/Mailer/SOGoMailEnglishForward.wo/SOGoMailSpanishForward.html new file mode 100644 index 00000000..3f50a3f6 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailEnglishForward.wo/SOGoMailSpanishForward.html @@ -0,0 +1,10 @@ +-------- Original Message -------- +Subject: <#subject/> +Date: <#date/> +From: <#from/> +<#hasReplyTo>Reply-To: <#replyTo/><#hasOrganization>Organization: <#organization/>To: <#to/> +<#hasCc>CC: <#cc/><#hasNewsGroups>Newsgroups: <#newsgroups/><#hasReferences>References: <#references/> + +<#messageBody/> + +<#signature/> diff --git a/SoObjects/Mailer/SOGoMailEnglishForward.wo/SOGoMailSpanishForward.wod b/SoObjects/Mailer/SOGoMailEnglishForward.wo/SOGoMailSpanishForward.wod new file mode 100644 index 00000000..df237286 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailEnglishForward.wo/SOGoMailSpanishForward.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/SOGoMailEnglishReply.wo/SOGoMailDutchReply.html b/SoObjects/Mailer/SOGoMailEnglishReply.wo/SOGoMailDutchReply.html new file mode 100644 index 00000000..0ccbf454 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailEnglishReply.wo/SOGoMailDutchReply.html @@ -0,0 +1,5 @@ +On <#date/>, <#from/> wrote: + +<#messageBody/> + +<#signature/> diff --git a/SoObjects/Mailer/SOGoMailEnglishReply.wo/SOGoMailDutchReply.wod b/SoObjects/Mailer/SOGoMailEnglishReply.wo/SOGoMailDutchReply.wod new file mode 100644 index 00000000..7a66a17b --- /dev/null +++ b/SoObjects/Mailer/SOGoMailEnglishReply.wo/SOGoMailDutchReply.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/SoObjects/Mailer/SOGoMailEnglishReply.wo/SOGoMailSpanishReply.html b/SoObjects/Mailer/SOGoMailEnglishReply.wo/SOGoMailSpanishReply.html new file mode 100644 index 00000000..0ccbf454 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailEnglishReply.wo/SOGoMailSpanishReply.html @@ -0,0 +1,5 @@ +On <#date/>, <#from/> wrote: + +<#messageBody/> + +<#signature/> diff --git a/SoObjects/Mailer/SOGoMailEnglishReply.wo/SOGoMailSpanishReply.wod b/SoObjects/Mailer/SOGoMailEnglishReply.wo/SOGoMailSpanishReply.wod new file mode 100644 index 00000000..7a66a17b --- /dev/null +++ b/SoObjects/Mailer/SOGoMailEnglishReply.wo/SOGoMailSpanishReply.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; +}