Monotone-Parent: 434bb07a3b51027135236efad4365813a470e946

Monotone-Revision: 68f2b7f9b2c58fae0e93b40cea09fea205971ced

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-11-21T14:22:50
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Francis Lachapelle 2008-11-21 14:22:50 +00:00
parent acb4d211a8
commit 89a3d513dc
7 changed files with 7 additions and 1 deletions

View File

@ -17,6 +17,7 @@
"Language:" = "Language:";
"choose" = "Choose ...";
"Dutch" = "Dutch";
"English" = "English";
"French" = "French";
"German" = "German";

View File

@ -17,6 +17,7 @@
"Language:" = "Language:";
"choose" = "Choose ...";
"Dutch" = "Dutch";
"English" = "English";
"French" = "French";
"German" = "German";

View File

@ -17,6 +17,7 @@
"Language:" = "Langue:";
"choose" = "Choisir ...";
"Dutch" = "Hollandais";
"English" = "Anglais";
"French" = "Français";
"German" = "Allemand";

View File

@ -16,6 +16,7 @@
"Language:" = "Sprache:";
"choose" = "Aufwählen";
"Dutch" = "Niederländisch";
"English" = "Englisch";
"French" = "Französisch";
"German" = "Deutsch";

View File

@ -16,6 +16,7 @@
"Language:" = "Language:";
"choose" = "Choose ...";
"Dutch" = "Dutch";
"English" = "English";
"French" = "French";
"German" = "German";

View File

@ -51,7 +51,7 @@ static NSArray *supportedLanguages = nil;
+ (void) initialize
{
if (!supportedLanguages)
supportedLanguages = [NSArray arrayWithObjects: @"English", @"French", @"German", @"Italian", @"Spanish", nil];
supportedLanguages = [NSArray arrayWithObjects: @"Dutch", @"English", @"French", @"German", @"Italian", @"Spanish", nil];
}
/* accessors */

View File

@ -19,6 +19,7 @@
"Language:" = "Language:";
"choose" = "Choose ...";
"Dutch" = "Dutch";
"English" = "English";
"French" = "French";
"German" = "German";