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
maint-2.0.2
Francis Lachapelle 2009-11-18 22:54:12 +00:00
parent ac106aad7f
commit dcc9ae85ef
36 changed files with 125 additions and 52 deletions

View File

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

View File

@ -81,6 +81,12 @@
@implementation SOGoAptMailSpanishDeletion
@end
@interface SOGoAptMailSwedishDeletion : SOGoAptMailNotification
@end
@implementation SOGoAptMailSwedishDeletion
@end
@interface SOGoAptMailWelshDeletion : SOGoAptMailNotification
@end

View File

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

View File

@ -81,6 +81,12 @@
@implementation SOGoAptMailSpanishInvitation
@end
@interface SOGoAptMailSwedishInvitation : SOGoAptMailNotification
@end
@implementation SOGoAptMailSwedishInvitation
@end
@interface SOGoAptMailWelshInvitation : SOGoAptMailNotification
@end

View File

@ -84,6 +84,12 @@
@implementation SOGoAptMailSpanishUpdate
@end
@interface SOGoAptMailSwedishUpdate : SOGoAptMailNotification
@end
@implementation SOGoAptMailSwedishUpdate
@end
@interface SOGoAptMailWelshUpdate : SOGoAptMailNotification
@end

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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}\"."

View File

@ -27,6 +27,7 @@
"BrazilianPortuguese" = "Português brasileiro";
"Russian" = "Русский";
"Spanish" = "Español";
"Swedish" = "Svenska";
"Welsh" = "Cymraeg";
"About" = "Sobre";

View File

@ -27,6 +27,7 @@
"BrazilianPortuguese" = "Português brasileiro";
"Russian" = "Русский";
"Spanish" = "Español";
"Swedish" = "Svenska";
"Welsh" = "Cymraeg";
"About" = "O";

View File

@ -27,6 +27,7 @@
"BrazilianPortuguese" = "Português brasileiro";
"Russian" = "Русский";
"Spanish" = "Español";
"Swedish" = "Svenska";
"Welsh" = "Cymraeg";
"About" = "About";

View File

@ -27,6 +27,7 @@
"BrazilianPortuguese" = "Português brasileiro";
"Russian" = "Русский";
"Spanish" = "Español";
"Swedish" = "Svenska";
"Welsh" = "Cymraeg";
"About" = "About";

View File

@ -27,6 +27,7 @@
"BrazilianPortuguese" = "Português brasileiro";
"Russian" = "Русский";
"Spanish" = "Español";
"Swedish" = "Svenska";
"Welsh" = "Cymraeg";
"About" = "À propos";

View File

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

View File

@ -27,6 +27,7 @@
"BrazilianPortuguese" = "Português brasileiro";
"Russian" = "Русский";
"Spanish" = "Español";
"Swedish" = "Svenska";
"Welsh" = "Cymraeg";
"About" = "About";

View File

@ -27,6 +27,7 @@
"BrazilianPortuguese" = "Português brasileiro";
"Russian" = "Русский";
"Spanish" = "Español";
"Swedish" = "Svenska";
"Welsh" = "Cymraeg";
"About" = "Névjegy";

View File

@ -27,6 +27,7 @@
"BrazilianPortuguese" = "Português brasileiro";
"Russian" = "Русский";
"Spanish" = "Español";
"Swedish" = "Svenska";
"Welsh" = "Cymraeg";
"About" = "About";

View File

@ -27,6 +27,7 @@
"BrazilianPortuguese" = "Português brasileiro";
"Russian" = "Русский";
"Spanish" = "Español";
"Swedish" = "Svenska";
"Welsh" = "Cymraeg";
"About" = "О системе";

View File

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

View File

@ -27,6 +27,7 @@
"BrazilianPortuguese" = "Português brasileiro";
"Russian" = "Русский";
"Spanish" = "Español";
"Swedish" = "Svenska";
"Welsh" = "Cymraeg";
"About" = "About";

View File

@ -27,6 +27,7 @@
"BrazilianPortuguese" = "Português brasileiro";
"Russian" = "Русский";
"Spanish" = "Español";
"Swedish" = "Svenska";
"Welsh" = "Cymraeg";
"About" = "About";

View File

@ -164,4 +164,5 @@
"BrazilianPortuguese" = "Português brasileiro";
"Russian" = "Русский";
"Spanish" = "Español";
"Swedish" = "Svenska";
"Welsh" = "Cymraeg";

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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" = "Составить сообщение ко всем не решившим приглашенным";