From 7df673abb864883aa7a82a91481fd8280d979c70 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 11 Nov 2011 14:25:51 +0000 Subject: [PATCH] Added missing Icelandic wod files. Monotone-Parent: 16f5335de7590f257b443a73447490fb19e25986 Monotone-Revision: 850fd7677033b28a7218a010f55b437ebd12f665 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-11T14:25:51 --- NEWS | 14 ++- .../SOGoMailIcelandicForward.wod | 79 +++++++++++++ .../SOGoMailIcelandicReply.wod | 106 ++++++++++++++++++ 3 files changed, 198 insertions(+), 1 deletion(-) create mode 100644 SoObjects/Mailer/SOGoMailIcelandicForward.wo/SOGoMailIcelandicForward.wod create mode 100644 SoObjects/Mailer/SOGoMailIcelandicReply.wo/SOGoMailIcelandicReply.wod diff --git a/NEWS b/NEWS index 68181e95a..d6f10003a 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,16 @@ -1.3-201110DD (1.3.9) +1.3-20111028 (1.3.10) +--------------------- +New Features + - + +Enhancements + - updated Norwegian translation + +Bug Fixes + - added missing Icelandic wod files + - + +1.3-20111028 (1.3.9) --------------------- New Features - new user defaults SOGoDefaultCalendar to specify which calendar is used when diff --git a/SoObjects/Mailer/SOGoMailIcelandicForward.wo/SOGoMailIcelandicForward.wod b/SoObjects/Mailer/SOGoMailIcelandicForward.wo/SOGoMailIcelandicForward.wod new file mode 100644 index 000000000..7787fa18e --- /dev/null +++ b/SoObjects/Mailer/SOGoMailIcelandicForward.wo/SOGoMailIcelandicForward.wod @@ -0,0 +1,79 @@ +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; +} diff --git a/SoObjects/Mailer/SOGoMailIcelandicReply.wo/SOGoMailIcelandicReply.wod b/SoObjects/Mailer/SOGoMailIcelandicReply.wo/SOGoMailIcelandicReply.wod new file mode 100644 index 000000000..3fbed6d61 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailIcelandicReply.wo/SOGoMailIcelandicReply.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; +}