From 69587d6d3b9110d161dbbd15ce203273ac1f2829 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 20 Mar 2008 13:48:17 +0000 Subject: [PATCH] Monotone-Parent: 0536d34a9212fa68a10f5a18d95efd01e0c46aac Monotone-Revision: 983a04f2ca294c287e2e589108dcfb037594bd50 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-03-20T13:48:17 Monotone-Branch: ca.inverse.sogo --- Protocols/iCalHTTP/GNUmakefile | 2 +- SoObjects/Appointments/GNUmakefile | 6 ++++++ .../Appointments/SOGoAppointmentFolder.m | 2 ++ SoObjects/Appointments/SOGoAptMailDeletion.m | 7 +++++++ SoObjects/Appointments/SOGoAptMailICalReply.m | 7 +++++++ .../Appointments/SOGoAptMailInvitation.m | 7 +++++++ SoObjects/Appointments/SOGoAptMailRemoval.m | 7 +++++++ SoObjects/Appointments/SOGoAptMailUpdate.m | 19 +++++++++++++++++++ SoObjects/Mailer/GNUmakefile | 5 ++++- SoObjects/Mailer/SOGoMailForward.h | 3 +++ SoObjects/Mailer/SOGoMailForward.m | 4 ++++ SoObjects/Mailer/SOGoMailReply.h | 3 +++ SoObjects/Mailer/SOGoMailReply.m | 4 ++++ UI/Common/GNUmakefile | 2 +- UI/Contacts/GNUmakefile | 2 +- UI/MailPartViewers/GNUmakefile | 2 +- UI/MailerUI/GNUmakefile | 2 +- UI/MainUI/GNUmakefile | 2 +- UI/PreferencesUI/GNUmakefile | 2 +- UI/SOGoUI/SOGoACLAdvisory.h | 9 +++++++++ UI/SOGoUI/SOGoACLAdvisory.m | 10 ++++++++++ UI/SOGoUI/SOGoFolderAdvisory.h | 7 +++++++ UI/SOGoUI/SOGoFolderAdvisory.m | 9 +++++++++ UI/Scheduler/GNUmakefile | 2 +- 24 files changed, 116 insertions(+), 9 deletions(-) diff --git a/Protocols/iCalHTTP/GNUmakefile b/Protocols/iCalHTTP/GNUmakefile index e59e8c38f..df1232dbb 100644 --- a/Protocols/iCalHTTP/GNUmakefile +++ b/Protocols/iCalHTTP/GNUmakefile @@ -6,7 +6,7 @@ BUNDLE_NAME = iCalHTTP iCalHTTP_PRINCIPAL_CLASS = iCalHTTPProduct -iCalHTTP_LANGUAGES = English French +iCalHTTP_LANGUAGES = English French Italian iCalHTTP_OBJC_FILES = \ iCalHTTPProduct.m \ diff --git a/SoObjects/Appointments/GNUmakefile b/SoObjects/Appointments/GNUmakefile index 31caa3fd5..7893f0d4b 100644 --- a/SoObjects/Appointments/GNUmakefile +++ b/SoObjects/Appointments/GNUmakefile @@ -49,6 +49,12 @@ Appointments_COMPONENTS += \ SOGoAptMailGermanUpdate.wo \ SOGoAptMailGermanRemoval.wo \ SOGoAptMailGermanDeletion.wo \ + SOGoAptMailItalianInvitation.wo \ + SOGoAptMailItalianICalReply.wo \ + SOGoAptMailItalianUpdate.wo \ + SOGoAptMailItalianRemoval.wo \ + SOGoAptMailItalianDeletion.wo \ + ADDITIONAL_INCLUDE_DIRS += -I../../SOPE/ ADDITIONAL_LIB_DIRS += -L../../SOPE/GDLContentStore/obj/ diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index 86ab24ed6..27a2eb3bf 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -249,6 +249,8 @@ static NSNumber *sharedYes = nil; values = [NSMutableArray array]; +// if ([[object objectForKey: @"c_name"] isEqualToString: @"176A-4E8BDE62-5-B73ECD10"]) +// NSLog(@"breajpoint"); sogoObject = [self lookupName: [object objectForKey: @"c_name"] inContext: context acquire: NO]; diff --git a/SoObjects/Appointments/SOGoAptMailDeletion.m b/SoObjects/Appointments/SOGoAptMailDeletion.m index e0c13c8ee..02b7c9494 100644 --- a/SoObjects/Appointments/SOGoAptMailDeletion.m +++ b/SoObjects/Appointments/SOGoAptMailDeletion.m @@ -38,3 +38,10 @@ @implementation SOGoAptMailGermanDeletion @end + +@interface SOGoAptMailItalinDeletion : SOGoAptMailNotification +@end + +@implementation SOGoAptMailItalianDeletion +@end + diff --git a/SoObjects/Appointments/SOGoAptMailICalReply.m b/SoObjects/Appointments/SOGoAptMailICalReply.m index 02a366e76..eecd69736 100644 --- a/SoObjects/Appointments/SOGoAptMailICalReply.m +++ b/SoObjects/Appointments/SOGoAptMailICalReply.m @@ -176,3 +176,10 @@ static NSCharacterSet *wsSet = nil; @implementation SOGoAptMailGermanICalReply @end + +@interface SOGoAptMailItalianICalReply : SOGoAptMailICalReply +@end + +@implementation SOGoAptMailItalianICalReply +@end + diff --git a/SoObjects/Appointments/SOGoAptMailInvitation.m b/SoObjects/Appointments/SOGoAptMailInvitation.m index 84d4b3f7c..398c3851b 100644 --- a/SoObjects/Appointments/SOGoAptMailInvitation.m +++ b/SoObjects/Appointments/SOGoAptMailInvitation.m @@ -38,3 +38,10 @@ @implementation SOGoAptMailGermanInvitation @end + +@interface SOGoAptMailItalianInvitation : SOGoAptMailNotification +@end + +@implementation SOGoAptMailItalianInvitation +@end + diff --git a/SoObjects/Appointments/SOGoAptMailRemoval.m b/SoObjects/Appointments/SOGoAptMailRemoval.m index 0053ce4be..a35bab183 100644 --- a/SoObjects/Appointments/SOGoAptMailRemoval.m +++ b/SoObjects/Appointments/SOGoAptMailRemoval.m @@ -38,3 +38,10 @@ @implementation SOGoAptMailGermanRemoval @end + +@interface SOGoAptMailItalianRemoval : SOGoAptMailNotification +@end + +@implementation SOGoAptMailItalianRemoval +@end + diff --git a/SoObjects/Appointments/SOGoAptMailUpdate.m b/SoObjects/Appointments/SOGoAptMailUpdate.m index 21f1d7d01..3ff6ff326 100644 --- a/SoObjects/Appointments/SOGoAptMailUpdate.m +++ b/SoObjects/Appointments/SOGoAptMailUpdate.m @@ -36,3 +36,22 @@ @implementation SOGoAptMailFrenchUpdate @end + + +@interface SOGoAptMailGermanUpdate : SOGoAptMailNotification +{ +} +@end + +@implementation SOGoAptMailGermanUpdate +@end + + +@interface SOGoAptMailItalianUpdate : SOGoAptMailNotification +{ +} +@end + +@implementation SOGoAptMailItalianUpdate +@end + diff --git a/SoObjects/Mailer/GNUmakefile b/SoObjects/Mailer/GNUmakefile index 902d868ec..b80b24053 100644 --- a/SoObjects/Mailer/GNUmakefile +++ b/SoObjects/Mailer/GNUmakefile @@ -42,9 +42,12 @@ Mailer_RESOURCE_FILES += \ SOGoMailEnglishForward.wo \ SOGoMailFrenchForward.wo \ SOGoMailGermanForward.wo \ + SOGoMailItalianForward.wo \ SOGoMailEnglishReply.wo \ SOGoMailFrenchReply.wo \ - SOGoMailGermanReply.wo + SOGoMailGermanReply.wo \ + SOGoMailItalianReply.wo + ADDITIONAL_INCLUDE_DIRS += -I../../SOPE/ ADDITIONAL_LIB_DIRS += -L../../SOPE/GDLContentStore/obj/ diff --git a/SoObjects/Mailer/SOGoMailForward.h b/SoObjects/Mailer/SOGoMailForward.h index d5da45494..e20fa5d6e 100644 --- a/SoObjects/Mailer/SOGoMailForward.h +++ b/SoObjects/Mailer/SOGoMailForward.h @@ -47,4 +47,7 @@ @interface SOGoMailGermanForward : SOGoMailForward @end +@interface SOGoMailItalianForward : SOGoMailForward +@end + #endif /* SOGOMAILFORWARD_H */ diff --git a/SoObjects/Mailer/SOGoMailForward.m b/SoObjects/Mailer/SOGoMailForward.m index 37bce7a5b..49165bb64 100644 --- a/SoObjects/Mailer/SOGoMailForward.m +++ b/SoObjects/Mailer/SOGoMailForward.m @@ -172,3 +172,7 @@ @implementation SOGoMailGermanForward @end + +@implementation SOGoMailItalianForward +@end + diff --git a/SoObjects/Mailer/SOGoMailReply.h b/SoObjects/Mailer/SOGoMailReply.h index 8f13fcabe..421fcc701 100644 --- a/SoObjects/Mailer/SOGoMailReply.h +++ b/SoObjects/Mailer/SOGoMailReply.h @@ -47,4 +47,7 @@ @interface SOGoMailGermanReply : SOGoMailReply @end +@interface SOGoMailItalianReply : SOGoMailReply +@end + #endif /* SOGOMAILREPLY_H */ diff --git a/SoObjects/Mailer/SOGoMailReply.m b/SoObjects/Mailer/SOGoMailReply.m index f196b33c2..c2294c08b 100644 --- a/SoObjects/Mailer/SOGoMailReply.m +++ b/SoObjects/Mailer/SOGoMailReply.m @@ -110,3 +110,7 @@ @implementation SOGoMailGermanReply @end + +@implementation SOGoMailItalianReply +@end + diff --git a/UI/Common/GNUmakefile b/UI/Common/GNUmakefile index f4def785b..4c45d86b3 100644 --- a/UI/Common/GNUmakefile +++ b/UI/Common/GNUmakefile @@ -6,7 +6,7 @@ BUNDLE_NAME = CommonUI CommonUI_PRINCIPAL_CLASS = CommonUIProduct -CommonUI_LANGUAGES = English French German +CommonUI_LANGUAGES = English French German Italian CommonUI_OBJC_FILES += \ CommonUIProduct.m \ diff --git a/UI/Contacts/GNUmakefile b/UI/Contacts/GNUmakefile index a561d82f5..1360378b5 100644 --- a/UI/Contacts/GNUmakefile +++ b/UI/Contacts/GNUmakefile @@ -6,7 +6,7 @@ BUNDLE_NAME = ContactsUI ContactsUI_PRINCIPAL_CLASS = ContactsUIProduct -ContactsUI_LANGUAGES = English French German +ContactsUI_LANGUAGES = English French German Italian ContactsUI_OBJC_FILES = \ UIxContactsUserFolders.m \ diff --git a/UI/MailPartViewers/GNUmakefile b/UI/MailPartViewers/GNUmakefile index 43db3f799..2c5689d26 100644 --- a/UI/MailPartViewers/GNUmakefile +++ b/UI/MailPartViewers/GNUmakefile @@ -6,7 +6,7 @@ BUNDLE_NAME = MailPartViewers MailPartViewers_PRINCIPAL_CLASS = MailPartViewersProduct -MailPartViewers_LANGUAGES = English French German +MailPartViewers_LANGUAGES = English French German Italian MailPartViewers_OBJC_FILES += \ MailPartViewersProduct.m \ diff --git a/UI/MailerUI/GNUmakefile b/UI/MailerUI/GNUmakefile index 39cd51ade..dc6e918af 100644 --- a/UI/MailerUI/GNUmakefile +++ b/UI/MailerUI/GNUmakefile @@ -6,7 +6,7 @@ BUNDLE_NAME = MailerUI MailerUI_PRINCIPAL_CLASS = MailerUIProduct -MailerUI_LANGUAGES = English French German +MailerUI_LANGUAGES = English French German Italian MailerUI_OBJC_FILES += \ MailerUIProduct.m \ diff --git a/UI/MainUI/GNUmakefile b/UI/MainUI/GNUmakefile index 6149ed245..2d0bf7f8e 100644 --- a/UI/MainUI/GNUmakefile +++ b/UI/MainUI/GNUmakefile @@ -6,7 +6,7 @@ BUNDLE_NAME = MainUI MainUI_PRINCIPAL_CLASS = MainUIProduct -MainUI_LANGUAGES = English French German +MainUI_LANGUAGES = English French German Italian MainUI_OBJC_FILES += \ MainUIProduct.m \ diff --git a/UI/PreferencesUI/GNUmakefile b/UI/PreferencesUI/GNUmakefile index fa7f428da..e36ec4dc8 100644 --- a/UI/PreferencesUI/GNUmakefile +++ b/UI/PreferencesUI/GNUmakefile @@ -6,7 +6,7 @@ BUNDLE_NAME = PreferencesUI PreferencesUI_PRINCIPAL_CLASS = PreferencesUIProduct -PreferencesUI_LANGUAGES = English French German +PreferencesUI_LANGUAGES = English French German Italian PreferencesUI_OBJC_FILES = \ PreferencesUIProduct.m \ diff --git a/UI/SOGoUI/SOGoACLAdvisory.h b/UI/SOGoUI/SOGoACLAdvisory.h index 7f200d813..65c13c429 100644 --- a/UI/SOGoUI/SOGoACLAdvisory.h +++ b/UI/SOGoUI/SOGoACLAdvisory.h @@ -74,6 +74,9 @@ @interface SOGoACLGermanAdditionAdvisory : SOGoACLAdditionAdvisory @end +@interface SOGoACLItalianAdditionAdvisory : SOGoACLAdditionAdvisory +@end + @interface SOGoACLEnglishModificationAdvisory : SOGoACLModificationAdvisory @end @@ -83,6 +86,9 @@ @interface SOGoACLGermanModificationAdvisory : SOGoACLModificationAdvisory @end +@interface SOGoACLItalianModificationAdvisory : SOGoACLModificationAdvisory +@end + @interface SOGoACLEnglishRemovalAdvisory : SOGoACLRemovalAdvisory @end @@ -92,4 +98,7 @@ @interface SOGoACLGermanRemovalAdvisory : SOGoACLRemovalAdvisory @end +@interface SOGoACLItalianRemovalAdvisory : SOGoACLRemovalAdvisory +@end + #endif /* SOGOACLADVISORY_H */ diff --git a/UI/SOGoUI/SOGoACLAdvisory.m b/UI/SOGoUI/SOGoACLAdvisory.m index ffefbd0bc..ecdbb5ffa 100644 --- a/UI/SOGoUI/SOGoACLAdvisory.m +++ b/UI/SOGoUI/SOGoACLAdvisory.m @@ -255,6 +255,9 @@ @implementation SOGoACLGermanAdditionAdvisory @end +@implementation SOGoACLItalianAdditionAdvisory +@end + @implementation SOGoACLEnglishModificationAdvisory @end @@ -264,6 +267,9 @@ @implementation SOGoACLGermanModificationAdvisory @end +@implementation SOGoACLItalianModificationAdvisory +@end + @implementation SOGoACLEnglishRemovalAdvisory @end @@ -272,3 +278,7 @@ @implementation SOGoACLGermanRemovalAdvisory @end + +@implementation SOGoACLItalianRemovalAdvisory +@end + diff --git a/UI/SOGoUI/SOGoFolderAdvisory.h b/UI/SOGoUI/SOGoFolderAdvisory.h index 3485d4c6a..36ee75b96 100644 --- a/UI/SOGoUI/SOGoFolderAdvisory.h +++ b/UI/SOGoUI/SOGoFolderAdvisory.h @@ -65,4 +65,11 @@ @interface SOGoFolderGermanRemovalAdvisory : SOGoFolderAdvisory @end +@interface SOGoFolderItalianAdditionAdvisory : SOGoFolderAdvisory +@end + +@interface SOGoFolderItalianRemovalAdvisory : SOGoFolderAdvisory +@end + + #endif /* SOGOFOLDERADVISORY_H */ diff --git a/UI/SOGoUI/SOGoFolderAdvisory.m b/UI/SOGoUI/SOGoFolderAdvisory.m index 45a1e74eb..26cddaa82 100644 --- a/UI/SOGoUI/SOGoFolderAdvisory.m +++ b/UI/SOGoUI/SOGoFolderAdvisory.m @@ -230,3 +230,12 @@ @implementation SOGoFolderGermanRemovalAdvisory - (NSString *) folderMethod { return @"remove"; } @end + +@implementation SOGoFolderItalianAdditionAdvisory +- (NSString *) folderMethod { return @"add"; } +@end + +@implementation SOGoFolderItalianRemovalAdvisory +- (NSString *) folderMethod { return @"remove"; } +@end + diff --git a/UI/Scheduler/GNUmakefile b/UI/Scheduler/GNUmakefile index 03d57ce85..beed29420 100644 --- a/UI/Scheduler/GNUmakefile +++ b/UI/Scheduler/GNUmakefile @@ -6,7 +6,7 @@ BUNDLE_NAME = SchedulerUI SchedulerUI_PRINCIPAL_CLASS = SchedulerUIProduct -SchedulerUI_LANGUAGES = English French German +SchedulerUI_LANGUAGES = English French German Italian SchedulerUI_OBJC_FILES = \ SchedulerUIProduct.m \