diff --git a/SoObjects/Mailer/SOGoMailChineseChinaForward.wo/SOGoMailChineseChinaForward.html b/SoObjects/Mailer/SOGoMailChineseChinaForward.wo/SOGoMailChineseChinaForward.html new file mode 100644 index 000000000..9ef1de504 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailChineseChinaForward.wo/SOGoMailChineseChinaForward.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/SOGoMailChineseChinaForward.wo/SOGoMailChineseChinaForward.wod b/SoObjects/Mailer/SOGoMailChineseChinaForward.wo/SOGoMailChineseChinaForward.wod new file mode 100644 index 000000000..f2436acc9 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailChineseChinaForward.wo/SOGoMailChineseChinaForward.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/SOGoMailChineseChinaReply.wo/SOGoMailChineseChinaReply.html b/SoObjects/Mailer/SOGoMailChineseChinaReply.wo/SOGoMailChineseChinaReply.html new file mode 100644 index 000000000..88d012c6e --- /dev/null +++ b/SoObjects/Mailer/SOGoMailChineseChinaReply.wo/SOGoMailChineseChinaReply.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>On <#date/>, <#from/> 撰寫:<#newLine/> +<#newLine/> +<#messageBody/><#newLine/> +<#replyPlacementOnBottom><#newLine/> +<#newLine/> +<#signaturePlacementOnBottom><#signature/><#newLine/> diff --git a/SoObjects/Mailer/SOGoMailChineseChinaReply.wo/SOGoMailChineseChinaReply.wod b/SoObjects/Mailer/SOGoMailChineseChinaReply.wo/SOGoMailChineseChinaReply.wod new file mode 100644 index 000000000..3fbed6d61 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailChineseChinaReply.wo/SOGoMailChineseChinaReply.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; +} diff --git a/UI/Templates/SOGoACLChineseChinaAdditionAdvisory.wox b/UI/Templates/SOGoACLChineseChinaAdditionAdvisory.wox new file mode 100644 index 000000000..47bb6b100 --- /dev/null +++ b/UI/Templates/SOGoACLChineseChinaAdditionAdvisory.wox @@ -0,0 +1,28 @@ + + + + + + 已新增您 + + + + 已新增您至存取名單中,以便您存取他們的 資料夾。 + + + + diff --git a/UI/Templates/SOGoACLChineseChinaModificationAdvisory.wox b/UI/Templates/SOGoACLChineseChinaModificationAdvisory.wox new file mode 100644 index 000000000..537f195bd --- /dev/null +++ b/UI/Templates/SOGoACLChineseChinaModificationAdvisory.wox @@ -0,0 +1,28 @@ + + + + + + 已變更存取權限 + + + + 已變更您的存取權限,有關他們的 資料夾。 + + + + diff --git a/UI/Templates/SOGoACLChineseChinaRemovalAdvisory.wox b/UI/Templates/SOGoACLChineseChinaRemovalAdvisory.wox new file mode 100644 index 000000000..b3b1f9044 --- /dev/null +++ b/UI/Templates/SOGoACLChineseChinaRemovalAdvisory.wox @@ -0,0 +1,28 @@ + + + + + + 已移除您 + + + + 已將您自存取名單中移除,您已無法存取他們 資料夾。 + + + + diff --git a/UI/Templates/SOGoFolderChineseChinaAdditionAdvisory.wox b/UI/Templates/SOGoFolderChineseChinaAdditionAdvisory.wox new file mode 100644 index 000000000..96095cd75 --- /dev/null +++ b/UI/Templates/SOGoFolderChineseChinaAdditionAdvisory.wox @@ -0,0 +1,23 @@ + + + + + + 已建立 + + + + 資料夾已建立。 + + + + diff --git a/UI/Templates/SOGoFolderChineseChinaRemovalAdvisory.wox b/UI/Templates/SOGoFolderChineseChinaRemovalAdvisory.wox new file mode 100644 index 000000000..19d276126 --- /dev/null +++ b/UI/Templates/SOGoFolderChineseChinaRemovalAdvisory.wox @@ -0,0 +1,23 @@ + + + + + + 已被刪除 + + + + 資料夾已被刪除。 + + + +