See ChangeLog

Monotone-Parent: 3b52714060113176005a0886d4a2e1a33ab89ecc
Monotone-Revision: 1a93c62b406f528779187ea92a5deb51969697ac

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2009-05-23T11:12:34
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2009-05-23 11:12:34 +00:00
parent 6d07744e36
commit dd0fc5a714
24 changed files with 89 additions and 10 deletions
+5 -1
View File
@@ -38,7 +38,7 @@ Appointments_RESOURCE_FILES += \
Version \
product.plist \
Appointments_LANGUAGES = Dutch English French German Italian Spanish Welsh
Appointments_LANGUAGES = Dutch English French German Italian Spanish Welsh Russian
Appointments_LOCALIZED_RESOURCE_FILES = Localizable.strings
@@ -59,6 +59,10 @@ Appointments_COMPONENTS += \
SOGoAptMailGermanICalReply.wo \
SOGoAptMailGermanDeletion.wo \
SOGoAptMailGermanUpdate.wo \
SOGoAptMailRussianInvitation.wo \
SOGoAptMailRussianICalReply.wo \
SOGoAptMailRussianDeletion.wo \
SOGoAptMailRussianUpdate.wo \
SOGoAptMailItalianInvitation.wo \
SOGoAptMailItalianICalReply.wo \
SOGoAptMailItalianDeletion.wo \
@@ -45,3 +45,9 @@
@implementation SOGoAptMailItalianDeletion
@end
@interface SOGoAptMailRussianDeletion : SOGoAptMailNotification
@end
@implementation SOGoAptMailRussianDeletion
@end
@@ -216,3 +216,9 @@ static NSCharacterSet *wsSet = nil;
@implementation SOGoAptMailItalianICalReply
@end
@interface SOGoAptMailRussianICalReply : SOGoAptMailICalReply
@end
@implementation SOGoAptMailRussianICalReply
@end
@@ -45,3 +45,9 @@
@implementation SOGoAptMailItalianInvitation
@end
@interface SOGoAptMailRussianInvitation : SOGoAptMailNotification
@end
@implementation SOGoAptMailRussianInvitation
@end
@@ -29,6 +29,14 @@
@implementation SOGoAptMailEnglishUpdate
@end
@interface SOGoAptMailRussianUpdate : SOGoAptMailNotification
{
}
@end
@implementation SOGoAptMailRussianUpdate
@end
@interface SOGoAptMailFrenchUpdate : SOGoAptMailNotification
{
}
+1 -1
View File
@@ -22,7 +22,7 @@ Contacts_RESOURCE_FILES += \
Version \
product.plist \
Contacts_LANGUAGES = Dutch English French German Italian Spanish Welsh
Contacts_LANGUAGES = Dutch English French German Italian Spanish Welsh Russian
Contacts_LOCALIZED_RESOURCE_FILES = Localizable.strings
+2
View File
@@ -47,6 +47,8 @@ Mailer_RESOURCE_FILES += \
SOGoMailItalianForward.wo \
SOGoMailSpanishForward.wo \
SOGoMailWelshForward.wo \
SOGoMailRussianForward.wo \
SOGoMailRussianReply.wo \
SOGoMailDutchReply.wo \
SOGoMailEnglishReply.wo \
SOGoMailFrenchReply.wo \
+3
View File
@@ -56,4 +56,7 @@
@interface SOGoMailSpanishForward : SOGoMailForward
@end
@interface SOGoMailRussianForward : SOGoMailForward
@end
#endif /* SOGOMAILFORWARD_H */
+3
View File
@@ -181,3 +181,6 @@
@implementation SOGoMailSpanishForward
@end
@implementation SOGoMailRussianForward
@end
+3
View File
@@ -62,4 +62,7 @@
@interface SOGoMailSpanishReply : SOGoMailReply
@end
@interface SOGoMailRussianReply : SOGoMailReply
@end
#endif /* SOGOMAILREPLY_H */
+3
View File
@@ -109,3 +109,6 @@
@implementation SOGoMailSpanishReply
@end
@implementation SOGoMailRussianReply
@end