From c3df2a4b4623de03704ec6e2d5e5e099d197f3d6 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Wed, 5 Aug 2009 11:30:23 +0000 Subject: [PATCH] Many translation fixes - see ChangeLog for details Monotone-Parent: dbdc0f3b0ca4763169734e68363edeeedb85e5d4 Monotone-Revision: edc58b2d2e9fe75c03976eae92aa72c68619ed2b Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2009-08-05T11:30:23 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 5 + SoObjects/Mailer/SOGoMailForward.h | 9 ++ SoObjects/Mailer/SOGoMailForward.m | 9 ++ .../SOGoMailHungarianForward.wod | 79 +++++++++++++ .../SOGoMailHungarianReply.wod | 106 ++++++++++++++++++ SoObjects/Mailer/SOGoMailReply.h | 9 ++ SoObjects/Mailer/SOGoMailReply.m | 9 ++ .../SOGoMailWelshForward.html | 2 +- 8 files changed, 227 insertions(+), 1 deletion(-) create mode 100644 SoObjects/Mailer/SOGoMailHungarianForward.wo/SOGoMailHungarianForward.wod create mode 100644 SoObjects/Mailer/SOGoMailHungarianReply.wo/SOGoMailHungarianReply.wod diff --git a/ChangeLog b/ChangeLog index f335bb8ad..3b762965b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-08-05 Ludovic Marcotte + + * Added missing files for Hungarian translation + * Fixed the reply / forward ops for many translations + 2009-08-03 Ludovic Marcotte * Dropped the current caching subsystem based on diff --git a/SoObjects/Mailer/SOGoMailForward.h b/SoObjects/Mailer/SOGoMailForward.h index d0cf24cd8..bcfa41d22 100644 --- a/SoObjects/Mailer/SOGoMailForward.h +++ b/SoObjects/Mailer/SOGoMailForward.h @@ -39,6 +39,9 @@ @end +@interface SOGoMailBrazilianPortugueseForward : SOGoMailForward +@end + @interface SOGoMailCzechForward : SOGoMailForward @end @@ -54,6 +57,9 @@ @interface SOGoMailGermanForward : SOGoMailForward @end +@interface SOGoMailHungarianForward : SOGoMailForward +@end + @interface SOGoMailItalianForward : SOGoMailForward @end @@ -63,4 +69,7 @@ @interface SOGoMailRussianForward : SOGoMailForward @end +@interface SOGoMailWelshForward : SOGoMailForward +@end + #endif /* SOGOMAILFORWARD_H */ diff --git a/SoObjects/Mailer/SOGoMailForward.m b/SoObjects/Mailer/SOGoMailForward.m index ab73ace04..be2450393 100644 --- a/SoObjects/Mailer/SOGoMailForward.m +++ b/SoObjects/Mailer/SOGoMailForward.m @@ -225,6 +225,9 @@ @end +@implementation SOGoMailBrazilianPortugueseForward +@end + @implementation SOGoMailCzechForward @end @@ -240,6 +243,9 @@ @implementation SOGoMailGermanForward @end +@implementation SOGoMailHungarianForward +@end + @implementation SOGoMailItalianForward @end @@ -248,3 +254,6 @@ @implementation SOGoMailRussianForward @end + +@implementation SOGoMailWelshForward +@end diff --git a/SoObjects/Mailer/SOGoMailHungarianForward.wo/SOGoMailHungarianForward.wod b/SoObjects/Mailer/SOGoMailHungarianForward.wo/SOGoMailHungarianForward.wod new file mode 100644 index 000000000..7787fa18e --- /dev/null +++ b/SoObjects/Mailer/SOGoMailHungarianForward.wo/SOGoMailHungarianForward.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/SOGoMailHungarianReply.wo/SOGoMailHungarianReply.wod b/SoObjects/Mailer/SOGoMailHungarianReply.wo/SOGoMailHungarianReply.wod new file mode 100644 index 000000000..3fbed6d61 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailHungarianReply.wo/SOGoMailHungarianReply.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/SOGoMailReply.h b/SoObjects/Mailer/SOGoMailReply.h index 0ddd6cd8c..31fb41779 100644 --- a/SoObjects/Mailer/SOGoMailReply.h +++ b/SoObjects/Mailer/SOGoMailReply.h @@ -44,6 +44,9 @@ @end +@interface SOGoMailBrazilianPortugueseReply : SOGoMailReply +@end + @interface SOGoMailCzechReply : SOGoMailReply @end @@ -59,6 +62,9 @@ @interface SOGoMailGermanReply : SOGoMailReply @end +@interface SOGoMailHungarianReply : SOGoMailReply +@end + @interface SOGoMailItalianReply : SOGoMailReply @end @@ -68,4 +74,7 @@ @interface SOGoMailRussianReply : SOGoMailReply @end +@interface SOGoMailWelshReply : SOGoMailReply +@end + #endif /* SOGOMAILREPLY_H */ diff --git a/SoObjects/Mailer/SOGoMailReply.m b/SoObjects/Mailer/SOGoMailReply.m index 3c38f005d..57dca3c22 100644 --- a/SoObjects/Mailer/SOGoMailReply.m +++ b/SoObjects/Mailer/SOGoMailReply.m @@ -108,6 +108,9 @@ @end +@implementation SOGoMailBrazilianPortugueseReply +@end + @implementation SOGoMailCzechReply @end @@ -123,6 +126,9 @@ @implementation SOGoMailGermanReply @end +@implementation SOGoMailHungarianReply +@end + @implementation SOGoMailItalianReply @end @@ -131,3 +137,6 @@ @implementation SOGoMailRussianReply @end + +@implementation SOGoMailWelshReply +@end diff --git a/SoObjects/Mailer/SOGoMailWelshForward.wo/SOGoMailWelshForward.html b/SoObjects/Mailer/SOGoMailWelshForward.wo/SOGoMailWelshForward.html index a5db1d073..0e90a3f5a 100644 --- a/SoObjects/Mailer/SOGoMailWelshForward.wo/SOGoMailWelshForward.html +++ b/SoObjects/Mailer/SOGoMailWelshForward.wo/SOGoMailWelshForward.html @@ -5,7 +5,7 @@ Testun: <#subject/><#newLine/> Dyddiad: <#date/><#newLine/> Oddi wrth: <#from/><#newLine/> -<#hasReplyTo>Ymateb i: <#replyTo/><#hasOrganization>Sefydliad: <#organization/>I: <#to/><#newLine/> +<#hasReplyTo>Ymateb i: <#replyTo/><#hasOrganization>Sefydliad: <#organization/>I: <#to/><#newLine/> <#hasCc>CC: <#cc/><#hasNewsGroups>Grwpiau newyddion: <#newsgroups/><#hasReferences>Cyfeirnodau: <#references/><#newLine/> <#newLine/> <#messageBody/><#newLine/>