[Scummvm-cvs-logs] SF.net SVN: scummvm:[50248] scummvm/trunk

criezy at users.sourceforge.net criezy at users.sourceforge.net
Fri Jun 25 00:37:30 CEST 2010


Revision: 50248
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50248&view=rev
Author:   criezy
Date:     2010-06-24 22:37:30 +0000 (Thu, 24 Jun 2010)

Log Message:
-----------
Add credits for the translations.

Modified Paths:
--------------
    scummvm/trunk/AUTHORS
    scummvm/trunk/gui/credits.h
    scummvm/trunk/tools/credits.pl

Modified: scummvm/trunk/AUTHORS
===================================================================
--- scummvm/trunk/AUTHORS	2010-06-24 22:36:21 UTC (rev 50247)
+++ scummvm/trunk/AUTHORS	2010-06-24 22:37:30 UTC (rev 50248)
@@ -318,6 +318,23 @@
        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

Modified: scummvm/trunk/gui/credits.h
===================================================================
--- scummvm/trunk/gui/credits.h	2010-06-24 22:36:21 UTC (rev 50247)
+++ scummvm/trunk/gui/credits.h	2010-06-24 22:37:30 UTC (rev 50248)
@@ -363,6 +363,23 @@
 "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",

Modified: scummvm/trunk/tools/credits.pl
===================================================================
--- scummvm/trunk/tools/credits.pl	2010-06-24 22:36:21 UTC (rev 50247)
+++ scummvm/trunk/tools/credits.pl	2010-06-24 22:37:30 UTC (rev 50248)
@@ -854,6 +854,25 @@
 		  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();


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list