-
Notifications
You must be signed in to change notification settings - Fork 279
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i18n(kk): Add .wod files for Kazakh translation
- Loading branch information
Showing
2 changed files
with
194 additions
and
0 deletions.
There are no files selected for viewing
88 changes: 88 additions & 0 deletions
88
SoObjects/Mailer/SOGoMailKazakhForward.wo/SOGoMailKazakhForward.wod
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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; | ||
} |
106 changes: 106 additions & 0 deletions
106
SoObjects/Mailer/SOGoMailKazakhReply.wo/SOGoMailKazakhReply.wod
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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; | ||
} |