From dcc9ae85ef09c052d4b670d4d3917eea04741b92 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 18 Nov 2009 22:54:12 +0000 Subject: [PATCH] Added Swedish translation. Monotone-Parent: f1f2cd2f6a1aaf50bfe29a44ad3feefaff4ebbb2 Monotone-Revision: ed66e83d2feb1a41dee7a2a6ca422f440f0e7b18 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-11-18T22:54:12 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/GNUmakefile | 13 +++++---- SoObjects/Appointments/SOGoAptMailDeletion.m | 6 +++++ SoObjects/Appointments/SOGoAptMailICalReply.m | 11 ++++++++ .../Appointments/SOGoAptMailInvitation.m | 6 +++++ SoObjects/Appointments/SOGoAptMailUpdate.m | 6 +++++ SoObjects/Contacts/GNUmakefile | 2 +- SoObjects/Mailer/GNUmakefile | 24 +++++++++-------- UI/AdministrationUI/GNUmakefile | 2 +- UI/Common/GNUmakefile | 2 +- UI/Contacts/GNUmakefile | 2 +- UI/Contacts/UIxContactFoldersView.m | 2 +- UI/Contacts/UIxListEditor.m | 3 +-- UI/MailPartViewers/GNUmakefile | 2 +- UI/MailerUI/GNUmakefile | 2 +- .../Hungarian.lproj/Localizable.strings | 2 -- .../Localizable.strings | 1 + UI/MainUI/Czech.lproj/Localizable.strings | 1 + UI/MainUI/Dutch.lproj/Localizable.strings | 1 + UI/MainUI/English.lproj/Localizable.strings | 1 + UI/MainUI/French.lproj/Localizable.strings | 1 + UI/MainUI/GNUmakefile | 2 +- UI/MainUI/German.lproj/Localizable.strings | 1 + UI/MainUI/Hungarian.lproj/Localizable.strings | 1 + UI/MainUI/Italian.lproj/Localizable.strings | 1 + UI/MainUI/Russian.lproj/Localizable.strings | 1 + UI/MainUI/SOGoRootPage.m | 2 +- UI/MainUI/Spanish.lproj/Localizable.strings | 1 + UI/MainUI/Welsh.lproj/Localizable.strings | 1 + .../English.lproj/Localizable.strings | 1 + UI/PreferencesUI/GNUmakefile | 2 +- UI/SOGoUI/SOGoACLAdvisory.h | 27 ++++++++++++------- UI/SOGoUI/SOGoACLAdvisory.m | 16 ++++++++--- UI/SOGoUI/SOGoFolderAdvisory.h | 18 ++++++++----- UI/SOGoUI/SOGoFolderAdvisory.m | 10 +++++-- UI/Scheduler/GNUmakefile | 2 +- .../Russian.lproj/Localizable.strings | 1 - 36 files changed, 125 insertions(+), 52 deletions(-) diff --git a/SoObjects/Appointments/GNUmakefile b/SoObjects/Appointments/GNUmakefile index a2180b5e0..ffa7e23d3 100644 --- a/SoObjects/Appointments/GNUmakefile +++ b/SoObjects/Appointments/GNUmakefile @@ -42,7 +42,7 @@ Appointments_RESOURCE_FILES += \ Version \ product.plist \ -Appointments_LANGUAGES = BrazilianPortuguese Czech Dutch English French German Hungarian Italian Spanish Welsh Russian +Appointments_LANGUAGES = BrazilianPortuguese Czech Dutch English French German Hungarian Italian Russian Spanish Swedish Welsh Appointments_LOCALIZED_RESOURCE_FILES = Localizable.strings @@ -74,18 +74,21 @@ Appointments_COMPONENTS += \ SOGoAptMailHungarianICalReply.wo \ SOGoAptMailHungarianDeletion.wo \ SOGoAptMailHungarianUpdate.wo \ - SOGoAptMailRussianInvitation.wo \ - SOGoAptMailRussianICalReply.wo \ - SOGoAptMailRussianDeletion.wo \ - SOGoAptMailRussianUpdate.wo \ SOGoAptMailItalianInvitation.wo \ SOGoAptMailItalianICalReply.wo \ SOGoAptMailItalianDeletion.wo \ SOGoAptMailItalianUpdate.wo \ + SOGoAptMailRussianInvitation.wo \ + SOGoAptMailRussianICalReply.wo \ + SOGoAptMailRussianDeletion.wo \ + SOGoAptMailRussianUpdate.wo \ SOGoAptMailSpanishInvitation.wo \ SOGoAptMailSpanishICalReply.wo \ SOGoAptMailSpanishDeletion.wo \ SOGoAptMailSpanishUpdate.wo \ + SOGoAptMailSwedishInvitation.wo \ + SOGoAptMailSwedishDeletion.wo \ + SOGoAptMailSwedishUpdate.wo \ SOGoAptMailWelshInvitation.wo \ SOGoAptMailWelshICalReply.wo \ SOGoAptMailWelshDeletion.wo \ diff --git a/SoObjects/Appointments/SOGoAptMailDeletion.m b/SoObjects/Appointments/SOGoAptMailDeletion.m index bd93cff5b..7972e9359 100644 --- a/SoObjects/Appointments/SOGoAptMailDeletion.m +++ b/SoObjects/Appointments/SOGoAptMailDeletion.m @@ -81,6 +81,12 @@ @implementation SOGoAptMailSpanishDeletion @end +@interface SOGoAptMailSwedishDeletion : SOGoAptMailNotification +@end + +@implementation SOGoAptMailSwedishDeletion +@end + @interface SOGoAptMailWelshDeletion : SOGoAptMailNotification @end diff --git a/SoObjects/Appointments/SOGoAptMailICalReply.m b/SoObjects/Appointments/SOGoAptMailICalReply.m index 022114482..0fce741b1 100644 --- a/SoObjects/Appointments/SOGoAptMailICalReply.m +++ b/SoObjects/Appointments/SOGoAptMailICalReply.m @@ -251,3 +251,14 @@ static NSCharacterSet *wsSet = nil; @implementation SOGoAptMailSpanishICalReply @end +@interface SOGoAptMailSwedishICalReply : SOGoAptMailICalReply +@end + +@implementation SOGoAptMailSwedishICalReply +@end + +@interface SOGoAptMailWelshICalReply : SOGoAptMailICalReply +@end + +@implementation SOGoAptMailWelshICalReply +@end diff --git a/SoObjects/Appointments/SOGoAptMailInvitation.m b/SoObjects/Appointments/SOGoAptMailInvitation.m index 30336b761..c8ac1fc46 100644 --- a/SoObjects/Appointments/SOGoAptMailInvitation.m +++ b/SoObjects/Appointments/SOGoAptMailInvitation.m @@ -81,6 +81,12 @@ @implementation SOGoAptMailSpanishInvitation @end +@interface SOGoAptMailSwedishInvitation : SOGoAptMailNotification +@end + +@implementation SOGoAptMailSwedishInvitation +@end + @interface SOGoAptMailWelshInvitation : SOGoAptMailNotification @end diff --git a/SoObjects/Appointments/SOGoAptMailUpdate.m b/SoObjects/Appointments/SOGoAptMailUpdate.m index 2bfc78e6e..cbfa7be23 100644 --- a/SoObjects/Appointments/SOGoAptMailUpdate.m +++ b/SoObjects/Appointments/SOGoAptMailUpdate.m @@ -84,6 +84,12 @@ @implementation SOGoAptMailSpanishUpdate @end +@interface SOGoAptMailSwedishUpdate : SOGoAptMailNotification +@end + +@implementation SOGoAptMailSwedishUpdate +@end + @interface SOGoAptMailWelshUpdate : SOGoAptMailNotification @end diff --git a/SoObjects/Contacts/GNUmakefile b/SoObjects/Contacts/GNUmakefile index 15eb49499..175a98017 100644 --- a/SoObjects/Contacts/GNUmakefile +++ b/SoObjects/Contacts/GNUmakefile @@ -24,7 +24,7 @@ Contacts_RESOURCE_FILES += \ Version \ product.plist \ -Contacts_LANGUAGES = BrazilianPortuguese Czech Dutch English French German Hungarian Italian Spanish Welsh Russian +Contacts_LANGUAGES = BrazilianPortuguese Czech Dutch English French German Hungarian Italian Russian Spanish Swedish Welsh Contacts_LOCALIZED_RESOURCE_FILES = Localizable.strings diff --git a/SoObjects/Mailer/GNUmakefile b/SoObjects/Mailer/GNUmakefile index c737fbed5..ecf51abcb 100644 --- a/SoObjects/Mailer/GNUmakefile +++ b/SoObjects/Mailer/GNUmakefile @@ -42,26 +42,28 @@ Mailer_RESOURCE_FILES += \ Mailer_RESOURCE_FILES += \ SOGoMailBrazilianPortugueseForward.wo \ - SOGoMailCzechForward.wo \ - SOGoMailDutchForward.wo \ - SOGoMailEnglishForward.wo \ - SOGoMailFrenchForward.wo \ - SOGoMailGermanForward.wo \ - SOGoMailHungarianForward.wo \ - SOGoMailItalianForward.wo \ - SOGoMailSpanishForward.wo \ - SOGoMailWelshForward.wo \ - SOGoMailRussianForward.wo \ SOGoMailBrazilianPortugueseReply.wo \ + SOGoMailCzechForward.wo \ SOGoMailCzechReply.wo \ - SOGoMailRussianReply.wo \ + SOGoMailDutchForward.wo \ SOGoMailDutchReply.wo \ + SOGoMailEnglishForward.wo \ SOGoMailEnglishReply.wo \ + SOGoMailFrenchForward.wo \ SOGoMailFrenchReply.wo \ + SOGoMailGermanForward.wo \ SOGoMailGermanReply.wo \ + SOGoMailHungarianForward.wo \ SOGoMailHungarianReply.wo \ + SOGoMailItalianForward.wo \ SOGoMailItalianReply.wo \ + SOGoMailRussianForward.wo \ + SOGoMailRussianReply.wo \ + SOGoMailSpanishForward.wo \ SOGoMailSpanishReply.wo \ + SOGoMailSwedishForward.wo \ + SOGoMailSwedishReply.wo \ + SOGoMailWelshForward.wo \ SOGoMailWelshReply.wo diff --git a/UI/AdministrationUI/GNUmakefile b/UI/AdministrationUI/GNUmakefile index 80abe01df..1f33265c3 100644 --- a/UI/AdministrationUI/GNUmakefile +++ b/UI/AdministrationUI/GNUmakefile @@ -6,7 +6,7 @@ BUNDLE_NAME = AdministrationUI AdministrationUI_PRINCIPAL_CLASS = AdministrationUIProduct -AdministrationUI_LANGUAGES = BrazilianPortuguese Czech Dutch English French German Hungarian Italian Spanish Welsh Russian +AdministrationUI_LANGUAGES = BrazilianPortuguese Czech Dutch English French German Hungarian Italian Russian Spanish Swedish Welsh AdministrationUI_OBJC_FILES = \ AdministrationUIProduct.m \ diff --git a/UI/Common/GNUmakefile b/UI/Common/GNUmakefile index 8c6db0bb6..5289c528a 100644 --- a/UI/Common/GNUmakefile +++ b/UI/Common/GNUmakefile @@ -6,7 +6,7 @@ BUNDLE_NAME = CommonUI CommonUI_PRINCIPAL_CLASS = CommonUIProduct -CommonUI_LANGUAGES = BrazilianPortuguese Czech Dutch English French German Hungarian Italian Spanish Welsh Russian +CommonUI_LANGUAGES = BrazilianPortuguese Czech Dutch English French German Hungarian Italian Russian Spanish Swedish Welsh CommonUI_OBJC_FILES += \ CommonUIProduct.m \ diff --git a/UI/Contacts/GNUmakefile b/UI/Contacts/GNUmakefile index 97a6d89e4..1110bcc0f 100644 --- a/UI/Contacts/GNUmakefile +++ b/UI/Contacts/GNUmakefile @@ -6,7 +6,7 @@ BUNDLE_NAME = ContactsUI ContactsUI_PRINCIPAL_CLASS = ContactsUIProduct -ContactsUI_LANGUAGES = BrazilianPortuguese Czech Dutch English French German Hungarian Italian Spanish Welsh Russian +ContactsUI_LANGUAGES = BrazilianPortuguese Czech Dutch English French German Hungarian Italian Russian Spanish Swedish Welsh ContactsUI_OBJC_FILES = \ UIxContactsUserFolders.m \ diff --git a/UI/Contacts/UIxContactFoldersView.m b/UI/Contacts/UIxContactFoldersView.m index 0820309ed..98c3fcee6 100644 --- a/UI/Contacts/UIxContactFoldersView.m +++ b/UI/Contacts/UIxContactFoldersView.m @@ -213,10 +213,10 @@ NS_ENDHANDLER sortedFolders = [NSMutableArray arrayWithCapacity: [folders count]]; uniqueContacts = [NSMutableDictionary dictionary]; - /* We first search in LDAP folders (in case of duplicated entries in GCS folders) */ for (i = 0; i < [folders count]; i++) { folder = [folders objectAtIndex: i]; + /* We first search in LDAP folders (in case of duplicated entries in GCS folders) */ if ([folder isKindOfClass: [SOGoContactSourceFolder class]]) [sortedFolders insertObject: folder atIndex: 0]; else diff --git a/UI/Contacts/UIxListEditor.m b/UI/Contacts/UIxListEditor.m index d647cddb2..5e116ff94 100644 --- a/UI/Contacts/UIxListEditor.m +++ b/UI/Contacts/UIxListEditor.m @@ -122,11 +122,10 @@ if (![self cardReferences: initialReferences contain: currentReference]) { - // Search contact + // Search contact by vCard UID values = [folder lookupContactWithName: currentReference]; if (values) { - cardReference = [NGVCardReference elementWithTag: @"card"]; [cardReference setFn: [values objectForKey: @"c_cn"]]; [cardReference setEmail: [values objectForKey: @"c_mail"]]; diff --git a/UI/MailPartViewers/GNUmakefile b/UI/MailPartViewers/GNUmakefile index 25b5dce99..d7717cb2a 100644 --- a/UI/MailPartViewers/GNUmakefile +++ b/UI/MailPartViewers/GNUmakefile @@ -6,7 +6,7 @@ BUNDLE_NAME = MailPartViewers MailPartViewers_PRINCIPAL_CLASS = MailPartViewersProduct -MailPartViewers_LANGUAGES = BrazilianPortuguese Czech Dutch English French German Hungarian Italian Spanish Welsh Russian +MailPartViewers_LANGUAGES = BrazilianPortuguese Czech Dutch English French German Hungarian Italian Russian Spanish Swedish Welsh MailPartViewers_OBJC_FILES += \ MailPartViewersProduct.m \ diff --git a/UI/MailerUI/GNUmakefile b/UI/MailerUI/GNUmakefile index 808710b95..2c2684c34 100644 --- a/UI/MailerUI/GNUmakefile +++ b/UI/MailerUI/GNUmakefile @@ -6,7 +6,7 @@ BUNDLE_NAME = MailerUI MailerUI_PRINCIPAL_CLASS = MailerUIProduct -MailerUI_LANGUAGES = BrazilianPortuguese Czech Dutch English French German Hungarian Italian Spanish Welsh Russian +MailerUI_LANGUAGES = BrazilianPortuguese Czech Dutch English French German Hungarian Italian Russian Spanish Swedish Welsh MailerUI_OBJC_FILES += \ MailerUIProduct.m \ diff --git a/UI/MailerUI/Hungarian.lproj/Localizable.strings b/UI/MailerUI/Hungarian.lproj/Localizable.strings index b858e334a..0afe493e1 100644 --- a/UI/MailerUI/Hungarian.lproj/Localizable.strings +++ b/UI/MailerUI/Hungarian.lproj/Localizable.strings @@ -244,8 +244,6 @@ "The message you have selected doesn't exist anymore." = "The message you have selected doesn't exist anymore."; - - "The folder with name \"%{0}\" could not be created." = "\"%{0}\" néven nem hozható létre a mappa."; "This folder could not be renamed to \"%{0}\"." diff --git a/UI/MainUI/BrazilianPortuguese.lproj/Localizable.strings b/UI/MainUI/BrazilianPortuguese.lproj/Localizable.strings index d80377c08..de49e9bfb 100644 --- a/UI/MainUI/BrazilianPortuguese.lproj/Localizable.strings +++ b/UI/MainUI/BrazilianPortuguese.lproj/Localizable.strings @@ -27,6 +27,7 @@ "BrazilianPortuguese" = "Português brasileiro"; "Russian" = "Русский"; "Spanish" = "Español"; +"Swedish" = "Svenska"; "Welsh" = "Cymraeg"; "About" = "Sobre"; diff --git a/UI/MainUI/Czech.lproj/Localizable.strings b/UI/MainUI/Czech.lproj/Localizable.strings index d2e8be38d..09caed1c4 100644 --- a/UI/MainUI/Czech.lproj/Localizable.strings +++ b/UI/MainUI/Czech.lproj/Localizable.strings @@ -27,6 +27,7 @@ "BrazilianPortuguese" = "Português brasileiro"; "Russian" = "Русский"; "Spanish" = "Español"; +"Swedish" = "Svenska"; "Welsh" = "Cymraeg"; "About" = "O"; diff --git a/UI/MainUI/Dutch.lproj/Localizable.strings b/UI/MainUI/Dutch.lproj/Localizable.strings index 80206e7c5..eb2112f92 100644 --- a/UI/MainUI/Dutch.lproj/Localizable.strings +++ b/UI/MainUI/Dutch.lproj/Localizable.strings @@ -27,6 +27,7 @@ "BrazilianPortuguese" = "Português brasileiro"; "Russian" = "Русский"; "Spanish" = "Español"; +"Swedish" = "Svenska"; "Welsh" = "Cymraeg"; "About" = "About"; diff --git a/UI/MainUI/English.lproj/Localizable.strings b/UI/MainUI/English.lproj/Localizable.strings index 8e1dfb6da..929af541f 100644 --- a/UI/MainUI/English.lproj/Localizable.strings +++ b/UI/MainUI/English.lproj/Localizable.strings @@ -27,6 +27,7 @@ "BrazilianPortuguese" = "Português brasileiro"; "Russian" = "Русский"; "Spanish" = "Español"; +"Swedish" = "Svenska"; "Welsh" = "Cymraeg"; "About" = "About"; diff --git a/UI/MainUI/French.lproj/Localizable.strings b/UI/MainUI/French.lproj/Localizable.strings index c1672be92..281b0c2ab 100644 --- a/UI/MainUI/French.lproj/Localizable.strings +++ b/UI/MainUI/French.lproj/Localizable.strings @@ -27,6 +27,7 @@ "BrazilianPortuguese" = "Português brasileiro"; "Russian" = "Русский"; "Spanish" = "Español"; +"Swedish" = "Svenska"; "Welsh" = "Cymraeg"; "About" = "À propos"; diff --git a/UI/MainUI/GNUmakefile b/UI/MainUI/GNUmakefile index c3b9858a6..13b493d15 100644 --- a/UI/MainUI/GNUmakefile +++ b/UI/MainUI/GNUmakefile @@ -6,7 +6,7 @@ BUNDLE_NAME = MainUI MainUI_PRINCIPAL_CLASS = MainUIProduct -MainUI_LANGUAGES = BrazilianPortuguese Czech Dutch English French German Hungarian Italian Spanish Welsh Russian +MainUI_LANGUAGES = BrazilianPortuguese Czech Dutch English French German Hungarian Italian Russian Spanish Swedish Welsh MainUI_OBJC_FILES += \ MainUIProduct.m \ diff --git a/UI/MainUI/German.lproj/Localizable.strings b/UI/MainUI/German.lproj/Localizable.strings index 46199ab81..661d8162d 100644 --- a/UI/MainUI/German.lproj/Localizable.strings +++ b/UI/MainUI/German.lproj/Localizable.strings @@ -27,6 +27,7 @@ "BrazilianPortuguese" = "Português brasileiro"; "Russian" = "Русский"; "Spanish" = "Español"; +"Swedish" = "Svenska"; "Welsh" = "Cymraeg"; "About" = "About"; diff --git a/UI/MainUI/Hungarian.lproj/Localizable.strings b/UI/MainUI/Hungarian.lproj/Localizable.strings index 68e2c3a34..c29dd6be1 100644 --- a/UI/MainUI/Hungarian.lproj/Localizable.strings +++ b/UI/MainUI/Hungarian.lproj/Localizable.strings @@ -27,6 +27,7 @@ "BrazilianPortuguese" = "Português brasileiro"; "Russian" = "Русский"; "Spanish" = "Español"; +"Swedish" = "Svenska"; "Welsh" = "Cymraeg"; "About" = "Névjegy"; diff --git a/UI/MainUI/Italian.lproj/Localizable.strings b/UI/MainUI/Italian.lproj/Localizable.strings index 128de6921..b24de74dd 100644 --- a/UI/MainUI/Italian.lproj/Localizable.strings +++ b/UI/MainUI/Italian.lproj/Localizable.strings @@ -27,6 +27,7 @@ "BrazilianPortuguese" = "Português brasileiro"; "Russian" = "Русский"; "Spanish" = "Español"; +"Swedish" = "Svenska"; "Welsh" = "Cymraeg"; "About" = "About"; diff --git a/UI/MainUI/Russian.lproj/Localizable.strings b/UI/MainUI/Russian.lproj/Localizable.strings index 178e50cdf..80dc597cf 100644 --- a/UI/MainUI/Russian.lproj/Localizable.strings +++ b/UI/MainUI/Russian.lproj/Localizable.strings @@ -27,6 +27,7 @@ "BrazilianPortuguese" = "Português brasileiro"; "Russian" = "Русский"; "Spanish" = "Español"; +"Swedish" = "Svenska"; "Welsh" = "Cymraeg"; "About" = "О системе"; diff --git a/UI/MainUI/SOGoRootPage.m b/UI/MainUI/SOGoRootPage.m index dea3ba79c..4a6acff79 100644 --- a/UI/MainUI/SOGoRootPage.m +++ b/UI/MainUI/SOGoRootPage.m @@ -51,7 +51,7 @@ static NSArray *supportedLanguages = nil; + (void) initialize { if (!supportedLanguages) - supportedLanguages = [NSArray arrayWithObjects: @"Czech", @"Dutch", @"English", @"French", @"German", @"Hungarian", @"Italian", @"BrazilianPortuguese", @"Russian", @"Spanish", @"Welsh", nil]; + supportedLanguages = [NSArray arrayWithObjects: @"Czech", @"Welsh", @"English", @"Spanish", @"French", @"German", @"Italian", @"Hungarian", @"Dutch", @"BrazilianPortuguese", @"Russian", @"Swedish", nil]; } /* accessors */ diff --git a/UI/MainUI/Spanish.lproj/Localizable.strings b/UI/MainUI/Spanish.lproj/Localizable.strings index 1909247e3..7532cd9ec 100644 --- a/UI/MainUI/Spanish.lproj/Localizable.strings +++ b/UI/MainUI/Spanish.lproj/Localizable.strings @@ -27,6 +27,7 @@ "BrazilianPortuguese" = "Português brasileiro"; "Russian" = "Русский"; "Spanish" = "Español"; +"Swedish" = "Svenska"; "Welsh" = "Cymraeg"; "About" = "About"; diff --git a/UI/MainUI/Welsh.lproj/Localizable.strings b/UI/MainUI/Welsh.lproj/Localizable.strings index 0112baf58..1943bac42 100644 --- a/UI/MainUI/Welsh.lproj/Localizable.strings +++ b/UI/MainUI/Welsh.lproj/Localizable.strings @@ -27,6 +27,7 @@ "BrazilianPortuguese" = "Português brasileiro"; "Russian" = "Русский"; "Spanish" = "Español"; +"Swedish" = "Svenska"; "Welsh" = "Cymraeg"; "About" = "About"; diff --git a/UI/PreferencesUI/English.lproj/Localizable.strings b/UI/PreferencesUI/English.lproj/Localizable.strings index d9929a7db..2215a008b 100644 --- a/UI/PreferencesUI/English.lproj/Localizable.strings +++ b/UI/PreferencesUI/English.lproj/Localizable.strings @@ -164,4 +164,5 @@ "BrazilianPortuguese" = "Português brasileiro"; "Russian" = "Русский"; "Spanish" = "Español"; +"Swedish" = "Svenska"; "Welsh" = "Cymraeg"; diff --git a/UI/PreferencesUI/GNUmakefile b/UI/PreferencesUI/GNUmakefile index d16049091..1c7000357 100644 --- a/UI/PreferencesUI/GNUmakefile +++ b/UI/PreferencesUI/GNUmakefile @@ -6,7 +6,7 @@ BUNDLE_NAME = PreferencesUI PreferencesUI_PRINCIPAL_CLASS = PreferencesUIProduct -PreferencesUI_LANGUAGES = BrazilianPortuguese Czech Dutch English French German Hungarian Italian Spanish Welsh Russian +PreferencesUI_LANGUAGES = BrazilianPortuguese Czech Dutch English French German Hungarian Italian Russian Spanish Swedish Welsh PreferencesUI_OBJC_FILES = \ PreferencesUIProduct.m \ diff --git a/UI/SOGoUI/SOGoACLAdvisory.h b/UI/SOGoUI/SOGoACLAdvisory.h index 7620b17a7..f980cb771 100644 --- a/UI/SOGoUI/SOGoACLAdvisory.h +++ b/UI/SOGoUI/SOGoACLAdvisory.h @@ -137,15 +137,6 @@ @interface SOGoACLItalianRemovalAdvisory : SOGoACLRemovalAdvisory @end -@interface SOGoACLSpanishAdditionAdvisory : SOGoACLAdditionAdvisory -@end - -@interface SOGoACLSpanishModificationAdvisory : SOGoACLModificationAdvisory -@end - -@interface SOGoACLSpanishRemovalAdvisory : SOGoACLRemovalAdvisory -@end - @interface SOGoACLRussianAdditionAdvisory : SOGoACLAdditionAdvisory @end @@ -155,4 +146,22 @@ @interface SOGoACLRussianRemovalAdvisory : SOGoACLRemovalAdvisory @end +@interface SOGoACLSpanishAdditionAdvisory : SOGoACLAdditionAdvisory +@end + +@interface SOGoACLSpanishModificationAdvisory : SOGoACLModificationAdvisory +@end + +@interface SOGoACLSpanishRemovalAdvisory : SOGoACLRemovalAdvisory +@end + +@interface SOGoACLSwedishAdditionAdvisory : SOGoACLAdditionAdvisory +@end + +@interface SOGoACLSwedishModificationAdvisory : SOGoACLModificationAdvisory +@end + +@interface SOGoACLSwedishRemovalAdvisory : SOGoACLRemovalAdvisory +@end + #endif /* SOGOACLADVISORY_H */ diff --git a/UI/SOGoUI/SOGoACLAdvisory.m b/UI/SOGoUI/SOGoACLAdvisory.m index 793f1bc1a..86935d9cd 100644 --- a/UI/SOGoUI/SOGoACLAdvisory.m +++ b/UI/SOGoUI/SOGoACLAdvisory.m @@ -319,6 +319,15 @@ @implementation SOGoACLItalianRemovalAdvisory @end +@implementation SOGoACLRussianAdditionAdvisory +@end + +@implementation SOGoACLRussianModificationAdvisory +@end + +@implementation SOGoACLRussianRemovalAdvisory +@end + @implementation SOGoACLSpanishAdditionAdvisory @end @@ -328,11 +337,12 @@ @implementation SOGoACLSpanishRemovalAdvisory @end -@implementation SOGoACLRussianAdditionAdvisory +@implementation SOGoACLSwedishAdditionAdvisory @end -@implementation SOGoACLRussianModificationAdvisory +@implementation SOGoACLSwedishModificationAdvisory @end -@implementation SOGoACLRussianRemovalAdvisory +@implementation SOGoACLSwedishRemovalAdvisory @end + diff --git a/UI/SOGoUI/SOGoFolderAdvisory.h b/UI/SOGoUI/SOGoFolderAdvisory.h index 304fd2414..2ecc02821 100644 --- a/UI/SOGoUI/SOGoFolderAdvisory.h +++ b/UI/SOGoUI/SOGoFolderAdvisory.h @@ -101,16 +101,22 @@ @interface SOGoFolderItalianRemovalAdvisory : SOGoFolderRemovalAdvisory @end -@interface SOGoFolderSpanishAdditionAdvisory : SOGoFolderAdditionAdvisory -@end - -@interface SOGoFolderSpanishRemovalAdvisory : SOGoFolderRemovalAdvisory -@end - @interface SOGoFolderRussianAdditionAdvisory : SOGoFolderAdditionAdvisory @end @interface SOGoFolderRussianRemovalAdvisory : SOGoFolderRemovalAdvisory @end +@interface SOGoFolderSpanishAdditionAdvisory : SOGoFolderAdditionAdvisory +@end + +@interface SOGoFolderSpanishRemovalAdvisory : SOGoFolderRemovalAdvisory +@end + +@interface SOGoFolderSwedishAdditionAdvisory : SOGoFolderAdditionAdvisory +@end + +@interface SOGoFolderSwedishRemovalAdvisory : SOGoFolderRemovalAdvisory +@end + #endif /* SOGOFOLDERADVISORY_H */ diff --git a/UI/SOGoUI/SOGoFolderAdvisory.m b/UI/SOGoUI/SOGoFolderAdvisory.m index 96e1b664b..25887eca8 100644 --- a/UI/SOGoUI/SOGoFolderAdvisory.m +++ b/UI/SOGoUI/SOGoFolderAdvisory.m @@ -268,14 +268,20 @@ @implementation SOGoFolderItalianRemovalAdvisory @end +@implementation SOGoFolderRussianAdditionAdvisory +@end + +@implementation SOGoFolderRussianRemovalAdvisory +@end + @implementation SOGoFolderSpanishAdditionAdvisory @end @implementation SOGoFolderSpanishRemovalAdvisory @end -@implementation SOGoFolderRussianAdditionAdvisory +@implementation SOGoFolderSwedishAdditionAdvisory @end -@implementation SOGoFolderRussianRemovalAdvisory +@implementation SOGoFolderSwedishRemovalAdvisory @end diff --git a/UI/Scheduler/GNUmakefile b/UI/Scheduler/GNUmakefile index 60a007c21..8ea71685f 100644 --- a/UI/Scheduler/GNUmakefile +++ b/UI/Scheduler/GNUmakefile @@ -6,7 +6,7 @@ BUNDLE_NAME = SchedulerUI SchedulerUI_PRINCIPAL_CLASS = SchedulerUIProduct -SchedulerUI_LANGUAGES = BrazilianPortuguese Czech Dutch English French German Hungarian Italian Spanish Welsh Russian +SchedulerUI_LANGUAGES = BrazilianPortuguese Czech Dutch English French German Hungarian Italian Russian Spanish Swedish Welsh SchedulerUI_OBJC_FILES = \ SchedulerUIProduct.m \ diff --git a/UI/Scheduler/Russian.lproj/Localizable.strings b/UI/Scheduler/Russian.lproj/Localizable.strings index 243acea5d..4389f7b2f 100644 --- a/UI/Scheduler/Russian.lproj/Localizable.strings +++ b/UI/Scheduler/Russian.lproj/Localizable.strings @@ -117,7 +117,6 @@ "No event was imported." = "No event was imported."; "A total of %{0} events were imported in the calendar." = "A total of %{0} events were imported in the calendar."; - "Compose E-Mail to All Attendees" = "Составить сообщение ко всем приглашенным"; "Compose E-Mail to Undecided Attendees" = "Составить сообщение ко всем не решившим приглашенным";