[Scummvm-cvs-logs] scummvm master -> 4288edd5236cb0c232dea0bd818779539e9bc6f2

DrMcCoy drmccoy at drmccoy.de
Wed Jun 6 19:27:08 CEST 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
4288edd523 GOB: Add the original broken German as comments


Commit: 4288edd5236cb0c232dea0bd818779539e9bc6f2
    https://github.com/scummvm/scummvm/commit/4288edd5236cb0c232dea0bd818779539e9bc6f2
Author: Sven Hesse (drmccoy at users.sourceforge.net)
Date: 2012-06-06T10:21:21-07:00

Commit Message:
GOB: Add the original broken German as comments

Changed paths:
    engines/gob/minigames/geisha/penetration.cpp



diff --git a/engines/gob/minigames/geisha/penetration.cpp b/engines/gob/minigames/geisha/penetration.cpp
index 8fe75b0..1bcc42a 100644
--- a/engines/gob/minigames/geisha/penetration.cpp
+++ b/engines/gob/minigames/geisha/penetration.cpp
@@ -277,19 +277,20 @@ static const char *kStrings[kLanguageCount][kStringCount] = {
 	},
 	{ // German
 		// NOTE: The original had very broken German there. We provide proper(ish) German instead.
-		"3. UNTERGESCHOSS",
-		"2. UNTERGESCHOSS",
-		"1. UNTERGESCHOSS",
+		//       B0rken text in the comments after each line
+		"3. UNTERGESCHOSS", // "3. U.-GESCHOSS""
+		"2. UNTERGESCHOSS", // "2. U.-GESCHOSS"
+		"1. UNTERGESCHOSS", // "1. U.-GESCHOSS"
 		"AUSGANG GESPERRT",
 		"Sie haben",
-		"zwei Ausg\204nge",
-		"einen Ausgang",
-		"um das obere",
-		"Stockwerk zu",
-		"erreichen",
-		"- STOCKWERK 0 -",
-		"PENETRATION",
-		"ERFOLGREICH",
+		"zwei Ausg\204nge", // "zwei Ausgang"
+		"einen Ausgang",    // "Fortsetztung"
+		"um das obere",     // ""
+		"Stockwerk zu",     // ""
+		"erreichen",        // ""
+		"- STOCKWERK 0 -",  // "0 - HOHE"
+		"PENETRATION",      // "DURCHDRIGEN"
+		"ERFOLGREICH",      // "ERFOLG"
 		"GEFAHR",
 		"GYNOIDE",
 		"AKTIVIERT",






More information about the Scummvm-git-logs mailing list