Monotone-Parent: 0536d34a9212fa68a10f5a18d95efd01e0c46aac

Monotone-Revision: 983a04f2ca294c287e2e589108dcfb037594bd50

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-03-20T13:48:17
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2008-03-20 13:48:17 +00:00
parent 34619a5eda
commit 69587d6d3b
24 changed files with 116 additions and 9 deletions

View File

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

View File

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

View File

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

View File

@ -38,3 +38,10 @@
@implementation SOGoAptMailGermanDeletion
@end
@interface SOGoAptMailItalinDeletion : SOGoAptMailNotification
@end
@implementation SOGoAptMailItalianDeletion
@end

View File

@ -176,3 +176,10 @@ static NSCharacterSet *wsSet = nil;
@implementation SOGoAptMailGermanICalReply
@end
@interface SOGoAptMailItalianICalReply : SOGoAptMailICalReply
@end
@implementation SOGoAptMailItalianICalReply
@end

View File

@ -38,3 +38,10 @@
@implementation SOGoAptMailGermanInvitation
@end
@interface SOGoAptMailItalianInvitation : SOGoAptMailNotification
@end
@implementation SOGoAptMailItalianInvitation
@end

View File

@ -38,3 +38,10 @@
@implementation SOGoAptMailGermanRemoval
@end
@interface SOGoAptMailItalianRemoval : SOGoAptMailNotification
@end
@implementation SOGoAptMailItalianRemoval
@end

View File

@ -36,3 +36,22 @@
@implementation SOGoAptMailFrenchUpdate
@end
@interface SOGoAptMailGermanUpdate : SOGoAptMailNotification
{
}
@end
@implementation SOGoAptMailGermanUpdate
@end
@interface SOGoAptMailItalianUpdate : SOGoAptMailNotification
{
}
@end
@implementation SOGoAptMailItalianUpdate
@end

View File

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

View File

@ -47,4 +47,7 @@
@interface SOGoMailGermanForward : SOGoMailForward
@end
@interface SOGoMailItalianForward : SOGoMailForward
@end
#endif /* SOGOMAILFORWARD_H */

View File

@ -172,3 +172,7 @@
@implementation SOGoMailGermanForward
@end
@implementation SOGoMailItalianForward
@end

View File

@ -47,4 +47,7 @@
@interface SOGoMailGermanReply : SOGoMailReply
@end
@interface SOGoMailItalianReply : SOGoMailReply
@end
#endif /* SOGOMAILREPLY_H */

View File

@ -110,3 +110,7 @@
@implementation SOGoMailGermanReply
@end
@implementation SOGoMailItalianReply
@end

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -65,4 +65,11 @@
@interface SOGoFolderGermanRemovalAdvisory : SOGoFolderAdvisory
@end
@interface SOGoFolderItalianAdditionAdvisory : SOGoFolderAdvisory
@end
@interface SOGoFolderItalianRemovalAdvisory : SOGoFolderAdvisory
@end
#endif /* SOGOFOLDERADVISORY_H */

View File

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

View File

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