[gbrainy] Update GameXmlGetString.cs with latest strings from games.xml



commit d38893b7b15c3307180c61c05a58e3c8ce64bee3
Author: Jordi Mas <jmas softcatala org>
Date:   Wed Mar 16 08:27:23 2011 +0100

    Update GameXmlGetString.cs with latest strings from games.xml

 tools/GameXmlGetString.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/tools/GameXmlGetString.cs b/tools/GameXmlGetString.cs
index d06c80e..effa826 100644
--- a/tools/GameXmlGetString.cs
+++ b/tools/GameXmlGetString.cs
@@ -42,12 +42,12 @@ public class GameXmlSttringFactory
 			"[ago] years ago, John's age minus [ago] was equal to [proportion] times his son's age minus [ago].",
 			variable);
 
-		Catalog.GetPluralString ("A file is protected by a password formed by a [digits] digit number (ranging from 0 to 9). How many different passwords can you have?",
-			"A file is protected by a password formed by a [digits] digits number (ranging from 0 to 9). How many different passwords can you have?",
+		Catalog.GetPluralString ("A file is protected by a password formed by a [digits] digit number represented in base 10 (ranging from 0 to 9). How many different passwords can you have?",
+			"A file is protected by a password formed by a [digits] digits number represented in base 10 (ranging from 0 to 9). How many different passwords can you have?",
 			variable);
 
-		Catalog.GetPluralString ("A file is protected by a password formed by a [digits] digit octal number (ranging from 0 to 7). How many different passwords can you have?",
-			"A file is protected by a password formed by a [digits] digits octal number (ranging from 0 to 7). How many different passwords can you have?",
+		Catalog.GetPluralString ("A file is protected by a password formed by a [digits] digit represented in base 8 (ranging from 0 to 7). How many different passwords can you have?",
+			"A file is protected by a password formed by a [digits] digits represented in base 8 (ranging from 0 to 7). How many different passwords can you have?",
 			variable);
 
 		Catalog.GetPluralString ("There is [games] tennis game played simultaneously. How many different forecasts are possible?",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]