I18N: Update credits and NEWS file after adding two new GUI translations

svn-id: r55339
This commit is contained in:
Thierry Crozat 2011-01-19 23:05:06 +00:00
parent a9bbfb1fcd
commit 024b7758c5
4 changed files with 21 additions and 1 deletions

View file

@ -348,6 +348,9 @@ Other contributions
Catalan: Catalan:
Jordi Vilalta Prat Jordi Vilalta Prat
Danish:
Steffen Nyeland
French: French:
Thierry Crozat Thierry Crozat
@ -365,6 +368,9 @@ Other contributions
Norwegian (Bokmaal): Norwegian (Bokmaal):
Einar Johan T. Somaae Einar Johan T. Somaae
Norwegian (Nynorsk):
Einar Johan T. Somaae
Brazilian Portuguese: Brazilian Portuguese:
ScummBR Team ScummBR Team

4
NEWS
View file

@ -6,7 +6,9 @@ For a more comprehensive changelog for the latest experimental SVN code, see:
- Added support for Backyard Baseball 2001. - Added support for Backyard Baseball 2001.
General General
- Added Norwegian (Bokmaal) translation. - Added Danish translation.
- Added Norwegian Bokmaal translation.
- Added Norwegian Nynorsk translation.
Drascula: Drascula:
- Added German and French subtitles in the Von Braun cutscene (#3069981: - Added German and French subtitles in the Von Braun cutscene (#3069981:

View file

@ -392,6 +392,9 @@ static const char *credits[] = {
"C1""Catalan", "C1""Catalan",
"C0""Jordi Vilalta Prat", "C0""Jordi Vilalta Prat",
"", "",
"C1""Danish",
"C0""Steffen Nyeland",
"",
"C1""French", "C1""French",
"C0""Thierry Crozat", "C0""Thierry Crozat",
"", "",
@ -409,6 +412,9 @@ static const char *credits[] = {
"C1""Norwegian (Bokm\345l)", "C1""Norwegian (Bokm\345l)",
"C0""Einar Johan T. S\370m\345en", "C0""Einar Johan T. S\370m\345en",
"", "",
"C1""Norwegian (Nynorsk)",
"C0""Einar Johan T. S\370m\345en",
"",
"C1""Brazilian Portuguese", "C1""Brazilian Portuguese",
"C0""ScummBR Team", "C0""ScummBR Team",
"", "",

View file

@ -891,6 +891,9 @@ begin_credits("Credits");
begin_section("Catalan"); begin_section("Catalan");
add_person("Jordi Vilalta Prat", "jvprat", ""); add_person("Jordi Vilalta Prat", "jvprat", "");
end_section(); end_section();
begin_section("Danish");
add_person("Steffen Nyeland", "", "");
end_section();
begin_section("French"); begin_section("French");
add_person("Thierry Crozat", "criezy", ""); add_person("Thierry Crozat", "criezy", "");
end_section(); end_section();
@ -908,6 +911,9 @@ begin_credits("Credits");
begin_section("Norwegian (Bokmål)"); begin_section("Norwegian (Bokmål)");
add_person("Einar Johan T. Sømåen", "", ""); add_person("Einar Johan T. Sømåen", "", "");
end_section(); end_section();
begin_section("Norwegian (Nynorsk)");
add_person("Einar Johan T. Sømåen", "", "");
end_section();
begin_section("Brazilian Portuguese"); begin_section("Brazilian Portuguese");
add_person("ScummBR Team", "", ""); add_person("ScummBR Team", "", "");
end_section(); end_section();