mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-12 20:05:08 +00:00
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:
@@ -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
|
||||
{
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -47,6 +47,8 @@ Mailer_RESOURCE_FILES += \
|
||||
SOGoMailItalianForward.wo \
|
||||
SOGoMailSpanishForward.wo \
|
||||
SOGoMailWelshForward.wo \
|
||||
SOGoMailRussianForward.wo \
|
||||
SOGoMailRussianReply.wo \
|
||||
SOGoMailDutchReply.wo \
|
||||
SOGoMailEnglishReply.wo \
|
||||
SOGoMailFrenchReply.wo \
|
||||
|
||||
@@ -56,4 +56,7 @@
|
||||
@interface SOGoMailSpanishForward : SOGoMailForward
|
||||
@end
|
||||
|
||||
@interface SOGoMailRussianForward : SOGoMailForward
|
||||
@end
|
||||
|
||||
#endif /* SOGOMAILFORWARD_H */
|
||||
|
||||
@@ -181,3 +181,6 @@
|
||||
|
||||
@implementation SOGoMailSpanishForward
|
||||
@end
|
||||
|
||||
@implementation SOGoMailRussianForward
|
||||
@end
|
||||
|
||||
@@ -62,4 +62,7 @@
|
||||
@interface SOGoMailSpanishReply : SOGoMailReply
|
||||
@end
|
||||
|
||||
@interface SOGoMailRussianReply : SOGoMailReply
|
||||
@end
|
||||
|
||||
#endif /* SOGOMAILREPLY_H */
|
||||
|
||||
@@ -109,3 +109,6 @@
|
||||
|
||||
@implementation SOGoMailSpanishReply
|
||||
@end
|
||||
|
||||
@implementation SOGoMailRussianReply
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user