[Tux4kids-commits] [SCM] tuxhistory - Educational history game branch, master, updated. 6fdcb78e25d5a7b6f1e5ab737befd477ebdb7804

julio (none) julio at julio-desktop.
Mon Dec 6 02:19:37 UTC 2010


The following commit has been merged in the master branch:
commit c18ac4a95377c3eb47135b9d3a66c4a86879478e
Author: julio <julio at julio-desktop.(none)>
Date:   Sun Dec 5 19:55:07 2010 -0600

    Lua stuff fixing v.2

diff --git a/configure.ac b/configure.ac
index 19fc53e..7caa78b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -179,24 +179,12 @@ AC_CHECK_LIB([m],
               [AC_MSG_ERROR([Math library not found - functions in <math.h> may not be available.])])
 
 dnl Check for LibLua: --------------------------------------------------------
-
-PKG_CHECK_MODULES([LUA],
-    [lua50],
-    ,
-    [
-      [echo "LUA not found via pkg_config, checking with AC_CHECK_LIB:"]
-	AC_CHECK_LIB(lua50, lua_open, [
-           LUA_LIBS="-llua50"
-           ],[AC_MSG_ERROR([LUA not found! http://www.lua.org])])
-
-      [echo "LUA successfully located"]
-    ] 
-)
-
+AX_LUA_HEADERS_VERSION(500)
+AX_LUA_LIBS()
+AX_LUA_HEADERS()
 AC_DEFINE([HAVE_LIBLUA],[1],[Define to 1 if you have the `lua` library])
-CFLAGS="$CFLAGS $LUA_CFLAGS"
-LIBS="$LIBS $LUA_LIBS"
-
+CFLAGS="$CFLAGS $LUA_INCLUDE"
+LIBS="$LIBS $LUA_LIB"
 
 dnl Check for SDL_Pango: --------------------------------------------------------
 
diff --git a/po/ar.gmo b/po/ar.gmo
index 7f131c6..eac0ffa 100644
Binary files a/po/ar.gmo and b/po/ar.gmo differ
diff --git a/po/ar.po b/po/ar.po
index ff16f53..27b9c3f 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -2,7 +2,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-28 17:16-0500\n"
+"POT-Creation-Date: 2010-12-05 11:56-0600\n"
 "PO-Revision-Date: 2008-02-15 03:00+0100\n"
 "Last-Translator: Caroline Ford <caroline.ford.work at googlemail.com>\n"
 "Language-Team: \n"
@@ -94,43 +94,43 @@ msgstr ""
 msgid "For more information about Free Software and the GNU GPL, visit:"
 msgstr ""
 
-#: src/highscore.c:167
+#: src/highscore.c:165
 msgid "Hall Of Fame"
 msgstr "قاعة الشهره"
 
-#: src/highscore.c:187 src/highscore.c:208
+#: src/highscore.c:185 src/highscore.c:206
 msgid "Space Cadet"
 msgstr "مبتدئ"
 
-#: src/highscore.c:190
+#: src/highscore.c:188
 msgid "Scout"
 msgstr "الكشفيه"
 
-#: src/highscore.c:193
+#: src/highscore.c:191
 msgid "Ranger"
 msgstr "حارس"
 
-#: src/highscore.c:196
+#: src/highscore.c:194
 msgid "Ace"
 msgstr "اس"
 
-#: src/highscore.c:199
+#: src/highscore.c:197
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:202
+#: src/highscore.c:200
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:205
+#: src/highscore.c:203
 msgid "Fractions"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "You Are In The Hall of Fame!"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "Enter Your Name:"
 msgstr ""
 
@@ -152,19 +152,19 @@ msgstr ""
 msgid "Discuss TuxMath at tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net ناقش المستقبل على "
 
-#: src/titlescreen.c:477
+#: src/titlescreen.c:478
 msgid "Work In Progress!"
 msgstr "! العمل يتقدم"
 
-#: src/titlescreen.c:478
+#: src/titlescreen.c:479
 msgid "This feature is not ready yet"
 msgstr "هذه الخاصية ليست جاهزة حتى الآن"
 
-#: src/titlescreen.c:479
+#: src/titlescreen.c:480
 msgid "Discuss the future of TuxMath at"
 msgstr "ناقش مستقبل اللعبة فى"
 
-#: src/titlescreen.c:480
+#: src/titlescreen.c:481
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "Tuxmath-devel at lists.sourceforge.net"
 
diff --git a/po/ast.po b/po/ast.po
index 0a9e775..f41aace 100644
--- a/po/ast.po
+++ b/po/ast.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tuxmath 1.7.3\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-28 17:16-0500\n"
+"POT-Creation-Date: 2010-12-05 11:56-0600\n"
 "PO-Revision-Date: 2010-03-06 08:41+0200\n"
 "Last-Translator: Xandru Armesto <xandru at softastur.org>\n"
 "Language-Team: Asturian Team alministradores at softastur.org\n"
@@ -110,43 +110,43 @@ msgstr ""
 "Pa más información no tocante a Software Llibre y la llicencia GPL de GNU, "
 "visita:"
 
-#: src/highscore.c:167
+#: src/highscore.c:165
 msgid "Hall Of Fame"
 msgstr "Salón de la Fama"
 
-#: src/highscore.c:187 src/highscore.c:208
+#: src/highscore.c:185 src/highscore.c:206
 msgid "Space Cadet"
 msgstr "Cadete Espacial"
 
-#: src/highscore.c:190
+#: src/highscore.c:188
 msgid "Scout"
 msgstr "Esplorador"
 
-#: src/highscore.c:193
+#: src/highscore.c:191
 msgid "Ranger"
 msgstr "Guarda"
 
-#: src/highscore.c:196
+#: src/highscore.c:194
 msgid "Ace"
 msgstr "As"
 
-#: src/highscore.c:199
+#: src/highscore.c:197
 msgid "Commando"
 msgstr "Comando"
 
-#: src/highscore.c:202
+#: src/highscore.c:200
 msgid "Factors"
 msgstr "Factores"
 
-#: src/highscore.c:205
+#: src/highscore.c:203
 msgid "Fractions"
 msgstr "Fracciones"
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "You Are In The Hall of Fame!"
 msgstr "¡Entrasti nel Salón de la Fama!"
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "Enter Your Name:"
 msgstr "Pon el to Nome:"
 
@@ -166,19 +166,19 @@ msgstr "¡Pues contribuyir con suxerencies, trabayu asrtísticu y códigu!"
 msgid "Discuss TuxMath at tuxmath-devel at lists.sourceforge.net"
 msgstr "Alderica no que cinca a TuxMath en tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:477
+#: src/titlescreen.c:478
 msgid "Work In Progress!"
 msgstr "¡Trabayu en marcha!"
 
-#: src/titlescreen.c:478
+#: src/titlescreen.c:479
 msgid "This feature is not ready yet"
 msgstr "Esta función nun ta preparada entá"
 
-#: src/titlescreen.c:479
+#: src/titlescreen.c:480
 msgid "Discuss the future of TuxMath at"
 msgstr "Alderica al rodiu del futuru de TuxMath en"
 
-#: src/titlescreen.c:480
+#: src/titlescreen.c:481
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
diff --git a/po/cs.gmo b/po/cs.gmo
index cb48e61..8e9d812 100644
Binary files a/po/cs.gmo and b/po/cs.gmo differ
diff --git a/po/cs.po b/po/cs.po
index 53b13d1..757f7e0 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-28 17:16-0500\n"
+"POT-Creation-Date: 2010-12-05 11:56-0600\n"
 "PO-Revision-Date: 2007-11-12 20:54+0100\n"
 "Last-Translator: JardaK <krejci at zstenis.com>\n"
 "Language-Team: czech <cs at li.org>\n"
@@ -99,43 +99,43 @@ msgstr ""
 msgid "For more information about Free Software and the GNU GPL, visit:"
 msgstr ""
 
-#: src/highscore.c:167
+#: src/highscore.c:165
 msgid "Hall Of Fame"
 msgstr "Síň slávy"
 
-#: src/highscore.c:187 src/highscore.c:208
+#: src/highscore.c:185 src/highscore.c:206
 msgid "Space Cadet"
 msgstr "Nováček"
 
-#: src/highscore.c:190
+#: src/highscore.c:188
 msgid "Scout"
 msgstr "Průzkumník"
 
-#: src/highscore.c:193
+#: src/highscore.c:191
 msgid "Ranger"
 msgstr "Střelec"
 
-#: src/highscore.c:196
+#: src/highscore.c:194
 msgid "Ace"
 msgstr "Borec"
 
-#: src/highscore.c:199
+#: src/highscore.c:197
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:202
+#: src/highscore.c:200
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:205
+#: src/highscore.c:203
 msgid "Fractions"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "You Are In The Hall of Fame!"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "Enter Your Name:"
 msgstr ""
 
@@ -157,19 +157,19 @@ msgstr ""
 msgid "Discuss TuxMath at tuxmath-devel at lists.sourceforge.net"
 msgstr "Diskutuj o budoucnosti na tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:477
+#: src/titlescreen.c:478
 msgid "Work In Progress!"
 msgstr "Ve výstavbě!"
 
-#: src/titlescreen.c:478
+#: src/titlescreen.c:479
 msgid "This feature is not ready yet"
 msgstr "Tato vlastnost ještě nefunguje"
 
-#: src/titlescreen.c:479
+#: src/titlescreen.c:480
 msgid "Discuss the future of TuxMath at"
 msgstr "Diskutuj o budoucnosti TuxMath na"
 
-#: src/titlescreen.c:480
+#: src/titlescreen.c:481
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
diff --git a/po/de.gmo b/po/de.gmo
index d722ddf..c341b6a 100644
Binary files a/po/de.gmo and b/po/de.gmo differ
diff --git a/po/de.po b/po/de.po
index 165496d..348bc0d 100644
--- a/po/de.po
+++ b/po/de.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: de\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-28 17:16-0500\n"
+"POT-Creation-Date: 2010-12-05 11:56-0600\n"
 "PO-Revision-Date: 2008-05-02 16:08+0200\n"
 "Last-Translator: Lars Vogdt <lars at linux-schulserver.de>\n"
 "MIME-Version: 1.0\n"
@@ -96,43 +96,43 @@ msgstr ""
 msgid "For more information about Free Software and the GNU GPL, visit:"
 msgstr ""
 
-#: src/highscore.c:167
+#: src/highscore.c:165
 msgid "Hall Of Fame"
 msgstr "Ruhmeshalle"
 
-#: src/highscore.c:187 src/highscore.c:208
+#: src/highscore.c:185 src/highscore.c:206
 msgid "Space Cadet"
 msgstr "Raumkadett"
 
-#: src/highscore.c:190
+#: src/highscore.c:188
 msgid "Scout"
 msgstr "Aufklärer"
 
-#: src/highscore.c:193
+#: src/highscore.c:191
 msgid "Ranger"
 msgstr "Jäger"
 
-#: src/highscore.c:196
+#: src/highscore.c:194
 msgid "Ace"
 msgstr "Ass"
 
-#: src/highscore.c:199
+#: src/highscore.c:197
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:202
+#: src/highscore.c:200
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:205
+#: src/highscore.c:203
 msgid "Fractions"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "You Are In The Hall of Fame!"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "Enter Your Name:"
 msgstr ""
 
@@ -155,19 +155,19 @@ msgid "Discuss TuxMath at tuxmath-devel at lists.sourceforge.net"
 msgstr ""
 "Diskutiere die Zukunft von TuxMath auf tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:477
+#: src/titlescreen.c:478
 msgid "Work In Progress!"
 msgstr "In Arbeit!"
 
-#: src/titlescreen.c:478
+#: src/titlescreen.c:479
 msgid "This feature is not ready yet"
 msgstr "Dieser Bereich ist noch nicht fertig."
 
-#: src/titlescreen.c:479
+#: src/titlescreen.c:480
 msgid "Discuss the future of TuxMath at"
 msgstr "Diskutiere über die Zukunft von TuxMath auf "
 
-#: src/titlescreen.c:480
+#: src/titlescreen.c:481
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
diff --git a/po/en at boldquot.gmo b/po/en at boldquot.gmo
index adf0a49..95a393a 100644
Binary files a/po/en at boldquot.gmo and b/po/en at boldquot.gmo differ
diff --git a/po/en at boldquot.po b/po/en at boldquot.po
index 0a9a5d1..db27918 100644
--- a/po/en at boldquot.po
+++ b/po/en at boldquot.po
@@ -31,7 +31,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tuxhistory 0.0.1\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-28 17:16-0500\n"
+"POT-Creation-Date: 2010-12-05 11:56-0600\n"
 "PO-Revision-Date: 2010-05-27 00:16-0500\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -128,43 +128,43 @@ msgstr ""
 msgid "For more information about Free Software and the GNU GPL, visit:"
 msgstr "For more information about Free Software and the GNU GPL, visit:"
 
-#: src/highscore.c:167
+#: src/highscore.c:165
 msgid "Hall Of Fame"
 msgstr "Hall Of Fame"
 
-#: src/highscore.c:187 src/highscore.c:208
+#: src/highscore.c:185 src/highscore.c:206
 msgid "Space Cadet"
 msgstr "Space Cadet"
 
-#: src/highscore.c:190
+#: src/highscore.c:188
 msgid "Scout"
 msgstr "Scout"
 
-#: src/highscore.c:193
+#: src/highscore.c:191
 msgid "Ranger"
 msgstr "Ranger"
 
-#: src/highscore.c:196
+#: src/highscore.c:194
 msgid "Ace"
 msgstr "Ace"
 
-#: src/highscore.c:199
+#: src/highscore.c:197
 msgid "Commando"
 msgstr "Commando"
 
-#: src/highscore.c:202
+#: src/highscore.c:200
 msgid "Factors"
 msgstr "Factors"
 
-#: src/highscore.c:205
+#: src/highscore.c:203
 msgid "Fractions"
 msgstr "Fractions"
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "You Are In The Hall of Fame!"
 msgstr "You Are In The Hall of Fame!"
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "Enter Your Name:"
 msgstr "Enter Your Name:"
 
@@ -184,19 +184,19 @@ msgstr "Suggestions, artwork, and code are all welcome!"
 msgid "Discuss TuxMath at tuxmath-devel at lists.sourceforge.net"
 msgstr "Discuss TuxMath at tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:477
+#: src/titlescreen.c:478
 msgid "Work In Progress!"
 msgstr "Work In Progress!"
 
-#: src/titlescreen.c:478
+#: src/titlescreen.c:479
 msgid "This feature is not ready yet"
 msgstr "This feature is not ready yet"
 
-#: src/titlescreen.c:479
+#: src/titlescreen.c:480
 msgid "Discuss the future of TuxMath at"
 msgstr "Discuss the future of TuxMath at"
 
-#: src/titlescreen.c:480
+#: src/titlescreen.c:481
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
diff --git a/po/en at quot.gmo b/po/en at quot.gmo
index 427f96b..8d07a0d 100644
Binary files a/po/en at quot.gmo and b/po/en at quot.gmo differ
diff --git a/po/en at quot.po b/po/en at quot.po
index a2c6853..b41772a 100644
--- a/po/en at quot.po
+++ b/po/en at quot.po
@@ -28,7 +28,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tuxhistory 0.0.1\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-28 17:16-0500\n"
+"POT-Creation-Date: 2010-12-05 11:56-0600\n"
 "PO-Revision-Date: 2010-05-27 00:16-0500\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -125,43 +125,43 @@ msgstr ""
 msgid "For more information about Free Software and the GNU GPL, visit:"
 msgstr "For more information about Free Software and the GNU GPL, visit:"
 
-#: src/highscore.c:167
+#: src/highscore.c:165
 msgid "Hall Of Fame"
 msgstr "Hall Of Fame"
 
-#: src/highscore.c:187 src/highscore.c:208
+#: src/highscore.c:185 src/highscore.c:206
 msgid "Space Cadet"
 msgstr "Space Cadet"
 
-#: src/highscore.c:190
+#: src/highscore.c:188
 msgid "Scout"
 msgstr "Scout"
 
-#: src/highscore.c:193
+#: src/highscore.c:191
 msgid "Ranger"
 msgstr "Ranger"
 
-#: src/highscore.c:196
+#: src/highscore.c:194
 msgid "Ace"
 msgstr "Ace"
 
-#: src/highscore.c:199
+#: src/highscore.c:197
 msgid "Commando"
 msgstr "Commando"
 
-#: src/highscore.c:202
+#: src/highscore.c:200
 msgid "Factors"
 msgstr "Factors"
 
-#: src/highscore.c:205
+#: src/highscore.c:203
 msgid "Fractions"
 msgstr "Fractions"
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "You Are In The Hall of Fame!"
 msgstr "You Are In The Hall of Fame!"
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "Enter Your Name:"
 msgstr "Enter Your Name:"
 
@@ -181,19 +181,19 @@ msgstr "Suggestions, artwork, and code are all welcome!"
 msgid "Discuss TuxMath at tuxmath-devel at lists.sourceforge.net"
 msgstr "Discuss TuxMath at tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:477
+#: src/titlescreen.c:478
 msgid "Work In Progress!"
 msgstr "Work In Progress!"
 
-#: src/titlescreen.c:478
+#: src/titlescreen.c:479
 msgid "This feature is not ready yet"
 msgstr "This feature is not ready yet"
 
-#: src/titlescreen.c:479
+#: src/titlescreen.c:480
 msgid "Discuss the future of TuxMath at"
 msgstr "Discuss the future of TuxMath at"
 
-#: src/titlescreen.c:480
+#: src/titlescreen.c:481
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
diff --git a/po/en_GB.gmo b/po/en_GB.gmo
index c4d7a7a..9d3cbbf 100644
Binary files a/po/en_GB.gmo and b/po/en_GB.gmo differ
diff --git a/po/en_GB.po b/po/en_GB.po
index ebd130b..47bbd90 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -4,7 +4,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-28 17:16-0500\n"
+"POT-Creation-Date: 2010-12-05 11:56-0600\n"
 "PO-Revision-Date: 2009-06-24 20:33+0100\n"
 "Last-Translator: Caroline Ford <caroline.ford.work at googlemail.com>\n"
 "Language-Team: Norwegian Nynorsk <i18n-nn at lister.ping.uio.no>\n"
@@ -107,43 +107,43 @@ msgstr ""
 msgid "For more information about Free Software and the GNU GPL, visit:"
 msgstr "For more information about Free Software and the GNU GPL, visit:"
 
-#: src/highscore.c:167
+#: src/highscore.c:165
 msgid "Hall Of Fame"
 msgstr "Hall Of Fame"
 
-#: src/highscore.c:187 src/highscore.c:208
+#: src/highscore.c:185 src/highscore.c:206
 msgid "Space Cadet"
 msgstr "Space Cadet"
 
-#: src/highscore.c:190
+#: src/highscore.c:188
 msgid "Scout"
 msgstr "Scout"
 
-#: src/highscore.c:193
+#: src/highscore.c:191
 msgid "Ranger"
 msgstr "Ranger"
 
-#: src/highscore.c:196
+#: src/highscore.c:194
 msgid "Ace"
 msgstr "Ace"
 
-#: src/highscore.c:199
+#: src/highscore.c:197
 msgid "Commando"
 msgstr "Commando"
 
-#: src/highscore.c:202
+#: src/highscore.c:200
 msgid "Factors"
 msgstr "Factors"
 
-#: src/highscore.c:205
+#: src/highscore.c:203
 msgid "Fractions"
 msgstr "Fractions"
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "You Are In The Hall of Fame!"
 msgstr "You Are In The Hall of Fame!"
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "Enter Your Name:"
 msgstr "Enter Your Name:"
 
@@ -165,19 +165,19 @@ msgstr ""
 msgid "Discuss TuxMath at tuxmath-devel at lists.sourceforge.net"
 msgstr "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:477
+#: src/titlescreen.c:478
 msgid "Work In Progress!"
 msgstr "Work In Progress!"
 
-#: src/titlescreen.c:478
+#: src/titlescreen.c:479
 msgid "This feature is not ready yet"
 msgstr "This feature is not ready yet"
 
-#: src/titlescreen.c:479
+#: src/titlescreen.c:480
 msgid "Discuss the future of TuxMath at"
 msgstr "Discuss the future of TuxMath at"
 
-#: src/titlescreen.c:480
+#: src/titlescreen.c:481
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
diff --git a/po/es.gmo b/po/es.gmo
index 1c165a1..5ffbe9b 100644
Binary files a/po/es.gmo and b/po/es.gmo differ
diff --git a/po/es.po b/po/es.po
index 54ed6a4..9271fd3 100644
--- a/po/es.po
+++ b/po/es.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 1.6.2\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-28 17:16-0500\n"
+"POT-Creation-Date: 2010-12-05 11:56-0600\n"
 "PO-Revision-Date: 2009-10-29 15:39-0300\n"
 "Last-Translator: SoporteLihuen <soportelihuen at linti.unlp.edu.ar>\n"
 "Language-Team: Español <LL at li.org>\n"
@@ -104,43 +104,43 @@ msgstr "Se incluye una copia de la GPL en la documentación de este programa."
 msgid "For more information about Free Software and the GNU GPL, visit:"
 msgstr "Para mayor información sobre el Software Libre y la GPL GNU, visite:"
 
-#: src/highscore.c:167
+#: src/highscore.c:165
 msgid "Hall Of Fame"
 msgstr "Salón de la Fama"
 
-#: src/highscore.c:187 src/highscore.c:208
+#: src/highscore.c:185 src/highscore.c:206
 msgid "Space Cadet"
 msgstr "Cadete Espacial"
 
-#: src/highscore.c:190
+#: src/highscore.c:188
 msgid "Scout"
 msgstr "Supervisor"
 
-#: src/highscore.c:193
+#: src/highscore.c:191
 msgid "Ranger"
 msgstr "Guardia"
 
-#: src/highscore.c:196
+#: src/highscore.c:194
 msgid "Ace"
 msgstr "Maestro"
 
-#: src/highscore.c:199
+#: src/highscore.c:197
 msgid "Commando"
 msgstr "Comando"
 
-#: src/highscore.c:202
+#: src/highscore.c:200
 msgid "Factors"
 msgstr "Factores"
 
-#: src/highscore.c:205
+#: src/highscore.c:203
 msgid "Fractions"
 msgstr "Fracciones"
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "You Are In The Hall of Fame!"
 msgstr "¡Estás en el Salón de la Fama!"
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "Enter Your Name:"
 msgstr "Escribe tu nombre:"
 
@@ -162,19 +162,19 @@ msgstr ""
 msgid "Discuss TuxMath at tuxmath-devel at lists.sourceforge.net"
 msgstr "Discute el futuro en tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:477
+#: src/titlescreen.c:478
 msgid "Work In Progress!"
 msgstr "¡Trabajo en curso!"
 
-#: src/titlescreen.c:478
+#: src/titlescreen.c:479
 msgid "This feature is not ready yet"
 msgstr "Esta opción no funciona todavía"
 
-#: src/titlescreen.c:479
+#: src/titlescreen.c:480
 msgid "Discuss the future of TuxMath at"
 msgstr "Para discutir el futuro de TuxMath puedes ir a"
 
-#: src/titlescreen.c:480
+#: src/titlescreen.c:481
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr ""
 
diff --git a/po/fi.gmo b/po/fi.gmo
index a512ee5..d502996 100644
Binary files a/po/fi.gmo and b/po/fi.gmo differ
diff --git a/po/fi.po b/po/fi.po
index 6c276a1..65af706 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-28 17:16-0500\n"
+"POT-Creation-Date: 2010-12-05 11:56-0600\n"
 "PO-Revision-Date: 2008-03-22 06:59+0000\n"
 "Last-Translator: Miika Metsälä <Unknown>\n"
 "Language-Team: Finnish <fi at li.org>\n"
@@ -101,43 +101,43 @@ msgstr ""
 msgid "For more information about Free Software and the GNU GPL, visit:"
 msgstr ""
 
-#: src/highscore.c:167
+#: src/highscore.c:165
 msgid "Hall Of Fame"
 msgstr "Parhaat tulokset"
 
-#: src/highscore.c:187 src/highscore.c:208
+#: src/highscore.c:185 src/highscore.c:206
 msgid "Space Cadet"
 msgstr "Astronautti"
 
-#: src/highscore.c:190
+#: src/highscore.c:188
 msgid "Scout"
 msgstr "Tiedustelija"
 
-#: src/highscore.c:193
+#: src/highscore.c:191
 msgid "Ranger"
 msgstr "Jousimies"
 
-#: src/highscore.c:196
+#: src/highscore.c:194
 msgid "Ace"
 msgstr ""
 
-#: src/highscore.c:199
+#: src/highscore.c:197
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:202
+#: src/highscore.c:200
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:205
+#: src/highscore.c:203
 msgid "Fractions"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "You Are In The Hall of Fame!"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "Enter Your Name:"
 msgstr ""
 
@@ -161,19 +161,19 @@ msgstr ""
 "Keskustele tuxmathin tulevaisuudesta osoitteesta tuxmath-devel at lists."
 "sourceforge.net"
 
-#: src/titlescreen.c:477
+#: src/titlescreen.c:478
 msgid "Work In Progress!"
 msgstr "Työn alla!"
 
-#: src/titlescreen.c:478
+#: src/titlescreen.c:479
 msgid "This feature is not ready yet"
 msgstr "Tämä ominaisuus ei ole vielä valmis"
 
-#: src/titlescreen.c:479
+#: src/titlescreen.c:480
 msgid "Discuss the future of TuxMath at"
 msgstr ""
 
-#: src/titlescreen.c:480
+#: src/titlescreen.c:481
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
diff --git a/po/fr.gmo b/po/fr.gmo
index 357f918..bca819a 100644
Binary files a/po/fr.gmo and b/po/fr.gmo differ
diff --git a/po/fr.po b/po/fr.po
index f039afa..f8cca6d 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 1.5.8\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-28 17:16-0500\n"
+"POT-Creation-Date: 2010-12-05 11:56-0600\n"
 "PO-Revision-Date: 2007-11-15 09:00+0100\n"
 "Last-Translator: Grumeau Rémi <remi at beosfrance.com>\n"
 "Language-Team: Dutch <LL at li.org>\n"
@@ -97,43 +97,43 @@ msgstr ""
 msgid "For more information about Free Software and the GNU GPL, visit:"
 msgstr ""
 
-#: src/highscore.c:167
+#: src/highscore.c:165
 msgid "Hall Of Fame"
 msgstr "Tableau des scores"
 
-#: src/highscore.c:187 src/highscore.c:208
+#: src/highscore.c:185 src/highscore.c:206
 msgid "Space Cadet"
 msgstr "Cadet de l'espace"
 
-#: src/highscore.c:190
+#: src/highscore.c:188
 msgid "Scout"
 msgstr "Scout"
 
-#: src/highscore.c:193
+#: src/highscore.c:191
 msgid "Ranger"
 msgstr "Ranger"
 
-#: src/highscore.c:196
+#: src/highscore.c:194
 msgid "Ace"
 msgstr "As"
 
-#: src/highscore.c:199
+#: src/highscore.c:197
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:202
+#: src/highscore.c:200
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:205
+#: src/highscore.c:203
 msgid "Fractions"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "You Are In The Hall of Fame!"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "Enter Your Name:"
 msgstr ""
 
@@ -155,19 +155,19 @@ msgstr ""
 msgid "Discuss TuxMath at tuxmath-devel at lists.sourceforge.net"
 msgstr "Parlons-en sur tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:477
+#: src/titlescreen.c:478
 msgid "Work In Progress!"
 msgstr "Chargement"
 
-#: src/titlescreen.c:478
+#: src/titlescreen.c:479
 msgid "This feature is not ready yet"
 msgstr "Cette option n'est pas encore disponible"
 
-#: src/titlescreen.c:479
+#: src/titlescreen.c:480
 msgid "Discuss the future of TuxMath at"
 msgstr "Participer au futur de TuxMath au"
 
-#: src/titlescreen.c:480
+#: src/titlescreen.c:481
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
diff --git a/po/ga.gmo b/po/ga.gmo
index f7d16e8..6ced480 100644
Binary files a/po/ga.gmo and b/po/ga.gmo differ
diff --git a/po/ga.po b/po/ga.po
index 00a0b71..2c84715 100644
--- a/po/ga.po
+++ b/po/ga.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-28 17:16-0500\n"
+"POT-Creation-Date: 2010-12-05 11:56-0600\n"
 "PO-Revision-Date: 2008-07-13 23:16-0000\n"
 "Last-Translator: Seanán à Coistín <seananoc at gmail.com>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -96,43 +96,43 @@ msgstr ""
 msgid "For more information about Free Software and the GNU GPL, visit:"
 msgstr ""
 
-#: src/highscore.c:167
+#: src/highscore.c:165
 msgid "Hall Of Fame"
 msgstr "Réim na gCuradh"
 
-#: src/highscore.c:187 src/highscore.c:208
+#: src/highscore.c:185 src/highscore.c:206
 msgid "Space Cadet"
 msgstr "Glasearcach"
 
-#: src/highscore.c:190
+#: src/highscore.c:188
 msgid "Scout"
 msgstr "Gasóg"
 
-#: src/highscore.c:193
+#: src/highscore.c:191
 msgid "Ranger"
 msgstr "Ránaí"
 
-#: src/highscore.c:196
+#: src/highscore.c:194
 msgid "Ace"
 msgstr "Curadh"
 
-#: src/highscore.c:199
+#: src/highscore.c:197
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:202
+#: src/highscore.c:200
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:205
+#: src/highscore.c:203
 msgid "Fractions"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "You Are In The Hall of Fame!"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "Enter Your Name:"
 msgstr ""
 
@@ -154,19 +154,19 @@ msgstr ""
 msgid "Discuss TuxMath at tuxmath-devel at lists.sourceforge.net"
 msgstr "Plé an todhchaí ag tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:477
+#: src/titlescreen.c:478
 msgid "Work In Progress!"
 msgstr "Obair Idir Lámha!"
 
-#: src/titlescreen.c:478
+#: src/titlescreen.c:479
 msgid "This feature is not ready yet"
 msgstr "Níl an ghné seo réidh fós"
 
-#: src/titlescreen.c:479
+#: src/titlescreen.c:480
 msgid "Discuss the future of TuxMath at"
 msgstr "Plé todhchaí TuzMath ag"
 
-#: src/titlescreen.c:480
+#: src/titlescreen.c:481
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
diff --git a/po/he.gmo b/po/he.gmo
index 3bb89bb..56cddd1 100644
Binary files a/po/he.gmo and b/po/he.gmo differ
diff --git a/po/he.po b/po/he.po
index 07024ae..c1fe27b 100644
--- a/po/he.po
+++ b/po/he.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-28 17:16-0500\n"
+"POT-Creation-Date: 2010-12-05 11:56-0600\n"
 "PO-Revision-Date: 2009-01-17 10:32+0200\n"
 "Last-Translator: Yaron Shahrabani <sh.yaron at gmail.com>\n"
 "Language-Team: Hebrew <sh.yaron at gmail.com>\n"
@@ -105,43 +105,43 @@ msgstr ""
 msgid "For more information about Free Software and the GNU GPL, visit:"
 msgstr ""
 
-#: src/highscore.c:167
+#: src/highscore.c:165
 msgid "Hall Of Fame"
 msgstr "היכל התהילה"
 
-#: src/highscore.c:187 src/highscore.c:208
+#: src/highscore.c:185 src/highscore.c:206
 msgid "Space Cadet"
 msgstr "טירון"
 
-#: src/highscore.c:190
+#: src/highscore.c:188
 msgid "Scout"
 msgstr "תלמיד"
 
-#: src/highscore.c:193
+#: src/highscore.c:191
 msgid "Ranger"
 msgstr "מתמצא"
 
-#: src/highscore.c:196
+#: src/highscore.c:194
 msgid "Ace"
 msgstr "תותח"
 
-#: src/highscore.c:199
+#: src/highscore.c:197
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:202
+#: src/highscore.c:200
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:205
+#: src/highscore.c:203
 msgid "Fractions"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "You Are In The Hall of Fame!"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "Enter Your Name:"
 msgstr ""
 
@@ -163,19 +163,19 @@ msgstr ""
 msgid "Discuss TuxMath at tuxmath-devel at lists.sourceforge.net"
 msgstr "דון בעתיד טאקסמטיקה ברשימת הדיוור tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:477
+#: src/titlescreen.c:478
 msgid "Work In Progress!"
 msgstr "עבודה בתהליכים!"
 
-#: src/titlescreen.c:478
+#: src/titlescreen.c:479
 msgid "This feature is not ready yet"
 msgstr "תכונה זו אינה מוכנה עדיין"
 
-#: src/titlescreen.c:479
+#: src/titlescreen.c:480
 msgid "Discuss the future of TuxMath at"
 msgstr "דון בעתידה של טאקסמתיקה בקבוצת הדיון"
 
-#: src/titlescreen.c:480
+#: src/titlescreen.c:481
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
diff --git a/po/hu.gmo b/po/hu.gmo
index 7a45419..cd89e16 100644
Binary files a/po/hu.gmo and b/po/hu.gmo differ
diff --git a/po/hu.po b/po/hu.po
index 795e8e3..73187b3 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-28 17:16-0500\n"
+"POT-Creation-Date: 2010-12-05 11:56-0600\n"
 "PO-Revision-Date: 2008-02-11 21:56+0100\n"
 "Last-Translator: Miklos Merenyi <mermik at freemail.hu>\n"
 "Language-Team: LANGUAGE <HU at li.org>\n"
@@ -96,43 +96,43 @@ msgstr ""
 msgid "For more information about Free Software and the GNU GPL, visit:"
 msgstr ""
 
-#: src/highscore.c:167
+#: src/highscore.c:165
 msgid "Hall Of Fame"
 msgstr "Dicsőséglista"
 
-#: src/highscore.c:187 src/highscore.c:208
+#: src/highscore.c:185 src/highscore.c:206
 msgid "Space Cadet"
 msgstr "Újonc"
 
-#: src/highscore.c:190
+#: src/highscore.c:188
 msgid "Scout"
 msgstr "Felderítő"
 
-#: src/highscore.c:193
+#: src/highscore.c:191
 msgid "Ranger"
 msgstr "Járőrparancsnok"
 
-#: src/highscore.c:196
+#: src/highscore.c:194
 msgid "Ace"
 msgstr "Mesterpilóta"
 
-#: src/highscore.c:199
+#: src/highscore.c:197
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:202
+#: src/highscore.c:200
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:205
+#: src/highscore.c:203
 msgid "Fractions"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "You Are In The Hall of Fame!"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "Enter Your Name:"
 msgstr ""
 
@@ -154,19 +154,19 @@ msgstr ""
 msgid "Discuss TuxMath at tuxmath-devel at lists.sourceforge.net"
 msgstr "Levelezőlista (angol nyelvű): tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:477
+#: src/titlescreen.c:478
 msgid "Work In Progress!"
 msgstr "Fejlesztés alatt."
 
-#: src/titlescreen.c:478
+#: src/titlescreen.c:479
 msgid "This feature is not ready yet"
 msgstr "Ez a funkció még nem működik"
 
-#: src/titlescreen.c:479
+#: src/titlescreen.c:480
 msgid "Discuss the future of TuxMath at"
 msgstr "A TuxMath jövőjét itt vitathatod meg:"
 
-#: src/titlescreen.c:480
+#: src/titlescreen.c:481
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
diff --git a/po/it.gmo b/po/it.gmo
index eb93969..738b0d6 100644
Binary files a/po/it.gmo and b/po/it.gmo differ
diff --git a/po/it.po b/po/it.po
index a040ac1..a90ea72 100644
--- a/po/it.po
+++ b/po/it.po
@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-28 17:16-0500\n"
+"POT-Creation-Date: 2010-12-05 11:56-0600\n"
 "PO-Revision-Date: 2008-03-01 11:49+0000\n"
 "Last-Translator: Giovanni Condello <condellog at gmail.com>\n"
 "Language-Team: Italian <it at li.org>\n"
@@ -104,43 +104,43 @@ msgstr ""
 msgid "For more information about Free Software and the GNU GPL, visit:"
 msgstr ""
 
-#: src/highscore.c:167
+#: src/highscore.c:165
 msgid "Hall Of Fame"
 msgstr "Galleria dei campioni"
 
-#: src/highscore.c:187 src/highscore.c:208
+#: src/highscore.c:185 src/highscore.c:206
 msgid "Space Cadet"
 msgstr "Cadetto spaziale"
 
-#: src/highscore.c:190
+#: src/highscore.c:188
 msgid "Scout"
 msgstr "Scout"
 
-#: src/highscore.c:193
+#: src/highscore.c:191
 msgid "Ranger"
 msgstr "Ranger"
 
-#: src/highscore.c:196
+#: src/highscore.c:194
 msgid "Ace"
 msgstr "Asso"
 
-#: src/highscore.c:199
+#: src/highscore.c:197
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:202
+#: src/highscore.c:200
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:205
+#: src/highscore.c:203
 msgid "Fractions"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "You Are In The Hall of Fame!"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "Enter Your Name:"
 msgstr ""
 
@@ -162,19 +162,19 @@ msgstr ""
 msgid "Discuss TuxMath at tuxmath-devel at lists.sourceforge.net"
 msgstr "Discuti del futuro su tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:477
+#: src/titlescreen.c:478
 msgid "Work In Progress!"
 msgstr "Lavori in corso!"
 
-#: src/titlescreen.c:478
+#: src/titlescreen.c:479
 msgid "This feature is not ready yet"
 msgstr "Questa caratteristica non è ancora pronta."
 
-#: src/titlescreen.c:479
+#: src/titlescreen.c:480
 msgid "Discuss the future of TuxMath at"
 msgstr "Discuti del futuro di TuxMatch su"
 
-#: src/titlescreen.c:480
+#: src/titlescreen.c:481
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
diff --git a/po/ja.gmo b/po/ja.gmo
index caface1..287e768 100644
Binary files a/po/ja.gmo and b/po/ja.gmo differ
diff --git a/po/ja.po b/po/ja.po
index 2763bd7..695563d 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-28 17:16-0500\n"
+"POT-Creation-Date: 2010-12-05 11:56-0600\n"
 "PO-Revision-Date: 2008-03-05 15:29+0000\n"
 "Last-Translator: CMasami <Unknown>\n"
 "Language-Team: Japanese <ja at li.org>\n"
@@ -102,43 +102,43 @@ msgstr ""
 msgid "For more information about Free Software and the GNU GPL, visit:"
 msgstr ""
 
-#: src/highscore.c:167
+#: src/highscore.c:165
 msgid "Hall Of Fame"
 msgstr "殿堂入り"
 
-#: src/highscore.c:187 src/highscore.c:208
+#: src/highscore.c:185 src/highscore.c:206
 msgid "Space Cadet"
 msgstr "訓練生"
 
-#: src/highscore.c:190
+#: src/highscore.c:188
 msgid "Scout"
 msgstr "上等兵"
 
-#: src/highscore.c:193
+#: src/highscore.c:191
 msgid "Ranger"
 msgstr "特殊部隊"
 
-#: src/highscore.c:196
+#: src/highscore.c:194
 msgid "Ace"
 msgstr "超能力者"
 
-#: src/highscore.c:199
+#: src/highscore.c:197
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:202
+#: src/highscore.c:200
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:205
+#: src/highscore.c:203
 msgid "Fractions"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "You Are In The Hall of Fame!"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "Enter Your Name:"
 msgstr ""
 
@@ -160,19 +160,19 @@ msgstr ""
 msgid "Discuss TuxMath at tuxmath-devel at lists.sourceforge.net"
 msgstr "連絡先はこちら tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:477
+#: src/titlescreen.c:478
 msgid "Work In Progress!"
 msgstr "作業中!"
 
-#: src/titlescreen.c:478
+#: src/titlescreen.c:479
 msgid "This feature is not ready yet"
 msgstr "この機能はまだありません"
 
-#: src/titlescreen.c:479
+#: src/titlescreen.c:480
 msgid "Discuss the future of TuxMath at"
 msgstr "TuxMathについての要望は"
 
-#: src/titlescreen.c:480
+#: src/titlescreen.c:481
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
diff --git a/po/ku.po b/po/ku.po
index 69b23ac..9c412c4 100644
--- a/po/ku.po
+++ b/po/ku.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-28 17:16-0500\n"
+"POT-Creation-Date: 2010-12-05 11:56-0600\n"
 "PO-Revision-Date: 2009-05-28 12:30+0000\n"
 "Last-Translator: Amed Çeko Jiyan <amedcj at gmail.com>\n"
 "Language-Team: Kurdish <ku at li.org>\n"
@@ -99,43 +99,43 @@ msgstr ""
 msgid "For more information about Free Software and the GNU GPL, visit:"
 msgstr ""
 
-#: src/highscore.c:167
+#: src/highscore.c:165
 msgid "Hall Of Fame"
 msgstr "Hola Navdaran"
 
-#: src/highscore.c:187 src/highscore.c:208
+#: src/highscore.c:185 src/highscore.c:206
 msgid "Space Cadet"
 msgstr "Leşkerê Fezayê"
 
-#: src/highscore.c:190
+#: src/highscore.c:188
 msgid "Scout"
 msgstr "Şopger"
 
-#: src/highscore.c:193
+#: src/highscore.c:191
 msgid "Ranger"
 msgstr "Parazvan"
 
-#: src/highscore.c:196
+#: src/highscore.c:194
 msgid "Ace"
 msgstr "As"
 
-#: src/highscore.c:199
+#: src/highscore.c:197
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:202
+#: src/highscore.c:200
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:205
+#: src/highscore.c:203
 msgid "Fractions"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "You Are In The Hall of Fame!"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "Enter Your Name:"
 msgstr ""
 
@@ -159,19 +159,19 @@ msgstr ""
 "Dikarî ji navnîşana tuxmath-devel at lists.sourceforge.net tevli nîqaşên ji bo "
 "dahatûya bernameyê bibî."
 
-#: src/titlescreen.c:477
+#: src/titlescreen.c:478
 msgid "Work In Progress!"
 msgstr "Kiriyar Didome!"
 
-#: src/titlescreen.c:478
+#: src/titlescreen.c:479
 msgid "This feature is not ready yet"
 msgstr "Ev taybetmendî hê ne amade ye"
 
-#: src/titlescreen.c:479
+#: src/titlescreen.c:480
 msgid "Discuss the future of TuxMath at"
 msgstr "Sohbeta der barê dahatûya TuxMathê de"
 
-#: src/titlescreen.c:480
+#: src/titlescreen.c:481
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
diff --git a/po/nb.gmo b/po/nb.gmo
index e4fd78d..0644ab9 100644
Binary files a/po/nb.gmo and b/po/nb.gmo differ
diff --git a/po/nb.po b/po/nb.po
index 8c20ce4..a1066b9 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: nb\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-28 17:16-0500\n"
+"POT-Creation-Date: 2010-12-05 11:56-0600\n"
 "PO-Revision-Date: 2008-09-21 19:08+0200\n"
 "Last-Translator: Karl Ove Hufthammer <karl at huftis.org>\n"
 "Language-Team: Norwegian Nynorsk <i18n-nn at lister.ping.uio.no>\n"
@@ -99,43 +99,43 @@ msgstr ""
 msgid "For more information about Free Software and the GNU GPL, visit:"
 msgstr ""
 
-#: src/highscore.c:167
+#: src/highscore.c:165
 msgid "Hall Of Fame"
 msgstr "Rekordar"
 
-#: src/highscore.c:187 src/highscore.c:208
+#: src/highscore.c:185 src/highscore.c:206
 msgid "Space Cadet"
 msgstr "Romkadett"
 
-#: src/highscore.c:190
+#: src/highscore.c:188
 msgid "Scout"
 msgstr "Romlærling"
 
-#: src/highscore.c:193
+#: src/highscore.c:191
 msgid "Ranger"
 msgstr "Romvokter"
 
-#: src/highscore.c:196
+#: src/highscore.c:194
 msgid "Ace"
 msgstr "Romsjef"
 
-#: src/highscore.c:199
+#: src/highscore.c:197
 msgid "Commando"
 msgstr "Romkommandør"
 
-#: src/highscore.c:202
+#: src/highscore.c:200
 msgid "Factors"
 msgstr "Faktorer"
 
-#: src/highscore.c:205
+#: src/highscore.c:203
 msgid "Fractions"
 msgstr "Brøker"
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "You Are In The Hall of Fame!"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "Enter Your Name:"
 msgstr ""
 
@@ -157,19 +157,19 @@ msgstr ""
 msgid "Discuss TuxMath at tuxmath-devel at lists.sourceforge.net"
 msgstr "Diskuter framtiden på tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:477
+#: src/titlescreen.c:478
 msgid "Work In Progress!"
 msgstr "Uferdig!"
 
-#: src/titlescreen.c:478
+#: src/titlescreen.c:479
 msgid "This feature is not ready yet"
 msgstr "Denne funksjonen er ikke klar ennå."
 
-#: src/titlescreen.c:479
+#: src/titlescreen.c:480
 msgid "Discuss the future of TuxMath at"
 msgstr "Diskuter fremtiden til TuxMath på"
 
-#: src/titlescreen.c:480
+#: src/titlescreen.c:481
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
diff --git a/po/nl.gmo b/po/nl.gmo
index c4cccb7..9dce6da 100644
Binary files a/po/nl.gmo and b/po/nl.gmo differ
diff --git a/po/nl.po b/po/nl.po
index 468852c..354c2c5 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-28 17:16-0500\n"
+"POT-Creation-Date: 2010-12-05 11:56-0600\n"
 "PO-Revision-Date: 2007-11-15 09:00+0100\n"
 "Last-Translator: Schrijvers Luc <Begasus at skynet.be>\n"
 "Language-Team: Dutch <LL at li.org>\n"
@@ -97,43 +97,43 @@ msgstr ""
 msgid "For more information about Free Software and the GNU GPL, visit:"
 msgstr ""
 
-#: src/highscore.c:167
+#: src/highscore.c:165
 msgid "Hall Of Fame"
 msgstr "Hoogste scores"
 
-#: src/highscore.c:187 src/highscore.c:208
+#: src/highscore.c:185 src/highscore.c:206
 msgid "Space Cadet"
 msgstr "Ruimte kadet"
 
-#: src/highscore.c:190
+#: src/highscore.c:188
 msgid "Scout"
 msgstr "Scout"
 
-#: src/highscore.c:193
+#: src/highscore.c:191
 msgid "Ranger"
 msgstr "Ranger"
 
-#: src/highscore.c:196
+#: src/highscore.c:194
 msgid "Ace"
 msgstr "Ace"
 
-#: src/highscore.c:199
+#: src/highscore.c:197
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:202
+#: src/highscore.c:200
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:205
+#: src/highscore.c:203
 msgid "Fractions"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "You Are In The Hall of Fame!"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "Enter Your Name:"
 msgstr ""
 
@@ -155,19 +155,19 @@ msgstr ""
 msgid "Discuss TuxMath at tuxmath-devel at lists.sourceforge.net"
 msgstr "Praat over de toekomst via tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:477
+#: src/titlescreen.c:478
 msgid "Work In Progress!"
 msgstr "Werk in uitvoering"
 
-#: src/titlescreen.c:478
+#: src/titlescreen.c:479
 msgid "This feature is not ready yet"
 msgstr "Deze functie is nog niet beschikbaar"
 
-#: src/titlescreen.c:479
+#: src/titlescreen.c:480
 msgid "Discuss the future of TuxMath at"
 msgstr "Praat over de toekomst van TuxMath op"
 
-#: src/titlescreen.c:480
+#: src/titlescreen.c:481
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
diff --git a/po/nn.gmo b/po/nn.gmo
index bc22189..e9f6a9a 100644
Binary files a/po/nn.gmo and b/po/nn.gmo differ
diff --git a/po/nn.po b/po/nn.po
index add8726..3069622 100644
--- a/po/nn.po
+++ b/po/nn.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: nn\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-28 17:16-0500\n"
+"POT-Creation-Date: 2010-12-05 11:56-0600\n"
 "PO-Revision-Date: 2009-04-16 18:58+0200\n"
 "Last-Translator: Karl Ove Hufthammer <karl at huftis.org>\n"
 "Language-Team: Norwegian Nynorsk <i18n-nn at lister.ping.uio.no>\n"
@@ -110,43 +110,43 @@ msgid "For more information about Free Software and the GNU GPL, visit:"
 msgstr ""
 "For meir informasjon om fri programvare og GNU GPL, kan du vitja nettstaden"
 
-#: src/highscore.c:167
+#: src/highscore.c:165
 msgid "Hall Of Fame"
 msgstr "Rekordar"
 
-#: src/highscore.c:187 src/highscore.c:208
+#: src/highscore.c:185 src/highscore.c:206
 msgid "Space Cadet"
 msgstr "Romkadett"
 
-#: src/highscore.c:190
+#: src/highscore.c:188
 msgid "Scout"
 msgstr "Romlærling"
 
-#: src/highscore.c:193
+#: src/highscore.c:191
 msgid "Ranger"
 msgstr "Romvaktar"
 
-#: src/highscore.c:196
+#: src/highscore.c:194
 msgid "Ace"
 msgstr "Romsjef"
 
-#: src/highscore.c:199
+#: src/highscore.c:197
 msgid "Commando"
 msgstr "Romkommandør"
 
-#: src/highscore.c:202
+#: src/highscore.c:200
 msgid "Factors"
 msgstr "Faktorar"
 
-#: src/highscore.c:205
+#: src/highscore.c:203
 msgid "Fractions"
 msgstr "Brøkar"
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "You Are In The Hall of Fame!"
 msgstr "Du fekk ein ny rekord!"
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "Enter Your Name:"
 msgstr "Skriv inn namnet ditt:"
 
@@ -168,19 +168,19 @@ msgstr ""
 msgid "Discuss TuxMath at tuxmath-devel at lists.sourceforge.net"
 msgstr "Diskuter framtida på tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:477
+#: src/titlescreen.c:478
 msgid "Work In Progress!"
 msgstr "Uferdig!"
 
-#: src/titlescreen.c:478
+#: src/titlescreen.c:479
 msgid "This feature is not ready yet"
 msgstr "Denne funksjonen er ikkje klar enno."
 
-#: src/titlescreen.c:479
+#: src/titlescreen.c:480
 msgid "Discuss the future of TuxMath at"
 msgstr "Diskuter framtida til TuxMath på"
 
-#: src/titlescreen.c:480
+#: src/titlescreen.c:481
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
diff --git a/po/oc.gmo b/po/oc.gmo
index f1c2860..af1ff39 100644
Binary files a/po/oc.gmo and b/po/oc.gmo differ
diff --git a/po/oc.po b/po/oc.po
index ba2689b..b368415 100644
--- a/po/oc.po
+++ b/po/oc.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-28 17:16-0500\n"
+"POT-Creation-Date: 2010-12-05 11:56-0600\n"
 "PO-Revision-Date: 2008-02-25 16:55+0000\n"
 "Last-Translator: Yannig MARCHEGAY (Kokoyaya) <yannig at marchegay.org>\n"
 "Language-Team: Occitan (post 1500) <oc at li.org>\n"
@@ -101,43 +101,43 @@ msgstr ""
 msgid "For more information about Free Software and the GNU GPL, visit:"
 msgstr ""
 
-#: src/highscore.c:167
+#: src/highscore.c:165
 msgid "Hall Of Fame"
 msgstr ""
 
-#: src/highscore.c:187 src/highscore.c:208
+#: src/highscore.c:185 src/highscore.c:206
 msgid "Space Cadet"
 msgstr ""
 
-#: src/highscore.c:190
+#: src/highscore.c:188
 msgid "Scout"
 msgstr ""
 
-#: src/highscore.c:193
+#: src/highscore.c:191
 msgid "Ranger"
 msgstr ""
 
-#: src/highscore.c:196
+#: src/highscore.c:194
 msgid "Ace"
 msgstr ""
 
-#: src/highscore.c:199
+#: src/highscore.c:197
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:202
+#: src/highscore.c:200
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:205
+#: src/highscore.c:203
 msgid "Fractions"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "You Are In The Hall of Fame!"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "Enter Your Name:"
 msgstr ""
 
@@ -158,19 +158,19 @@ msgstr ""
 msgid "Discuss TuxMath at tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:477
+#: src/titlescreen.c:478
 msgid "Work In Progress!"
 msgstr ""
 
-#: src/titlescreen.c:478
+#: src/titlescreen.c:479
 msgid "This feature is not ready yet"
 msgstr ""
 
-#: src/titlescreen.c:479
+#: src/titlescreen.c:480
 msgid "Discuss the future of TuxMath at"
 msgstr ""
 
-#: src/titlescreen.c:480
+#: src/titlescreen.c:481
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
diff --git a/po/pl.gmo b/po/pl.gmo
index 6bea793..d81cf1d 100644
Binary files a/po/pl.gmo and b/po/pl.gmo differ
diff --git a/po/pl.po b/po/pl.po
index 4873e02..230eba9 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-28 17:16-0500\n"
+"POT-Creation-Date: 2010-12-05 11:56-0600\n"
 "PO-Revision-Date: 2008-02-25 18:43+0000\n"
 "Last-Translator: Mateusz Tybura <wujciol at gmail.com>\n"
 "Language-Team: Polish <pl at li.org>\n"
@@ -104,43 +104,43 @@ msgstr ""
 msgid "For more information about Free Software and the GNU GPL, visit:"
 msgstr ""
 
-#: src/highscore.c:167
+#: src/highscore.c:165
 msgid "Hall Of Fame"
 msgstr "Lista najlepszych"
 
-#: src/highscore.c:187 src/highscore.c:208
+#: src/highscore.c:185 src/highscore.c:206
 msgid "Space Cadet"
 msgstr "Kosmiczny Kadet"
 
-#: src/highscore.c:190
+#: src/highscore.c:188
 msgid "Scout"
 msgstr "Strzelec"
 
-#: src/highscore.c:193
+#: src/highscore.c:191
 msgid "Ranger"
 msgstr "Strażnik"
 
-#: src/highscore.c:196
+#: src/highscore.c:194
 msgid "Ace"
 msgstr "As"
 
-#: src/highscore.c:199
+#: src/highscore.c:197
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:202
+#: src/highscore.c:200
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:205
+#: src/highscore.c:203
 msgid "Fractions"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "You Are In The Hall of Fame!"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "Enter Your Name:"
 msgstr ""
 
@@ -162,19 +162,19 @@ msgstr ""
 msgid "Discuss TuxMath at tuxmath-devel at lists.sourceforge.net"
 msgstr "Dyskutuj na temat przyszłości na tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:477
+#: src/titlescreen.c:478
 msgid "Work In Progress!"
 msgstr "Prace trwają!"
 
-#: src/titlescreen.c:478
+#: src/titlescreen.c:479
 msgid "This feature is not ready yet"
 msgstr "Ta cecha jeszcze nie jest gotowa"
 
-#: src/titlescreen.c:479
+#: src/titlescreen.c:480
 msgid "Discuss the future of TuxMath at"
 msgstr "Dyskusje na temat przyszłości Tuxmath na"
 
-#: src/titlescreen.c:480
+#: src/titlescreen.c:481
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
diff --git a/po/pt.gmo b/po/pt.gmo
index 8f3c357..904c236 100644
Binary files a/po/pt.gmo and b/po/pt.gmo differ
diff --git a/po/pt.po b/po/pt.po
index 1dcfbc7..888f929 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-28 17:16-0500\n"
+"POT-Creation-Date: 2010-12-05 11:56-0600\n"
 "PO-Revision-Date: 2009-10-14 16:04+0100\n"
 "Last-Translator: Pedro Amorim <pedro_amorim at live.com.pt>\n"
 "Language-Team: Portuguese <pt at li.org>\n"
@@ -114,43 +114,43 @@ msgstr ""
 msgid "For more information about Free Software and the GNU GPL, visit:"
 msgstr "Para mais informações sobre Software Livre e da GNU GPL, visite:"
 
-#: src/highscore.c:167
+#: src/highscore.c:165
 msgid "Hall Of Fame"
 msgstr "Corredor da Fama"
 
-#: src/highscore.c:187 src/highscore.c:208
+#: src/highscore.c:185 src/highscore.c:206
 msgid "Space Cadet"
 msgstr "Cadete Espacial"
 
-#: src/highscore.c:190
+#: src/highscore.c:188
 msgid "Scout"
 msgstr "Batedor"
 
-#: src/highscore.c:193
+#: src/highscore.c:191
 msgid "Ranger"
 msgstr "Ranger"
 
-#: src/highscore.c:196
+#: src/highscore.c:194
 msgid "Ace"
 msgstr "Ás"
 
-#: src/highscore.c:199
+#: src/highscore.c:197
 msgid "Commando"
 msgstr "Comando"
 
-#: src/highscore.c:202
+#: src/highscore.c:200
 msgid "Factors"
 msgstr "Factores"
 
-#: src/highscore.c:205
+#: src/highscore.c:203
 msgid "Fractions"
 msgstr "Divisões"
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "You Are In The Hall of Fame!"
 msgstr "Tu estás no Corredor da Fama"
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "Enter Your Name:"
 msgstr "Coloca o Teu Nome:"
 
@@ -172,19 +172,19 @@ msgstr ""
 msgid "Discuss TuxMath at tuxmath-devel at lists.sourceforge.net"
 msgstr "Discuta o futuro em tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:477
+#: src/titlescreen.c:478
 msgid "Work In Progress!"
 msgstr "Trabalho em Progresso!"
 
-#: src/titlescreen.c:478
+#: src/titlescreen.c:479
 msgid "This feature is not ready yet"
 msgstr "Este recurso ainda não está pronto"
 
-#: src/titlescreen.c:479
+#: src/titlescreen.c:480
 msgid "Discuss the future of TuxMath at"
 msgstr "Discuta o futuro do TuxMath em"
 
-#: src/titlescreen.c:480
+#: src/titlescreen.c:481
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
diff --git a/po/pt_BR.gmo b/po/pt_BR.gmo
index 6b8b813..b8b010f 100644
Binary files a/po/pt_BR.gmo and b/po/pt_BR.gmo differ
diff --git a/po/pt_BR.po b/po/pt_BR.po
index cf834bd..29b07ea 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -13,7 +13,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-28 17:16-0500\n"
+"POT-Creation-Date: 2010-12-05 11:56-0600\n"
 "PO-Revision-Date: 2008-03-03 21:35+0000\n"
 "Last-Translator: Laudeci Oliveira <laudeci at gmail.com>\n"
 "Language-Team: Brazilian Portuguese <pt_BR at li.org>\n"
@@ -105,43 +105,43 @@ msgstr ""
 msgid "For more information about Free Software and the GNU GPL, visit:"
 msgstr ""
 
-#: src/highscore.c:167
+#: src/highscore.c:165
 msgid "Hall Of Fame"
 msgstr "Hall da Fama"
 
-#: src/highscore.c:187 src/highscore.c:208
+#: src/highscore.c:185 src/highscore.c:206
 msgid "Space Cadet"
 msgstr "Cadete Espacial"
 
-#: src/highscore.c:190
+#: src/highscore.c:188
 msgid "Scout"
 msgstr "Sentinela"
 
-#: src/highscore.c:193
+#: src/highscore.c:191
 msgid "Ranger"
 msgstr "Defensor"
 
-#: src/highscore.c:196
+#: src/highscore.c:194
 msgid "Ace"
 msgstr "Especialista"
 
-#: src/highscore.c:199
+#: src/highscore.c:197
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:202
+#: src/highscore.c:200
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:205
+#: src/highscore.c:203
 msgid "Fractions"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "You Are In The Hall of Fame!"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "Enter Your Name:"
 msgstr ""
 
@@ -163,19 +163,19 @@ msgstr ""
 msgid "Discuss TuxMath at tuxmath-devel at lists.sourceforge.net"
 msgstr "Discutir o futuro em tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:477
+#: src/titlescreen.c:478
 msgid "Work In Progress!"
 msgstr "Trabalho em curso"
 
-#: src/titlescreen.c:478
+#: src/titlescreen.c:479
 msgid "This feature is not ready yet"
 msgstr "Esta função ainda não está disponível"
 
-#: src/titlescreen.c:479
+#: src/titlescreen.c:480
 msgid "Discuss the future of TuxMath at"
 msgstr "Discutir o futuro do TuxMath em"
 
-#: src/titlescreen.c:480
+#: src/titlescreen.c:481
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
diff --git a/po/ru.gmo b/po/ru.gmo
index fa874c9..2440ca4 100644
Binary files a/po/ru.gmo and b/po/ru.gmo differ
diff --git a/po/ru.po b/po/ru.po
index d7ef3fd..87b48d6 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-28 17:16-0500\n"
+"POT-Creation-Date: 2010-12-05 11:56-0600\n"
 "PO-Revision-Date: 2008-03-01 06:56+0000\n"
 "Last-Translator: Александр AldeX Крылов <Unknown>\n"
 "Language-Team: Russian <ru at li.org>\n"
@@ -102,43 +102,43 @@ msgstr ""
 msgid "For more information about Free Software and the GNU GPL, visit:"
 msgstr ""
 
-#: src/highscore.c:167
+#: src/highscore.c:165
 msgid "Hall Of Fame"
 msgstr "Зал славы"
 
-#: src/highscore.c:187 src/highscore.c:208
+#: src/highscore.c:185 src/highscore.c:206
 msgid "Space Cadet"
 msgstr "Космический курсант"
 
-#: src/highscore.c:190
+#: src/highscore.c:188
 msgid "Scout"
 msgstr "Разведчик"
 
-#: src/highscore.c:193
+#: src/highscore.c:191
 msgid "Ranger"
 msgstr "Рейнджер"
 
-#: src/highscore.c:196
+#: src/highscore.c:194
 msgid "Ace"
 msgstr "Ас"
 
-#: src/highscore.c:199
+#: src/highscore.c:197
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:202
+#: src/highscore.c:200
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:205
+#: src/highscore.c:203
 msgid "Fractions"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "You Are In The Hall of Fame!"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "Enter Your Name:"
 msgstr ""
 
@@ -160,19 +160,19 @@ msgstr ""
 msgid "Discuss TuxMath at tuxmath-devel at lists.sourceforge.net"
 msgstr "Обсудите будущее программы на tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:477
+#: src/titlescreen.c:478
 msgid "Work In Progress!"
 msgstr "Работа продолжается!"
 
-#: src/titlescreen.c:478
+#: src/titlescreen.c:479
 msgid "This feature is not ready yet"
 msgstr "Эта функция пока не готова"
 
-#: src/titlescreen.c:479
+#: src/titlescreen.c:480
 msgid "Discuss the future of TuxMath at"
 msgstr "Обсудить будущее TuxMath на"
 
-#: src/titlescreen.c:480
+#: src/titlescreen.c:481
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
diff --git a/po/sk.gmo b/po/sk.gmo
index 5f3585d..2949738 100644
Binary files a/po/sk.gmo and b/po/sk.gmo differ
diff --git a/po/sk.po b/po/sk.po
index 556468c..3ef1987 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-28 17:16-0500\n"
+"POT-Creation-Date: 2010-12-05 11:56-0600\n"
 "PO-Revision-Date: 2008-03-16 09:41+0000\n"
 "Last-Translator: Štefan Lučivjanský <lucorp at azet.sk>\n"
 "Language-Team: Slovak <sk at li.org>\n"
@@ -102,43 +102,43 @@ msgstr ""
 msgid "For more information about Free Software and the GNU GPL, visit:"
 msgstr ""
 
-#: src/highscore.c:167
+#: src/highscore.c:165
 msgid "Hall Of Fame"
 msgstr "Sieň slávy"
 
-#: src/highscore.c:187 src/highscore.c:208
+#: src/highscore.c:185 src/highscore.c:206
 msgid "Space Cadet"
 msgstr "Vesmírny kadet"
 
-#: src/highscore.c:190
+#: src/highscore.c:188
 msgid "Scout"
 msgstr "Skaut"
 
-#: src/highscore.c:193
+#: src/highscore.c:191
 msgid "Ranger"
 msgstr "Poručík"
 
-#: src/highscore.c:196
+#: src/highscore.c:194
 msgid "Ace"
 msgstr "Eso"
 
-#: src/highscore.c:199
+#: src/highscore.c:197
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:202
+#: src/highscore.c:200
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:205
+#: src/highscore.c:203
 msgid "Fractions"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "You Are In The Hall of Fame!"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "Enter Your Name:"
 msgstr ""
 
@@ -160,19 +160,19 @@ msgstr ""
 msgid "Discuss TuxMath at tuxmath-devel at lists.sourceforge.net"
 msgstr "Diskutuj o budúcnosti na tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:477
+#: src/titlescreen.c:478
 msgid "Work In Progress!"
 msgstr "Spracováva sa!"
 
-#: src/titlescreen.c:478
+#: src/titlescreen.c:479
 msgid "This feature is not ready yet"
 msgstr "Táto vlastnosť ešte nie je pripravená"
 
-#: src/titlescreen.c:479
+#: src/titlescreen.c:480
 msgid "Discuss the future of TuxMath at"
 msgstr "Diskutuj o budúcnosti TuxMath na"
 
-#: src/titlescreen.c:480
+#: src/titlescreen.c:481
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
diff --git a/po/sl.po b/po/sl.po
index be85b2e..b44e0a0 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-28 17:16-0500\n"
+"POT-Creation-Date: 2010-12-05 11:56-0600\n"
 "PO-Revision-Date: 2008-07-17 12:30+0000\n"
 "Last-Translator: Štefan Baebler <Unknown>\n"
 "Language-Team: Slovenian <sl at li.org>\n"
@@ -99,43 +99,43 @@ msgstr ""
 msgid "For more information about Free Software and the GNU GPL, visit:"
 msgstr ""
 
-#: src/highscore.c:167
+#: src/highscore.c:165
 msgid "Hall Of Fame"
 msgstr ""
 
-#: src/highscore.c:187 src/highscore.c:208
+#: src/highscore.c:185 src/highscore.c:206
 msgid "Space Cadet"
 msgstr ""
 
-#: src/highscore.c:190
+#: src/highscore.c:188
 msgid "Scout"
 msgstr "Tabornik"
 
-#: src/highscore.c:193
+#: src/highscore.c:191
 msgid "Ranger"
 msgstr "Čuvaj"
 
-#: src/highscore.c:196
+#: src/highscore.c:194
 msgid "Ace"
 msgstr "As"
 
-#: src/highscore.c:199
+#: src/highscore.c:197
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:202
+#: src/highscore.c:200
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:205
+#: src/highscore.c:203
 msgid "Fractions"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "You Are In The Hall of Fame!"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "Enter Your Name:"
 msgstr ""
 
@@ -157,19 +157,19 @@ msgstr ""
 msgid "Discuss TuxMath at tuxmath-devel at lists.sourceforge.net"
 msgstr "Pogovor o prihodnosti na tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:477
+#: src/titlescreen.c:478
 msgid "Work In Progress!"
 msgstr "Delo še poteka!"
 
-#: src/titlescreen.c:478
+#: src/titlescreen.c:479
 msgid "This feature is not ready yet"
 msgstr "Ta možnost še ni pripravljena"
 
-#: src/titlescreen.c:479
+#: src/titlescreen.c:480
 msgid "Discuss the future of TuxMath at"
 msgstr "Pogovor o prihodnsti programa TuxMath na"
 
-#: src/titlescreen.c:480
+#: src/titlescreen.c:481
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
diff --git a/po/sv.gmo b/po/sv.gmo
index 5bdc5e4..dd5ea13 100644
Binary files a/po/sv.gmo and b/po/sv.gmo differ
diff --git a/po/sv.po b/po/sv.po
index 9e7da5d..75b1e63 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-28 17:16-0500\n"
+"POT-Creation-Date: 2010-12-05 11:56-0600\n"
 "PO-Revision-Date: \n"
 "Last-Translator: Daniel Nylander <po at danielnylander.se>\n"
 "Language-Team: Swedish <tp-sv at listor.tp-sv.se>\n"
@@ -98,43 +98,43 @@ msgstr ""
 msgid "For more information about Free Software and the GNU GPL, visit:"
 msgstr ""
 
-#: src/highscore.c:167
+#: src/highscore.c:165
 msgid "Hall Of Fame"
 msgstr "Poänglistan"
 
-#: src/highscore.c:187 src/highscore.c:208
+#: src/highscore.c:185 src/highscore.c:206
 msgid "Space Cadet"
 msgstr "Rymdkadett"
 
-#: src/highscore.c:190
+#: src/highscore.c:188
 msgid "Scout"
 msgstr "Scout"
 
-#: src/highscore.c:193
+#: src/highscore.c:191
 msgid "Ranger"
 msgstr "Jägare"
 
-#: src/highscore.c:196
+#: src/highscore.c:194
 msgid "Ace"
 msgstr "Mästare"
 
-#: src/highscore.c:199
+#: src/highscore.c:197
 msgid "Commando"
 msgstr "Kommandosoldat"
 
-#: src/highscore.c:202
+#: src/highscore.c:200
 msgid "Factors"
 msgstr "Nämnare"
 
-#: src/highscore.c:205
+#: src/highscore.c:203
 msgid "Fractions"
 msgstr "Bråk"
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "You Are In The Hall of Fame!"
 msgstr "Du kom med på poänglistan!"
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "Enter Your Name:"
 msgstr "Skriv ditt namn:"
 
@@ -156,19 +156,19 @@ msgstr ""
 msgid "Discuss TuxMath at tuxmath-devel at lists.sourceforge.net"
 msgstr "Diskutera framtiden på tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:477
+#: src/titlescreen.c:478
 msgid "Work In Progress!"
 msgstr "Arbete pågår!"
 
-#: src/titlescreen.c:478
+#: src/titlescreen.c:479
 msgid "This feature is not ready yet"
 msgstr "Denna funktion är inte färdig ännu"
 
-#: src/titlescreen.c:479
+#: src/titlescreen.c:480
 msgid "Discuss the future of TuxMath at"
 msgstr "Diskutera framtiden för TuxMath på"
 
-#: src/titlescreen.c:480
+#: src/titlescreen.c:481
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
diff --git a/po/tr.gmo b/po/tr.gmo
index a3a8bd1..21fb25e 100644
Binary files a/po/tr.gmo and b/po/tr.gmo differ
diff --git a/po/tr.po b/po/tr.po
index ef88608..6138919 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tr2\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-28 17:16-0500\n"
+"POT-Creation-Date: 2010-12-05 11:56-0600\n"
 "PO-Revision-Date: 2008-12-07 15:54+0200\n"
 "Last-Translator: Doruk Fisek <dfisek at fisek.com.tr>\n"
 "Language-Team: Turkish <gnu-tr-u12a at lists.sourceforge.net>\n"
@@ -97,43 +97,43 @@ msgstr ""
 msgid "For more information about Free Software and the GNU GPL, visit:"
 msgstr ""
 
-#: src/highscore.c:167
+#: src/highscore.c:165
 msgid "Hall Of Fame"
 msgstr "Gurur Tablosu"
 
-#: src/highscore.c:187 src/highscore.c:208
+#: src/highscore.c:185 src/highscore.c:206
 msgid "Space Cadet"
 msgstr "Uzay Tertibi"
 
-#: src/highscore.c:190
+#: src/highscore.c:188
 msgid "Scout"
 msgstr "İzci"
 
-#: src/highscore.c:193
+#: src/highscore.c:191
 msgid "Ranger"
 msgstr "Korucu"
 
-#: src/highscore.c:196
+#: src/highscore.c:194
 msgid "Ace"
 msgstr "As"
 
-#: src/highscore.c:199
+#: src/highscore.c:197
 msgid "Commando"
 msgstr "Komando"
 
-#: src/highscore.c:202
+#: src/highscore.c:200
 msgid "Factors"
 msgstr "Çarpanlar"
 
-#: src/highscore.c:205
+#: src/highscore.c:203
 msgid "Fractions"
 msgstr "Kesirler"
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "You Are In The Hall of Fame!"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "Enter Your Name:"
 msgstr ""
 
@@ -157,19 +157,19 @@ msgstr ""
 "tuxmath-devel at lists.sourceforge.net e-posta listesinde TuxMath'in geleceğini "
 "tartışabilirsin"
 
-#: src/titlescreen.c:477
+#: src/titlescreen.c:478
 msgid "Work In Progress!"
 msgstr "Çalışmalar Sürüyor!"
 
-#: src/titlescreen.c:478
+#: src/titlescreen.c:479
 msgid "This feature is not ready yet"
 msgstr "Bu özellik henüz hazır değil"
 
-#: src/titlescreen.c:479
+#: src/titlescreen.c:480
 msgid "Discuss the future of TuxMath at"
 msgstr "Tuxmath'in geleceğini tartışıldığı liste :"
 
-#: src/titlescreen.c:480
+#: src/titlescreen.c:481
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
diff --git a/po/vi.po b/po/vi.po
index 3652821..ae025c9 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-28 17:16-0500\n"
+"POT-Creation-Date: 2010-12-05 11:56-0600\n"
 "PO-Revision-Date: 2008-07-22 18:01+0000\n"
 "Last-Translator: lusiads <Unknown>\n"
 "Language-Team: Vietnamese <vi at li.org>\n"
@@ -99,43 +99,43 @@ msgstr ""
 msgid "For more information about Free Software and the GNU GPL, visit:"
 msgstr ""
 
-#: src/highscore.c:167
+#: src/highscore.c:165
 msgid "Hall Of Fame"
 msgstr "Nhà lưu niệm"
 
-#: src/highscore.c:187 src/highscore.c:208
+#: src/highscore.c:185 src/highscore.c:206
 msgid "Space Cadet"
 msgstr "Space Cadet"
 
-#: src/highscore.c:190
+#: src/highscore.c:188
 msgid "Scout"
 msgstr "Trinh sát"
 
-#: src/highscore.c:193
+#: src/highscore.c:191
 msgid "Ranger"
 msgstr "Ranger"
 
-#: src/highscore.c:196
+#: src/highscore.c:194
 msgid "Ace"
 msgstr "Ace"
 
-#: src/highscore.c:199
+#: src/highscore.c:197
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:202
+#: src/highscore.c:200
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:205
+#: src/highscore.c:203
 msgid "Fractions"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "You Are In The Hall of Fame!"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "Enter Your Name:"
 msgstr ""
 
@@ -157,19 +157,19 @@ msgstr ""
 msgid "Discuss TuxMath at tuxmath-devel at lists.sourceforge.net"
 msgstr "Thảo luận về tương lai tại tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:477
+#: src/titlescreen.c:478
 msgid "Work In Progress!"
 msgstr "Đang được thực hiện!"
 
-#: src/titlescreen.c:478
+#: src/titlescreen.c:479
 msgid "This feature is not ready yet"
 msgstr "Tính năng này chưa sẵn sàng"
 
-#: src/titlescreen.c:479
+#: src/titlescreen.c:480
 msgid "Discuss the future of TuxMath at"
 msgstr "Thảo luận tương lại của TuxMath tại"
 
-#: src/titlescreen.c:480
+#: src/titlescreen.c:481
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
diff --git a/po/zam.po b/po/zam.po
index 74c7aaf..34f76e6 100644
--- a/po/zam.po
+++ b/po/zam.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 1.6.2\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-28 17:16-0500\n"
+"POT-Creation-Date: 2010-12-05 11:56-0600\n"
 "PO-Revision-Date: 2009-09-23 17:52-0600\n"
 "Last-Translator: Rodrigo Perez <rodpera at yahoo.com>\n"
 "Language-Team: espanol <LL at li.org>\n"
@@ -98,43 +98,43 @@ msgstr ""
 msgid "For more information about Free Software and the GNU GPL, visit:"
 msgstr ""
 
-#: src/highscore.c:167
+#: src/highscore.c:165
 msgid "Hall Of Fame"
 msgstr "sala de fama"
 
-#: src/highscore.c:187 src/highscore.c:208
+#: src/highscore.c:185 src/highscore.c:206
 msgid "Space Cadet"
 msgstr "cadete espacial"
 
-#: src/highscore.c:190
+#: src/highscore.c:188
 msgid "Scout"
 msgstr "escout"
 
-#: src/highscore.c:193
+#: src/highscore.c:191
 msgid "Ranger"
 msgstr "guardador"
 
-#: src/highscore.c:196
+#: src/highscore.c:194
 msgid "Ace"
 msgstr "Yeég"
 
-#: src/highscore.c:199
+#: src/highscore.c:197
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:202
+#: src/highscore.c:200
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:205
+#: src/highscore.c:203
 msgid "Fractions"
 msgstr "Fracciones"
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "You Are In The Hall of Fame!"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "Enter Your Name:"
 msgstr "Taá leel"
 
@@ -158,19 +158,19 @@ msgstr ""
 msgid "Discuss TuxMath at tuxmath-devel at lists.sourceforge.net"
 msgstr "discute el futuro en tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:477
+#: src/titlescreen.c:478
 msgid "Work In Progress!"
 msgstr "Deé thus kue kue "
 
-#: src/titlescreen.c:478
+#: src/titlescreen.c:479
 msgid "This feature is not ready yet"
 msgstr "Naá reshint  kue"
 
-#: src/titlescreen.c:479
+#: src/titlescreen.c:480
 msgid "Discuss the future of TuxMath at"
 msgstr "para discutir el futuro de TuxMath puedes ir a"
 
-#: src/titlescreen.c:480
+#: src/titlescreen.c:481
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr ""
 
diff --git a/po/zh_CN.gmo b/po/zh_CN.gmo
index 522f626..73c04d2 100644
Binary files a/po/zh_CN.gmo and b/po/zh_CN.gmo differ
diff --git a/po/zh_CN.po b/po/zh_CN.po
index c337962..5051e15 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-28 17:16-0500\n"
+"POT-Creation-Date: 2010-12-05 11:56-0600\n"
 "PO-Revision-Date: 2009-02-07 18:04+0800\n"
 "Last-Translator: Xavier <XavierXavierye at gmail.com>\n"
 "Language-Team: Simplified Chinese <zh_CN at li.org>\n"
@@ -101,43 +101,43 @@ msgstr ""
 msgid "For more information about Free Software and the GNU GPL, visit:"
 msgstr ""
 
-#: src/highscore.c:167
+#: src/highscore.c:165
 msgid "Hall Of Fame"
 msgstr "排行榜"
 
-#: src/highscore.c:187 src/highscore.c:208
+#: src/highscore.c:185 src/highscore.c:206
 msgid "Space Cadet"
 msgstr "太空警"
 
-#: src/highscore.c:190
+#: src/highscore.c:188
 msgid "Scout"
 msgstr "童子军"
 
-#: src/highscore.c:193
+#: src/highscore.c:191
 msgid "Ranger"
 msgstr "巡逻兵"
 
-#: src/highscore.c:196
+#: src/highscore.c:194
 msgid "Ace"
 msgstr "王牌飞行员"
 
-#: src/highscore.c:199
+#: src/highscore.c:197
 msgid "Commando"
 msgstr "突击队"
 
-#: src/highscore.c:202
+#: src/highscore.c:200
 msgid "Factors"
 msgstr "系数"
 
-#: src/highscore.c:205
+#: src/highscore.c:203
 msgid "Fractions"
 msgstr "分数"
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "You Are In The Hall of Fame!"
 msgstr ""
 
-#: src/highscore.c:286
+#: src/highscore.c:284
 msgid "Enter Your Name:"
 msgstr ""
 
@@ -159,19 +159,19 @@ msgstr ""
 msgid "Discuss TuxMath at tuxmath-devel at lists.sourceforge.net"
 msgstr "讨论TuxMath: tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:477
+#: src/titlescreen.c:478
 msgid "Work In Progress!"
 msgstr "运行中"
 
-#: src/titlescreen.c:478
+#: src/titlescreen.c:479
 msgid "This feature is not ready yet"
 msgstr "角色还没准备好"
 
-#: src/titlescreen.c:479
+#: src/titlescreen.c:480
 msgid "Discuss the future of TuxMath at"
 msgstr "讨论TuxMath:"
 
-#: src/titlescreen.c:480
+#: src/titlescreen.c:481
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
diff --git a/src/Makefile.am b/src/Makefile.am
index 41e271b..bfdec98 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -52,8 +52,15 @@ tuxhistory_SOURCES = tuxhistory.c \
 	SDL_rotozoom.c	\
 	scandir.c	\
 	pixels.c	\
-	tuxrts.c
-
+	tuxrts.c 	\
+	t4kui/ui_button.c \
+	t4kui/ui_events.c \
+	t4kui/ui_proxywidget.c \
+	t4kui/ui_window.c \
+	t4kui/ui_colors.c \
+	t4kui/ui_layouts.c \
+	t4kui/ui_system.c \
+	t4kui/util.c
 
 # HACK "TuxHistory" is the Windows program, whereas "tuxhistory" is the Unix program
 TuxHistory_SOURCES  = $(tuxhistory_SOURCES) tuxmathrc.rc
diff --git a/src/panel.c b/src/panel.c
index 5f5b6a3..7436b9a 100644
--- a/src/panel.c
+++ b/src/panel.c
@@ -24,6 +24,14 @@
 #include "fileops.h"
 #include "players.h"
 #include "ai.h"
+#include "ui_system.h"
+#include "ui_window.h"
+#include "ui_button.h"
+#include "ui_proxywidget.h"
+#include "ui_colors.h"
+#include "ui_events.h"
+#include "ui_layouts.h"
+#include "ui_callback.h"
 
 static int rect_coll(th_point *p, SDL_Rect *r);
 
@@ -33,6 +41,7 @@ int panel_init(void)
     float zoom;
     SDL_Surface *tmp_surf;
 
+	ui_InitSystem();
     panel.panel_dest.x = 0;
     panel.panel_dest.y = (screen->h / 5) * 4;
     panel.panel_dest.w = screen->w;
diff --git a/src/t4kui/ui_button.c b/src/t4kui/ui_button.c
index 2f21d95..5559f87 100644
--- a/src/t4kui/ui_button.c
+++ b/src/t4kui/ui_button.c
@@ -61,7 +61,7 @@ char *ui_GetButtonLabel(struct _UI_Button *button) {
 void ui_SetButtonLabel(struct _UI_Button *button, char *label) {
     SDL_Surface *tmpsurf;
 	button->label = label;
-    tmpsurf = SimpleText(label, FONT_SIZE, SDLC_WHITE);
+    tmpsurf = SimpleText(&label, FONT_SIZE, 0xffffff);
     SDL_BlitSurface(tmpsurf, NULL, button->prerendered, NULL);
 	//button->prerendered = TTF_RenderText_Shaded(ui_GetFont(), label, SDLC_WHITE, SDLC_BTN_BG);
 }
diff --git a/src/t4kui/ui_system.c b/src/t4kui/ui_system.c
index 5cd49ca..32f23c6 100644
--- a/src/t4kui/ui_system.c
+++ b/src/t4kui/ui_system.c
@@ -23,7 +23,7 @@
 #include "ui_system.h"
 #include <SDL/SDL_ttf.h>
 
-#include "SDL_extras.h"
+//#include "../SDL_extras.h"
 
 /*static TTF_Font *std_font;
 

-- 
tuxhistory - Educational history game



More information about the Tux4kids-commits mailing list