[Tux4kids-commits] r788 - tux4kids-web/htdocs tuxmath/trunk/doc tuxmath/trunk/po tuxmath/trunk/src

dbruce-guest at alioth.debian.org dbruce-guest at alioth.debian.org
Tue Dec 9 03:15:21 UTC 2008


Author: dbruce-guest
Date: 2008-12-09 03:15:21 +0000 (Tue, 09 Dec 2008)
New Revision: 788

Modified:
   tux4kids-web/htdocs/index.php
   tuxmath/trunk/doc/INSTALL.txt
   tuxmath/trunk/doc/README.txt
   tuxmath/trunk/doc/changelog
   tuxmath/trunk/po/ar.po
   tuxmath/trunk/po/cs.po
   tuxmath/trunk/po/en at boldquot.po
   tuxmath/trunk/po/en at quot.po
   tuxmath/trunk/po/en_GB.po
   tuxmath/trunk/po/es.po
   tuxmath/trunk/po/fi.po
   tuxmath/trunk/po/fr.po
   tuxmath/trunk/po/ga.po
   tuxmath/trunk/po/he.po
   tuxmath/trunk/po/hu.po
   tuxmath/trunk/po/it.po
   tuxmath/trunk/po/ja.po
   tuxmath/trunk/po/nb.po
   tuxmath/trunk/po/nl.po
   tuxmath/trunk/po/nn.po
   tuxmath/trunk/po/oc.po
   tuxmath/trunk/po/pl.po
   tuxmath/trunk/po/pt.po
   tuxmath/trunk/po/pt_BR.po
   tuxmath/trunk/po/ru.po
   tuxmath/trunk/po/sk.po
   tuxmath/trunk/po/sv.po
   tuxmath/trunk/po/tr.po
   tuxmath/trunk/po/tuxmath.pot
   tuxmath/trunk/po/zh_CN.po
   tuxmath/trunk/src/titlescreen.c
Log:
1. web page update
2. a couple more translatable strings found and labeled, po files updated accordingly



Modified: tux4kids-web/htdocs/index.php
===================================================================
--- tux4kids-web/htdocs/index.php	2008-12-08 20:02:49 UTC (rev 787)
+++ tux4kids-web/htdocs/index.php	2008-12-09 03:15:21 UTC (rev 788)
@@ -142,6 +142,7 @@
 </p>  
 <hr>
 <h5>News</h5>
+<p><i><b>NEWS, 2008-12-08: </i>TuxMath 1.7.0 Released!</b> Source tar.gz archives and executable Win32 installer for TuxMath 1.7.0 are available for download on our <a href="http://alioth.debian.org/project/showfiles.php?group_id=31080">Released Files</a> page. See below for a description of the new features.  Tux Typing 1.7.0 should be released within the next day or so.</p>
 
 <p><i><b>NEWS, 2008-12-02: </i>TuxMath 1.7.0 and TuxType 1.7.0 Coming Soon!</b> The Google Summer of Code was highly productive for Tux4Kids, with major enhancements to both programs courtesy of Brendan Luchen (TuxMath), Jesus Mager (TuxMath), Sreyas Kurumanghat (Tux Typing), and Mobin Mohan (Tux Typing), as well as their respective mentors.  Both programs now run fullscreen at the native resolution from the operating system, rather than just 640x480.  This greatly improves the appearance, especially on small devices like the OLPC XO laptop.  TuxMath features an entirely new game activity, "Factoroids", which provides fun review of factorization and reduction of fractions while clearing away rocks floating in space.  There also is a new, more flexible question-generation engine that allows questions with multiple operands for order-of-operations review.  Some of the individual lessons are linked together in "Campaign Mode" that places Tux's efforts in an overall story line.  For Tux Typing, enhancements include a completely reworked phrase practice activity, with graphic keyboard hints and on-screen display of accuracy and typing speed.  Tux Typing also now uses GNU gettext for internationalization, making it easier to add translations.</p>
 

Modified: tuxmath/trunk/doc/INSTALL.txt
===================================================================
--- tuxmath/trunk/doc/INSTALL.txt	2008-12-08 20:02:49 UTC (rev 787)
+++ tuxmath/trunk/doc/INSTALL.txt	2008-12-09 03:15:21 UTC (rev 788)
@@ -1,7 +1,7 @@
 INSTALL.txt for "Tux, Of Math Command" (aka "Tuxmath")
-Version 1.6.10
+Version 1.7.0
 
-December 19, 2007
+December 08, 2008
 
 
 For users
@@ -57,15 +57,12 @@
   Video Display
   -------------
     By default, TuxMath displays fullscreen, as long as a 640x480
-    resolution is supported by your system.  TuxMath can also display
-    the game screen in a 640x480 window.  F10 toggles between these
-    two modes.
+    or greater resolution is supported by your system. Beginning 
+    with the 1.7.0 release, fullscreen mode runs at the native
+    resolution of the operating system, rather than only 640x480.
+    TuxMath can also display the game screen in a 640x480 window.
+    F10 toggles between these two modes.
 
-    When attempting to run in fullscreen mode on systems where true 640x480
-    resolution isn't available for some reason, the next-lowest resolution
-    available will be used, and the game area will be centered within a
-    black screen.
-
     TuxMath prefers 32bpp (bits per pixel) color depth.  Current
     builds have not been tested on systems that cannot provide this
     (AFAIK), but I believe SDL will make do with lower color depth if
@@ -119,22 +116,25 @@
     internationalization is supported using Gnu gettext and libiconv.
 
     As of v1.6.3 (Linux), TuxMath can support translations into
-    languages requiring bidirectional text by using
-    SDL_Pango. SDL_Pango is optional in the build process.
+    languages requiring bidirectional text by using SDL_Pango. 
+    SDL_Pango is optional in the build process - it will be used if
+    found, but the program will fall back to SDL_ttf if it cannot be
+    built with SDL_Pango.
 
-    As of v1.7.0, TuxMath uses SDL_gfx.  Only the "rotozoom" function
-    is needed, so in case of build problems you can work around them
-    by copying the SDL_rotozoom.{c,h} files from the SDL_gfx source
-    distribution into the TuxMath source directory.
-
     The executable Windows installer contains all needed libraries
     (DLLs) and the Andika font - nothing else should be needed that is
     not part of Windows.  The *tar.gz source packages require the
-    "*-dev" versions of SDL, SDL_image, SDL_mixer, SDL_ttf for
-    building and installation (easily obtained in most any Gnu/Linux
-    distribution).  The Andika font is also included.
+    "*-dev" versions of SDL, SDL_image, SDL_mixer, SDL_ttf (and, optionally,
+    SDL_Pango) for building and installation.  These are easily installed
+    in most any GNU-Linux distribution.  For Debian and its derivatives 
+    (including Ubuntu) type "aptitude search SDL" to find the exact package
+    names, and install them with "sudo aptitude install".  For Fedora and
+    Red Hat derivatives, the "yum" tool works very similarly.
 
-    Note: libSDL, SDL_image, SDL_ttf, SDL_mixer, SDL_Pango, SDL_gfx, and
+    The Andika font is also included in the "tuxmath_w_fonts-*" packages,
+    which is almost certainly what you want.
+
+    Note: libSDL, SDL_image, SDL_ttf, SDL_mixer, SDL_Pango, and
     libiconv are all free, Open Source libraries, released under the
     GNU Library General Public License (LGPL).
 
@@ -145,7 +145,7 @@
 
       Alternatively (and by necessity on other platforms), you can
       download "libSDL," "SDL_image," "SDL_ttf", and "SDL_mixer" from
-      the SDL website:
+      the SDL website and build these libs from source:
 
       http://www.libsdl.org/
 
@@ -174,8 +174,9 @@
         RedHat Linux on Intel-compatible computers).
 
 	For example, on (K)Ubuntu Hardy, you could say:
-           sudo apt-get install libsdl1.2debian-all libsdl1.2-dev libsdl-ttf2.0-0 libsdl-ttf2.0-dev libsdl-pango1 libsdl-pango-dev libsdl-mixer1.2 libsdl-mixer1.2-dev libsdl-image1.2 libsdl-image1.2-dev libsdl-gfx1.2-4 libsdl-gfx1.2-dev
+           sudo apt-get install libsdl1.2debian-all libsdl1.2-dev libsdl-ttf2.0-0 libsdl-ttf2.0-dev libsdl-pango1 libsdl-pango-dev libsdl-mixer1.2 libsdl-mixer1.2-dev libsdl-image1.2 libsdl-image1.2-dev
 
+        This should work for nearly any Debian variant.
 
 Compiling and Installing TuxMath
 --------------------------------
@@ -200,11 +201,11 @@
 
       The svn repository is located at:
 
-        http://svn.debian.org/wsvn/tux4kids/tuxmath 
+      � http://svn.debian.org/wsvn/tux4kids/tuxmath 
 
       or:
 
-        svn://svn.debian.org/tux4kids/tuxmath
+      � svn://svn.debian.org/tux4kids/tuxmath
 
     Compiling the Program: Automake (Linux)
     --------------------------------------
@@ -221,12 +222,13 @@
  
         tar -xzf tuxmath_w_fonts-1.6.1-tar.gz
         cd tuxmath_w_fonts-1.6.1
-        ./configure --enable-sdlpango
+        ./configure
         make
         make install.  (you might need "su" or "sudo" for this)
  
-      (The "enable-sdlpango" switch is needed if you want to compile
-      Tuxmath with support for Pango for right-to-left languages.)
+      Note: the build now uses SDL_Pango by default - the "enable-sdlpango"
+      switch is no longer needed.  If your build environment lacks this
+      lib, TuxMath will be build without SDL_Pango support.
 
       If you use a subversion checkout, you will need to generate the
       configure script.  Tuxmath uses the Gnu Autoconf/Automake tools
@@ -303,7 +305,8 @@
       libjpeg, freetype, and so forth.  There were a number of
       pitfalls along the way, and hopefully I will get this documented
       at some point.  Suffice to say that tuxmath itself builds fine
-      in this way, once the environment is set up.
+      in this way, once the environment is set up.  The only deficiency
+      as of this writing is that SDL_Pango is not supported.
 
       You need to have a directory containing all of the dlls that
       will need to be packaged into the installer.  The Makefile

Modified: tuxmath/trunk/doc/README.txt
===================================================================
--- tuxmath/trunk/doc/README.txt	2008-12-08 20:02:49 UTC (rev 787)
+++ tuxmath/trunk/doc/README.txt	2008-12-09 03:15:21 UTC (rev 788)
@@ -2,7 +2,7 @@
 An educational math tutorial game starring Tux, the Linux Penguin
 -----------------------------------------------------------------
 
-August 13, 2008
+December 08, 2008
 
 For tuxmath-1.7.0
 
@@ -14,6 +14,9 @@
   Comets are crashing towards the friendly penguins in their igloos,
   and you must destroy the comets by solving their equations.
 
+  As of version 1.7.0, TuxMath also includes a completely new game activity,
+  "Factoroids", which gives practice in factoring numbers and simplifying
+  fractions, as well as zapping rocks floating through space.
 
 
 Installation
@@ -59,36 +62,76 @@
 ------------------
   Title Screen
   ------------
-    Math Command Training Academy: choose this to go to a list of over fifty
-    prepared lessons, starting with simple typing of single digit numbers, and
-    progressing to multiplication and division involving negatives and 
-    "missing number" questions (e.g. "-17 x ? = 119").  The player wins if the
-    question list is completed successfully. Successfully completed lessons are
-    indicated with a flashing gold star. 
+    Play Alone: single player activities:
+    -----------
+      Math Command Training Academy: choose this to go to a list of over fifty
+      prepared lessons, starting with simple typing of single digit numbers, and
+      progressing to multiplication and division involving negatives and 
+      "missing number" questions (e.g. "-17 x ? = 119").  The player wins if the
+      question list is completed successfully. Successfully completed lessons are
+      indicated with a flashing gold star. 
 
-    Play Arcade Game: use this to select from one of four open-ended, "Arcade 
-    Style" games, meaning the game play gets faster and faster as long as the
-    player can keep up, with the goal being to get the highest score possible.
-    The options include:
-      Space Cadet - simple addition.
-      Scout -       addition and subtraction to ten.
-      Ranger -      addition, subtraction, multiplication, and division to ten.
-      Ace -         all four operations with operands to 20, including negative
-                    numbers and "missing number" type questions.
-    If you make one of the top ten scores for the difficulty level, you get to
-    enter your name in the TuxMath Hall of Fame!
+      Math Command Fleet Missions: choose this to be given a series of progressively
+      more advanced missions tied together by a fun story line. The fate of the 
+      galaxy is in your hands!
 
-    Play Custom Game: use this to play a game based on the config file in the 
-    player's home directory (see below). At some point, the options will be 
-    settable from within the game.
+      Play Arcade Game: use this to select from one of five open-ended, "Arcade 
+      Style" games, meaning the game play gets faster and faster as long as the
+      player can keep up, with the goal being to get the highest score possible.
+      The options include:
 
+        Space Cadet - simple addition.
+        Scout -       addition and subtraction to ten.
+        Ranger -      addition, subtraction, multiplication, and division to ten.
+        Ace -         all four operations with operands to 20, including negative
+                      numbers and "missing number" type questions.
+        Commando -    all of above plus multiple operands - e.g. -3 x ? + 14 = 2
+ 
+      If you make one of the top ten scores for the difficulty level, you get to
+      enter your name in the TuxMath Hall of Fame!
+
+      Play Custom Game: use this to play a game based on the config file in the 
+      player's home directory (see below). At some point, the options will be 
+      settable from within the game.
+
+    Play With Friends:
+    ------------------
+      Compete with your friends by playing in a turns-based fashion! The
+      math difficulty levels are the same as for the "Arcade" games. Note that
+      this involves rotating play at a single computer rather than multiplayer
+      competition over a network (although that is an idea being considered!).
+
+    Factoroids!
+    -----------
+      TuxMath now includes an entire new video game! Factoroids combines math
+      drill in factoring and fraction simplification, with video skill in shooting
+      the floating asteroids before they smash the ship. The ship is maneuvered
+      with the arrow keys in the traditional fashion:
+
+        R arrow - rotate clockwise
+        L arrow - rotate counterclockwise
+        Up arrow - thrust
+        Enter or Space - shoot
+
+      Factors: to shoot a rock, first type in one of its factors, then fire. Prime
+      numbers can simply be blasted without entering any number.
+
+      Fractions: type in a number that can simplify the fraction (i.e. a common
+      factor of the numerator and denominator).  For example, 7/70 could be 
+      simplified by shooting it with the number 7.
+
     Help: this offers a short tutorial to teach game play.
+    ----
 
-    More Options: this will be developed into the menus to set options not 
-    directly related to math questions, such as toggling the music on and off,
-    playing fullscreen vs. windowed, using cities vs. igloos, and the like.
-    Now it just has the "Demo" mode, as well as credits and project information.
+    More Options: 
+    -------------
+      This will be developed into the menus to set options not 
+      directly related to math questions, such as toggling the music on and off,
+      playing fullscreen vs. windowed, using cities vs. igloos, and the like.
+      Now it just has the "Demo" mode, as well as credits and project information.
 
+   
+
     Use the [UP] and [DOWN] arrow keys to select what you wish to do,
     and then press [ENTER / RETURN / SPACEBAR].  Or, use the mouse to click the
     menu item.

Modified: tuxmath/trunk/doc/changelog
===================================================================
--- tuxmath/trunk/doc/changelog	2008-12-08 20:02:49 UTC (rev 787)
+++ tuxmath/trunk/doc/changelog	2008-12-09 03:15:21 UTC (rev 788)
@@ -1,4 +1,23 @@
+2008.Dec.08 (svn.debian.org/tux4kids - revision 788)
+Version 1.7.0
+        First post-Google Summer of Code release with numerous enhancements.
+        The changelog was not kept updated very well over the summer, although
+        most of the changes had descriptive commit messages in subversion.
+        To summarize the most important changes and their contributors:
+          - Fullscreen support at native resolution (Brendan Luchen).
+          - Overhaul of mathcards question-generation code with support
+            for multiple-operand questions (Brendan Luchen).
+          - Turn-based multiplayer mode (Brendan Luchen).
+          - Redo of Credits screen to allow i18n (Brendan Luchen).
+          - Very humorous menu-screen Easter egg (Brendan Luchen).
+          - Factoroids factor game activity (Jesus Mager, based on Bill
+            Kendricks' "Vectoroids").
+          - New Irish (Seanán Ó Coistín) and Turkish (Doruk Fisek)
+            translations.
+          - Several new menu icons.
 
+        David Bruce <davidstuartbruce at gmail.com>
+
 2008.Oct.16 (svn.debian.org/tux4kids - revision 763)
 	Credits: 
           Changed Tim Holy's listing from "Additional Code" to "Lead

Modified: tuxmath/trunk/po/ar.po
===================================================================
--- tuxmath/trunk/po/ar.po	2008-12-08 20:02:49 UTC (rev 787)
+++ tuxmath/trunk/po/ar.po	2008-12-09 03:15:21 UTC (rev 788)
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2008-12-03 11:19-0600\n"
+"POT-Creation-Date: 2008-12-08 19:43-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"
@@ -348,35 +348,36 @@
 msgid "Do it now, and then play!"
 msgstr "افعلها اﻷن, ثم ابدأ اللعب !"
 
-#: src/highscore.c:213 src/titlescreen.c:856
+#: src/highscore.c:213 src/titlescreen.c:864
 msgid "Hall Of Fame"
 msgstr "قاعة الشهره"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:851
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:800
+#: src/titlescreen.c:859
 msgid "Space Cadet"
 msgstr "مبتدئ"
 
-#: src/highscore.c:238 src/titlescreen.c:852
+#: src/highscore.c:238 src/titlescreen.c:801 src/titlescreen.c:860
 msgid "Scout"
 msgstr "الكشفيه"
 
-#: src/highscore.c:241 src/titlescreen.c:853
+#: src/highscore.c:241 src/titlescreen.c:802 src/titlescreen.c:861
 msgid "Ranger"
 msgstr "حارس"
 
-#: src/highscore.c:244 src/titlescreen.c:854
+#: src/highscore.c:244 src/titlescreen.c:803 src/titlescreen.c:862
 msgid "Ace"
 msgstr "اس"
 
-#: src/highscore.c:247 src/titlescreen.c:855
+#: src/highscore.c:247 src/titlescreen.c:804 src/titlescreen.c:863
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:968
+#: src/highscore.c:250 src/titlescreen.c:983
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:969
+#: src/highscore.c:253 src/titlescreen.c:984
 msgid "Fractions"
 msgstr ""
 
@@ -405,7 +406,7 @@
 msgstr ""
 
 #: src/titlescreen.c:664
-msgid "Other Math Command Activities"
+msgid "Factoroids!"
 msgstr ""
 
 #: src/titlescreen.c:665
@@ -436,55 +437,72 @@
 msgid "Play Custom Game"
 msgstr "لعبة مخصصة"
 
-#: src/titlescreen.c:745 src/titlescreen.c:857 src/titlescreen.c:970
+#: src/titlescreen.c:745 src/titlescreen.c:796 src/titlescreen.c:805
+#: src/titlescreen.c:865 src/titlescreen.c:985
 msgid "Main menu"
 msgstr "القائمة الرئيسية"
 
-#: src/titlescreen.c:944
+#: src/titlescreen.c:794
+msgid "Score Sweep"
+msgstr ""
+
+#: src/titlescreen.c:795
+msgid "Elimination"
+msgstr ""
+
+#: src/titlescreen.c:839
+msgid "How many kids are playing?"
+msgstr ""
+
+#: src/titlescreen.c:840
+msgid "(Between 2 and 4 players)"
+msgstr ""
+
+#: src/titlescreen.c:959
 msgid "Edit 'options' file in your home directory"
 msgstr "حرر ملف 'الخيارات' فى مجلدك الافتراضى"
 
-#: src/titlescreen.c:945
+#: src/titlescreen.c:960
 msgid "to create customized game!"
 msgstr "لإنشاء لعبة مخصصة"
 
-#: src/titlescreen.c:946
+#: src/titlescreen.c:961
 msgid "Press a key or click your mouse to start game."
 msgstr "اضغط فوق مفتاح أو انقر الماوس لبدء اللعبة."
 
-#: src/titlescreen.c:947
+#: src/titlescreen.c:962
 msgid "See README.txt for more information"
 msgstr "Readme.txt انظر لمزيد من المعلومات"
 
-#: src/titlescreen.c:1062
+#: src/titlescreen.c:1077
 msgid "Demo"
 msgstr "ديمو"
 
-#: src/titlescreen.c:1063
+#: src/titlescreen.c:1078
 msgid "Project Info"
 msgstr "معلومات المشروع"
 
-#: src/titlescreen.c:1064
+#: src/titlescreen.c:1079
 msgid "Credits"
 msgstr "فريق العمل"
 
-#: src/titlescreen.c:1065
+#: src/titlescreen.c:1080
 msgid "Main Menu"
 msgstr "القائمة الرئيسية"
 
-#: src/titlescreen.c:1112
+#: src/titlescreen.c:1127
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath برنامج حر مفتوح المصدر"
 
-#: src/titlescreen.c:1113
+#: src/titlescreen.c:1128
 msgid "You can help make it better by reporting problems,"
 msgstr "يمكنك المساعدة بجعلها افضل بإرسال اى مشاكل تواجها,"
 
-#: src/titlescreen.c:1114
+#: src/titlescreen.c:1129
 msgid "suggesting improvements, or adding code."
 msgstr "أو اى مقترحات أو كتابة أكواد"
 
-#: src/titlescreen.c:1115
+#: src/titlescreen.c:1130
 msgid "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net ناقش المستقبل على "
 

Modified: tuxmath/trunk/po/cs.po
===================================================================
--- tuxmath/trunk/po/cs.po	2008-12-08 20:02:49 UTC (rev 787)
+++ tuxmath/trunk/po/cs.po	2008-12-09 03:15:21 UTC (rev 788)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2008-12-03 11:19-0600\n"
+"POT-Creation-Date: 2008-12-08 19:43-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"
@@ -351,35 +351,36 @@
 msgid "Do it now, and then play!"
 msgstr ""
 
-#: src/highscore.c:213 src/titlescreen.c:856
+#: src/highscore.c:213 src/titlescreen.c:864
 msgid "Hall Of Fame"
 msgstr "Síň slávy"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:851
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:800
+#: src/titlescreen.c:859
 msgid "Space Cadet"
 msgstr "Nováček"
 
-#: src/highscore.c:238 src/titlescreen.c:852
+#: src/highscore.c:238 src/titlescreen.c:801 src/titlescreen.c:860
 msgid "Scout"
 msgstr "Průzkumník"
 
-#: src/highscore.c:241 src/titlescreen.c:853
+#: src/highscore.c:241 src/titlescreen.c:802 src/titlescreen.c:861
 msgid "Ranger"
 msgstr "Střelec"
 
-#: src/highscore.c:244 src/titlescreen.c:854
+#: src/highscore.c:244 src/titlescreen.c:803 src/titlescreen.c:862
 msgid "Ace"
 msgstr "Borec"
 
-#: src/highscore.c:247 src/titlescreen.c:855
+#: src/highscore.c:247 src/titlescreen.c:804 src/titlescreen.c:863
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:968
+#: src/highscore.c:250 src/titlescreen.c:983
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:969
+#: src/highscore.c:253 src/titlescreen.c:984
 msgid "Fractions"
 msgstr ""
 
@@ -408,7 +409,7 @@
 msgstr ""
 
 #: src/titlescreen.c:664
-msgid "Other Math Command Activities"
+msgid "Factoroids!"
 msgstr ""
 
 #: src/titlescreen.c:665
@@ -439,55 +440,72 @@
 msgid "Play Custom Game"
 msgstr "Vlastní hra"
 
-#: src/titlescreen.c:745 src/titlescreen.c:857 src/titlescreen.c:970
+#: src/titlescreen.c:745 src/titlescreen.c:796 src/titlescreen.c:805
+#: src/titlescreen.c:865 src/titlescreen.c:985
 msgid "Main menu"
 msgstr "Hlavní menu"
 
-#: src/titlescreen.c:944
+#: src/titlescreen.c:794
+msgid "Score Sweep"
+msgstr ""
+
+#: src/titlescreen.c:795
+msgid "Elimination"
+msgstr ""
+
+#: src/titlescreen.c:839
+msgid "How many kids are playing?"
+msgstr ""
+
+#: src/titlescreen.c:840
+msgid "(Between 2 and 4 players)"
+msgstr ""
+
+#: src/titlescreen.c:959
 msgid "Edit 'options' file in your home directory"
 msgstr "Uprav soubor «options » ve své domovské složce,"
 
-#: src/titlescreen.c:945
+#: src/titlescreen.c:960
 msgid "to create customized game!"
 msgstr "abys mohl vytvořit vlastní hru!"
 
-#: src/titlescreen.c:946
+#: src/titlescreen.c:961
 msgid "Press a key or click your mouse to start game."
 msgstr "Zmáčkni klávesu nebo klikni tlačítkem myši, abys začal hru"
 
-#: src/titlescreen.c:947
+#: src/titlescreen.c:962
 msgid "See README.txt for more information"
 msgstr "Pokud chceš více informací, podívej se na README.txt"
 
-#: src/titlescreen.c:1062
+#: src/titlescreen.c:1077
 msgid "Demo"
 msgstr "Demo"
 
-#: src/titlescreen.c:1063
+#: src/titlescreen.c:1078
 msgid "Project Info"
 msgstr "Info o projektu"
 
-#: src/titlescreen.c:1064
+#: src/titlescreen.c:1079
 msgid "Credits"
 msgstr "Poděkování"
 
-#: src/titlescreen.c:1065
+#: src/titlescreen.c:1080
 msgid "Main Menu"
 msgstr "Hlavní menu"
 
-#: src/titlescreen.c:1112
+#: src/titlescreen.c:1127
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath je svobodný software!"
 
-#: src/titlescreen.c:1113
+#: src/titlescreen.c:1128
 msgid "You can help make it better by reporting problems,"
 msgstr "I ty ho můžeš vylepšit, když oznámíš chyby, "
 
-#: src/titlescreen.c:1114
+#: src/titlescreen.c:1129
 msgid "suggesting improvements, or adding code."
 msgstr "navrhneš vylepšení nebo přidáš svůj kód"
 
-#: src/titlescreen.c:1115
+#: src/titlescreen.c:1130
 msgid "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 msgstr "Diskutuj o budoucnosti na tuxmath-devel at lists.sourceforge.net"
 

Modified: tuxmath/trunk/po/en at boldquot.po
===================================================================
--- tuxmath/trunk/po/en at boldquot.po	2008-12-08 20:02:49 UTC (rev 787)
+++ tuxmath/trunk/po/en at boldquot.po	2008-12-09 03:15:21 UTC (rev 788)
@@ -31,8 +31,8 @@
 msgstr ""
 "Project-Id-Version: Tux Of Math Command 1.7.0\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2008-12-03 11:19-0600\n"
-"PO-Revision-Date: 2008-12-03 11:19-0600\n"
+"POT-Creation-Date: 2008-12-08 19:43-0600\n"
+"PO-Revision-Date: 2008-12-08 19:43-0600\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "MIME-Version: 1.0\n"
@@ -377,35 +377,36 @@
 msgid "Do it now, and then play!"
 msgstr "Do it now, and then play!"
 
-#: src/highscore.c:213 src/titlescreen.c:856
+#: src/highscore.c:213 src/titlescreen.c:864
 msgid "Hall Of Fame"
 msgstr "Hall Of Fame"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:851
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:800
+#: src/titlescreen.c:859
 msgid "Space Cadet"
 msgstr "Space Cadet"
 
-#: src/highscore.c:238 src/titlescreen.c:852
+#: src/highscore.c:238 src/titlescreen.c:801 src/titlescreen.c:860
 msgid "Scout"
 msgstr "Scout"
 
-#: src/highscore.c:241 src/titlescreen.c:853
+#: src/highscore.c:241 src/titlescreen.c:802 src/titlescreen.c:861
 msgid "Ranger"
 msgstr "Ranger"
 
-#: src/highscore.c:244 src/titlescreen.c:854
+#: src/highscore.c:244 src/titlescreen.c:803 src/titlescreen.c:862
 msgid "Ace"
 msgstr "Ace"
 
-#: src/highscore.c:247 src/titlescreen.c:855
+#: src/highscore.c:247 src/titlescreen.c:804 src/titlescreen.c:863
 msgid "Commando"
 msgstr "Commando"
 
-#: src/highscore.c:250 src/titlescreen.c:968
+#: src/highscore.c:250 src/titlescreen.c:983
 msgid "Factors"
 msgstr "Factors"
 
-#: src/highscore.c:253 src/titlescreen.c:969
+#: src/highscore.c:253 src/titlescreen.c:984
 msgid "Fractions"
 msgstr "Fractions"
 
@@ -434,8 +435,8 @@
 msgstr "Play With Friends"
 
 #: src/titlescreen.c:664
-msgid "Other Math Command Activities"
-msgstr "Other Math Command Activities"
+msgid "Factoroids!"
+msgstr "Factoroids!"
 
 #: src/titlescreen.c:665
 msgid "Help"
@@ -465,55 +466,72 @@
 msgid "Play Custom Game"
 msgstr "Play Custom Game"
 
-#: src/titlescreen.c:745 src/titlescreen.c:857 src/titlescreen.c:970
+#: src/titlescreen.c:745 src/titlescreen.c:796 src/titlescreen.c:805
+#: src/titlescreen.c:865 src/titlescreen.c:985
 msgid "Main menu"
 msgstr "Main menu"
 
-#: src/titlescreen.c:944
+#: src/titlescreen.c:794
+msgid "Score Sweep"
+msgstr "Score Sweep"
+
+#: src/titlescreen.c:795
+msgid "Elimination"
+msgstr "Elimination"
+
+#: src/titlescreen.c:839
+msgid "How many kids are playing?"
+msgstr "How many kids are playing?"
+
+#: src/titlescreen.c:840
+msgid "(Between 2 and 4 players)"
+msgstr "(Between 2 and 4 players)"
+
+#: src/titlescreen.c:959
 msgid "Edit 'options' file in your home directory"
 msgstr "Edit ‘options’ file in your home directory"
 
-#: src/titlescreen.c:945
+#: src/titlescreen.c:960
 msgid "to create customized game!"
 msgstr "to create customized game!"
 
-#: src/titlescreen.c:946
+#: src/titlescreen.c:961
 msgid "Press a key or click your mouse to start game."
 msgstr "Press a key or click your mouse to start game."
 
-#: src/titlescreen.c:947
+#: src/titlescreen.c:962
 msgid "See README.txt for more information"
 msgstr "See README.txt for more information"
 
-#: src/titlescreen.c:1062
+#: src/titlescreen.c:1077
 msgid "Demo"
 msgstr "Demo"
 
-#: src/titlescreen.c:1063
+#: src/titlescreen.c:1078
 msgid "Project Info"
 msgstr "Project Info"
 
-#: src/titlescreen.c:1064
+#: src/titlescreen.c:1079
 msgid "Credits"
 msgstr "Credits"
 
-#: src/titlescreen.c:1065
+#: src/titlescreen.c:1080
 msgid "Main Menu"
 msgstr "Main Menu"
 
-#: src/titlescreen.c:1112
+#: src/titlescreen.c:1127
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath is free and open-source!"
 
-#: src/titlescreen.c:1113
+#: src/titlescreen.c:1128
 msgid "You can help make it better by reporting problems,"
 msgstr "You can help make it better by reporting problems,"
 
-#: src/titlescreen.c:1114
+#: src/titlescreen.c:1129
 msgid "suggesting improvements, or adding code."
 msgstr "suggesting improvements, or adding code."
 
-#: src/titlescreen.c:1115
+#: src/titlescreen.c:1130
 msgid "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 msgstr "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 

Modified: tuxmath/trunk/po/en at quot.po
===================================================================
--- tuxmath/trunk/po/en at quot.po	2008-12-08 20:02:49 UTC (rev 787)
+++ tuxmath/trunk/po/en at quot.po	2008-12-09 03:15:21 UTC (rev 788)
@@ -28,8 +28,8 @@
 msgstr ""
 "Project-Id-Version: Tux Of Math Command 1.7.0\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2008-12-03 11:19-0600\n"
-"PO-Revision-Date: 2008-12-03 11:19-0600\n"
+"POT-Creation-Date: 2008-12-08 19:43-0600\n"
+"PO-Revision-Date: 2008-12-08 19:43-0600\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "MIME-Version: 1.0\n"
@@ -374,35 +374,36 @@
 msgid "Do it now, and then play!"
 msgstr "Do it now, and then play!"
 
-#: src/highscore.c:213 src/titlescreen.c:856
+#: src/highscore.c:213 src/titlescreen.c:864
 msgid "Hall Of Fame"
 msgstr "Hall Of Fame"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:851
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:800
+#: src/titlescreen.c:859
 msgid "Space Cadet"
 msgstr "Space Cadet"
 
-#: src/highscore.c:238 src/titlescreen.c:852
+#: src/highscore.c:238 src/titlescreen.c:801 src/titlescreen.c:860
 msgid "Scout"
 msgstr "Scout"
 
-#: src/highscore.c:241 src/titlescreen.c:853
+#: src/highscore.c:241 src/titlescreen.c:802 src/titlescreen.c:861
 msgid "Ranger"
 msgstr "Ranger"
 
-#: src/highscore.c:244 src/titlescreen.c:854
+#: src/highscore.c:244 src/titlescreen.c:803 src/titlescreen.c:862
 msgid "Ace"
 msgstr "Ace"
 
-#: src/highscore.c:247 src/titlescreen.c:855
+#: src/highscore.c:247 src/titlescreen.c:804 src/titlescreen.c:863
 msgid "Commando"
 msgstr "Commando"
 
-#: src/highscore.c:250 src/titlescreen.c:968
+#: src/highscore.c:250 src/titlescreen.c:983
 msgid "Factors"
 msgstr "Factors"
 
-#: src/highscore.c:253 src/titlescreen.c:969
+#: src/highscore.c:253 src/titlescreen.c:984
 msgid "Fractions"
 msgstr "Fractions"
 
@@ -431,8 +432,8 @@
 msgstr "Play With Friends"
 
 #: src/titlescreen.c:664
-msgid "Other Math Command Activities"
-msgstr "Other Math Command Activities"
+msgid "Factoroids!"
+msgstr "Factoroids!"
 
 #: src/titlescreen.c:665
 msgid "Help"
@@ -462,55 +463,72 @@
 msgid "Play Custom Game"
 msgstr "Play Custom Game"
 
-#: src/titlescreen.c:745 src/titlescreen.c:857 src/titlescreen.c:970
+#: src/titlescreen.c:745 src/titlescreen.c:796 src/titlescreen.c:805
+#: src/titlescreen.c:865 src/titlescreen.c:985
 msgid "Main menu"
 msgstr "Main menu"
 
-#: src/titlescreen.c:944
+#: src/titlescreen.c:794
+msgid "Score Sweep"
+msgstr "Score Sweep"
+
+#: src/titlescreen.c:795
+msgid "Elimination"
+msgstr "Elimination"
+
+#: src/titlescreen.c:839
+msgid "How many kids are playing?"
+msgstr "How many kids are playing?"
+
+#: src/titlescreen.c:840
+msgid "(Between 2 and 4 players)"
+msgstr "(Between 2 and 4 players)"
+
+#: src/titlescreen.c:959
 msgid "Edit 'options' file in your home directory"
 msgstr "Edit ‘options’ file in your home directory"
 
-#: src/titlescreen.c:945
+#: src/titlescreen.c:960
 msgid "to create customized game!"
 msgstr "to create customized game!"
 
-#: src/titlescreen.c:946
+#: src/titlescreen.c:961
 msgid "Press a key or click your mouse to start game."
 msgstr "Press a key or click your mouse to start game."
 
-#: src/titlescreen.c:947
+#: src/titlescreen.c:962
 msgid "See README.txt for more information"
 msgstr "See README.txt for more information"
 
-#: src/titlescreen.c:1062
+#: src/titlescreen.c:1077
 msgid "Demo"
 msgstr "Demo"
 
-#: src/titlescreen.c:1063
+#: src/titlescreen.c:1078
 msgid "Project Info"
 msgstr "Project Info"
 
-#: src/titlescreen.c:1064
+#: src/titlescreen.c:1079
 msgid "Credits"
 msgstr "Credits"
 
-#: src/titlescreen.c:1065
+#: src/titlescreen.c:1080
 msgid "Main Menu"
 msgstr "Main Menu"
 
-#: src/titlescreen.c:1112
+#: src/titlescreen.c:1127
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath is free and open-source!"
 
-#: src/titlescreen.c:1113
+#: src/titlescreen.c:1128
 msgid "You can help make it better by reporting problems,"
 msgstr "You can help make it better by reporting problems,"
 
-#: src/titlescreen.c:1114
+#: src/titlescreen.c:1129
 msgid "suggesting improvements, or adding code."
 msgstr "suggesting improvements, or adding code."
 
-#: src/titlescreen.c:1115
+#: src/titlescreen.c:1130
 msgid "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 msgstr "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 

Modified: tuxmath/trunk/po/en_GB.po
===================================================================
--- tuxmath/trunk/po/en_GB.po	2008-12-08 20:02:49 UTC (rev 787)
+++ tuxmath/trunk/po/en_GB.po	2008-12-09 03:15:21 UTC (rev 788)
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2008-12-03 11:19-0600\n"
+"POT-Creation-Date: 2008-12-08 19:43-0600\n"
 "PO-Revision-Date: 2008-05-09 21:05+0200\n"
 "Last-Translator: Karl Ove Hufthammer <karl at huftis.org>\n"
 "Language-Team: Norwegian Nynorsk <i18n-nn at lister.ping.uio.no>\n"
@@ -351,35 +351,36 @@
 msgid "Do it now, and then play!"
 msgstr "Do it now, and then play!"
 
-#: src/highscore.c:213 src/titlescreen.c:856
+#: src/highscore.c:213 src/titlescreen.c:864
 msgid "Hall Of Fame"
 msgstr "Hall Of Fame"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:851
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:800
+#: src/titlescreen.c:859
 msgid "Space Cadet"
 msgstr "Space Cadet"
 
-#: src/highscore.c:238 src/titlescreen.c:852
+#: src/highscore.c:238 src/titlescreen.c:801 src/titlescreen.c:860
 msgid "Scout"
 msgstr "Scout"
 
-#: src/highscore.c:241 src/titlescreen.c:853
+#: src/highscore.c:241 src/titlescreen.c:802 src/titlescreen.c:861
 msgid "Ranger"
 msgstr "Ranger"
 
-#: src/highscore.c:244 src/titlescreen.c:854
+#: src/highscore.c:244 src/titlescreen.c:803 src/titlescreen.c:862
 msgid "Ace"
 msgstr "Ace"
 
-#: src/highscore.c:247 src/titlescreen.c:855
+#: src/highscore.c:247 src/titlescreen.c:804 src/titlescreen.c:863
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:968
+#: src/highscore.c:250 src/titlescreen.c:983
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:969
+#: src/highscore.c:253 src/titlescreen.c:984
 msgid "Fractions"
 msgstr ""
 
@@ -408,7 +409,7 @@
 msgstr ""
 
 #: src/titlescreen.c:664
-msgid "Other Math Command Activities"
+msgid "Factoroids!"
 msgstr ""
 
 #: src/titlescreen.c:665
@@ -439,55 +440,72 @@
 msgid "Play Custom Game"
 msgstr "Play Custom Game"
 
-#: src/titlescreen.c:745 src/titlescreen.c:857 src/titlescreen.c:970
+#: src/titlescreen.c:745 src/titlescreen.c:796 src/titlescreen.c:805
+#: src/titlescreen.c:865 src/titlescreen.c:985
 msgid "Main menu"
 msgstr "Main menu"
 
-#: src/titlescreen.c:944
+#: src/titlescreen.c:794
+msgid "Score Sweep"
+msgstr ""
+
+#: src/titlescreen.c:795
+msgid "Elimination"
+msgstr ""
+
+#: src/titlescreen.c:839
+msgid "How many kids are playing?"
+msgstr ""
+
+#: src/titlescreen.c:840
+msgid "(Between 2 and 4 players)"
+msgstr ""
+
+#: src/titlescreen.c:959
 msgid "Edit 'options' file in your home directory"
 msgstr "Edit ‘options’ file in your home directory"
 
-#: src/titlescreen.c:945
+#: src/titlescreen.c:960
 msgid "to create customized game!"
 msgstr "to create customised game!"
 
-#: src/titlescreen.c:946
+#: src/titlescreen.c:961
 msgid "Press a key or click your mouse to start game."
 msgstr "Press a key or click your mouse to start game."
 
-#: src/titlescreen.c:947
+#: src/titlescreen.c:962
 msgid "See README.txt for more information"
 msgstr "See README.txt for more information"
 
-#: src/titlescreen.c:1062
+#: src/titlescreen.c:1077
 msgid "Demo"
 msgstr "Demo"
 
-#: src/titlescreen.c:1063
+#: src/titlescreen.c:1078
 msgid "Project Info"
 msgstr "Project Info"
 
-#: src/titlescreen.c:1064
+#: src/titlescreen.c:1079
 msgid "Credits"
 msgstr "Credits"
 
-#: src/titlescreen.c:1065
+#: src/titlescreen.c:1080
 msgid "Main Menu"
 msgstr "Main Menu"
 
-#: src/titlescreen.c:1112
+#: src/titlescreen.c:1127
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath is free and open-source!"
 
-#: src/titlescreen.c:1113
+#: src/titlescreen.c:1128
 msgid "You can help make it better by reporting problems,"
 msgstr "You can help make it better by reporting problems,"
 
-#: src/titlescreen.c:1114
+#: src/titlescreen.c:1129
 msgid "suggesting improvements, or adding code."
 msgstr "suggesting improvements, or adding code."
 
-#: src/titlescreen.c:1115
+#: src/titlescreen.c:1130
 msgid "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 msgstr "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 

Modified: tuxmath/trunk/po/es.po
===================================================================
--- tuxmath/trunk/po/es.po	2008-12-08 20:02:49 UTC (rev 787)
+++ tuxmath/trunk/po/es.po	2008-12-09 03:15:21 UTC (rev 788)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: 1.6.2\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2008-12-03 11:19-0600\n"
+"POT-Creation-Date: 2008-12-08 19:43-0600\n"
 "PO-Revision-Date: 2008-04-26\n"
 "Last-Translator: Angela Ruiz <angieruiz211 at hotmail.com>\n"
 "Language-Team: espanol <LL at li.org>\n"
@@ -351,35 +351,36 @@
 msgid "Do it now, and then play!"
 msgstr "haclo ahora y luego juega"
 
-#: src/highscore.c:213 src/titlescreen.c:856
+#: src/highscore.c:213 src/titlescreen.c:864
 msgid "Hall Of Fame"
 msgstr "sala de fama"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:851
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:800
+#: src/titlescreen.c:859
 msgid "Space Cadet"
 msgstr "cadete espacial"
 
-#: src/highscore.c:238 src/titlescreen.c:852
+#: src/highscore.c:238 src/titlescreen.c:801 src/titlescreen.c:860
 msgid "Scout"
 msgstr "escout"
 
-#: src/highscore.c:241 src/titlescreen.c:853
+#: src/highscore.c:241 src/titlescreen.c:802 src/titlescreen.c:861
 msgid "Ranger"
 msgstr "guardador"
 
-#: src/highscore.c:244 src/titlescreen.c:854
+#: src/highscore.c:244 src/titlescreen.c:803 src/titlescreen.c:862
 msgid "Ace"
 msgstr "ace"
 
-#: src/highscore.c:247 src/titlescreen.c:855
+#: src/highscore.c:247 src/titlescreen.c:804 src/titlescreen.c:863
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:968
+#: src/highscore.c:250 src/titlescreen.c:983
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:969
+#: src/highscore.c:253 src/titlescreen.c:984
 msgid "Fractions"
 msgstr ""
 
@@ -408,7 +409,7 @@
 msgstr ""
 
 #: src/titlescreen.c:664
-msgid "Other Math Command Activities"
+msgid "Factoroids!"
 msgstr ""
 
 #: src/titlescreen.c:665
@@ -439,57 +440,74 @@
 msgid "Play Custom Game"
 msgstr "juega el juego hecho especialmente"
 
-#: src/titlescreen.c:745 src/titlescreen.c:857 src/titlescreen.c:970
+#: src/titlescreen.c:745 src/titlescreen.c:796 src/titlescreen.c:805
+#: src/titlescreen.c:865 src/titlescreen.c:985
 msgid "Main menu"
 msgstr "menu principal"
 
-#: src/titlescreen.c:944
+#: src/titlescreen.c:794
+msgid "Score Sweep"
+msgstr ""
+
+#: src/titlescreen.c:795
+msgid "Elimination"
+msgstr ""
+
+#: src/titlescreen.c:839
+msgid "How many kids are playing?"
+msgstr ""
+
+#: src/titlescreen.c:840
+msgid "(Between 2 and 4 players)"
+msgstr ""
+
+#: src/titlescreen.c:959
 msgid "Edit 'options' file in your home directory"
 msgstr "editar opciones del archivo del directorio principal"
 
-#: src/titlescreen.c:945
+#: src/titlescreen.c:960
 msgid "to create customized game!"
 msgstr "para crear un juego especialmente"
 
-#: src/titlescreen.c:946
+#: src/titlescreen.c:961
 msgid "Press a key or click your mouse to start game."
 msgstr "aprieta un tecla y con tu mouse oprime la opcion de empesar el juego"
 
-#: src/titlescreen.c:947
+#: src/titlescreen.c:962
 msgid "See README.txt for more information"
 msgstr "ver README.txt para mas informacion"
 
-#: src/titlescreen.c:1062
+#: src/titlescreen.c:1077
 msgid "Demo"
 msgstr "demostracion"
 
-#: src/titlescreen.c:1063
+#: src/titlescreen.c:1078
 msgid "Project Info"
 msgstr "informacion del projecto"
 
-#: src/titlescreen.c:1064
+#: src/titlescreen.c:1079
 msgid "Credits"
 msgstr "creditos"
 
-#: src/titlescreen.c:1065
+#: src/titlescreen.c:1080
 msgid "Main Menu"
 msgstr "menu principal"
 
-#: src/titlescreen.c:1112
+#: src/titlescreen.c:1127
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath es gratis y es una opcion abierta"
 
-#: src/titlescreen.c:1113
+#: src/titlescreen.c:1128
 msgid "You can help make it better by reporting problems,"
 msgstr ""
 "puedes hacer que el programa funcione mejor si reportas problems con el "
 "programa"
 
-#: src/titlescreen.c:1114
+#: src/titlescreen.c:1129
 msgid "suggesting improvements, or adding code."
 msgstr "sugestiones para mejorar el programa o para anadir un codigo"
 
-#: src/titlescreen.c:1115
+#: src/titlescreen.c:1130
 msgid "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 msgstr "discute el futuro en tuxmath-devel at lists.sourceforge.net"
 

Modified: tuxmath/trunk/po/fi.po
===================================================================
--- tuxmath/trunk/po/fi.po	2008-12-08 20:02:49 UTC (rev 787)
+++ tuxmath/trunk/po/fi.po	2008-12-09 03:15:21 UTC (rev 788)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2008-12-03 11:19-0600\n"
+"POT-Creation-Date: 2008-12-08 19:43-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"
@@ -353,35 +353,36 @@
 msgid "Do it now, and then play!"
 msgstr ""
 
-#: src/highscore.c:213 src/titlescreen.c:856
+#: src/highscore.c:213 src/titlescreen.c:864
 msgid "Hall Of Fame"
 msgstr "Parhaat tulokset"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:851
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:800
+#: src/titlescreen.c:859
 msgid "Space Cadet"
 msgstr "Astronautti"
 
-#: src/highscore.c:238 src/titlescreen.c:852
+#: src/highscore.c:238 src/titlescreen.c:801 src/titlescreen.c:860
 msgid "Scout"
 msgstr "Tiedustelija"
 
-#: src/highscore.c:241 src/titlescreen.c:853
+#: src/highscore.c:241 src/titlescreen.c:802 src/titlescreen.c:861
 msgid "Ranger"
 msgstr "Jousimies"
 
-#: src/highscore.c:244 src/titlescreen.c:854
+#: src/highscore.c:244 src/titlescreen.c:803 src/titlescreen.c:862
 msgid "Ace"
 msgstr ""
 
-#: src/highscore.c:247 src/titlescreen.c:855
+#: src/highscore.c:247 src/titlescreen.c:804 src/titlescreen.c:863
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:968
+#: src/highscore.c:250 src/titlescreen.c:983
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:969
+#: src/highscore.c:253 src/titlescreen.c:984
 msgid "Fractions"
 msgstr ""
 
@@ -410,7 +411,7 @@
 msgstr ""
 
 #: src/titlescreen.c:664
-msgid "Other Math Command Activities"
+msgid "Factoroids!"
 msgstr ""
 
 #: src/titlescreen.c:665
@@ -441,56 +442,73 @@
 msgid "Play Custom Game"
 msgstr ""
 
-#: src/titlescreen.c:745 src/titlescreen.c:857 src/titlescreen.c:970
+#: src/titlescreen.c:745 src/titlescreen.c:796 src/titlescreen.c:805
+#: src/titlescreen.c:865 src/titlescreen.c:985
 msgid "Main menu"
 msgstr "Päävalikko"
 
-#: src/titlescreen.c:944
+#: src/titlescreen.c:794
+msgid "Score Sweep"
+msgstr ""
+
+#: src/titlescreen.c:795
+msgid "Elimination"
+msgstr ""
+
+#: src/titlescreen.c:839
+msgid "How many kids are playing?"
+msgstr ""
+
+#: src/titlescreen.c:840
+msgid "(Between 2 and 4 players)"
+msgstr ""
+
+#: src/titlescreen.c:959
 msgid "Edit 'options' file in your home directory"
 msgstr "Muokkaa 'options' tiedostoa kotikansiossasi"
 
-#: src/titlescreen.c:945
+#: src/titlescreen.c:960
 msgid "to create customized game!"
 msgstr "tehdäksesi kustomoidun pelin!"
 
-#: src/titlescreen.c:946
+#: src/titlescreen.c:961
 msgid "Press a key or click your mouse to start game."
 msgstr ""
 "Paina mitä tahansa näppäintä tai napsauta hiirellä aloittaaksesi pelin."
 
-#: src/titlescreen.c:947
+#: src/titlescreen.c:962
 msgid "See README.txt for more information"
 msgstr "Katso README.txt saadaksesi lisätietoja"
 
-#: src/titlescreen.c:1062
+#: src/titlescreen.c:1077
 msgid "Demo"
 msgstr ""
 
-#: src/titlescreen.c:1063
+#: src/titlescreen.c:1078
 msgid "Project Info"
 msgstr "Tietoa projektista"
 
-#: src/titlescreen.c:1064
+#: src/titlescreen.c:1079
 msgid "Credits"
 msgstr "Tekijät"
 
-#: src/titlescreen.c:1065
+#: src/titlescreen.c:1080
 msgid "Main Menu"
 msgstr "Päävalikko"
 
-#: src/titlescreen.c:1112
+#: src/titlescreen.c:1127
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath on vapaa ja avointa koodia!"
 
-#: src/titlescreen.c:1113
+#: src/titlescreen.c:1128
 msgid "You can help make it better by reporting problems,"
 msgstr "Voit auttaa meitä tekemään sen paremmaksi ilmoittamalla ongelmista,"
 
-#: src/titlescreen.c:1114
+#: src/titlescreen.c:1129
 msgid "suggesting improvements, or adding code."
 msgstr "ehdottamalla parannuksista, tai lisäämällä koodia."
 
-#: src/titlescreen.c:1115
+#: src/titlescreen.c:1130
 msgid "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 msgstr ""
 "Keskustele tuxmathin tulevaisuudesta osoitteesta tuxmath-devel at lists."

Modified: tuxmath/trunk/po/fr.po
===================================================================
--- tuxmath/trunk/po/fr.po	2008-12-08 20:02:49 UTC (rev 787)
+++ tuxmath/trunk/po/fr.po	2008-12-09 03:15:21 UTC (rev 788)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: 1.5.8\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2008-12-03 11:19-0600\n"
+"POT-Creation-Date: 2008-12-08 19:43-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"
@@ -349,35 +349,36 @@
 msgid "Do it now, and then play!"
 msgstr ""
 
-#: src/highscore.c:213 src/titlescreen.c:856
+#: src/highscore.c:213 src/titlescreen.c:864
 msgid "Hall Of Fame"
 msgstr "Tableau des scores"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:851
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:800
+#: src/titlescreen.c:859
 msgid "Space Cadet"
 msgstr "Cadet de l'espace"
 
-#: src/highscore.c:238 src/titlescreen.c:852
+#: src/highscore.c:238 src/titlescreen.c:801 src/titlescreen.c:860
 msgid "Scout"
 msgstr "Scout"
 
-#: src/highscore.c:241 src/titlescreen.c:853
+#: src/highscore.c:241 src/titlescreen.c:802 src/titlescreen.c:861
 msgid "Ranger"
 msgstr "Ranger"
 
-#: src/highscore.c:244 src/titlescreen.c:854
+#: src/highscore.c:244 src/titlescreen.c:803 src/titlescreen.c:862
 msgid "Ace"
 msgstr "As"
 
-#: src/highscore.c:247 src/titlescreen.c:855
+#: src/highscore.c:247 src/titlescreen.c:804 src/titlescreen.c:863
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:968
+#: src/highscore.c:250 src/titlescreen.c:983
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:969
+#: src/highscore.c:253 src/titlescreen.c:984
 msgid "Fractions"
 msgstr ""
 
@@ -406,7 +407,7 @@
 msgstr ""
 
 #: src/titlescreen.c:664
-msgid "Other Math Command Activities"
+msgid "Factoroids!"
 msgstr ""
 
 #: src/titlescreen.c:665
@@ -437,55 +438,72 @@
 msgid "Play Custom Game"
 msgstr "Jouer en mode personnalisé"
 
-#: src/titlescreen.c:745 src/titlescreen.c:857 src/titlescreen.c:970
+#: src/titlescreen.c:745 src/titlescreen.c:796 src/titlescreen.c:805
+#: src/titlescreen.c:865 src/titlescreen.c:985
 msgid "Main menu"
 msgstr "Menu principal"
 
-#: src/titlescreen.c:944
+#: src/titlescreen.c:794
+msgid "Score Sweep"
+msgstr ""
+
+#: src/titlescreen.c:795
+msgid "Elimination"
+msgstr ""
+
+#: src/titlescreen.c:839
+msgid "How many kids are playing?"
+msgstr ""
+
+#: src/titlescreen.c:840
+msgid "(Between 2 and 4 players)"
+msgstr ""
+
+#: src/titlescreen.c:959
 msgid "Edit 'options' file in your home directory"
 msgstr "Editer le fichier 'option' dans le dossier home"
 
-#: src/titlescreen.c:945
+#: src/titlescreen.c:960
 msgid "to create customized game!"
 msgstr "pour créer une partie personnalisée !"
 
-#: src/titlescreen.c:946
+#: src/titlescreen.c:961
 msgid "Press a key or click your mouse to start game."
 msgstr "Appuyez sur une touche ou cliquez pour commencer"
 
-#: src/titlescreen.c:947
+#: src/titlescreen.c:962
 msgid "See README.txt for more information"
 msgstr "Lisez README.txt pour plus d'informations"
 
-#: src/titlescreen.c:1062
+#: src/titlescreen.c:1077
 msgid "Demo"
 msgstr "Demo"
 
-#: src/titlescreen.c:1063
+#: src/titlescreen.c:1078
 msgid "Project Info"
 msgstr "A propos"
 
-#: src/titlescreen.c:1064
+#: src/titlescreen.c:1079
 msgid "Credits"
 msgstr "Crédits"
 
-#: src/titlescreen.c:1065
+#: src/titlescreen.c:1080
 msgid "Main Menu"
 msgstr "Menu principal"
 
-#: src/titlescreen.c:1112
+#: src/titlescreen.c:1127
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath est gratuit et open-source!"
 
-#: src/titlescreen.c:1113
+#: src/titlescreen.c:1128
 msgid "You can help make it better by reporting problems,"
 msgstr "Participez à l'amélioration du jeu en nous signalant des problemes,"
 
-#: src/titlescreen.c:1114
+#: src/titlescreen.c:1129
 msgid "suggesting improvements, or adding code."
 msgstr "vos suggestions, ou en développement."
 
-#: src/titlescreen.c:1115
+#: src/titlescreen.c:1130
 msgid "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 msgstr "Parlons-en sur tuxmath-devel at lists.sourceforge.net"
 

Modified: tuxmath/trunk/po/ga.po
===================================================================
--- tuxmath/trunk/po/ga.po	2008-12-08 20:02:49 UTC (rev 787)
+++ tuxmath/trunk/po/ga.po	2008-12-09 03:15:21 UTC (rev 788)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2008-12-03 11:19-0600\n"
+"POT-Creation-Date: 2008-12-08 19:43-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"
@@ -349,35 +349,36 @@
 msgid "Do it now, and then play!"
 msgstr "Déan anois é, agus ansin imir!"
 
-#: src/highscore.c:213 src/titlescreen.c:856
+#: src/highscore.c:213 src/titlescreen.c:864
 msgid "Hall Of Fame"
 msgstr "Réim na gCuradh"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:851
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:800
+#: src/titlescreen.c:859
 msgid "Space Cadet"
 msgstr "Glasearcach"
 
-#: src/highscore.c:238 src/titlescreen.c:852
+#: src/highscore.c:238 src/titlescreen.c:801 src/titlescreen.c:860
 msgid "Scout"
 msgstr "Gasóg"
 
-#: src/highscore.c:241 src/titlescreen.c:853
+#: src/highscore.c:241 src/titlescreen.c:802 src/titlescreen.c:861
 msgid "Ranger"
 msgstr "Ránaí"
 
-#: src/highscore.c:244 src/titlescreen.c:854
+#: src/highscore.c:244 src/titlescreen.c:803 src/titlescreen.c:862
 msgid "Ace"
 msgstr "Curadh"
 
-#: src/highscore.c:247 src/titlescreen.c:855
+#: src/highscore.c:247 src/titlescreen.c:804 src/titlescreen.c:863
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:968
+#: src/highscore.c:250 src/titlescreen.c:983
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:969
+#: src/highscore.c:253 src/titlescreen.c:984
 msgid "Fractions"
 msgstr ""
 
@@ -406,7 +407,7 @@
 msgstr ""
 
 #: src/titlescreen.c:664
-msgid "Other Math Command Activities"
+msgid "Factoroids!"
 msgstr ""
 
 #: src/titlescreen.c:665
@@ -437,55 +438,72 @@
 msgid "Play Custom Game"
 msgstr "Imir Cluiche Saincheaptha"
 
-#: src/titlescreen.c:745 src/titlescreen.c:857 src/titlescreen.c:970
+#: src/titlescreen.c:745 src/titlescreen.c:796 src/titlescreen.c:805
+#: src/titlescreen.c:865 src/titlescreen.c:985
 msgid "Main menu"
 msgstr "An Príomh Roghchlár"
 
-#: src/titlescreen.c:944
+#: src/titlescreen.c:794
+msgid "Score Sweep"
+msgstr ""
+
+#: src/titlescreen.c:795
+msgid "Elimination"
+msgstr ""
+
+#: src/titlescreen.c:839
+msgid "How many kids are playing?"
+msgstr ""
+
+#: src/titlescreen.c:840
+msgid "(Between 2 and 4 players)"
+msgstr ""
+
+#: src/titlescreen.c:959
 msgid "Edit 'options' file in your home directory"
 msgstr "Cuir in eagar an comhad 'roghanna' i do chomhadlann baile"
 
-#: src/titlescreen.c:945
+#: src/titlescreen.c:960
 msgid "to create customized game!"
 msgstr "chun cluiche saincheaptha a chruthú!"
 
-#: src/titlescreen.c:946
+#: src/titlescreen.c:961
 msgid "Press a key or click your mouse to start game."
 msgstr "Brúigh cnaipe nó brúigh do luchóg chun an cluiche a thosú."
 
-#: src/titlescreen.c:947
+#: src/titlescreen.c:962
 msgid "See README.txt for more information"
 msgstr "Féach ar README.txt le haghaidh breis eolas"
 
-#: src/titlescreen.c:1062
+#: src/titlescreen.c:1077
 msgid "Demo"
 msgstr "Taispeántas"
 
-#: src/titlescreen.c:1063
+#: src/titlescreen.c:1078
 msgid "Project Info"
 msgstr "Faisnéis an Tionscadail"
 
-#: src/titlescreen.c:1064
+#: src/titlescreen.c:1079
 msgid "Credits"
 msgstr "Buíochas le"
 
-#: src/titlescreen.c:1065
+#: src/titlescreen.c:1080
 msgid "Main Menu"
 msgstr "An Príomh Roghchlár"
 
-#: src/titlescreen.c:1112
+#: src/titlescreen.c:1127
 msgid "TuxMath is free and open-source!"
 msgstr "Tá TuxMath ar fáil saor in aisce agus le foinse oscailte!"
 
-#: src/titlescreen.c:1113
+#: src/titlescreen.c:1128
 msgid "You can help make it better by reporting problems,"
 msgstr "Is féidir leat cuidiú é a fheabhsú trí fadhbanna a fhógrú,"
 
-#: src/titlescreen.c:1114
+#: src/titlescreen.c:1129
 msgid "suggesting improvements, or adding code."
 msgstr "feabhsaithe a mholadh, nó trí cód a chur leis."
 
-#: src/titlescreen.c:1115
+#: src/titlescreen.c:1130
 msgid "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 msgstr "Plé an todhchaí ag tuxmath-devel at lists.sourceforge.net"
 

Modified: tuxmath/trunk/po/he.po
===================================================================
--- tuxmath/trunk/po/he.po	2008-12-08 20:02:49 UTC (rev 787)
+++ tuxmath/trunk/po/he.po	2008-12-09 03:15:21 UTC (rev 788)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2008-12-03 11:19-0600\n"
+"POT-Creation-Date: 2008-12-08 19:43-0600\n"
 "PO-Revision-Date: 2008-03-17 13:30+0000\n"
 "Last-Translator: Yaron <sh.yaron at gmail.com>\n"
 "Language-Team: Hebrew <he at li.org>\n"
@@ -353,35 +353,36 @@
 msgid "Do it now, and then play!"
 msgstr ""
 
-#: src/highscore.c:213 src/titlescreen.c:856
+#: src/highscore.c:213 src/titlescreen.c:864
 msgid "Hall Of Fame"
 msgstr "היכל התהילה"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:851
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:800
+#: src/titlescreen.c:859
 msgid "Space Cadet"
 msgstr "טירון"
 
-#: src/highscore.c:238 src/titlescreen.c:852
+#: src/highscore.c:238 src/titlescreen.c:801 src/titlescreen.c:860
 msgid "Scout"
 msgstr "תלמיד"
 
-#: src/highscore.c:241 src/titlescreen.c:853
+#: src/highscore.c:241 src/titlescreen.c:802 src/titlescreen.c:861
 msgid "Ranger"
 msgstr "מתמצא"
 
-#: src/highscore.c:244 src/titlescreen.c:854
+#: src/highscore.c:244 src/titlescreen.c:803 src/titlescreen.c:862
 msgid "Ace"
 msgstr "תותח"
 
-#: src/highscore.c:247 src/titlescreen.c:855
+#: src/highscore.c:247 src/titlescreen.c:804 src/titlescreen.c:863
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:968
+#: src/highscore.c:250 src/titlescreen.c:983
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:969
+#: src/highscore.c:253 src/titlescreen.c:984
 msgid "Fractions"
 msgstr ""
 
@@ -410,7 +411,7 @@
 msgstr ""
 
 #: src/titlescreen.c:664
-msgid "Other Math Command Activities"
+msgid "Factoroids!"
 msgstr ""
 
 #: src/titlescreen.c:665
@@ -441,55 +442,72 @@
 msgid "Play Custom Game"
 msgstr "שחק משחק מותאם"
 
-#: src/titlescreen.c:745 src/titlescreen.c:857 src/titlescreen.c:970
+#: src/titlescreen.c:745 src/titlescreen.c:796 src/titlescreen.c:805
+#: src/titlescreen.c:865 src/titlescreen.c:985
 msgid "Main menu"
 msgstr "תפריט ראשי"
 
-#: src/titlescreen.c:944
+#: src/titlescreen.c:794
+msgid "Score Sweep"
+msgstr ""
+
+#: src/titlescreen.c:795
+msgid "Elimination"
+msgstr ""
+
+#: src/titlescreen.c:839
+msgid "How many kids are playing?"
+msgstr ""
+
+#: src/titlescreen.c:840
+msgid "(Between 2 and 4 players)"
+msgstr ""
+
+#: src/titlescreen.c:959
 msgid "Edit 'options' file in your home directory"
 msgstr "ערוך את קובץ האפשרויות ('options') בתיקיית הבית שלך"
 
-#: src/titlescreen.c:945
+#: src/titlescreen.c:960
 msgid "to create customized game!"
 msgstr "כדי ליצור משחק מותאם אישית!"
 
-#: src/titlescreen.c:946
+#: src/titlescreen.c:961
 msgid "Press a key or click your mouse to start game."
 msgstr "לחץ על מקש במקלדת או בעכבר כדי להתחיל במשחק."
 
-#: src/titlescreen.c:947
+#: src/titlescreen.c:962
 msgid "See README.txt for more information"
 msgstr "עיין בקובץ README.TXT למידע נוסף"
 
-#: src/titlescreen.c:1062
+#: src/titlescreen.c:1077
 msgid "Demo"
 msgstr "הדגמה"
 
-#: src/titlescreen.c:1063
+#: src/titlescreen.c:1078
 msgid "Project Info"
 msgstr "מידע על המיזם"
 
-#: src/titlescreen.c:1064
+#: src/titlescreen.c:1079
 msgid "Credits"
 msgstr "תודות"
 
-#: src/titlescreen.c:1065
+#: src/titlescreen.c:1080
 msgid "Main Menu"
 msgstr "תפריט ראשי"
 
-#: src/titlescreen.c:1112
+#: src/titlescreen.c:1127
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath הינו חופשי ובעל קוד פתוח!"
 
-#: src/titlescreen.c:1113
+#: src/titlescreen.c:1128
 msgid "You can help make it better by reporting problems,"
 msgstr "תוכל לעזור לנו לשפר אותו על ידי דיווח תקלות,"
 
-#: src/titlescreen.c:1114
+#: src/titlescreen.c:1129
 msgid "suggesting improvements, or adding code."
 msgstr "הצעת שיפורים או הוספת קוד."
 
-#: src/titlescreen.c:1115
+#: src/titlescreen.c:1130
 msgid "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 msgstr "דון בעתיד TuxMath ברשימת הדיוור tuxmath-devel at lists.sourceforge.net"
 

Modified: tuxmath/trunk/po/hu.po
===================================================================
--- tuxmath/trunk/po/hu.po	2008-12-08 20:02:49 UTC (rev 787)
+++ tuxmath/trunk/po/hu.po	2008-12-09 03:15:21 UTC (rev 788)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2008-12-03 11:19-0600\n"
+"POT-Creation-Date: 2008-12-08 19:43-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"
@@ -350,35 +350,36 @@
 msgid "Do it now, and then play!"
 msgstr "Lépj ki, és kezdd a játékot!"
 
-#: src/highscore.c:213 src/titlescreen.c:856
+#: src/highscore.c:213 src/titlescreen.c:864
 msgid "Hall Of Fame"
 msgstr "Dicsőséglista"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:851
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:800
+#: src/titlescreen.c:859
 msgid "Space Cadet"
 msgstr "Újonc"
 
-#: src/highscore.c:238 src/titlescreen.c:852
+#: src/highscore.c:238 src/titlescreen.c:801 src/titlescreen.c:860
 msgid "Scout"
 msgstr "Felderítő"
 
-#: src/highscore.c:241 src/titlescreen.c:853
+#: src/highscore.c:241 src/titlescreen.c:802 src/titlescreen.c:861
 msgid "Ranger"
 msgstr "Járőrparancsnok"
 
-#: src/highscore.c:244 src/titlescreen.c:854
+#: src/highscore.c:244 src/titlescreen.c:803 src/titlescreen.c:862
 msgid "Ace"
 msgstr "Mesterpilóta"
 
-#: src/highscore.c:247 src/titlescreen.c:855
+#: src/highscore.c:247 src/titlescreen.c:804 src/titlescreen.c:863
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:968
+#: src/highscore.c:250 src/titlescreen.c:983
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:969
+#: src/highscore.c:253 src/titlescreen.c:984
 msgid "Fractions"
 msgstr ""
 
@@ -407,7 +408,7 @@
 msgstr ""
 
 #: src/titlescreen.c:664
-msgid "Other Math Command Activities"
+msgid "Factoroids!"
 msgstr ""
 
 #: src/titlescreen.c:665
@@ -438,55 +439,72 @@
 msgid "Play Custom Game"
 msgstr "Testreszabott játékok"
 
-#: src/titlescreen.c:745 src/titlescreen.c:857 src/titlescreen.c:970
+#: src/titlescreen.c:745 src/titlescreen.c:796 src/titlescreen.c:805
+#: src/titlescreen.c:865 src/titlescreen.c:985
 msgid "Main menu"
 msgstr "Főmenü"
 
-#: src/titlescreen.c:944
+#: src/titlescreen.c:794
+msgid "Score Sweep"
+msgstr ""
+
+#: src/titlescreen.c:795
+msgid "Elimination"
+msgstr ""
+
+#: src/titlescreen.c:839
+msgid "How many kids are playing?"
+msgstr ""
+
+#: src/titlescreen.c:840
+msgid "(Between 2 and 4 players)"
+msgstr ""
+
+#: src/titlescreen.c:959
 msgid "Edit 'options' file in your home directory"
 msgstr "A home-könyvtáradban levő 'options' fájl "
 
-#: src/titlescreen.c:945
+#: src/titlescreen.c:960
 msgid "to create customized game!"
 msgstr "szerkesztésével készíthetsz testreszabott játékot."
 
-#: src/titlescreen.c:946
+#: src/titlescreen.c:961
 msgid "Press a key or click your mouse to start game."
 msgstr "Nyomj le egy billentyűt vagy egy egérgombot a kezdéshez!"
 
-#: src/titlescreen.c:947
+#: src/titlescreen.c:962
 msgid "See README.txt for more information"
 msgstr "További részletek a README.txt fájlban."
 
-#: src/titlescreen.c:1062
+#: src/titlescreen.c:1077
 msgid "Demo"
 msgstr "Demo"
 
-#: src/titlescreen.c:1063
+#: src/titlescreen.c:1078
 msgid "Project Info"
 msgstr "Projekt információ"
 
-#: src/titlescreen.c:1064
+#: src/titlescreen.c:1079
 msgid "Credits"
 msgstr "Köszönetnyilvánítás"
 
-#: src/titlescreen.c:1065
+#: src/titlescreen.c:1080
 msgid "Main Menu"
 msgstr "Főmenü"
 
-#: src/titlescreen.c:1112
+#: src/titlescreen.c:1127
 msgid "TuxMath is free and open-source!"
 msgstr "A TuxMath ingyenes és nyílt forráskódú!"
 
-#: src/titlescreen.c:1113
+#: src/titlescreen.c:1128
 msgid "You can help make it better by reporting problems,"
 msgstr "Te is segíthetsz még jobbá tenni az észlelt hibák bejelentésével,"
 
-#: src/titlescreen.c:1114
+#: src/titlescreen.c:1129
 msgid "suggesting improvements, or adding code."
 msgstr "továbbfejlesztési ötletekkel, vagy programkóddal."
 
-#: src/titlescreen.c:1115
+#: src/titlescreen.c:1130
 msgid "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 msgstr "Levelezőlista (angol nyelvű): tuxmath-devel at lists.sourceforge.net"
 

Modified: tuxmath/trunk/po/it.po
===================================================================
--- tuxmath/trunk/po/it.po	2008-12-08 20:02:49 UTC (rev 787)
+++ tuxmath/trunk/po/it.po	2008-12-09 03:15:21 UTC (rev 788)
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2008-12-03 11:19-0600\n"
+"POT-Creation-Date: 2008-12-08 19:43-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"
@@ -356,35 +356,36 @@
 msgid "Do it now, and then play!"
 msgstr ""
 
-#: src/highscore.c:213 src/titlescreen.c:856
+#: src/highscore.c:213 src/titlescreen.c:864
 msgid "Hall Of Fame"
 msgstr "Galleria dei campioni"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:851
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:800
+#: src/titlescreen.c:859
 msgid "Space Cadet"
 msgstr "Cadetto spaziale"
 
-#: src/highscore.c:238 src/titlescreen.c:852
+#: src/highscore.c:238 src/titlescreen.c:801 src/titlescreen.c:860
 msgid "Scout"
 msgstr "Scout"
 
-#: src/highscore.c:241 src/titlescreen.c:853
+#: src/highscore.c:241 src/titlescreen.c:802 src/titlescreen.c:861
 msgid "Ranger"
 msgstr "Ranger"
 
-#: src/highscore.c:244 src/titlescreen.c:854
+#: src/highscore.c:244 src/titlescreen.c:803 src/titlescreen.c:862
 msgid "Ace"
 msgstr "Asso"
 
-#: src/highscore.c:247 src/titlescreen.c:855
+#: src/highscore.c:247 src/titlescreen.c:804 src/titlescreen.c:863
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:968
+#: src/highscore.c:250 src/titlescreen.c:983
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:969
+#: src/highscore.c:253 src/titlescreen.c:984
 msgid "Fractions"
 msgstr ""
 
@@ -413,7 +414,7 @@
 msgstr ""
 
 #: src/titlescreen.c:664
-msgid "Other Math Command Activities"
+msgid "Factoroids!"
 msgstr ""
 
 #: src/titlescreen.c:665
@@ -445,55 +446,72 @@
 msgid "Play Custom Game"
 msgstr "Gioca una partita personalizzata"
 
-#: src/titlescreen.c:745 src/titlescreen.c:857 src/titlescreen.c:970
+#: src/titlescreen.c:745 src/titlescreen.c:796 src/titlescreen.c:805
+#: src/titlescreen.c:865 src/titlescreen.c:985
 msgid "Main menu"
 msgstr "Menu principale"
 
-#: src/titlescreen.c:944
+#: src/titlescreen.c:794
+msgid "Score Sweep"
+msgstr ""
+
+#: src/titlescreen.c:795
+msgid "Elimination"
+msgstr ""
+
+#: src/titlescreen.c:839
+msgid "How many kids are playing?"
+msgstr ""
+
+#: src/titlescreen.c:840
+msgid "(Between 2 and 4 players)"
+msgstr ""
+
+#: src/titlescreen.c:959
 msgid "Edit 'options' file in your home directory"
 msgstr "Modifica il file 'options' nella tua cartella home"
 
-#: src/titlescreen.c:945
+#: src/titlescreen.c:960
 msgid "to create customized game!"
 msgstr "per creare una partita personalizzata!"
 
-#: src/titlescreen.c:946
+#: src/titlescreen.c:961
 msgid "Press a key or click your mouse to start game."
 msgstr "Premi un tasto o fai click con il mouse per iniziare il gioco."
 
-#: src/titlescreen.c:947
+#: src/titlescreen.c:962
 msgid "See README.txt for more information"
 msgstr "Vedi il file README.txt per maggiori informazioni"
 
-#: src/titlescreen.c:1062
+#: src/titlescreen.c:1077
 msgid "Demo"
 msgstr "Demo"
 
-#: src/titlescreen.c:1063
+#: src/titlescreen.c:1078
 msgid "Project Info"
 msgstr "Informazioni sul progetto"
 
-#: src/titlescreen.c:1064
+#: src/titlescreen.c:1079
 msgid "Credits"
 msgstr "Ringraziamenti"
 
-#: src/titlescreen.c:1065
+#: src/titlescreen.c:1080
 msgid "Main Menu"
 msgstr "Menu principale"
 
-#: src/titlescreen.c:1112
+#: src/titlescreen.c:1127
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath è gratuito ed open-source!"
 
-#: src/titlescreen.c:1113
+#: src/titlescreen.c:1128
 msgid "You can help make it better by reporting problems,"
 msgstr "Puoi aiutare a migliorarlo riportando i problemi,"
 
-#: src/titlescreen.c:1114
+#: src/titlescreen.c:1129
 msgid "suggesting improvements, or adding code."
 msgstr "proponendo miglioramenti o con l'aggiunta di codice."
 
-#: src/titlescreen.c:1115
+#: src/titlescreen.c:1130
 msgid "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 msgstr "Discuti del futuro su tuxmath-devel at lists.sourceforge.net"
 

Modified: tuxmath/trunk/po/ja.po
===================================================================
--- tuxmath/trunk/po/ja.po	2008-12-08 20:02:49 UTC (rev 787)
+++ tuxmath/trunk/po/ja.po	2008-12-09 03:15:21 UTC (rev 788)
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2008-12-03 11:19-0600\n"
+"POT-Creation-Date: 2008-12-08 19:43-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"
@@ -354,35 +354,36 @@
 msgid "Do it now, and then play!"
 msgstr ""
 
-#: src/highscore.c:213 src/titlescreen.c:856
+#: src/highscore.c:213 src/titlescreen.c:864
 msgid "Hall Of Fame"
 msgstr "殿堂入り"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:851
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:800
+#: src/titlescreen.c:859
 msgid "Space Cadet"
 msgstr "訓練生"
 
-#: src/highscore.c:238 src/titlescreen.c:852
+#: src/highscore.c:238 src/titlescreen.c:801 src/titlescreen.c:860
 msgid "Scout"
 msgstr "上等兵"
 
-#: src/highscore.c:241 src/titlescreen.c:853
+#: src/highscore.c:241 src/titlescreen.c:802 src/titlescreen.c:861
 msgid "Ranger"
 msgstr "特殊部隊"
 
-#: src/highscore.c:244 src/titlescreen.c:854
+#: src/highscore.c:244 src/titlescreen.c:803 src/titlescreen.c:862
 msgid "Ace"
 msgstr "超能力者"
 
-#: src/highscore.c:247 src/titlescreen.c:855
+#: src/highscore.c:247 src/titlescreen.c:804 src/titlescreen.c:863
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:968
+#: src/highscore.c:250 src/titlescreen.c:983
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:969
+#: src/highscore.c:253 src/titlescreen.c:984
 msgid "Fractions"
 msgstr ""
 
@@ -411,7 +412,7 @@
 msgstr ""
 
 #: src/titlescreen.c:664
-msgid "Other Math Command Activities"
+msgid "Factoroids!"
 msgstr ""
 
 #: src/titlescreen.c:665
@@ -442,55 +443,72 @@
 msgid "Play Custom Game"
 msgstr "特殊訓練開始"
 
-#: src/titlescreen.c:745 src/titlescreen.c:857 src/titlescreen.c:970
+#: src/titlescreen.c:745 src/titlescreen.c:796 src/titlescreen.c:805
+#: src/titlescreen.c:865 src/titlescreen.c:985
 msgid "Main menu"
 msgstr "メインメニュー"
 
-#: src/titlescreen.c:944
+#: src/titlescreen.c:794
+msgid "Score Sweep"
+msgstr ""
+
+#: src/titlescreen.c:795
+msgid "Elimination"
+msgstr ""
+
+#: src/titlescreen.c:839
+msgid "How many kids are playing?"
+msgstr ""
+
+#: src/titlescreen.c:840
+msgid "(Between 2 and 4 players)"
+msgstr ""
+
+#: src/titlescreen.c:959
 msgid "Edit 'options' file in your home directory"
 msgstr "ホーム・ディレクトリの'optoins'ファイルを編集して"
 
-#: src/titlescreen.c:945
+#: src/titlescreen.c:960
 msgid "to create customized game!"
 msgstr "オリジナルのゲームを作ろう!"
 
-#: src/titlescreen.c:946
+#: src/titlescreen.c:961
 msgid "Press a key or click your mouse to start game."
 msgstr "キーを押すかクリックしてゲーム開始"
 
-#: src/titlescreen.c:947
+#: src/titlescreen.c:962
 msgid "See README.txt for more information"
 msgstr "詳しい説明はREADME.txtを見てください"
 
-#: src/titlescreen.c:1062
+#: src/titlescreen.c:1077
 msgid "Demo"
 msgstr "デモ"
 
-#: src/titlescreen.c:1063
+#: src/titlescreen.c:1078
 msgid "Project Info"
 msgstr "プロジェクト情報"
 
-#: src/titlescreen.c:1064
+#: src/titlescreen.c:1079
 msgid "Credits"
 msgstr "クレジット"
 
-#: src/titlescreen.c:1065
+#: src/titlescreen.c:1080
 msgid "Main Menu"
 msgstr "メインメニュー"
 
-#: src/titlescreen.c:1112
+#: src/titlescreen.c:1127
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath は自由でオープンソースです!"
 
-#: src/titlescreen.c:1113
+#: src/titlescreen.c:1128
 msgid "You can help make it better by reporting problems,"
 msgstr "問題点を報告してゲームを改善することができます。"
 
-#: src/titlescreen.c:1114
+#: src/titlescreen.c:1129
 msgid "suggesting improvements, or adding code."
 msgstr "新機能の提案や、コードの追加も歓迎します。"
 
-#: src/titlescreen.c:1115
+#: src/titlescreen.c:1130
 msgid "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 msgstr "連絡先はこちら tuxmath-devel at lists.sourceforge.net"
 

Modified: tuxmath/trunk/po/nb.po
===================================================================
--- tuxmath/trunk/po/nb.po	2008-12-08 20:02:49 UTC (rev 787)
+++ tuxmath/trunk/po/nb.po	2008-12-09 03:15:21 UTC (rev 788)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: nb\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2008-12-03 11:19-0600\n"
+"POT-Creation-Date: 2008-12-08 19:43-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"
@@ -353,35 +353,36 @@
 msgid "Do it now, and then play!"
 msgstr "Prøv det nå, og start spillet!"
 
-#: src/highscore.c:213 src/titlescreen.c:856
+#: src/highscore.c:213 src/titlescreen.c:864
 msgid "Hall Of Fame"
 msgstr "Rekordar"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:851
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:800
+#: src/titlescreen.c:859
 msgid "Space Cadet"
 msgstr "Romkadett"
 
-#: src/highscore.c:238 src/titlescreen.c:852
+#: src/highscore.c:238 src/titlescreen.c:801 src/titlescreen.c:860
 msgid "Scout"
 msgstr "Romlærling"
 
-#: src/highscore.c:241 src/titlescreen.c:853
+#: src/highscore.c:241 src/titlescreen.c:802 src/titlescreen.c:861
 msgid "Ranger"
 msgstr "Romvokter"
 
-#: src/highscore.c:244 src/titlescreen.c:854
+#: src/highscore.c:244 src/titlescreen.c:803 src/titlescreen.c:862
 msgid "Ace"
 msgstr "Romsjef"
 
-#: src/highscore.c:247 src/titlescreen.c:855
+#: src/highscore.c:247 src/titlescreen.c:804 src/titlescreen.c:863
 msgid "Commando"
 msgstr "Romkommandør"
 
-#: src/highscore.c:250 src/titlescreen.c:968
+#: src/highscore.c:250 src/titlescreen.c:983
 msgid "Factors"
 msgstr "Faktorer"
 
-#: src/highscore.c:253 src/titlescreen.c:969
+#: src/highscore.c:253 src/titlescreen.c:984
 msgid "Fractions"
 msgstr "Brøker"
 
@@ -410,8 +411,9 @@
 msgstr "Spill med venner"
 
 #: src/titlescreen.c:664
-msgid "Other Math Command Activities"
-msgstr "Andre aktiviteter"
+#, fuzzy
+msgid "Factoroids!"
+msgstr "Faktorer"
 
 #: src/titlescreen.c:665
 msgid "Help"
@@ -441,55 +443,72 @@
 msgid "Play Custom Game"
 msgstr "Selvlaget spill"
 
-#: src/titlescreen.c:745 src/titlescreen.c:857 src/titlescreen.c:970
+#: src/titlescreen.c:745 src/titlescreen.c:796 src/titlescreen.c:805
+#: src/titlescreen.c:865 src/titlescreen.c:985
 msgid "Main menu"
 msgstr "Hovedmeny"
 
-#: src/titlescreen.c:944
+#: src/titlescreen.c:794
+msgid "Score Sweep"
+msgstr ""
+
+#: src/titlescreen.c:795
+msgid "Elimination"
+msgstr ""
+
+#: src/titlescreen.c:839
+msgid "How many kids are playing?"
+msgstr ""
+
+#: src/titlescreen.c:840
+msgid "(Between 2 and 4 players)"
+msgstr ""
+
+#: src/titlescreen.c:959
 msgid "Edit 'options' file in your home directory"
 msgstr "Rediger «options»-fila i hjemmemappa di"
 
-#: src/titlescreen.c:945
+#: src/titlescreen.c:960
 msgid "to create customized game!"
 msgstr "for å lage ditt eget spill."
 
-#: src/titlescreen.c:946
+#: src/titlescreen.c:961
 msgid "Press a key or click your mouse to start game."
 msgstr "Trykk en tast eller med musen for å starte spillet."
 
-#: src/titlescreen.c:947
+#: src/titlescreen.c:962
 msgid "See README.txt for more information"
 msgstr "Se «README.txt» for mer informasjon."
 
-#: src/titlescreen.c:1062
+#: src/titlescreen.c:1077
 msgid "Demo"
 msgstr "Demonstrasjon"
 
-#: src/titlescreen.c:1063
+#: src/titlescreen.c:1078
 msgid "Project Info"
 msgstr "Prosjektinfo"
 
-#: src/titlescreen.c:1064
+#: src/titlescreen.c:1079
 msgid "Credits"
 msgstr "Bidragsytere"
 
-#: src/titlescreen.c:1065
+#: src/titlescreen.c:1080
 msgid "Main Menu"
 msgstr "Hovedmeny"
 
-#: src/titlescreen.c:1112
+#: src/titlescreen.c:1127
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath er fri programvare!"
 
-#: src/titlescreen.c:1113
+#: src/titlescreen.c:1128
 msgid "You can help make it better by reporting problems,"
 msgstr "Du kan være med på å gjøre spillet bedre, ved å melde fra"
 
-#: src/titlescreen.c:1114
+#: src/titlescreen.c:1129
 msgid "suggesting improvements, or adding code."
 msgstr "om feil, foreslå forbedringer eller bidra med programkode."
 
-#: src/titlescreen.c:1115
+#: src/titlescreen.c:1130
 msgid "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 msgstr "Diskuter framtiden på tuxmath-devel at lists.sourceforge.net"
 
@@ -718,3 +737,6 @@
 #: data/missions/lessons/descr_lessons:58
 msgid "Division of Positives and Negatives"
 msgstr "Divisjon av positive og negative tall"
+
+#~ msgid "Other Math Command Activities"
+#~ msgstr "Andre aktiviteter"

Modified: tuxmath/trunk/po/nl.po
===================================================================
--- tuxmath/trunk/po/nl.po	2008-12-08 20:02:49 UTC (rev 787)
+++ tuxmath/trunk/po/nl.po	2008-12-09 03:15:21 UTC (rev 788)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2008-12-03 11:19-0600\n"
+"POT-Creation-Date: 2008-12-08 19:43-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"
@@ -349,35 +349,36 @@
 msgid "Do it now, and then play!"
 msgstr ""
 
-#: src/highscore.c:213 src/titlescreen.c:856
+#: src/highscore.c:213 src/titlescreen.c:864
 msgid "Hall Of Fame"
 msgstr "Hoogste scores"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:851
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:800
+#: src/titlescreen.c:859
 msgid "Space Cadet"
 msgstr "Ruimte kadet"
 
-#: src/highscore.c:238 src/titlescreen.c:852
+#: src/highscore.c:238 src/titlescreen.c:801 src/titlescreen.c:860
 msgid "Scout"
 msgstr "Scout"
 
-#: src/highscore.c:241 src/titlescreen.c:853
+#: src/highscore.c:241 src/titlescreen.c:802 src/titlescreen.c:861
 msgid "Ranger"
 msgstr "Ranger"
 
-#: src/highscore.c:244 src/titlescreen.c:854
+#: src/highscore.c:244 src/titlescreen.c:803 src/titlescreen.c:862
 msgid "Ace"
 msgstr "Ace"
 
-#: src/highscore.c:247 src/titlescreen.c:855
+#: src/highscore.c:247 src/titlescreen.c:804 src/titlescreen.c:863
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:968
+#: src/highscore.c:250 src/titlescreen.c:983
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:969
+#: src/highscore.c:253 src/titlescreen.c:984
 msgid "Fractions"
 msgstr ""
 
@@ -406,7 +407,7 @@
 msgstr ""
 
 #: src/titlescreen.c:664
-msgid "Other Math Command Activities"
+msgid "Factoroids!"
 msgstr ""
 
 #: src/titlescreen.c:665
@@ -437,55 +438,72 @@
 msgid "Play Custom Game"
 msgstr "Speel je eigen spel"
 
-#: src/titlescreen.c:745 src/titlescreen.c:857 src/titlescreen.c:970
+#: src/titlescreen.c:745 src/titlescreen.c:796 src/titlescreen.c:805
+#: src/titlescreen.c:865 src/titlescreen.c:985
 msgid "Main menu"
 msgstr "Hoofdmenu"
 
-#: src/titlescreen.c:944
+#: src/titlescreen.c:794
+msgid "Score Sweep"
+msgstr ""
+
+#: src/titlescreen.c:795
+msgid "Elimination"
+msgstr ""
+
+#: src/titlescreen.c:839
+msgid "How many kids are playing?"
+msgstr ""
+
+#: src/titlescreen.c:840
+msgid "(Between 2 and 4 players)"
+msgstr ""
+
+#: src/titlescreen.c:959
 msgid "Edit 'options' file in your home directory"
 msgstr "Bewerk 'options' bestand in je home folder"
 
-#: src/titlescreen.c:945
+#: src/titlescreen.c:960
 msgid "to create customized game!"
 msgstr "voor een eigen spel!"
 
-#: src/titlescreen.c:946
+#: src/titlescreen.c:961
 msgid "Press a key or click your mouse to start game."
 msgstr "Druk op een toets of de muis om het spel te starten."
 
-#: src/titlescreen.c:947
+#: src/titlescreen.c:962
 msgid "See README.txt for more information"
 msgstr "Lees README.txt voor meer informatie"
 
-#: src/titlescreen.c:1062
+#: src/titlescreen.c:1077
 msgid "Demo"
 msgstr "Demo"
 
-#: src/titlescreen.c:1063
+#: src/titlescreen.c:1078
 msgid "Project Info"
 msgstr "Projekt info"
 
-#: src/titlescreen.c:1064
+#: src/titlescreen.c:1079
 msgid "Credits"
 msgstr "Kredieten"
 
-#: src/titlescreen.c:1065
+#: src/titlescreen.c:1080
 msgid "Main Menu"
 msgstr "Hoofdmenu"
 
-#: src/titlescreen.c:1112
+#: src/titlescreen.c:1127
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath is gratis en open-source!"
 
-#: src/titlescreen.c:1113
+#: src/titlescreen.c:1128
 msgid "You can help make it better by reporting problems,"
 msgstr "Je kan helpen met het verbeteren door problemen te melden,"
 
-#: src/titlescreen.c:1114
+#: src/titlescreen.c:1129
 msgid "suggesting improvements, or adding code."
 msgstr "suggesties verbeteringen, of code toevoegen."
 
-#: src/titlescreen.c:1115
+#: src/titlescreen.c:1130
 msgid "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 msgstr "Praat over de toekomst via tuxmath-devel at lists.sourceforge.net"
 

Modified: tuxmath/trunk/po/nn.po
===================================================================
--- tuxmath/trunk/po/nn.po	2008-12-08 20:02:49 UTC (rev 787)
+++ tuxmath/trunk/po/nn.po	2008-12-09 03:15:21 UTC (rev 788)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: nn\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2008-12-03 11:19-0600\n"
+"POT-Creation-Date: 2008-12-08 19:43-0600\n"
 "PO-Revision-Date: 2008-09-21 19:06+0200\n"
 "Last-Translator: Karl Ove Hufthammer <karl at huftis.org>\n"
 "Language-Team: Norwegian Nynorsk <i18n-nn at lister.ping.uio.no>\n"
@@ -353,35 +353,36 @@
 msgid "Do it now, and then play!"
 msgstr "Prøv det no, og start spelet!"
 
-#: src/highscore.c:213 src/titlescreen.c:856
+#: src/highscore.c:213 src/titlescreen.c:864
 msgid "Hall Of Fame"
 msgstr "Rekordar"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:851
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:800
+#: src/titlescreen.c:859
 msgid "Space Cadet"
 msgstr "Romkadett"
 
-#: src/highscore.c:238 src/titlescreen.c:852
+#: src/highscore.c:238 src/titlescreen.c:801 src/titlescreen.c:860
 msgid "Scout"
 msgstr "Romlærling"
 
-#: src/highscore.c:241 src/titlescreen.c:853
+#: src/highscore.c:241 src/titlescreen.c:802 src/titlescreen.c:861
 msgid "Ranger"
 msgstr "Romvaktar"
 
-#: src/highscore.c:244 src/titlescreen.c:854
+#: src/highscore.c:244 src/titlescreen.c:803 src/titlescreen.c:862
 msgid "Ace"
 msgstr "Romsjef"
 
-#: src/highscore.c:247 src/titlescreen.c:855
+#: src/highscore.c:247 src/titlescreen.c:804 src/titlescreen.c:863
 msgid "Commando"
 msgstr "Romkommandør"
 
-#: src/highscore.c:250 src/titlescreen.c:968
+#: src/highscore.c:250 src/titlescreen.c:983
 msgid "Factors"
 msgstr "Faktorar"
 
-#: src/highscore.c:253 src/titlescreen.c:969
+#: src/highscore.c:253 src/titlescreen.c:984
 msgid "Fractions"
 msgstr "Brøkar"
 
@@ -410,8 +411,9 @@
 msgstr "Spel med venner"
 
 #: src/titlescreen.c:664
-msgid "Other Math Command Activities"
-msgstr "Andre aktivitetar"
+#, fuzzy
+msgid "Factoroids!"
+msgstr "Faktorar"
 
 #: src/titlescreen.c:665
 msgid "Help"
@@ -441,55 +443,72 @@
 msgid "Play Custom Game"
 msgstr "Sjølvlaga spel"
 
-#: src/titlescreen.c:745 src/titlescreen.c:857 src/titlescreen.c:970
+#: src/titlescreen.c:745 src/titlescreen.c:796 src/titlescreen.c:805
+#: src/titlescreen.c:865 src/titlescreen.c:985
 msgid "Main menu"
 msgstr "Hovudmeny"
 
-#: src/titlescreen.c:944
+#: src/titlescreen.c:794
+msgid "Score Sweep"
+msgstr ""
+
+#: src/titlescreen.c:795
+msgid "Elimination"
+msgstr ""
+
+#: src/titlescreen.c:839
+msgid "How many kids are playing?"
+msgstr ""
+
+#: src/titlescreen.c:840
+msgid "(Between 2 and 4 players)"
+msgstr ""
+
+#: src/titlescreen.c:959
 msgid "Edit 'options' file in your home directory"
 msgstr "Rediger «options»-fila i heimemappa di"
 
-#: src/titlescreen.c:945
+#: src/titlescreen.c:960
 msgid "to create customized game!"
 msgstr "for å laga ditt eige spel."
 
-#: src/titlescreen.c:946
+#: src/titlescreen.c:961
 msgid "Press a key or click your mouse to start game."
 msgstr "Trykk ein tast eller med musa for å starta spelet."
 
-#: src/titlescreen.c:947
+#: src/titlescreen.c:962
 msgid "See README.txt for more information"
 msgstr "Sjå «README.txt» for meir informasjon."
 
-#: src/titlescreen.c:1062
+#: src/titlescreen.c:1077
 msgid "Demo"
 msgstr "Demonstrasjon"
 
-#: src/titlescreen.c:1063
+#: src/titlescreen.c:1078
 msgid "Project Info"
 msgstr "Prosjektinfo"
 
-#: src/titlescreen.c:1064
+#: src/titlescreen.c:1079
 msgid "Credits"
 msgstr "Bidragsytarar"
 
-#: src/titlescreen.c:1065
+#: src/titlescreen.c:1080
 msgid "Main Menu"
 msgstr "Hovudmeny"
 
-#: src/titlescreen.c:1112
+#: src/titlescreen.c:1127
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath er fri programvare!"
 
-#: src/titlescreen.c:1113
+#: src/titlescreen.c:1128
 msgid "You can help make it better by reporting problems,"
 msgstr "Du kan vera med på å gjera spelet betre, ved å melda frå"
 
-#: src/titlescreen.c:1114
+#: src/titlescreen.c:1129
 msgid "suggesting improvements, or adding code."
 msgstr "om feil, foreslå forbetringar eller bidra med programkode."
 
-#: src/titlescreen.c:1115
+#: src/titlescreen.c:1130
 msgid "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 msgstr "Diskuter framtida på tuxmath-devel at lists.sourceforge.net"
 
@@ -718,3 +737,6 @@
 #: data/missions/lessons/descr_lessons:58
 msgid "Division of Positives and Negatives"
 msgstr "Divisjon av positive og negative tal"
+
+#~ msgid "Other Math Command Activities"
+#~ msgstr "Andre aktivitetar"

Modified: tuxmath/trunk/po/oc.po
===================================================================
--- tuxmath/trunk/po/oc.po	2008-12-08 20:02:49 UTC (rev 787)
+++ tuxmath/trunk/po/oc.po	2008-12-09 03:15:21 UTC (rev 788)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2008-12-03 11:19-0600\n"
+"POT-Creation-Date: 2008-12-08 19:43-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"
@@ -353,35 +353,36 @@
 msgid "Do it now, and then play!"
 msgstr ""
 
-#: src/highscore.c:213 src/titlescreen.c:856
+#: src/highscore.c:213 src/titlescreen.c:864
 msgid "Hall Of Fame"
 msgstr ""
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:851
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:800
+#: src/titlescreen.c:859
 msgid "Space Cadet"
 msgstr ""
 
-#: src/highscore.c:238 src/titlescreen.c:852
+#: src/highscore.c:238 src/titlescreen.c:801 src/titlescreen.c:860
 msgid "Scout"
 msgstr ""
 
-#: src/highscore.c:241 src/titlescreen.c:853
+#: src/highscore.c:241 src/titlescreen.c:802 src/titlescreen.c:861
 msgid "Ranger"
 msgstr ""
 
-#: src/highscore.c:244 src/titlescreen.c:854
+#: src/highscore.c:244 src/titlescreen.c:803 src/titlescreen.c:862
 msgid "Ace"
 msgstr ""
 
-#: src/highscore.c:247 src/titlescreen.c:855
+#: src/highscore.c:247 src/titlescreen.c:804 src/titlescreen.c:863
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:968
+#: src/highscore.c:250 src/titlescreen.c:983
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:969
+#: src/highscore.c:253 src/titlescreen.c:984
 msgid "Fractions"
 msgstr ""
 
@@ -410,7 +411,7 @@
 msgstr ""
 
 #: src/titlescreen.c:664
-msgid "Other Math Command Activities"
+msgid "Factoroids!"
 msgstr ""
 
 #: src/titlescreen.c:665
@@ -441,55 +442,72 @@
 msgid "Play Custom Game"
 msgstr ""
 
-#: src/titlescreen.c:745 src/titlescreen.c:857 src/titlescreen.c:970
+#: src/titlescreen.c:745 src/titlescreen.c:796 src/titlescreen.c:805
+#: src/titlescreen.c:865 src/titlescreen.c:985
 msgid "Main menu"
 msgstr "Menut principal"
 
-#: src/titlescreen.c:944
+#: src/titlescreen.c:794
+msgid "Score Sweep"
+msgstr ""
+
+#: src/titlescreen.c:795
+msgid "Elimination"
+msgstr ""
+
+#: src/titlescreen.c:839
+msgid "How many kids are playing?"
+msgstr ""
+
+#: src/titlescreen.c:840
+msgid "(Between 2 and 4 players)"
+msgstr ""
+
+#: src/titlescreen.c:959
 msgid "Edit 'options' file in your home directory"
 msgstr ""
 
-#: src/titlescreen.c:945
+#: src/titlescreen.c:960
 msgid "to create customized game!"
 msgstr ""
 
-#: src/titlescreen.c:946
+#: src/titlescreen.c:961
 msgid "Press a key or click your mouse to start game."
 msgstr ""
 
-#: src/titlescreen.c:947
+#: src/titlescreen.c:962
 msgid "See README.txt for more information"
 msgstr ""
 
-#: src/titlescreen.c:1062
+#: src/titlescreen.c:1077
 msgid "Demo"
 msgstr ""
 
-#: src/titlescreen.c:1063
+#: src/titlescreen.c:1078
 msgid "Project Info"
 msgstr ""
 
-#: src/titlescreen.c:1064
+#: src/titlescreen.c:1079
 msgid "Credits"
 msgstr "Mercejaments"
 
-#: src/titlescreen.c:1065
+#: src/titlescreen.c:1080
 msgid "Main Menu"
 msgstr "Menut principal"
 
-#: src/titlescreen.c:1112
+#: src/titlescreen.c:1127
 msgid "TuxMath is free and open-source!"
 msgstr ""
 
-#: src/titlescreen.c:1113
+#: src/titlescreen.c:1128
 msgid "You can help make it better by reporting problems,"
 msgstr ""
 
-#: src/titlescreen.c:1114
+#: src/titlescreen.c:1129
 msgid "suggesting improvements, or adding code."
 msgstr ""
 
-#: src/titlescreen.c:1115
+#: src/titlescreen.c:1130
 msgid "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 msgstr ""
 

Modified: tuxmath/trunk/po/pl.po
===================================================================
--- tuxmath/trunk/po/pl.po	2008-12-08 20:02:49 UTC (rev 787)
+++ tuxmath/trunk/po/pl.po	2008-12-09 03:15:21 UTC (rev 788)
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2008-12-03 11:19-0600\n"
+"POT-Creation-Date: 2008-12-08 19:43-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"
@@ -356,35 +356,36 @@
 msgid "Do it now, and then play!"
 msgstr ""
 
-#: src/highscore.c:213 src/titlescreen.c:856
+#: src/highscore.c:213 src/titlescreen.c:864
 msgid "Hall Of Fame"
 msgstr "Lista najlepszych"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:851
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:800
+#: src/titlescreen.c:859
 msgid "Space Cadet"
 msgstr "Kosmiczny Kadet"
 
-#: src/highscore.c:238 src/titlescreen.c:852
+#: src/highscore.c:238 src/titlescreen.c:801 src/titlescreen.c:860
 msgid "Scout"
 msgstr "Strzelec"
 
-#: src/highscore.c:241 src/titlescreen.c:853
+#: src/highscore.c:241 src/titlescreen.c:802 src/titlescreen.c:861
 msgid "Ranger"
 msgstr "Strażnik"
 
-#: src/highscore.c:244 src/titlescreen.c:854
+#: src/highscore.c:244 src/titlescreen.c:803 src/titlescreen.c:862
 msgid "Ace"
 msgstr "As"
 
-#: src/highscore.c:247 src/titlescreen.c:855
+#: src/highscore.c:247 src/titlescreen.c:804 src/titlescreen.c:863
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:968
+#: src/highscore.c:250 src/titlescreen.c:983
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:969
+#: src/highscore.c:253 src/titlescreen.c:984
 msgid "Fractions"
 msgstr ""
 
@@ -413,7 +414,7 @@
 msgstr ""
 
 #: src/titlescreen.c:664
-msgid "Other Math Command Activities"
+msgid "Factoroids!"
 msgstr ""
 
 #: src/titlescreen.c:665
@@ -444,56 +445,73 @@
 msgid "Play Custom Game"
 msgstr "Zagraj w wybranÄ… grÄ™"
 
-#: src/titlescreen.c:745 src/titlescreen.c:857 src/titlescreen.c:970
+#: src/titlescreen.c:745 src/titlescreen.c:796 src/titlescreen.c:805
+#: src/titlescreen.c:865 src/titlescreen.c:985
 msgid "Main menu"
 msgstr "Menu główne"
 
-#: src/titlescreen.c:944
+#: src/titlescreen.c:794
+msgid "Score Sweep"
+msgstr ""
+
+#: src/titlescreen.c:795
+msgid "Elimination"
+msgstr ""
+
+#: src/titlescreen.c:839
+msgid "How many kids are playing?"
+msgstr ""
+
+#: src/titlescreen.c:840
+msgid "(Between 2 and 4 players)"
+msgstr ""
+
+#: src/titlescreen.c:959
 msgid "Edit 'options' file in your home directory"
 msgstr "Edytuj pik 'options' w swoim katalogu domowym"
 
-#: src/titlescreen.c:945
+#: src/titlescreen.c:960
 msgid "to create customized game!"
 msgstr ""
 
-#: src/titlescreen.c:946
+#: src/titlescreen.c:961
 msgid "Press a key or click your mouse to start game."
 msgstr "Naciśnij klawisz albo kliknij myszką aby uruchomić grę."
 
-#: src/titlescreen.c:947
+#: src/titlescreen.c:962
 msgid "See README.txt for more information"
 msgstr "Przeczytaj README.txt, żeby uzyskać więcej informacji"
 
-#: src/titlescreen.c:1062
+#: src/titlescreen.c:1077
 msgid "Demo"
 msgstr "Demonstracja"
 
-#: src/titlescreen.c:1063
+#: src/titlescreen.c:1078
 msgid "Project Info"
 msgstr "Informacja o projekcie"
 
-#: src/titlescreen.c:1064
+#: src/titlescreen.c:1079
 msgid "Credits"
 msgstr "Twórcy"
 
-#: src/titlescreen.c:1065
+#: src/titlescreen.c:1080
 msgid "Main Menu"
 msgstr "Menu główne"
 
-#: src/titlescreen.c:1112
+#: src/titlescreen.c:1127
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath jest wolny i ma otwarte źródła"
 
-#: src/titlescreen.c:1113
+#: src/titlescreen.c:1128
 msgid "You can help make it better by reporting problems,"
 msgstr "Możesz pomóc uczynić go lepszym zgłaszając błędy."
 
-#: src/titlescreen.c:1114
+#: src/titlescreen.c:1129
 #, fuzzy
 msgid "suggesting improvements, or adding code."
 msgstr "Zasugeruj ulepszenia lub dodaj kod"
 
-#: src/titlescreen.c:1115
+#: src/titlescreen.c:1130
 msgid "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 msgstr "Dyskutuj na temat przyszłości na tuxmath-devel at lists.sourceforge.net"
 

Modified: tuxmath/trunk/po/pt.po
===================================================================
--- tuxmath/trunk/po/pt.po	2008-12-08 20:02:49 UTC (rev 787)
+++ tuxmath/trunk/po/pt.po	2008-12-09 03:15:21 UTC (rev 788)
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2008-12-03 11:19-0600\n"
+"POT-Creation-Date: 2008-12-08 19:43-0600\n"
 "PO-Revision-Date: 2008-04-12 04:12+0000\n"
 "Last-Translator: Mykas0 <Mykas0 at gmail.com>\n"
 "Language-Team: Portuguese <pt at li.org>\n"
@@ -355,35 +355,36 @@
 msgid "Do it now, and then play!"
 msgstr ""
 
-#: src/highscore.c:213 src/titlescreen.c:856
+#: src/highscore.c:213 src/titlescreen.c:864
 msgid "Hall Of Fame"
 msgstr "Corredor da Fama"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:851
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:800
+#: src/titlescreen.c:859
 msgid "Space Cadet"
 msgstr "Cadete Espacial"
 
-#: src/highscore.c:238 src/titlescreen.c:852
+#: src/highscore.c:238 src/titlescreen.c:801 src/titlescreen.c:860
 msgid "Scout"
 msgstr "Batedor"
 
-#: src/highscore.c:241 src/titlescreen.c:853
+#: src/highscore.c:241 src/titlescreen.c:802 src/titlescreen.c:861
 msgid "Ranger"
 msgstr ""
 
-#: src/highscore.c:244 src/titlescreen.c:854
+#: src/highscore.c:244 src/titlescreen.c:803 src/titlescreen.c:862
 msgid "Ace"
 msgstr "Ás"
 
-#: src/highscore.c:247 src/titlescreen.c:855
+#: src/highscore.c:247 src/titlescreen.c:804 src/titlescreen.c:863
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:968
+#: src/highscore.c:250 src/titlescreen.c:983
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:969
+#: src/highscore.c:253 src/titlescreen.c:984
 msgid "Fractions"
 msgstr ""
 
@@ -412,7 +413,7 @@
 msgstr ""
 
 #: src/titlescreen.c:664
-msgid "Other Math Command Activities"
+msgid "Factoroids!"
 msgstr ""
 
 #: src/titlescreen.c:665
@@ -443,55 +444,72 @@
 msgid "Play Custom Game"
 msgstr ""
 
-#: src/titlescreen.c:745 src/titlescreen.c:857 src/titlescreen.c:970
+#: src/titlescreen.c:745 src/titlescreen.c:796 src/titlescreen.c:805
+#: src/titlescreen.c:865 src/titlescreen.c:985
 msgid "Main menu"
 msgstr "Menu principal"
 
-#: src/titlescreen.c:944
+#: src/titlescreen.c:794
+msgid "Score Sweep"
+msgstr ""
+
+#: src/titlescreen.c:795
+msgid "Elimination"
+msgstr ""
+
+#: src/titlescreen.c:839
+msgid "How many kids are playing?"
+msgstr ""
+
+#: src/titlescreen.c:840
+msgid "(Between 2 and 4 players)"
+msgstr ""
+
+#: src/titlescreen.c:959
 msgid "Edit 'options' file in your home directory"
 msgstr ""
 
-#: src/titlescreen.c:945
+#: src/titlescreen.c:960
 msgid "to create customized game!"
 msgstr ""
 
-#: src/titlescreen.c:946
+#: src/titlescreen.c:961
 msgid "Press a key or click your mouse to start game."
 msgstr "Pressione uma tecla ou clique o rato para começar o jogo."
 
-#: src/titlescreen.c:947
+#: src/titlescreen.c:962
 msgid "See README.txt for more information"
 msgstr "Veja o README.txt para mais informações!"
 
-#: src/titlescreen.c:1062
+#: src/titlescreen.c:1077
 msgid "Demo"
 msgstr "Demonstração"
 
-#: src/titlescreen.c:1063
+#: src/titlescreen.c:1078
 msgid "Project Info"
 msgstr "Informação do Projecto"
 
-#: src/titlescreen.c:1064
+#: src/titlescreen.c:1079
 msgid "Credits"
 msgstr "Créditos"
 
-#: src/titlescreen.c:1065
+#: src/titlescreen.c:1080
 msgid "Main Menu"
 msgstr "Menu Principal"
 
-#: src/titlescreen.c:1112
+#: src/titlescreen.c:1127
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath é livre e com código aberto!"
 
-#: src/titlescreen.c:1113
+#: src/titlescreen.c:1128
 msgid "You can help make it better by reporting problems,"
 msgstr "Você pode ajudar o TuxMath ao reportar problemas,"
 
-#: src/titlescreen.c:1114
+#: src/titlescreen.c:1129
 msgid "suggesting improvements, or adding code."
 msgstr "sugerindo melhorias, ou adicionando código."
 
-#: src/titlescreen.c:1115
+#: src/titlescreen.c:1130
 msgid "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 msgstr "Discuta o futuro em tuxmath-devel at lists.sourceforge.net"
 

Modified: tuxmath/trunk/po/pt_BR.po
===================================================================
--- tuxmath/trunk/po/pt_BR.po	2008-12-08 20:02:49 UTC (rev 787)
+++ tuxmath/trunk/po/pt_BR.po	2008-12-09 03:15:21 UTC (rev 788)
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2008-12-03 11:19-0600\n"
+"POT-Creation-Date: 2008-12-08 19:43-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"
@@ -357,35 +357,36 @@
 msgid "Do it now, and then play!"
 msgstr ""
 
-#: src/highscore.c:213 src/titlescreen.c:856
+#: src/highscore.c:213 src/titlescreen.c:864
 msgid "Hall Of Fame"
 msgstr "Hall da Fama"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:851
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:800
+#: src/titlescreen.c:859
 msgid "Space Cadet"
 msgstr "Cadete Espacial"
 
-#: src/highscore.c:238 src/titlescreen.c:852
+#: src/highscore.c:238 src/titlescreen.c:801 src/titlescreen.c:860
 msgid "Scout"
 msgstr "Sentinela"
 
-#: src/highscore.c:241 src/titlescreen.c:853
+#: src/highscore.c:241 src/titlescreen.c:802 src/titlescreen.c:861
 msgid "Ranger"
 msgstr "Defensor"
 
-#: src/highscore.c:244 src/titlescreen.c:854
+#: src/highscore.c:244 src/titlescreen.c:803 src/titlescreen.c:862
 msgid "Ace"
 msgstr "Especialista"
 
-#: src/highscore.c:247 src/titlescreen.c:855
+#: src/highscore.c:247 src/titlescreen.c:804 src/titlescreen.c:863
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:968
+#: src/highscore.c:250 src/titlescreen.c:983
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:969
+#: src/highscore.c:253 src/titlescreen.c:984
 msgid "Fractions"
 msgstr ""
 
@@ -414,7 +415,7 @@
 msgstr ""
 
 #: src/titlescreen.c:664
-msgid "Other Math Command Activities"
+msgid "Factoroids!"
 msgstr ""
 
 #: src/titlescreen.c:665
@@ -445,55 +446,72 @@
 msgid "Play Custom Game"
 msgstr "Jogar um Jogo Personalizado"
 
-#: src/titlescreen.c:745 src/titlescreen.c:857 src/titlescreen.c:970
+#: src/titlescreen.c:745 src/titlescreen.c:796 src/titlescreen.c:805
+#: src/titlescreen.c:865 src/titlescreen.c:985
 msgid "Main menu"
 msgstr "Menu Principal"
 
-#: src/titlescreen.c:944
+#: src/titlescreen.c:794
+msgid "Score Sweep"
+msgstr ""
+
+#: src/titlescreen.c:795
+msgid "Elimination"
+msgstr ""
+
+#: src/titlescreen.c:839
+msgid "How many kids are playing?"
+msgstr ""
+
+#: src/titlescreen.c:840
+msgid "(Between 2 and 4 players)"
+msgstr ""
+
+#: src/titlescreen.c:959
 msgid "Edit 'options' file in your home directory"
 msgstr "Edite o arquivo 'options\" no seu diretório home"
 
-#: src/titlescreen.c:945
+#: src/titlescreen.c:960
 msgid "to create customized game!"
 msgstr "criar jogo personalizado!"
 
-#: src/titlescreen.c:946
+#: src/titlescreen.c:961
 msgid "Press a key or click your mouse to start game."
 msgstr "Pressione uma tecla ou clique com seu mouse para iniciar o jogo."
 
-#: src/titlescreen.c:947
+#: src/titlescreen.c:962
 msgid "See README.txt for more information"
 msgstr "Leia o README.txt para mais informações"
 
-#: src/titlescreen.c:1062
+#: src/titlescreen.c:1077
 msgid "Demo"
 msgstr "Demonstração"
 
-#: src/titlescreen.c:1063
+#: src/titlescreen.c:1078
 msgid "Project Info"
 msgstr "Informação do Projeto"
 
-#: src/titlescreen.c:1064
+#: src/titlescreen.c:1079
 msgid "Credits"
 msgstr "Créditos"
 
-#: src/titlescreen.c:1065
+#: src/titlescreen.c:1080
 msgid "Main Menu"
 msgstr "Menu Principal"
 
-#: src/titlescreen.c:1112
+#: src/titlescreen.c:1127
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath é gratuíto e software livre!"
 
-#: src/titlescreen.c:1113
+#: src/titlescreen.c:1128
 msgid "You can help make it better by reporting problems,"
 msgstr "Você pode ajudar a torná-lo melhor reportando problemas."
 
-#: src/titlescreen.c:1114
+#: src/titlescreen.c:1129
 msgid "suggesting improvements, or adding code."
 msgstr "sugerindo melhorias, ou programando."
 
-#: src/titlescreen.c:1115
+#: src/titlescreen.c:1130
 msgid "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 msgstr "Discutir o futuro em tuxmath-devel at lists.sourceforge.net"
 

Modified: tuxmath/trunk/po/ru.po
===================================================================
--- tuxmath/trunk/po/ru.po	2008-12-08 20:02:49 UTC (rev 787)
+++ tuxmath/trunk/po/ru.po	2008-12-09 03:15:21 UTC (rev 788)
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2008-12-03 11:19-0600\n"
+"POT-Creation-Date: 2008-12-08 19:43-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"
@@ -354,35 +354,36 @@
 msgid "Do it now, and then play!"
 msgstr ""
 
-#: src/highscore.c:213 src/titlescreen.c:856
+#: src/highscore.c:213 src/titlescreen.c:864
 msgid "Hall Of Fame"
 msgstr "Зал славы"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:851
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:800
+#: src/titlescreen.c:859
 msgid "Space Cadet"
 msgstr "Космический курсант"
 
-#: src/highscore.c:238 src/titlescreen.c:852
+#: src/highscore.c:238 src/titlescreen.c:801 src/titlescreen.c:860
 msgid "Scout"
 msgstr "Разведчик"
 
-#: src/highscore.c:241 src/titlescreen.c:853
+#: src/highscore.c:241 src/titlescreen.c:802 src/titlescreen.c:861
 msgid "Ranger"
 msgstr "Рейнджер"
 
-#: src/highscore.c:244 src/titlescreen.c:854
+#: src/highscore.c:244 src/titlescreen.c:803 src/titlescreen.c:862
 msgid "Ace"
 msgstr "Ас"
 
-#: src/highscore.c:247 src/titlescreen.c:855
+#: src/highscore.c:247 src/titlescreen.c:804 src/titlescreen.c:863
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:968
+#: src/highscore.c:250 src/titlescreen.c:983
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:969
+#: src/highscore.c:253 src/titlescreen.c:984
 msgid "Fractions"
 msgstr ""
 
@@ -411,7 +412,7 @@
 msgstr ""
 
 #: src/titlescreen.c:664
-msgid "Other Math Command Activities"
+msgid "Factoroids!"
 msgstr ""
 
 #: src/titlescreen.c:665
@@ -442,55 +443,72 @@
 msgid "Play Custom Game"
 msgstr "Играть в пользовательскую игру"
 
-#: src/titlescreen.c:745 src/titlescreen.c:857 src/titlescreen.c:970
+#: src/titlescreen.c:745 src/titlescreen.c:796 src/titlescreen.c:805
+#: src/titlescreen.c:865 src/titlescreen.c:985
 msgid "Main menu"
 msgstr "Главное меню"
 
-#: src/titlescreen.c:944
+#: src/titlescreen.c:794
+msgid "Score Sweep"
+msgstr ""
+
+#: src/titlescreen.c:795
+msgid "Elimination"
+msgstr ""
+
+#: src/titlescreen.c:839
+msgid "How many kids are playing?"
+msgstr ""
+
+#: src/titlescreen.c:840
+msgid "(Between 2 and 4 players)"
+msgstr ""
+
+#: src/titlescreen.c:959
 msgid "Edit 'options' file in your home directory"
 msgstr "Редактировать файл параметров в вашей домашней директории"
 
-#: src/titlescreen.c:945
+#: src/titlescreen.c:960
 msgid "to create customized game!"
 msgstr "для создания пользовательской игры!"
 
-#: src/titlescreen.c:946
+#: src/titlescreen.c:961
 msgid "Press a key or click your mouse to start game."
 msgstr "Нажмите клавишу или кликните мышью для запуска игры."
 
-#: src/titlescreen.c:947
+#: src/titlescreen.c:962
 msgid "See README.txt for more information"
 msgstr "Смотрите README.txt для дополнительной информации"
 
-#: src/titlescreen.c:1062
+#: src/titlescreen.c:1077
 msgid "Demo"
 msgstr "Демонстрация"
 
-#: src/titlescreen.c:1063
+#: src/titlescreen.c:1078
 msgid "Project Info"
 msgstr "Информация о проекте"
 
-#: src/titlescreen.c:1064
+#: src/titlescreen.c:1079
 msgid "Credits"
 msgstr "Разработчики"
 
-#: src/titlescreen.c:1065
+#: src/titlescreen.c:1080
 msgid "Main Menu"
 msgstr "Главное меню"
 
-#: src/titlescreen.c:1112
+#: src/titlescreen.c:1127
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath свободный и открытый!"
 
-#: src/titlescreen.c:1113
+#: src/titlescreen.c:1128
 msgid "You can help make it better by reporting problems,"
 msgstr "Вы можете улучшить этот продукт, сообщив о проблеме,"
 
-#: src/titlescreen.c:1114
+#: src/titlescreen.c:1129
 msgid "suggesting improvements, or adding code."
 msgstr "предложив улучшение или добавив код."
 
-#: src/titlescreen.c:1115
+#: src/titlescreen.c:1130
 msgid "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 msgstr "Обсудите будущее программы на tuxmath-devel at lists.sourceforge.net"
 

Modified: tuxmath/trunk/po/sk.po
===================================================================
--- tuxmath/trunk/po/sk.po	2008-12-08 20:02:49 UTC (rev 787)
+++ tuxmath/trunk/po/sk.po	2008-12-09 03:15:21 UTC (rev 788)
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2008-12-03 11:19-0600\n"
+"POT-Creation-Date: 2008-12-08 19:43-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"
@@ -354,35 +354,36 @@
 msgid "Do it now, and then play!"
 msgstr ""
 
-#: src/highscore.c:213 src/titlescreen.c:856
+#: src/highscore.c:213 src/titlescreen.c:864
 msgid "Hall Of Fame"
 msgstr "Sieň slávy"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:851
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:800
+#: src/titlescreen.c:859
 msgid "Space Cadet"
 msgstr "Vesmírny kadet"
 
-#: src/highscore.c:238 src/titlescreen.c:852
+#: src/highscore.c:238 src/titlescreen.c:801 src/titlescreen.c:860
 msgid "Scout"
 msgstr "Skaut"
 
-#: src/highscore.c:241 src/titlescreen.c:853
+#: src/highscore.c:241 src/titlescreen.c:802 src/titlescreen.c:861
 msgid "Ranger"
 msgstr "Poručík"
 
-#: src/highscore.c:244 src/titlescreen.c:854
+#: src/highscore.c:244 src/titlescreen.c:803 src/titlescreen.c:862
 msgid "Ace"
 msgstr "Eso"
 
-#: src/highscore.c:247 src/titlescreen.c:855
+#: src/highscore.c:247 src/titlescreen.c:804 src/titlescreen.c:863
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:968
+#: src/highscore.c:250 src/titlescreen.c:983
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:969
+#: src/highscore.c:253 src/titlescreen.c:984
 msgid "Fractions"
 msgstr ""
 
@@ -411,7 +412,7 @@
 msgstr ""
 
 #: src/titlescreen.c:664
-msgid "Other Math Command Activities"
+msgid "Factoroids!"
 msgstr ""
 
 #: src/titlescreen.c:665
@@ -442,55 +443,72 @@
 msgid "Play Custom Game"
 msgstr "Hrať vlastnú hru"
 
-#: src/titlescreen.c:745 src/titlescreen.c:857 src/titlescreen.c:970
+#: src/titlescreen.c:745 src/titlescreen.c:796 src/titlescreen.c:805
+#: src/titlescreen.c:865 src/titlescreen.c:985
 msgid "Main menu"
 msgstr "Hlavná ponuka"
 
-#: src/titlescreen.c:944
+#: src/titlescreen.c:794
+msgid "Score Sweep"
+msgstr ""
+
+#: src/titlescreen.c:795
+msgid "Elimination"
+msgstr ""
+
+#: src/titlescreen.c:839
+msgid "How many kids are playing?"
+msgstr ""
+
+#: src/titlescreen.c:840
+msgid "(Between 2 and 4 players)"
+msgstr ""
+
+#: src/titlescreen.c:959
 msgid "Edit 'options' file in your home directory"
 msgstr "Uprav súbor «options » vo svojom domovskom priečinku,"
 
-#: src/titlescreen.c:945
+#: src/titlescreen.c:960
 msgid "to create customized game!"
 msgstr "aby si mohol vytvoriť svoju vlastnú hru!"
 
-#: src/titlescreen.c:946
+#: src/titlescreen.c:961
 msgid "Press a key or click your mouse to start game."
 msgstr "Pre spustenie hry stlačte ľubovoľnú klávesu, alebo kliknite myšou."
 
-#: src/titlescreen.c:947
+#: src/titlescreen.c:962
 msgid "See README.txt for more information"
 msgstr "Pre viac informácií pozrite README.txt"
 
-#: src/titlescreen.c:1062
+#: src/titlescreen.c:1077
 msgid "Demo"
 msgstr "Demo"
 
-#: src/titlescreen.c:1063
+#: src/titlescreen.c:1078
 msgid "Project Info"
 msgstr "Informácie o projekte"
 
-#: src/titlescreen.c:1064
+#: src/titlescreen.c:1079
 msgid "Credits"
 msgstr "Tvorcovia"
 
-#: src/titlescreen.c:1065
+#: src/titlescreen.c:1080
 msgid "Main Menu"
 msgstr "Hlavná ponuka"
 
-#: src/titlescreen.c:1112
+#: src/titlescreen.c:1127
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath je slobodný software!"
 
-#: src/titlescreen.c:1113
+#: src/titlescreen.c:1128
 msgid "You can help make it better by reporting problems,"
 msgstr "Môžeš ho vylepšiť aj ty oznamovaním problémov,"
 
-#: src/titlescreen.c:1114
+#: src/titlescreen.c:1129
 msgid "suggesting improvements, or adding code."
 msgstr "navrhovaním vylepšení, alebo pridaním kódu"
 
-#: src/titlescreen.c:1115
+#: src/titlescreen.c:1130
 msgid "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 msgstr "Diskutuj o budúcnosti na tuxmath-devel at lists.sourceforge.net"
 

Modified: tuxmath/trunk/po/sv.po
===================================================================
--- tuxmath/trunk/po/sv.po	2008-12-08 20:02:49 UTC (rev 787)
+++ tuxmath/trunk/po/sv.po	2008-12-09 03:15:21 UTC (rev 788)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2008-12-03 11:19-0600\n"
+"POT-Creation-Date: 2008-12-08 19:43-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"
@@ -353,35 +353,36 @@
 msgid "Do it now, and then play!"
 msgstr "Gör det nu och spela sedan!"
 
-#: src/highscore.c:213 src/titlescreen.c:856
+#: src/highscore.c:213 src/titlescreen.c:864
 msgid "Hall Of Fame"
 msgstr "Poänglistan"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:851
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:800
+#: src/titlescreen.c:859
 msgid "Space Cadet"
 msgstr "Rymdkadett"
 
-#: src/highscore.c:238 src/titlescreen.c:852
+#: src/highscore.c:238 src/titlescreen.c:801 src/titlescreen.c:860
 msgid "Scout"
 msgstr "Scout"
 
-#: src/highscore.c:241 src/titlescreen.c:853
+#: src/highscore.c:241 src/titlescreen.c:802 src/titlescreen.c:861
 msgid "Ranger"
 msgstr "Jägare"
 
-#: src/highscore.c:244 src/titlescreen.c:854
+#: src/highscore.c:244 src/titlescreen.c:803 src/titlescreen.c:862
 msgid "Ace"
 msgstr "Mästare"
 
-#: src/highscore.c:247 src/titlescreen.c:855
+#: src/highscore.c:247 src/titlescreen.c:804 src/titlescreen.c:863
 msgid "Commando"
 msgstr "Kommandosoldat"
 
-#: src/highscore.c:250 src/titlescreen.c:968
+#: src/highscore.c:250 src/titlescreen.c:983
 msgid "Factors"
 msgstr "Nämnare"
 
-#: src/highscore.c:253 src/titlescreen.c:969
+#: src/highscore.c:253 src/titlescreen.c:984
 msgid "Fractions"
 msgstr "Bråk"
 
@@ -410,8 +411,9 @@
 msgstr "Spela med vänner"
 
 #: src/titlescreen.c:664
-msgid "Other Math Command Activities"
-msgstr "Andra matematikaktiviteter"
+#, fuzzy
+msgid "Factoroids!"
+msgstr "Nämnare"
 
 #: src/titlescreen.c:665
 msgid "Help"
@@ -441,55 +443,72 @@
 msgid "Play Custom Game"
 msgstr "Spela anpassat spel"
 
-#: src/titlescreen.c:745 src/titlescreen.c:857 src/titlescreen.c:970
+#: src/titlescreen.c:745 src/titlescreen.c:796 src/titlescreen.c:805
+#: src/titlescreen.c:865 src/titlescreen.c:985
 msgid "Main menu"
 msgstr "Huvudmeny"
 
-#: src/titlescreen.c:944
+#: src/titlescreen.c:794
+msgid "Score Sweep"
+msgstr ""
+
+#: src/titlescreen.c:795
+msgid "Elimination"
+msgstr ""
+
+#: src/titlescreen.c:839
+msgid "How many kids are playing?"
+msgstr ""
+
+#: src/titlescreen.c:840
+msgid "(Between 2 and 4 players)"
+msgstr ""
+
+#: src/titlescreen.c:959
 msgid "Edit 'options' file in your home directory"
 msgstr "Redigera filen \"options\" i din hemkatalog"
 
-#: src/titlescreen.c:945
+#: src/titlescreen.c:960
 msgid "to create customized game!"
 msgstr "för att skapa anpassade spel!"
 
-#: src/titlescreen.c:946
+#: src/titlescreen.c:961
 msgid "Press a key or click your mouse to start game."
 msgstr "Tryck på en tangent eller klicka med musen för att starta spelet."
 
-#: src/titlescreen.c:947
+#: src/titlescreen.c:962
 msgid "See README.txt for more information"
 msgstr "Se README.txt för mer information"
 
-#: src/titlescreen.c:1062
+#: src/titlescreen.c:1077
 msgid "Demo"
 msgstr "Demonstration"
 
-#: src/titlescreen.c:1063
+#: src/titlescreen.c:1078
 msgid "Project Info"
 msgstr "Projektinformation"
 
-#: src/titlescreen.c:1064
+#: src/titlescreen.c:1079
 msgid "Credits"
 msgstr "Tack till"
 
-#: src/titlescreen.c:1065
+#: src/titlescreen.c:1080
 msgid "Main Menu"
 msgstr "Huvudmeny"
 
-#: src/titlescreen.c:1112
+#: src/titlescreen.c:1127
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath är gratis och öppen källkod!"
 
-#: src/titlescreen.c:1113
+#: src/titlescreen.c:1128
 msgid "You can help make it better by reporting problems,"
 msgstr "Du kan hjälpa oss att göra det bättre genom att rapportera problem,"
 
-#: src/titlescreen.c:1114
+#: src/titlescreen.c:1129
 msgid "suggesting improvements, or adding code."
 msgstr "föreslå förbättringar eller bidra med programkod."
 
-#: src/titlescreen.c:1115
+#: src/titlescreen.c:1130
 msgid "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 msgstr "Diskutera framtiden på tuxmath-devel at lists.sourceforge.net"
 
@@ -719,6 +738,9 @@
 msgid "Division of Positives and Negatives"
 msgstr "Division med positiva och negativa tal"
 
+#~ msgid "Other Math Command Activities"
+#~ msgstr "Andra matematikaktiviteter"
+
 #~ msgid "You Are In The Hall of Fame!"
 #~ msgstr "Du kom med på poänglistan!"
 

Modified: tuxmath/trunk/po/tr.po
===================================================================
--- tuxmath/trunk/po/tr.po	2008-12-08 20:02:49 UTC (rev 787)
+++ tuxmath/trunk/po/tr.po	2008-12-09 03:15:21 UTC (rev 788)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: tr2\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2008-12-03 11:19-0600\n"
+"POT-Creation-Date: 2008-12-08 19:43-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"
@@ -351,35 +351,36 @@
 msgid "Do it now, and then play!"
 msgstr "Hemen ÅŸimdi yap ve sonra oyna!"
 
-#: src/highscore.c:213 src/titlescreen.c:856
+#: src/highscore.c:213 src/titlescreen.c:864
 msgid "Hall Of Fame"
 msgstr "Gurur Tablosu"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:851
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:800
+#: src/titlescreen.c:859
 msgid "Space Cadet"
 msgstr "Uzay Tertibi"
 
-#: src/highscore.c:238 src/titlescreen.c:852
+#: src/highscore.c:238 src/titlescreen.c:801 src/titlescreen.c:860
 msgid "Scout"
 msgstr "Ä°zci"
 
-#: src/highscore.c:241 src/titlescreen.c:853
+#: src/highscore.c:241 src/titlescreen.c:802 src/titlescreen.c:861
 msgid "Ranger"
 msgstr "Korucu"
 
-#: src/highscore.c:244 src/titlescreen.c:854
+#: src/highscore.c:244 src/titlescreen.c:803 src/titlescreen.c:862
 msgid "Ace"
 msgstr "As"
 
-#: src/highscore.c:247 src/titlescreen.c:855
+#: src/highscore.c:247 src/titlescreen.c:804 src/titlescreen.c:863
 msgid "Commando"
 msgstr "Komando"
 
-#: src/highscore.c:250 src/titlescreen.c:968
+#: src/highscore.c:250 src/titlescreen.c:983
 msgid "Factors"
 msgstr "Çarpanlar"
 
-#: src/highscore.c:253 src/titlescreen.c:969
+#: src/highscore.c:253 src/titlescreen.c:984
 msgid "Fractions"
 msgstr "Kesirler"
 
@@ -408,8 +409,9 @@
 msgstr "ArkadaÅŸlarla Oyna"
 
 #: src/titlescreen.c:664
-msgid "Other Math Command Activities"
-msgstr "Diğer Matematik Komutanlığı Etkinlikleri"
+#, fuzzy
+msgid "Factoroids!"
+msgstr "Çarpanlar"
 
 #: src/titlescreen.c:665
 msgid "Help"
@@ -439,55 +441,72 @@
 msgid "Play Custom Game"
 msgstr "Özel Oyun Oyna"
 
-#: src/titlescreen.c:745 src/titlescreen.c:857 src/titlescreen.c:970
+#: src/titlescreen.c:745 src/titlescreen.c:796 src/titlescreen.c:805
+#: src/titlescreen.c:865 src/titlescreen.c:985
 msgid "Main menu"
 msgstr "Ana menü"
 
-#: src/titlescreen.c:944
+#: src/titlescreen.c:794
+msgid "Score Sweep"
+msgstr ""
+
+#: src/titlescreen.c:795
+msgid "Elimination"
+msgstr ""
+
+#: src/titlescreen.c:839
+msgid "How many kids are playing?"
+msgstr ""
+
+#: src/titlescreen.c:840
+msgid "(Between 2 and 4 players)"
+msgstr ""
+
+#: src/titlescreen.c:959
 msgid "Edit 'options' file in your home directory"
 msgstr "Özelleştirilmiş oyun yaratmak için"
 
-#: src/titlescreen.c:945
+#: src/titlescreen.c:960
 msgid "to create customized game!"
 msgstr "ev dizinindeki 'options' dosyasını düzenle!"
 
-#: src/titlescreen.c:946
+#: src/titlescreen.c:961
 msgid "Press a key or click your mouse to start game."
 msgstr "Oyuna başlamak için bir tuşa basın ya da fareye tıklayın."
 
-#: src/titlescreen.c:947
+#: src/titlescreen.c:962
 msgid "See README.txt for more information"
 msgstr "Daha fazla bilgi için README.txt dosyasına bakın"
 
-#: src/titlescreen.c:1062
+#: src/titlescreen.c:1077
 msgid "Demo"
 msgstr "Gösteri (Demo)"
 
-#: src/titlescreen.c:1063
+#: src/titlescreen.c:1078
 msgid "Project Info"
 msgstr "Proje Bilgisi"
 
-#: src/titlescreen.c:1064
+#: src/titlescreen.c:1079
 msgid "Credits"
 msgstr "Hazırlayanlar"
 
-#: src/titlescreen.c:1065
+#: src/titlescreen.c:1080
 msgid "Main Menu"
 msgstr "Ana Menü"
 
-#: src/titlescreen.c:1112
+#: src/titlescreen.c:1127
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath özgür ve açık kaynak kodlu!"
 
-#: src/titlescreen.c:1113
+#: src/titlescreen.c:1128
 msgid "You can help make it better by reporting problems,"
 msgstr "Sorunları bildirerek, iyileştirmeler önererek ya da kod yazarak"
 
-#: src/titlescreen.c:1114
+#: src/titlescreen.c:1129
 msgid "suggesting improvements, or adding code."
 msgstr "daha iyi olmasına yardımcı olabilirsin."
 
-#: src/titlescreen.c:1115
+#: src/titlescreen.c:1130
 msgid "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 msgstr ""
 "tuxmath-devel at lists.sourceforge.net e-posta listesinde TuxMath'in geleceÄŸini "
@@ -718,3 +737,6 @@
 #: data/missions/lessons/descr_lessons:58
 msgid "Division of Positives and Negatives"
 msgstr "Pozitif ve Negatiflerin Bölünmesi"
+
+#~ msgid "Other Math Command Activities"
+#~ msgstr "Diğer Matematik Komutanlığı Etkinlikleri"

Modified: tuxmath/trunk/po/tuxmath.pot
===================================================================
--- tuxmath/trunk/po/tuxmath.pot	2008-12-08 20:02:49 UTC (rev 787)
+++ tuxmath/trunk/po/tuxmath.pot	2008-12-09 03:15:21 UTC (rev 788)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2008-12-03 11:19-0600\n"
+"POT-Creation-Date: 2008-12-08 19:43-0600\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -349,35 +349,36 @@
 msgid "Do it now, and then play!"
 msgstr ""
 
-#: src/highscore.c:213 src/titlescreen.c:856
+#: src/highscore.c:213 src/titlescreen.c:864
 msgid "Hall Of Fame"
 msgstr ""
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:851
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:800
+#: src/titlescreen.c:859
 msgid "Space Cadet"
 msgstr ""
 
-#: src/highscore.c:238 src/titlescreen.c:852
+#: src/highscore.c:238 src/titlescreen.c:801 src/titlescreen.c:860
 msgid "Scout"
 msgstr ""
 
-#: src/highscore.c:241 src/titlescreen.c:853
+#: src/highscore.c:241 src/titlescreen.c:802 src/titlescreen.c:861
 msgid "Ranger"
 msgstr ""
 
-#: src/highscore.c:244 src/titlescreen.c:854
+#: src/highscore.c:244 src/titlescreen.c:803 src/titlescreen.c:862
 msgid "Ace"
 msgstr ""
 
-#: src/highscore.c:247 src/titlescreen.c:855
+#: src/highscore.c:247 src/titlescreen.c:804 src/titlescreen.c:863
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:968
+#: src/highscore.c:250 src/titlescreen.c:983
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:969
+#: src/highscore.c:253 src/titlescreen.c:984
 msgid "Fractions"
 msgstr ""
 
@@ -406,7 +407,7 @@
 msgstr ""
 
 #: src/titlescreen.c:664
-msgid "Other Math Command Activities"
+msgid "Factoroids!"
 msgstr ""
 
 #: src/titlescreen.c:665
@@ -437,55 +438,72 @@
 msgid "Play Custom Game"
 msgstr ""
 
-#: src/titlescreen.c:745 src/titlescreen.c:857 src/titlescreen.c:970
+#: src/titlescreen.c:745 src/titlescreen.c:796 src/titlescreen.c:805
+#: src/titlescreen.c:865 src/titlescreen.c:985
 msgid "Main menu"
 msgstr ""
 
-#: src/titlescreen.c:944
+#: src/titlescreen.c:794
+msgid "Score Sweep"
+msgstr ""
+
+#: src/titlescreen.c:795
+msgid "Elimination"
+msgstr ""
+
+#: src/titlescreen.c:839
+msgid "How many kids are playing?"
+msgstr ""
+
+#: src/titlescreen.c:840
+msgid "(Between 2 and 4 players)"
+msgstr ""
+
+#: src/titlescreen.c:959
 msgid "Edit 'options' file in your home directory"
 msgstr ""
 
-#: src/titlescreen.c:945
+#: src/titlescreen.c:960
 msgid "to create customized game!"
 msgstr ""
 
-#: src/titlescreen.c:946
+#: src/titlescreen.c:961
 msgid "Press a key or click your mouse to start game."
 msgstr ""
 
-#: src/titlescreen.c:947
+#: src/titlescreen.c:962
 msgid "See README.txt for more information"
 msgstr ""
 
-#: src/titlescreen.c:1062
+#: src/titlescreen.c:1077
 msgid "Demo"
 msgstr ""
 
-#: src/titlescreen.c:1063
+#: src/titlescreen.c:1078
 msgid "Project Info"
 msgstr ""
 
-#: src/titlescreen.c:1064
+#: src/titlescreen.c:1079
 msgid "Credits"
 msgstr ""
 
-#: src/titlescreen.c:1065
+#: src/titlescreen.c:1080
 msgid "Main Menu"
 msgstr ""
 
-#: src/titlescreen.c:1112
+#: src/titlescreen.c:1127
 msgid "TuxMath is free and open-source!"
 msgstr ""
 
-#: src/titlescreen.c:1113
+#: src/titlescreen.c:1128
 msgid "You can help make it better by reporting problems,"
 msgstr ""
 
-#: src/titlescreen.c:1114
+#: src/titlescreen.c:1129
 msgid "suggesting improvements, or adding code."
 msgstr ""
 
-#: src/titlescreen.c:1115
+#: src/titlescreen.c:1130
 msgid "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 msgstr ""
 

Modified: tuxmath/trunk/po/zh_CN.po
===================================================================
--- tuxmath/trunk/po/zh_CN.po	2008-12-08 20:02:49 UTC (rev 787)
+++ tuxmath/trunk/po/zh_CN.po	2008-12-09 03:15:21 UTC (rev 788)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2008-12-03 11:19-0600\n"
+"POT-Creation-Date: 2008-12-08 19:43-0600\n"
 "PO-Revision-Date: 2008-02-22 11:56+0000\n"
 "Last-Translator: TeliuTe <teliute at 163.com>\n"
 "Language-Team: Simplified Chinese <zh_CN at li.org>\n"
@@ -353,35 +353,36 @@
 msgid "Do it now, and then play!"
 msgstr ""
 
-#: src/highscore.c:213 src/titlescreen.c:856
+#: src/highscore.c:213 src/titlescreen.c:864
 msgid "Hall Of Fame"
 msgstr "排行榜"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:851
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:800
+#: src/titlescreen.c:859
 msgid "Space Cadet"
 msgstr "太空警"
 
-#: src/highscore.c:238 src/titlescreen.c:852
+#: src/highscore.c:238 src/titlescreen.c:801 src/titlescreen.c:860
 msgid "Scout"
 msgstr "童子军"
 
-#: src/highscore.c:241 src/titlescreen.c:853
+#: src/highscore.c:241 src/titlescreen.c:802 src/titlescreen.c:861
 msgid "Ranger"
 msgstr "巡逻兵"
 
-#: src/highscore.c:244 src/titlescreen.c:854
+#: src/highscore.c:244 src/titlescreen.c:803 src/titlescreen.c:862
 msgid "Ace"
 msgstr "王牌飞行员"
 
-#: src/highscore.c:247 src/titlescreen.c:855
+#: src/highscore.c:247 src/titlescreen.c:804 src/titlescreen.c:863
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:968
+#: src/highscore.c:250 src/titlescreen.c:983
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:969
+#: src/highscore.c:253 src/titlescreen.c:984
 msgid "Fractions"
 msgstr ""
 
@@ -410,7 +411,7 @@
 msgstr ""
 
 #: src/titlescreen.c:664
-msgid "Other Math Command Activities"
+msgid "Factoroids!"
 msgstr ""
 
 #: src/titlescreen.c:665
@@ -441,55 +442,72 @@
 msgid "Play Custom Game"
 msgstr "自定义游戏"
 
-#: src/titlescreen.c:745 src/titlescreen.c:857 src/titlescreen.c:970
+#: src/titlescreen.c:745 src/titlescreen.c:796 src/titlescreen.c:805
+#: src/titlescreen.c:865 src/titlescreen.c:985
 msgid "Main menu"
 msgstr "主菜单"
 
-#: src/titlescreen.c:944
+#: src/titlescreen.c:794
+msgid "Score Sweep"
+msgstr ""
+
+#: src/titlescreen.c:795
+msgid "Elimination"
+msgstr ""
+
+#: src/titlescreen.c:839
+msgid "How many kids are playing?"
+msgstr ""
+
+#: src/titlescreen.c:840
+msgid "(Between 2 and 4 players)"
+msgstr ""
+
+#: src/titlescreen.c:959
 msgid "Edit 'options' file in your home directory"
 msgstr "在你的主文件夹编辑'options' 选项文件"
 
-#: src/titlescreen.c:945
+#: src/titlescreen.c:960
 msgid "to create customized game!"
 msgstr "创建自定义游戏!"
 
-#: src/titlescreen.c:946
+#: src/titlescreen.c:961
 msgid "Press a key or click your mouse to start game."
 msgstr "按任意键或点击鼠标开始游戏。"
 
-#: src/titlescreen.c:947
+#: src/titlescreen.c:962
 msgid "See README.txt for more information"
 msgstr "查看 README.txt 文件以获得更多信息"
 
-#: src/titlescreen.c:1062
+#: src/titlescreen.c:1077
 msgid "Demo"
 msgstr "演示"
 
-#: src/titlescreen.c:1063
+#: src/titlescreen.c:1078
 msgid "Project Info"
 msgstr "工程信息"
 
-#: src/titlescreen.c:1064
+#: src/titlescreen.c:1079
 msgid "Credits"
 msgstr "贡献者"
 
-#: src/titlescreen.c:1065
+#: src/titlescreen.c:1080
 msgid "Main Menu"
 msgstr "主菜单"
 
-#: src/titlescreen.c:1112
+#: src/titlescreen.c:1127
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath 是自由软件而且是开放源代码的!"
 
-#: src/titlescreen.c:1113
+#: src/titlescreen.c:1128
 msgid "You can help make it better by reporting problems,"
 msgstr "你可以改进它或报告程序错误,"
 
-#: src/titlescreen.c:1114
+#: src/titlescreen.c:1129
 msgid "suggesting improvements, or adding code."
 msgstr "提出改进建议或增加代码。"
 
-#: src/titlescreen.c:1115
+#: src/titlescreen.c:1130
 msgid "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 msgstr "讨论TuxMath: tuxmath-devel at lists.sourceforge.net"
 

Modified: tuxmath/trunk/src/titlescreen.c
===================================================================
--- tuxmath/trunk/src/titlescreen.c	2008-12-08 20:02:49 UTC (rev 787)
+++ tuxmath/trunk/src/titlescreen.c	2008-12-09 03:15:21 UTC (rev 788)
@@ -661,7 +661,7 @@
   const char* menu_text[6] =
     {N_("Play Alone"),
      N_("Play With Friends"),
-     N_("Other Math Command Activities"),
+     N_("Factoroids!"),
      N_("Help"),
      N_("More Options"),
      N_("Quit")};
@@ -791,10 +791,18 @@
   char npstr[HIGH_SCORE_NAME_LENGTH * 3];
 
   const char* menu_text[3] =
-    {"Score Sweep", "Elimination", "Main menu"};
+    {N_("Score Sweep"),
+     N_("Elimination"),
+     N_("Main menu")};
+
   //just leech settings from arcade modes
   const char* diff_menu_text[NUM_MATH_COMMAND_LEVELS + 1] =
-    {"Space Cadet", "Scout", "Ranger", "Ace", "Commando", "Main menu"};
+    {N_("Space Cadet"),
+     N_("Scout"),
+     N_("Ranger"),
+     N_("Ace"),
+     N_("Commando"),
+     N_("Main menu")};
 
 
   sprite* modesprites[3] = {NULL, NULL, NULL};
@@ -808,7 +816,7 @@
   diffsprites[1] = sprite_list[SPRITE_SCOUT];
   diffsprites[2] = sprite_list[SPRITE_RANGER];
   diffsprites[3] = sprite_list[SPRITE_ACE];
-
+  diffsprites[4] = sprite_list[SPRITE_COMMANDO];
   diffsprites[5] = sprite_list[SPRITE_MAIN];
 
   while (1)
@@ -828,8 +836,8 @@
     //ask how many players
     while (nplayers <= 0 || nplayers > MAX_PLAYERS)
     {
-      NameEntry(npstr, "How many kids are playing?",
-                       "(Between 2 and 4 players)");
+      NameEntry(npstr, _("How many kids are playing?"),
+                       _("(Between 2 and 4 players)"));
       nplayers = atoi(npstr);
     }
 
@@ -856,11 +864,18 @@
      N_("Hall Of Fame"),
      N_("Main menu")};               
   const char* arcade_config_files[5] =
-    {"arcade/space_cadet", "arcade/scout", "arcade/ranger", "arcade/ace",
+    {"arcade/space_cadet",
+     "arcade/scout",
+     "arcade/ranger",
+     "arcade/ace",
      "arcade/commando"
     };
+
   const int arcade_high_score_tables[5] =
-    {CADET_HIGH_SCORE,SCOUT_HIGH_SCORE,RANGER_HIGH_SCORE,ACE_HIGH_SCORE,
+    {CADET_HIGH_SCORE,
+     SCOUT_HIGH_SCORE,
+     RANGER_HIGH_SCORE,
+     ACE_HIGH_SCORE,
      COMMANDO_HIGH_SCORE
     };
   sprite* sprites[7] =




More information about the Tux4kids-commits mailing list