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
+1 -1
View File
@@ -6,7 +6,7 @@ BUNDLE_NAME = CommonUI
CommonUI_PRINCIPAL_CLASS = CommonUIProduct
CommonUI_LANGUAGES = Dutch English French German Italian Spanish Welsh
CommonUI_LANGUAGES = Dutch English French German Italian Spanish Welsh Russian
CommonUI_OBJC_FILES += \
CommonUIProduct.m \
+1 -1
View File
@@ -6,7 +6,7 @@ BUNDLE_NAME = ContactsUI
ContactsUI_PRINCIPAL_CLASS = ContactsUIProduct
ContactsUI_LANGUAGES = Dutch English French German Italian Spanish Welsh
ContactsUI_LANGUAGES = Dutch English French German Italian Spanish Welsh Russian
ContactsUI_OBJC_FILES = \
UIxContactsUserFolders.m \
+1 -1
View File
@@ -6,7 +6,7 @@ BUNDLE_NAME = MailPartViewers
MailPartViewers_PRINCIPAL_CLASS = MailPartViewersProduct
MailPartViewers_LANGUAGES = Dutch English French German Italian Spanish Welsh
MailPartViewers_LANGUAGES = Dutch English French German Italian Spanish Welsh Russian
MailPartViewers_OBJC_FILES += \
MailPartViewersProduct.m \
+1 -1
View File
@@ -6,7 +6,7 @@ BUNDLE_NAME = MailerUI
MailerUI_PRINCIPAL_CLASS = MailerUIProduct
MailerUI_LANGUAGES = Dutch English French German Italian Spanish Welsh
MailerUI_LANGUAGES = Dutch English French German Italian Spanish Welsh Russian
MailerUI_OBJC_FILES += \
MailerUIProduct.m \
+1 -1
View File
@@ -6,7 +6,7 @@ BUNDLE_NAME = MainUI
MainUI_PRINCIPAL_CLASS = MainUIProduct
MainUI_LANGUAGES = Dutch English French German Italian Spanish Welsh
MainUI_LANGUAGES = Dutch English French German Italian Spanish Welsh Russian
MainUI_OBJC_FILES += \
MainUIProduct.m \
+1 -1
View File
@@ -51,7 +51,7 @@ static NSArray *supportedLanguages = nil;
+ (void) initialize
{
if (!supportedLanguages)
supportedLanguages = [NSArray arrayWithObjects: @"Dutch", @"English", @"French", @"German", @"Italian", @"Spanish", @"Welsh", nil];
supportedLanguages = [NSArray arrayWithObjects: @"Dutch", @"English", @"French", @"German", @"Italian", @"Spanish", @"Welsh", @"Russian", nil];
}
/* accessors */
+1 -1
View File
@@ -6,7 +6,7 @@ BUNDLE_NAME = PreferencesUI
PreferencesUI_PRINCIPAL_CLASS = PreferencesUIProduct
PreferencesUI_LANGUAGES = Dutch English French German Italian Spanish Welsh
PreferencesUI_LANGUAGES = Dutch English French German Italian Spanish Welsh Russian
PreferencesUI_OBJC_FILES = \
PreferencesUIProduct.m \
+9
View File
@@ -119,4 +119,13 @@
@interface SOGoACLSpanishRemovalAdvisory : SOGoACLRemovalAdvisory
@end
@interface SOGoACLRussianAdditionAdvisory : SOGoACLAdditionAdvisory
@end
@interface SOGoACLRussianModificationAdvisory : SOGoACLModificationAdvisory
@end
@interface SOGoACLRussianRemovalAdvisory : SOGoACLRemovalAdvisory
@end
#endif /* SOGOACLADVISORY_H */
+9
View File
@@ -299,3 +299,12 @@
@implementation SOGoACLSpanishRemovalAdvisory
@end
@implementation SOGoACLRussianAdditionAdvisory
@end
@implementation SOGoACLRussianModificationAdvisory
@end
@implementation SOGoACLRussianRemovalAdvisory
@end
+6
View File
@@ -89,4 +89,10 @@
@interface SOGoFolderSpanishRemovalAdvisory : SOGoFolderRemovalAdvisory
@end
@interface SOGoFolderRussianAdditionAdvisory : SOGoFolderAdditionAdvisory
@end
@interface SOGoFolderRussianRemovalAdvisory : SOGoFolderRemovalAdvisory
@end
#endif /* SOGOFOLDERADVISORY_H */
+6
View File
@@ -254,3 +254,9 @@
@implementation SOGoFolderSpanishRemovalAdvisory
@end
@implementation SOGoFolderRussianAdditionAdvisory
@end
@implementation SOGoFolderRussianRemovalAdvisory
@end
+1 -1
View File
@@ -6,7 +6,7 @@ BUNDLE_NAME = SchedulerUI
SchedulerUI_PRINCIPAL_CLASS = SchedulerUIProduct
SchedulerUI_LANGUAGES = Dutch English French German Italian Spanish Welsh
SchedulerUI_LANGUAGES = Dutch English French German Italian Spanish Welsh Russian
SchedulerUI_OBJC_FILES = \
SchedulerUIProduct.m \