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:
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -119,4 +119,13 @@
|
||||
@interface SOGoACLSpanishRemovalAdvisory : SOGoACLRemovalAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLRussianAdditionAdvisory : SOGoACLAdditionAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLRussianModificationAdvisory : SOGoACLModificationAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLRussianRemovalAdvisory : SOGoACLRemovalAdvisory
|
||||
@end
|
||||
|
||||
#endif /* SOGOACLADVISORY_H */
|
||||
|
||||
@@ -299,3 +299,12 @@
|
||||
|
||||
@implementation SOGoACLSpanishRemovalAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoACLRussianAdditionAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoACLRussianModificationAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoACLRussianRemovalAdvisory
|
||||
@end
|
||||
|
||||
@@ -89,4 +89,10 @@
|
||||
@interface SOGoFolderSpanishRemovalAdvisory : SOGoFolderRemovalAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoFolderRussianAdditionAdvisory : SOGoFolderAdditionAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoFolderRussianRemovalAdvisory : SOGoFolderRemovalAdvisory
|
||||
@end
|
||||
|
||||
#endif /* SOGOFOLDERADVISORY_H */
|
||||
|
||||
@@ -254,3 +254,9 @@
|
||||
|
||||
@implementation SOGoFolderSpanishRemovalAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoFolderRussianAdditionAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoFolderRussianRemovalAdvisory
|
||||
@end
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user