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
This commit is contained in:
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