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
maint-2.0.2
Francis Lachapelle 2009-07-10 15:38:38 +00:00
parent 4813ac0e75
commit 897b395b2b
4 changed files with 52 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -37,6 +37,22 @@
@implementation SOGoAptMailRussianUpdate
@end
@interface SOGoAptMailBrazilianPortugueseUpdate : SOGoAptMailNotification
{
}
@end
@implementation SOGoAptMailBrazilianPortugueseUpdate
@end
@interface SOGoAptMailCzechUpdate : SOGoAptMailNotification
{
}
@end
@implementation SOGoAptMailCzechUpdate
@end
@interface SOGoAptMailFrenchUpdate : SOGoAptMailNotification
{
}