From 897b395b2bd901aa3531bf8d91c3bbc62807f946 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 10 Jul 2009 15:38:38 +0000 Subject: [PATCH] Fix for new translations Monotone-Parent: b252b3685dc5326f7b6ab92e19b6fec1e419fb2a Monotone-Revision: 55b3e56a717f6154928e2e66353d86e8f2f0104a Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-07-10T15:38:38 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/SOGoAptMailDeletion.m | 12 ++++++++++++ SoObjects/Appointments/SOGoAptMailICalReply.m | 12 ++++++++++++ SoObjects/Appointments/SOGoAptMailInvitation.m | 12 ++++++++++++ SoObjects/Appointments/SOGoAptMailUpdate.m | 16 ++++++++++++++++ 4 files changed, 52 insertions(+) diff --git a/SoObjects/Appointments/SOGoAptMailDeletion.m b/SoObjects/Appointments/SOGoAptMailDeletion.m index 371927667..38ea10f07 100644 --- a/SoObjects/Appointments/SOGoAptMailDeletion.m +++ b/SoObjects/Appointments/SOGoAptMailDeletion.m @@ -27,6 +27,18 @@ @implementation SOGoAptMailEnglishDeletion @end +@interface SOGoAptMailBrazilianPortugueseDeletion : SOGoAptMailNotification +@end + +@implementation SOGoAptMailBrazilianPortugueseDeletion +@end + +@interface SOGoAptMailCzechDeletion : SOGoAptMailNotification +@end + +@implementation SOGoAptMailCzechDeletion +@end + @interface SOGoAptMailFrenchDeletion : SOGoAptMailNotification @end diff --git a/SoObjects/Appointments/SOGoAptMailICalReply.m b/SoObjects/Appointments/SOGoAptMailICalReply.m index 22a58f517..9140da36b 100644 --- a/SoObjects/Appointments/SOGoAptMailICalReply.m +++ b/SoObjects/Appointments/SOGoAptMailICalReply.m @@ -198,6 +198,18 @@ static NSCharacterSet *wsSet = nil; @implementation SOGoAptMailEnglishICalReply @end +@interface SOGoAptMailBrazilianPortugueseICalReply : SOGoAptMailICalReply +@end + +@implementation SOGoAptMailBrazilianPortugueseICalReply +@end + +@interface SOGoAptMailCzechICalReply : SOGoAptMailICalReply +@end + +@implementation SOGoAptMailCzechICalReply +@end + @interface SOGoAptMailFrenchICalReply : SOGoAptMailICalReply @end diff --git a/SoObjects/Appointments/SOGoAptMailInvitation.m b/SoObjects/Appointments/SOGoAptMailInvitation.m index ffecdf11a..fdda618d3 100644 --- a/SoObjects/Appointments/SOGoAptMailInvitation.m +++ b/SoObjects/Appointments/SOGoAptMailInvitation.m @@ -27,6 +27,18 @@ @implementation SOGoAptMailEnglishInvitation @end +@interface SOGoAptMailBrazilianPortugueseInvitation : SOGoAptMailNotification +@end + +@implementation SOGoAptMailBrazilianPortugueseInvitation +@end + +@interface SOGoAptMailCzechInvitation : SOGoAptMailNotification +@end + +@implementation SOGoAptMailCzechInvitation +@end + @interface SOGoAptMailFrenchInvitation : SOGoAptMailNotification @end diff --git a/SoObjects/Appointments/SOGoAptMailUpdate.m b/SoObjects/Appointments/SOGoAptMailUpdate.m index 0898e7238..aeff2fc39 100644 --- a/SoObjects/Appointments/SOGoAptMailUpdate.m +++ b/SoObjects/Appointments/SOGoAptMailUpdate.m @@ -37,6 +37,22 @@ @implementation SOGoAptMailRussianUpdate @end +@interface SOGoAptMailBrazilianPortugueseUpdate : SOGoAptMailNotification +{ +} +@end + +@implementation SOGoAptMailBrazilianPortugueseUpdate +@end + +@interface SOGoAptMailCzechUpdate : SOGoAptMailNotification +{ +} +@end + +@implementation SOGoAptMailCzechUpdate +@end + @interface SOGoAptMailFrenchUpdate : SOGoAptMailNotification { }