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
maint-2.0.2
Francis Lachapelle 2011-08-17 16:05:49 +00:00
parent 34125b49ee
commit eb53dee4f6
4 changed files with 12 additions and 0 deletions

View File

@ -72,6 +72,9 @@
@interface SOGoMailSpanishForward : SOGoMailForward @interface SOGoMailSpanishForward : SOGoMailForward
@end @end
@interface SOGoMailSwedishForward : SOGoMailForward
@end
@interface SOGoMailPolishForward : SOGoMailForward @interface SOGoMailPolishForward : SOGoMailForward
@end @end

View File

@ -266,6 +266,9 @@
@implementation SOGoMailSpanishForward @implementation SOGoMailSpanishForward
@end @end
@implementation SOGoMailSwedishForward
@end
@implementation SOGoMailPolishForward @implementation SOGoMailPolishForward
@end @end

View File

@ -77,6 +77,9 @@
@interface SOGoMailSpanishReply : SOGoMailReply @interface SOGoMailSpanishReply : SOGoMailReply
@end @end
@interface SOGoMailSwedishReply : SOGoMailReply
@end
@interface SOGoMailPolishReply : SOGoMailReply @interface SOGoMailPolishReply : SOGoMailReply
@end @end

View File

@ -134,6 +134,9 @@
@implementation SOGoMailSpanishReply @implementation SOGoMailSpanishReply
@end @end
@implementation SOGoMailSwedishReply
@end
@implementation SOGoMailPolishReply @implementation SOGoMailPolishReply
@end @end