diff --git a/SoObjects/Mailer/SOGoMailMacedonianForward.wo/SOGoMailMacedonianForward.html b/SoObjects/Mailer/SOGoMailMacedonianForward.wo/SOGoMailMacedonianForward.html new file mode 100644 index 000000000..ef3f4389b --- /dev/null +++ b/SoObjects/Mailer/SOGoMailMacedonianForward.wo/SOGoMailMacedonianForward.html @@ -0,0 +1,16 @@ +<#newLine/> +<#newLine/> +<#signaturePlacementOnTop><#newLine/> +<#signature/><#newLine/> +-------- Оригинална порака --------<#newLine/> +Тема: <#subject/><#newLine/> +Датум: <#date/><#newLine/> +Од: <#from/><#newLine/> +<#hasReplyTo>Reply-To: <#replyTo/><#hasOrganization>Organization: <#organization/>To: <#to/><#newLine/> +<#hasCc>CC: <#cc/><#hasNewsGroups>Newsgroups: <#newsgroups/><#hasReferences>References: <#references/><#newLine/> +<#newLine/> +<#messageBody/><#newLine/> +<#signaturePlacementOnBottom><#newLine/> +<#newLine/> +<#signature/> +<#newLine/> diff --git a/SoObjects/Mailer/SOGoMailMacedonianForward.wo/SOGoMailMacedonianForward.wod b/SoObjects/Mailer/SOGoMailMacedonianForward.wo/SOGoMailMacedonianForward.wod new file mode 100644 index 000000000..f2436acc9 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailMacedonianForward.wo/SOGoMailMacedonianForward.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/SOGoMailMacedonianReply.wo/SOGoMailMacedonianReply.html b/SoObjects/Mailer/SOGoMailMacedonianReply.wo/SOGoMailMacedonianReply.html new file mode 100644 index 000000000..9b8e20c4e --- /dev/null +++ b/SoObjects/Mailer/SOGoMailMacedonianReply.wo/SOGoMailMacedonianReply.html @@ -0,0 +1,16 @@ +<#replyPlacementOnTop><#newLine/> +<#newLine/> +<#signaturePlacementOnTop><#newLine/> +<#signature/><#newLine/> +<#outlookMode>-------- Оригинална порака --------<#newLine/> +Тема: <#subject/><#newLine/> +Датум: <#date/><#newLine/> +Од: <#from/><#newLine/> +<#hasReplyTo>Reply-To: <#replyTo/><#hasOrganization>Organization: <#organization/>To: <#to/><#newLine/> +<#hasCc>CC: <#cc/><#hasNewsGroups>Newsgroups: <#newsgroups/><#hasReferences>References: <#references/><#newLine/> +<#standardMode>On <#date/>, <#from/> wrote:<#newLine/> +<#newLine/> +<#messageBody/><#newLine/> +<#replyPlacementOnBottom><#newLine/> +<#newLine/> +<#signaturePlacementOnBottom><#signature/><#newLine/> diff --git a/SoObjects/Mailer/SOGoMailMacedonianReply.wo/SOGoMailMacedonianReply.wod b/SoObjects/Mailer/SOGoMailMacedonianReply.wo/SOGoMailMacedonianReply.wod new file mode 100644 index 000000000..3fbed6d61 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailMacedonianReply.wo/SOGoMailMacedonianReply.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/SoObjects/Mailer/SOGoMailPortugueseForward.wo/SOGoMailPortugueseForward.html b/SoObjects/Mailer/SOGoMailPortugueseForward.wo/SOGoMailPortugueseForward.html new file mode 100644 index 000000000..2ff0e65b2 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailPortugueseForward.wo/SOGoMailPortugueseForward.html @@ -0,0 +1,16 @@ +<#newLine/> +<#newLine/> +<#signaturePlacementOnTop><#newLine/> +<#signature/><#newLine/> +-------- Mensagem Original --------<#newLine/> +Assunto: <#subject/><#newLine/> +Data: <#date/><#newLine/> +De: <#from/><#newLine/> +<#hasReplyTo>Responder-Para: <#replyTo/><#hasOrganization>Organização: <#organization/>Para: <#to/><#newLine/> +<#hasCc>CC: <#cc/><#hasNewsGroups>Newsgroups: <#newsgroups/><#hasReferences>Referências: <#references/><#newLine/> +<#newLine/> +<#messageBody/><#newLine/> +<#signaturePlacementOnBottom><#newLine/> +<#newLine/> +<#signature/> +<#newLine/> diff --git a/SoObjects/Mailer/SOGoMailPortugueseForward.wo/SOGoMailPortugueseForward.wod b/SoObjects/Mailer/SOGoMailPortugueseForward.wo/SOGoMailPortugueseForward.wod new file mode 100644 index 000000000..f2436acc9 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailPortugueseForward.wo/SOGoMailPortugueseForward.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/SOGoMailPortugueseReply.wo/SOGoMailPortugueseReply.html b/SoObjects/Mailer/SOGoMailPortugueseReply.wo/SOGoMailPortugueseReply.html new file mode 100644 index 000000000..bc032f3f7 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailPortugueseReply.wo/SOGoMailPortugueseReply.html @@ -0,0 +1,17 @@ +<#signaturePlacementOnTop> + + +<#signature/> + +<#outlookMode>-------- Mensagem Original -------- +Assunto: <#subject/> +Data: <#date/> +De: <#from/> +<#hasReplyTo>Responder-Para: <#replyTo/><#hasOrganization>Organização: <#organization/>Para: <#to/> +<#hasCc>CC: <#cc/><#hasNewsGroups>Newsgroups: <#newsgroups/><#hasReferences>Referências: <#references/> +<#standardMode>Em <#date/>, <#from/> escreveu: + +<#messageBody/> + + +<#signaturePlacementOnBottom><#signature/> diff --git a/SoObjects/Mailer/SOGoMailPortugueseReply.wo/SOGoMailPortugueseReply.wod b/SoObjects/Mailer/SOGoMailPortugueseReply.wo/SOGoMailPortugueseReply.wod new file mode 100644 index 000000000..3fbed6d61 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailPortugueseReply.wo/SOGoMailPortugueseReply.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/SOGoACLMacedonianAdditionAdvisory.wox b/UI/Templates/SOGoACLMacedonianAdditionAdvisory.wox new file mode 100644 index 000000000..41baed3d6 --- /dev/null +++ b/UI/Templates/SOGoACLMacedonianAdditionAdvisory.wox @@ -0,0 +1,28 @@ + + + + + + ве додаде + + + + ве додаде на листата за пристап кон неговите папка. + + + + diff --git a/UI/Templates/SOGoACLMacedonianModificationAdvisory.wox b/UI/Templates/SOGoACLMacedonianModificationAdvisory.wox new file mode 100644 index 000000000..73b1785b4 --- /dev/null +++ b/UI/Templates/SOGoACLMacedonianModificationAdvisory.wox @@ -0,0 +1,28 @@ + + + + + + ги промени вашите права за пристап + + + + ги промени вашите права за пристап на неговата папка. + + + + diff --git a/UI/Templates/SOGoACLMacedonianRemovalAdvisory.wox b/UI/Templates/SOGoACLMacedonianRemovalAdvisory.wox new file mode 100644 index 000000000..6ff9a81bb --- /dev/null +++ b/UI/Templates/SOGoACLMacedonianRemovalAdvisory.wox @@ -0,0 +1,28 @@ + + + + + + ве отстрани од + + + + ве отстрани од пристапот на неговите папка. + + + + diff --git a/UI/Templates/SOGoACLPortugueseAdditionAdvisory.wox b/UI/Templates/SOGoACLPortugueseAdditionAdvisory.wox new file mode 100644 index 000000000..0da292c67 --- /dev/null +++ b/UI/Templates/SOGoACLPortugueseAdditionAdvisory.wox @@ -0,0 +1,28 @@ + + + + + + adicionou a si + + + + adicionou a si na lista de acesso da pasta + + + + diff --git a/UI/Templates/SOGoACLPortugueseModificationAdvisory.wox b/UI/Templates/SOGoACLPortugueseModificationAdvisory.wox new file mode 100644 index 000000000..bf5f82d77 --- /dev/null +++ b/UI/Templates/SOGoACLPortugueseModificationAdvisory.wox @@ -0,0 +1,28 @@ + + + + + + modificou os seus direitos de acesso + + + + modificou o seu direito de acesso para a pasta + + + + diff --git a/UI/Templates/SOGoACLPortugueseRemovalAdvisory.wox b/UI/Templates/SOGoACLPortugueseRemovalAdvisory.wox new file mode 100644 index 000000000..c0803627b --- /dev/null +++ b/UI/Templates/SOGoACLPortugueseRemovalAdvisory.wox @@ -0,0 +1,28 @@ + + + + + + removeu a si + + + + removeu a si da lista de acesso da pasta + + + + diff --git a/UI/Templates/SOGoFolderMacedonianAdditionAdvisory.wox b/UI/Templates/SOGoFolderMacedonianAdditionAdvisory.wox new file mode 100644 index 000000000..e2cf62514 --- /dev/null +++ b/UI/Templates/SOGoFolderMacedonianAdditionAdvisory.wox @@ -0,0 +1,23 @@ + + + + + + е креирана + + + +The папката е креирана. + + + + diff --git a/UI/Templates/SOGoFolderMacedonianRemovalAdvisory.wox b/UI/Templates/SOGoFolderMacedonianRemovalAdvisory.wox new file mode 100644 index 000000000..932986c8b --- /dev/null +++ b/UI/Templates/SOGoFolderMacedonianRemovalAdvisory.wox @@ -0,0 +1,23 @@ + + + + + + е избришана + + + +The папката е избришана. + + + + diff --git a/UI/Templates/SOGoFolderPortugueseAdditionAdvisory.wox b/UI/Templates/SOGoFolderPortugueseAdditionAdvisory.wox new file mode 100644 index 000000000..568227057 --- /dev/null +++ b/UI/Templates/SOGoFolderPortugueseAdditionAdvisory.wox @@ -0,0 +1,23 @@ + + + + + + criada + + + +A pasta foi criada. + + + + diff --git a/UI/Templates/SOGoFolderPortugueseRemovalAdvisory.wox b/UI/Templates/SOGoFolderPortugueseRemovalAdvisory.wox new file mode 100644 index 000000000..5f172e7b9 --- /dev/null +++ b/UI/Templates/SOGoFolderPortugueseRemovalAdvisory.wox @@ -0,0 +1,23 @@ + + + + + + apagada + + + +A pasta foi apagada. + + + +