aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Crozat2010-06-24 22:37:30 +0000
committerThierry Crozat2010-06-24 22:37:30 +0000
commitff47de5cd1a3323466973a2fbff1815ec687754f (patch)
tree36caeb60db2a023f0ca176dc2225c09c2cc46c5a
parent04ae0bcf585a397719f6b9e66e38f5efc17c2b0e (diff)
downloadscummvm-rg350-ff47de5cd1a3323466973a2fbff1815ec687754f.tar.gz
scummvm-rg350-ff47de5cd1a3323466973a2fbff1815ec687754f.tar.bz2
scummvm-rg350-ff47de5cd1a3323466973a2fbff1815ec687754f.zip
Add credits for the translations.
svn-id: r50248
-rw-r--r--AUTHORS17
-rw-r--r--gui/credits.h17
-rwxr-xr-xtools/credits.pl19
3 files changed, 53 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 28d71b3698..b6d0d62ec0 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -318,6 +318,23 @@ Other contributions
Chris Gray - (retired)
Johannes Schickel
+ Translations
+ ------------
+ Thierry Crozat - Translation Lead
+
+ French:
+ Thierry Crozat
+
+ German:
+ Simon Sawatzki
+ Lothar Serra Mari
+
+ Hungarian:
+ Eugene Sandulenko
+
+ Russian:
+ Eugene Sandulenko
+
Websites (design)
-----------------
Dobo Balazs - Website design
diff --git a/gui/credits.h b/gui/credits.h
index 0df894a642..32709f7530 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -363,6 +363,23 @@ static const char *credits[] = {
"C0""Johannes Schickel",
"",
"",
+"C1""Translations",
+"C0""Thierry Crozat",
+"C2""Translation Lead",
+"C1""French",
+"C0""Thierry Crozat",
+"",
+"C1""German",
+"C0""Simon Sawatzki",
+"C0""Lothar Serra Mari",
+"",
+"C1""Hungarian",
+"C0""Eugene Sandulenko",
+"",
+"C1""Russian",
+"C0""Eugene Sandulenko",
+"",
+"",
"C1""Websites (design)",
"C0""Dob\363 Bal\341zs",
"C2""Website design",
diff --git a/tools/credits.pl b/tools/credits.pl
index bff1251f7a..208602911e 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -854,6 +854,25 @@ begin_credits("Credits");
add_person("Johannes Schickel", "LordHoto", "");
end_section();
end_section();
+
+ begin_section("Translations");
+ begin_persons();
+ add_person("Thierry Crozat", "criezy", "Translation Lead");
+ end_persons();
+ begin_section("French");
+ add_person("Thierry Crozat", "criezy", "");
+ end_section();
+ begin_section("German");
+ add_person("Simon Sawatzki", "SimSaw", "");
+ add_person("Lothar Serra Mari", "Lothar93", "");
+ end_section();
+ begin_section("Hungarian");
+ add_person("Eugene Sandulenko", "sev", "");
+ end_section();
+ begin_section("Russian");
+ add_person("Eugene Sandulenko", "sev", "");
+ end_section();
+ end_section();
begin_section("Websites (design)");
begin_persons();