gbrainy r212 - trunk/src
- From: jmas svn gnome org
- To: svn-commits-list gnome org
- Subject: gbrainy r212 - trunk/src
- Date: Sun, 10 Feb 2008 15:08:33 +0000 (GMT)
Author: jmas
Date: Sun Feb 10 15:08:33 2008
New Revision: 212
URL: http://svn.gnome.org/viewvc/gbrainy?rev=212&view=rev
Log:
2008-02-10 Jordi Mas <jmas softcatala org>
* MemoryCountDots.cs: Standardizes memory question
* MemoryColouredFigures.cs: Standardizes memory question
* MemoryIndications.cs: Standardizes memory question
* MemoryNumbers.cs: Standardizes memory question
* MemoryWords.cs: Standardizes memory question
* MemoryFigures.cs: Standardizes memory question
* Memory.cs: Standardizes memory question
* MemoryColouredText.cs: Standardizes memory question
Modified:
trunk/src/ChangeLog
trunk/src/GameDrawingArea.cs
trunk/src/Memory.cs
trunk/src/MemoryColouredFigures.cs
trunk/src/MemoryColouredText.cs
trunk/src/MemoryCountDots.cs
trunk/src/MemoryFigures.cs
trunk/src/MemoryIndications.cs
trunk/src/MemoryNumbers.cs
trunk/src/MemoryWords.cs
Modified: trunk/src/GameDrawingArea.cs
==============================================================================
--- trunk/src/GameDrawingArea.cs (original)
+++ trunk/src/GameDrawingArea.cs Sun Feb 10 15:08:33 2008
@@ -175,8 +175,8 @@
gr.LineWidth = 0.01;
gr.Color = new Cairo.Color (0, 0, 0, 1);
- gr.SetFontSize (0.05);
- DrawingHelpers.DrawTextCentered (gr, 0.5, 0.1, Catalog.GetString ("Get your memory ready..."));
+ gr.SetFontSize (0.033);
+ DrawingHelpers.DrawTextCentered (gr, 0.5, 0.1, Catalog.GetString ("Get ready to memorize the next objects..."));
gr.Stroke ();
gr.SetFontSize (0.4);
Modified: trunk/src/Memory.cs
==============================================================================
--- trunk/src/Memory.cs (original)
+++ trunk/src/Memory.cs Sun Feb 10 15:08:33 2008
@@ -45,6 +45,12 @@
get;
}
+ public override string Question {
+ get {
+ return Catalog.GetString ("Memorize the objects below in the time given");
+ }
+ }
+
public override Types Type {
get { return Game.Types.MemoryTrainer;}
}
Modified: trunk/src/MemoryColouredFigures.cs
==============================================================================
--- trunk/src/MemoryColouredFigures.cs (original)
+++ trunk/src/MemoryColouredFigures.cs Sun Feb 10 15:08:33 2008
@@ -49,12 +49,6 @@
get {return Catalog.GetString ("Colored Figures");}
}
- public override string Question {
- get {
- return Catalog.GetString ("Memorize the following figure in the time given");
- }
- }
-
public override string MemoryQuestion {
get { return Catalog.GetString ("Which of these figures was the one previously shown?");}
}
Modified: trunk/src/MemoryColouredText.cs
==============================================================================
--- trunk/src/MemoryColouredText.cs (original)
+++ trunk/src/MemoryColouredText.cs Sun Feb 10 15:08:33 2008
@@ -35,10 +35,6 @@
get {return Catalog.GetString ("Colored text");}
}
- public override string Question {
- get {return Catalog.GetString ("Memorize the colors associated to every word"); }
- }
-
public override string MemoryQuestion {
get {
return String.Format (Catalog.GetString ("Which was the color of the text that said '{0}'?"), question_colorname);}
Modified: trunk/src/MemoryCountDots.cs
==============================================================================
--- trunk/src/MemoryCountDots.cs (original)
+++ trunk/src/MemoryCountDots.cs Sun Feb 10 15:08:33 2008
@@ -40,10 +40,6 @@
get {return Catalog.GetString ("Counting dots");}
}
- public override string Question {
- get {return Catalog.GetString ("Try to memorize how many dots of each color there are."); }
- }
-
public override string MemoryQuestion {
get { return String.Format(Catalog.GetString ("How many {0} dots were in the previous image? (answer using numbers)"),
palette.Name(0)); }
Modified: trunk/src/MemoryFigures.cs
==============================================================================
--- trunk/src/MemoryFigures.cs (original)
+++ trunk/src/MemoryFigures.cs Sun Feb 10 15:08:33 2008
@@ -52,10 +52,6 @@
get {return Catalog.GetString ("Memory figures");}
}
- public override string Question {
- get {return Catalog.GetString ("Memorize in which position there is every figure"); }
- }
-
public override string MemoryQuestion {
get {
return Catalog.GetString ("In which cell is the other figure like the one shown below? (type the cell number)" );}
Modified: trunk/src/MemoryIndications.cs
==============================================================================
--- trunk/src/MemoryIndications.cs (original)
+++ trunk/src/MemoryIndications.cs Sun Feb 10 15:08:33 2008
@@ -156,10 +156,6 @@
get {return Catalog.GetString ("Memorize indications");}
}
- public override string Question {
- get {return Catalog.GetString ("Memorize all the indications."); }
- }
-
public override string MemoryQuestion {
get {
return String.Format (Catalog.GetString ("Which of the follow graphics represents the indications previously given?"));}
Modified: trunk/src/MemoryNumbers.cs
==============================================================================
--- trunk/src/MemoryNumbers.cs (original)
+++ trunk/src/MemoryNumbers.cs Sun Feb 10 15:08:33 2008
@@ -36,10 +36,6 @@
get {return Catalog.GetString ("Memorize numbers");}
}
- public override string Question {
- get {return Catalog.GetString ("Memorize the following numbers in the time given"); }
- }
-
public override string MemoryQuestion {
get { return Catalog.GetString ("Which one of these squares was the one previously shown (A, B, C or D)?");}
}
Modified: trunk/src/MemoryWords.cs
==============================================================================
--- trunk/src/MemoryWords.cs (original)
+++ trunk/src/MemoryWords.cs Sun Feb 10 15:08:33 2008
@@ -36,10 +36,6 @@
get {return Catalog.GetString ("Memorize words");}
}
- public override string Question {
- get {return Catalog.GetString ("Memorize all the words."); }
- }
-
public override string MemoryQuestion {
get {
return String.Format (Catalog.GetString ("There is a missing word from the previous list. Which one is the missing word?"));}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]