From eb53dee4f6b2ba3f71048e535060227907a9404f Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 17 Aug 2011 16:05:49 +0000 Subject: [PATCH] Fixed Swedish translation under SoObjects/Mailer. Monotone-Parent: 8c78a380adf238060574706b07310d30527ded1a Monotone-Revision: 356354346ab317a36d53e8cff4567bfe338fdd72 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-08-17T16:05:49 Monotone-Branch: ca.inverse.sogo --- SoObjects/Mailer/SOGoMailForward.h | 3 +++ SoObjects/Mailer/SOGoMailForward.m | 3 +++ SoObjects/Mailer/SOGoMailReply.h | 3 +++ SoObjects/Mailer/SOGoMailReply.m | 3 +++ 4 files changed, 12 insertions(+) diff --git a/SoObjects/Mailer/SOGoMailForward.h b/SoObjects/Mailer/SOGoMailForward.h index a3ab8824e..02f3d2675 100644 --- a/SoObjects/Mailer/SOGoMailForward.h +++ b/SoObjects/Mailer/SOGoMailForward.h @@ -72,6 +72,9 @@ @interface SOGoMailSpanishForward : SOGoMailForward @end +@interface SOGoMailSwedishForward : SOGoMailForward +@end + @interface SOGoMailPolishForward : SOGoMailForward @end diff --git a/SoObjects/Mailer/SOGoMailForward.m b/SoObjects/Mailer/SOGoMailForward.m index a3cfd259a..9b73bf074 100644 --- a/SoObjects/Mailer/SOGoMailForward.m +++ b/SoObjects/Mailer/SOGoMailForward.m @@ -266,6 +266,9 @@ @implementation SOGoMailSpanishForward @end +@implementation SOGoMailSwedishForward +@end + @implementation SOGoMailPolishForward @end diff --git a/SoObjects/Mailer/SOGoMailReply.h b/SoObjects/Mailer/SOGoMailReply.h index 7b1f9916d..b0693ea84 100644 --- a/SoObjects/Mailer/SOGoMailReply.h +++ b/SoObjects/Mailer/SOGoMailReply.h @@ -77,6 +77,9 @@ @interface SOGoMailSpanishReply : SOGoMailReply @end +@interface SOGoMailSwedishReply : SOGoMailReply +@end + @interface SOGoMailPolishReply : SOGoMailReply @end diff --git a/SoObjects/Mailer/SOGoMailReply.m b/SoObjects/Mailer/SOGoMailReply.m index 6d3a68ed2..d4dd42baf 100644 --- a/SoObjects/Mailer/SOGoMailReply.m +++ b/SoObjects/Mailer/SOGoMailReply.m @@ -134,6 +134,9 @@ @implementation SOGoMailSpanishReply @end +@implementation SOGoMailSwedishReply +@end + @implementation SOGoMailPolishReply @end