From 8bf452992e8e1d5661e29c088532724b930085a4 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 15 Sep 2016 06:21:09 -0400 Subject: [PATCH] Fix Serbian translation --- .../SOGoMailSerbianForward.html | 16 +++ .../SOGoMailSerbianForward.wod | 88 +++++++++++++++ .../SOGoMailSerbianReply.html | 16 +++ .../SOGoMailSerbianReply.wod | 106 ++++++++++++++++++ 4 files changed, 226 insertions(+) create mode 100644 SoObjects/Mailer/SOGoMailSerbianForward.wo/SOGoMailSerbianForward.html create mode 100644 SoObjects/Mailer/SOGoMailSerbianForward.wo/SOGoMailSerbianForward.wod create mode 100644 SoObjects/Mailer/SOGoMailSerbianReply.wo/SOGoMailSerbianReply.html create mode 100644 SoObjects/Mailer/SOGoMailSerbianReply.wo/SOGoMailSerbianReply.wod diff --git a/SoObjects/Mailer/SOGoMailSerbianForward.wo/SOGoMailSerbianForward.html b/SoObjects/Mailer/SOGoMailSerbianForward.wo/SOGoMailSerbianForward.html new file mode 100644 index 000000000..6001913b9 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailSerbianForward.wo/SOGoMailSerbianForward.html @@ -0,0 +1,16 @@ +<#newLine/> +<#newLine/> +<#signaturePlacementOnTop><#newLine/> +<#signature/><#newLine/> +-------- Оригинална порука --------<#newLine/> +Тема: <#subject/><#newLine/> +Датум: <#date/><#newLine/> +Од: <#from/><#newLine/> +<#hasReplyTo>Одговори: <#replyTo/><#hasOrganization>Организација: <#organization/>За: <#to/><#newLine/> +<#hasCc>ЦЦ: <#cc/><#hasNewsGroups>Група новости: <#newsgroups/><#hasReferences>Референце: <#references/><#newLine/> +<#newLine/> +<#messageBody/><#newLine/> +<#signaturePlacementOnBottom><#newLine/> +<#newLine/> +<#signature/> +<#newLine/> diff --git a/SoObjects/Mailer/SOGoMailSerbianForward.wo/SOGoMailSerbianForward.wod b/SoObjects/Mailer/SOGoMailSerbianForward.wo/SOGoMailSerbianForward.wod new file mode 100644 index 000000000..f2436acc9 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailSerbianForward.wo/SOGoMailSerbianForward.wod @@ -0,0 +1,88 @@ +subject: WOString { + value = subject; + escapeHTML = NO; +} + +date: WOString { + value = date; + escapeHTML = NO; +} + +from: WOString { + value = from; + escapeHTML = NO; +} + +newLine: WOString { + value = newLine; + 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; +} + +signaturePlacementOnTop: WOConditional { + condition = signaturePlacementOnTop; +} + +signaturePlacementOnBottom: WOConditional { + condition = signaturePlacementOnTop; + negate = YES; +} diff --git a/SoObjects/Mailer/SOGoMailSerbianReply.wo/SOGoMailSerbianReply.html b/SoObjects/Mailer/SOGoMailSerbianReply.wo/SOGoMailSerbianReply.html new file mode 100644 index 000000000..c308f2f30 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailSerbianReply.wo/SOGoMailSerbianReply.html @@ -0,0 +1,16 @@ +<#replyPlacementOnTop><#newLine/> +<#newLine/> +<#signaturePlacementOnTop><#newLine/> +<#signature/><#newLine/> +<#outlookMode>-------- Оригинална порука --------<#newLine/> +Тема: <#subject/><#newLine/> +Датум: <#date/><#newLine/> +Од: <#from/><#newLine/> +<#hasReplyTo>Одговори: <#replyTo/><#hasOrganization>Организација: <#organization/>За: <#to/><#newLine/> +<#hasCc>ЦЦ: <#cc/><#hasNewsGroups>Група новости: <#newsgroups/><#hasReferences>Референце: <#references/><#newLine/> +<#standardMode>Дана <#date/>, <#from/> је написао/ла:<#newLine/> +<#newLine/> +<#messageBody/><#newLine/> +<#replyPlacementOnBottom><#newLine/> +<#newLine/> +<#signaturePlacementOnBottom><#signature/><#newLine/> diff --git a/SoObjects/Mailer/SOGoMailSerbianReply.wo/SOGoMailSerbianReply.wod b/SoObjects/Mailer/SOGoMailSerbianReply.wo/SOGoMailSerbianReply.wod new file mode 100644 index 000000000..3fbed6d61 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailSerbianReply.wo/SOGoMailSerbianReply.wod @@ -0,0 +1,106 @@ +outlookMode: WOConditional { + condition = outlookMode; +} + +standardMode: WOConditional { + condition = outlookMode; + negate = YES; +} + +subject: WOString { + value = subject; + escapeHTML = NO; +} + +date: WOString { + value = date; + escapeHTML = NO; +} + +from: WOString { + value = from; + escapeHTML = NO; +} + +newLine: WOString { + value = newLine; + 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; +} + +replyPlacementOnTop: WOConditional { + condition = replyPlacementOnTop; +} + +replyPlacementOnBottom: WOConditional { + condition = replyPlacementOnTop; + negate = YES; +} + +signaturePlacementOnTop: WOConditional { + condition = signaturePlacementOnTop; +} + +signaturePlacementOnBottom: WOConditional { + condition = signaturePlacementOnTop; + negate = YES; +}