[Scummvm-cvs-logs] SF.net SVN: scummvm:[55339]

criezy at users.sourceforge.net criezy at users.sourceforge.net
Thu Jan 20 00:05:06 CET 2011


Revision: 55339
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55339&view=rev
Author:   criezy
Date:     2011-01-19 23:05:06 +0000 (Wed, 19 Jan 2011)

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

Modified Paths:
--------------
    scummvm/trunk/AUTHORS
    scummvm/trunk/NEWS
    scummvm/trunk/gui/credits.h
    scummvm/trunk/tools/credits.pl
    web/trunk/data/credits.xml

Modified: scummvm/trunk/AUTHORS
===================================================================
--- scummvm/trunk/AUTHORS	2011-01-19 23:02:45 UTC (rev 55338)
+++ scummvm/trunk/AUTHORS	2011-01-19 23:05:06 UTC (rev 55339)
@@ -348,6 +348,9 @@
     Catalan:
        Jordi Vilalta Prat
 
+    Danish:
+       Steffen Nyeland
+
     French:
        Thierry Crozat
 
@@ -365,6 +368,9 @@
     Norwegian (Bokmaal):
        Einar Johan T. Somaae
 
+    Norwegian (Nynorsk):
+       Einar Johan T. Somaae
+
     Brazilian Portuguese:
        ScummBR Team
 

Modified: scummvm/trunk/NEWS
===================================================================
--- scummvm/trunk/NEWS	2011-01-19 23:02:45 UTC (rev 55338)
+++ scummvm/trunk/NEWS	2011-01-19 23:05:06 UTC (rev 55339)
@@ -6,7 +6,9 @@
    - Added support for Backyard Baseball 2001.
 
  General
-   - Added Norwegian (Bokmaal) translation.
+   - Added Danish translation.
+   - Added Norwegian Bokmaal translation.
+   - Added Norwegian Nynorsk translation.
 
  Drascula:
    - Added German and French subtitles in the Von Braun cutscene (#3069981:

Modified: scummvm/trunk/gui/credits.h
===================================================================
--- scummvm/trunk/gui/credits.h	2011-01-19 23:02:45 UTC (rev 55338)
+++ scummvm/trunk/gui/credits.h	2011-01-19 23:05:06 UTC (rev 55339)
@@ -392,6 +392,9 @@
 "C1""Catalan",
 "C0""Jordi Vilalta Prat",
 "",
+"C1""Danish",
+"C0""Steffen Nyeland",
+"",
 "C1""French",
 "C0""Thierry Crozat",
 "",
@@ -409,6 +412,9 @@
 "C1""Norwegian (Bokm\345l)",
 "C0""Einar Johan T. S\370m\345en",
 "",
+"C1""Norwegian (Nynorsk)",
+"C0""Einar Johan T. S\370m\345en",
+"",
 "C1""Brazilian Portuguese",
 "C0""ScummBR Team",
 "",

Modified: scummvm/trunk/tools/credits.pl
===================================================================
--- scummvm/trunk/tools/credits.pl	2011-01-19 23:02:45 UTC (rev 55338)
+++ scummvm/trunk/tools/credits.pl	2011-01-19 23:05:06 UTC (rev 55339)
@@ -891,6 +891,9 @@
 		begin_section("Catalan");
 			add_person("Jordi Vilalta Prat", "jvprat", "");
 		end_section();
+		begin_section("Danish");
+			add_person("Steffen Nyeland", "", "");
+		end_section();
 		begin_section("French");
 			add_person("Thierry Crozat", "criezy", "");
 		end_section();
@@ -908,6 +911,9 @@
 		begin_section("Norwegian (Bokmål)");
 			add_person("Einar Johan T. Sømåen", "", "");
 		end_section();
+		begin_section("Norwegian (Nynorsk)");
+			add_person("Einar Johan T. Sømåen", "", "");
+		end_section();
 		begin_section("Brazilian Portuguese");
 			add_person("ScummBR Team", "", "");
 		end_section();

Modified: web/trunk/data/credits.xml
===================================================================
--- web/trunk/data/credits.xml	2011-01-19 23:02:45 UTC (rev 55338)
+++ web/trunk/data/credits.xml	2011-01-19 23:05:06 UTC (rev 55339)
@@ -1162,6 +1162,14 @@
 				</person>
 			</group>
 			<group>
+				<name>Danish</name>
+				<person>
+					<name>Steffen Nyeland</name>
+					<alias></alias>
+					<description></description>
+				</person>
+			</group>
+			<group>
 				<name>French</name>
 				<person>
 					<name>Thierry Crozat</name>
@@ -1212,6 +1220,14 @@
 				</person>
 			</group>
 			<group>
+				<name>Norwegian (Nynorsk)</name>
+				<person>
+					<name>Einar Johan T. Sømåen</name>
+					<alias></alias>
+					<description></description>
+				</person>
+			</group>
+			<group>
 				<name>Brazilian Portuguese</name>
 				<person>
 					<name>ScummBR Team</name>


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