mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-28 01:22:44 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -37,6 +37,22 @@
|
||||
@implementation SOGoAptMailRussianUpdate
|
||||
@end
|
||||
|
||||
@interface SOGoAptMailBrazilianPortugueseUpdate : SOGoAptMailNotification
|
||||
{
|
||||
}
|
||||
@end
|
||||
|
||||
@implementation SOGoAptMailBrazilianPortugueseUpdate
|
||||
@end
|
||||
|
||||
@interface SOGoAptMailCzechUpdate : SOGoAptMailNotification
|
||||
{
|
||||
}
|
||||
@end
|
||||
|
||||
@implementation SOGoAptMailCzechUpdate
|
||||
@end
|
||||
|
||||
@interface SOGoAptMailFrenchUpdate : SOGoAptMailNotification
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user