[Tux4kids-commits] r851 - in tuxmath/trunk: . data/images/igloos data/sounds doc po src

dbruce-guest at alioth.debian.org dbruce-guest at alioth.debian.org
Fri Jan 23 12:29:33 UTC 2009


Author: dbruce-guest
Date: 2009-01-23 12:29:32 +0000 (Fri, 23 Jan 2009)
New Revision: 851

Added:
   tuxmath/trunk/data/sounds/harp.wav
Modified:
   tuxmath/trunk/CMakeLists.txt
   tuxmath/trunk/Makefile.am
   tuxmath/trunk/configure
   tuxmath/trunk/configure.ac
   tuxmath/trunk/data/images/igloos/cloud.png
   tuxmath/trunk/data/sounds/Makefile.am
   tuxmath/trunk/doc/INSTALL.txt
   tuxmath/trunk/doc/README.txt
   tuxmath/trunk/doc/changelog
   tuxmath/trunk/notesblurb
   tuxmath/trunk/po/Makefile.in.in
   tuxmath/trunk/po/ar.po
   tuxmath/trunk/po/cs.po
   tuxmath/trunk/po/de.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/fileops.h
   tuxmath/trunk/src/fileops_media.c
   tuxmath/trunk/src/titlescreen.c
   tuxmath/trunk/tuxmath.desktop
   tuxmath/trunk/tuxmath.spec
Log:
release of 1.7.1 - docs updated accordingly


Modified: tuxmath/trunk/CMakeLists.txt
===================================================================
--- tuxmath/trunk/CMakeLists.txt	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/CMakeLists.txt	2009-01-23 12:29:32 UTC (rev 851)
@@ -8,7 +8,7 @@
 
 project(TuxMath)
 
-set(TUXMATH_VERSION "1.7.0")
+set(TUXMATH_VERSION "1.7.1")
 set(TUXMATHADMIN_VERSION "0.1.1")
 message("Building TuxMath version ${TUXMATH_VERSION}")
 
@@ -97,7 +97,8 @@
   set(SDL_Pango ${SDLPANGO_FOUND})  # For the config.h file
 endif (ENABLE_NLS)
 
-FIND_PACKAGE(SDL_gfx REQUIRED)
+## Don't think we need SDL_gfx anymore:
+##FIND_PACKAGE(SDL_gfx REQUIRED)
 
 ## Run configure checks
 if (TUXMATH_BUILD_INTL)

Modified: tuxmath/trunk/Makefile.am
===================================================================
--- tuxmath/trunk/Makefile.am	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/Makefile.am	2009-01-23 12:29:32 UTC (rev 851)
@@ -39,8 +39,8 @@
 dist_with_fonts:
 	$(MAKE) $(AM_MAKEFLAGS) distdir=$(PACKAGE)_w_fonts-$(VERSION) \
            dist_fonts=$(data_fonts) dist
+ 
 
-
 ## For building the NSIS executable Win32 installer - this rule first
 ## does a "make install" into NSI_TEMP_INSTALL_DIR, which results in
 ## a local copy of the complete unix-style install.

Modified: tuxmath/trunk/configure
===================================================================
--- tuxmath/trunk/configure	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/configure	2009-01-23 12:29:32 UTC (rev 851)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for Tux Of Math Command 1.7.0.
+# Generated by GNU Autoconf 2.61 for Tux Of Math Command 1.7.1.
 #
 # Report bugs to <tuxmath-devel at lists.sourceforge.net>.
 #
@@ -574,8 +574,8 @@
 # Identity of this package.
 PACKAGE_NAME='Tux Of Math Command'
 PACKAGE_TARNAME='tuxmath'
-PACKAGE_VERSION='1.7.0'
-PACKAGE_STRING='Tux Of Math Command 1.7.0'
+PACKAGE_VERSION='1.7.1'
+PACKAGE_STRING='Tux Of Math Command 1.7.1'
 PACKAGE_BUGREPORT='tuxmath-devel at lists.sourceforge.net'
 
 ac_unique_file="src/tuxmath.c"
@@ -1286,7 +1286,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures Tux Of Math Command 1.7.0 to adapt to many kinds of systems.
+\`configure' configures Tux Of Math Command 1.7.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1357,7 +1357,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Tux Of Math Command 1.7.0:";;
+     short | recursive ) echo "Configuration of Tux Of Math Command 1.7.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1469,7 +1469,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Tux Of Math Command configure 1.7.0
+Tux Of Math Command configure 1.7.1
 generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1483,7 +1483,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Tux Of Math Command $as_me 1.7.0, which was
+It was created by Tux Of Math Command $as_me 1.7.1, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
@@ -2350,7 +2350,7 @@
 
 # Define the identity of the package.
  PACKAGE='tuxmath'
- VERSION='1.7.0'
+ VERSION='1.7.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -18244,7 +18244,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Tux Of Math Command $as_me 1.7.0, which was
+This file was extended by Tux Of Math Command $as_me 1.7.1, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -18297,7 +18297,7 @@
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-Tux Of Math Command config.status 1.7.0
+Tux Of Math Command config.status 1.7.1
 configured by $0, generated by GNU Autoconf 2.61,
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 

Modified: tuxmath/trunk/configure.ac
===================================================================
--- tuxmath/trunk/configure.ac	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/configure.ac	2009-01-23 12:29:32 UTC (rev 851)
@@ -1,6 +1,6 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
-AC_INIT([Tux Of Math Command],[1.7.0],[tuxmath-devel at lists.sourceforge.net],[tuxmath])
+AC_INIT([Tux Of Math Command],[1.7.1],[tuxmath-devel at lists.sourceforge.net],[tuxmath])
 AC_CONFIG_SRCDIR([src/tuxmath.c])
 
 AC_PREREQ(2.61)

Modified: tuxmath/trunk/data/images/igloos/cloud.png
===================================================================
(Binary files differ)

Modified: tuxmath/trunk/data/sounds/Makefile.am
===================================================================
--- tuxmath/trunk/data/sounds/Makefile.am	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/data/sounds/Makefile.am	2009-01-23 12:29:32 UTC (rev 851)
@@ -11,6 +11,7 @@
   game2.mod \
   game3.mod \
   game.mod \
+  harp.wav \
   laser.wav\
   pop.wav \
   shieldsdown.wav \

Added: tuxmath/trunk/data/sounds/harp.wav
===================================================================
(Binary files differ)


Property changes on: tuxmath/trunk/data/sounds/harp.wav
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: tuxmath/trunk/doc/INSTALL.txt
===================================================================
--- tuxmath/trunk/doc/INSTALL.txt	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/doc/INSTALL.txt	2009-01-23 12:29:32 UTC (rev 851)
@@ -1,9 +1,8 @@
 INSTALL.txt for "Tux, Of Math Command" (aka "Tuxmath")
-Version 1.7.0
+Version 1.7.1
 
-December 08, 2008
+January 23, 2009
 
-
 For users
 ---------
 

Modified: tuxmath/trunk/doc/README.txt
===================================================================
--- tuxmath/trunk/doc/README.txt	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/doc/README.txt	2009-01-23 12:29:32 UTC (rev 851)
@@ -2,9 +2,9 @@
 An educational math tutorial game starring Tux, the Linux Penguin
 -----------------------------------------------------------------
 
-December 08, 2008
+January 23, 2009
 
-For tuxmath-1.7.0
+For tuxmath-1.7.1
 
 Objective
 ---------

Modified: tuxmath/trunk/doc/changelog
===================================================================
--- tuxmath/trunk/doc/changelog	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/doc/changelog	2009-01-23 12:29:32 UTC (rev 851)
@@ -1,3 +1,12 @@
+2009.Jan.23 (svn.debian.org/tux4kids - revision 851)
+Version 1.7.1
+        Build - tuxmath.desktop and tuxmath.spec files incorporated into tarball.
+
+        Graphics - cloud.png cleaned up a bit.
+
+
+        David Bruce <davidstuartbruce at gmail.com>
+
 2009.Jan.17 (svn.debian.org/tux4kids - revision 847)
         Code - background scaling and optimization in factoroids.c cleaned up,
           basically now uses LoadBothBkgds() from loaders.c which has the 

Modified: tuxmath/trunk/notesblurb
===================================================================
--- tuxmath/trunk/notesblurb	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/notesblurb	2009-01-23 12:29:32 UTC (rev 851)
@@ -1,3 +1,3 @@
-Source tar.gz archive for TuxMath 1.6.2, including the Andika font.  Suitable for installation on Unix-style systems using a simple "./configure; make; make install".  This now includes MacOSX as long as you have the needed libs (tested on MacOS 10.5 "Leopard").
+Source tar.gz archive for TuxMath 1.7.1, including the Andika font.  Suitable for installation on Unix-style systems using a simple "./configure; make; make install".  This now includes MacOSX as long as you have the needed libs (tested on MacOS 10.5 "Leopard").
 
-Build requires the *-dev files for SDL, SDL_image, SDL_mixer, SDL_gfx and SDL_ttf. GNU Gettext is no longer required for installation. All of these should be easily available in most GNU-Linux distributions. The GNU Autotools are not needed to build from this package.
\ No newline at end of file
+Build requires the *-dev files for SDL, SDL_image, SDL_mixer, and SDL_ttf. SDL_Pango will be used if found. GNU Gettext is no longer required for installation. All of these should be easily available in most GNU-Linux distributions. The GNU Autotools are not needed to build from this package.
\ No newline at end of file

Modified: tuxmath/trunk/po/Makefile.in.in
===================================================================
--- tuxmath/trunk/po/Makefile.in.in	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/po/Makefile.in.in	2009-01-23 12:29:32 UTC (rev 851)
@@ -57,7 +57,7 @@
 XGETTEXT_yes = @XGETTEXT_015@
 XGETTEXT = $(XGETTEXT_$(USE_MSGCTXT))
 MSGMERGE = msgmerge
-MSGMERGE_UPDATE = @MSGMERGE@ --update --previous
+MSGMERGE_UPDATE = @MSGMERGE@ --update
 MSGINIT = msginit
 MSGCONV = msgconv
 MSGFILTER = msgfilter
@@ -395,9 +395,9 @@
 	tmpdir=`pwd`; \
 	echo "$$lang:"; \
 	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
-	echo "$${cdcmd}$(MSGMERGE) --previous $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \
+	echo "$${cdcmd}$(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \
 	cd $(srcdir); \
-	if $(MSGMERGE) --previous $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \
+	if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \
 	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
 	    rm -f $$tmpdir/$$lang.new.po; \
 	  else \

Modified: tuxmath/trunk/po/ar.po
===================================================================
--- tuxmath/trunk/po/ar.po	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/po/ar.po	2009-01-23 12:29:32 UTC (rev 851)
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2009-01-17 09:08-0600\n"
+"POT-Creation-Date: 2009-01-22 05:59-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"
@@ -213,31 +213,31 @@
 msgid "Mission accomplished. The galaxy is safe!"
 msgstr ""
 
-#: src/factoroids.c:563
+#: src/factoroids.c:552
 msgid "FACTOROIDS: to win, you need destroy all the asteroids."
 msgstr ""
 
-#: src/factoroids.c:564 src/factoroids.c:575
+#: src/factoroids.c:553 src/factoroids.c:564
 msgid "Use the arrow keys to turn or go forward.  Aim at an asteroid,"
 msgstr ""
 
-#: src/factoroids.c:565
+#: src/factoroids.c:554
 msgid "type one of its factors, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:566
+#: src/factoroids.c:555
 msgid "to split it into its factors.  Rocks with prime numbers are destroyed!"
 msgstr ""
 
-#: src/factoroids.c:574
+#: src/factoroids.c:563
 msgid "FRACTIONS: to win, you need destroy all the asteroids"
 msgstr ""
 
-#: src/factoroids.c:576
+#: src/factoroids.c:565
 msgid "type a number that can simplify the fraction, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:577
+#: src/factoroids.c:566
 msgid ""
 "to split it.  Destroy fractions that can not be further simplified in a "
 "single shot!"
@@ -348,161 +348,161 @@
 msgid "Do it now, and then play!"
 msgstr "افعلها اﻷن, ثم ابدأ اللعب !"
 
-#: src/highscore.c:213 src/titlescreen.c:870
+#: src/highscore.c:213 src/titlescreen.c:872
 msgid "Hall Of Fame"
 msgstr "قاعة الشهره"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:806
-#: src/titlescreen.c:865
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:808
+#: src/titlescreen.c:867
 msgid "Space Cadet"
 msgstr "مبتدئ"
 
-#: src/highscore.c:238 src/titlescreen.c:807 src/titlescreen.c:866
+#: src/highscore.c:238 src/titlescreen.c:809 src/titlescreen.c:868
 msgid "Scout"
 msgstr "الكشفيه"
 
-#: src/highscore.c:241 src/titlescreen.c:808 src/titlescreen.c:867
+#: src/highscore.c:241 src/titlescreen.c:810 src/titlescreen.c:869
 msgid "Ranger"
 msgstr "حارس"
 
-#: src/highscore.c:244 src/titlescreen.c:809 src/titlescreen.c:868
+#: src/highscore.c:244 src/titlescreen.c:811 src/titlescreen.c:870
 msgid "Ace"
 msgstr "اس"
 
-#: src/highscore.c:247 src/titlescreen.c:810 src/titlescreen.c:869
+#: src/highscore.c:247 src/titlescreen.c:812 src/titlescreen.c:871
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:989
+#: src/highscore.c:250 src/titlescreen.c:991
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:990
+#: src/highscore.c:253 src/titlescreen.c:992
 msgid "Fractions"
 msgstr ""
 
-#: src/titlescreen.c:492
+#: src/titlescreen.c:494
 msgid "Work In Progress!"
 msgstr "! العمل يتقدم"
 
-#: src/titlescreen.c:493
+#: src/titlescreen.c:495
 msgid "This feature is not ready yet"
 msgstr "هذه الخاصية ليست جاهزة حتى الآن"
 
-#: src/titlescreen.c:494
+#: src/titlescreen.c:496
 msgid "Discuss the future of TuxMath at"
 msgstr "ناقش مستقبل اللعبة فى"
 
-#: src/titlescreen.c:495
+#: src/titlescreen.c:497
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "Tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:668
+#: src/titlescreen.c:670
 msgid "Play Alone"
 msgstr ""
 
-#: src/titlescreen.c:669
+#: src/titlescreen.c:671
 msgid "Play With Friends"
 msgstr ""
 
-#: src/titlescreen.c:670
+#: src/titlescreen.c:672
 msgid "Factoroids!"
 msgstr ""
 
-#: src/titlescreen.c:671
+#: src/titlescreen.c:673
 msgid "Help"
 msgstr "مساعدة"
 
-#: src/titlescreen.c:672
+#: src/titlescreen.c:674
 msgid "More Options"
 msgstr "مزيد من الخيارات"
 
-#: src/titlescreen.c:673
+#: src/titlescreen.c:675
 msgid "Quit"
 msgstr "خروج"
 
-#: src/titlescreen.c:747
+#: src/titlescreen.c:749
 msgid "Math Command Training Academy"
 msgstr "اكاديميه التدريب"
 
-#: src/titlescreen.c:748
+#: src/titlescreen.c:750
 msgid "Math Command Fleet Missions"
 msgstr ""
 
-#: src/titlescreen.c:749
+#: src/titlescreen.c:751
 msgid "Play Arcade Game"
 msgstr "لعبه تقليدية"
 
-#: src/titlescreen.c:750
+#: src/titlescreen.c:752
 msgid "Play Custom Game"
 msgstr "لعبة مخصصة"
 
-#: src/titlescreen.c:751 src/titlescreen.c:802 src/titlescreen.c:811
-#: src/titlescreen.c:871 src/titlescreen.c:991
+#: src/titlescreen.c:753 src/titlescreen.c:804 src/titlescreen.c:813
+#: src/titlescreen.c:873 src/titlescreen.c:993
 msgid "Main menu"
 msgstr "القائمة الرئيسية"
 
-#: src/titlescreen.c:800
+#: src/titlescreen.c:802
 msgid "Score Sweep"
 msgstr ""
 
-#: src/titlescreen.c:801
+#: src/titlescreen.c:803
 msgid "Elimination"
 msgstr ""
 
-#: src/titlescreen.c:845
+#: src/titlescreen.c:847
 msgid "How many kids are playing?"
 msgstr ""
 
-#: src/titlescreen.c:846
+#: src/titlescreen.c:848
 msgid "(Between 2 and 4 players)"
 msgstr ""
 
-#: src/titlescreen.c:965
+#: src/titlescreen.c:967
 msgid "Edit 'options' file in your home directory"
 msgstr "حرر ملف 'الخيارات' فى مجلدك الافتراضى"
 
-#: src/titlescreen.c:966
+#: src/titlescreen.c:968
 msgid "to create customized game!"
 msgstr "لإنشاء لعبة مخصصة"
 
-#: src/titlescreen.c:967
+#: src/titlescreen.c:969
 msgid "Press a key or click your mouse to start game."
 msgstr "اضغط فوق مفتاح أو انقر الماوس لبدء اللعبة."
 
-#: src/titlescreen.c:968
+#: src/titlescreen.c:970
 msgid "See README.txt for more information"
 msgstr "Readme.txt انظر لمزيد من المعلومات"
 
-#: src/titlescreen.c:1083
+#: src/titlescreen.c:1085
 msgid "Demo"
 msgstr "ديمو"
 
-#: src/titlescreen.c:1084
+#: src/titlescreen.c:1086
 msgid "Project Info"
 msgstr "معلومات المشروع"
 
-#: src/titlescreen.c:1085
+#: src/titlescreen.c:1087
 msgid "Credits"
 msgstr "فريق العمل"
 
-#: src/titlescreen.c:1086
+#: src/titlescreen.c:1088
 msgid "Main Menu"
 msgstr "القائمة الرئيسية"
 
-#: src/titlescreen.c:1133
+#: src/titlescreen.c:1135
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath برنامج حر مفتوح المصدر"
 
-#: src/titlescreen.c:1134
+#: src/titlescreen.c:1136
 msgid "You can help make it better by reporting problems,"
 msgstr "يمكنك المساعدة بجعلها افضل بإرسال اى مشاكل تواجها,"
 
-#: src/titlescreen.c:1135
+#: src/titlescreen.c:1137
 msgid "suggesting improvements, or adding code."
 msgstr "أو اى مقترحات أو كتابة أكواد"
 
-#: src/titlescreen.c:1136
+#: src/titlescreen.c:1138
 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	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/po/cs.po	2009-01-23 12:29:32 UTC (rev 851)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2009-01-17 09:08-0600\n"
+"POT-Creation-Date: 2009-01-22 05:59-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"
@@ -217,31 +217,31 @@
 msgid "Mission accomplished. The galaxy is safe!"
 msgstr ""
 
-#: src/factoroids.c:563
+#: src/factoroids.c:552
 msgid "FACTOROIDS: to win, you need destroy all the asteroids."
 msgstr ""
 
-#: src/factoroids.c:564 src/factoroids.c:575
+#: src/factoroids.c:553 src/factoroids.c:564
 msgid "Use the arrow keys to turn or go forward.  Aim at an asteroid,"
 msgstr ""
 
-#: src/factoroids.c:565
+#: src/factoroids.c:554
 msgid "type one of its factors, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:566
+#: src/factoroids.c:555
 msgid "to split it into its factors.  Rocks with prime numbers are destroyed!"
 msgstr ""
 
-#: src/factoroids.c:574
+#: src/factoroids.c:563
 msgid "FRACTIONS: to win, you need destroy all the asteroids"
 msgstr ""
 
-#: src/factoroids.c:576
+#: src/factoroids.c:565
 msgid "type a number that can simplify the fraction, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:577
+#: src/factoroids.c:566
 msgid ""
 "to split it.  Destroy fractions that can not be further simplified in a "
 "single shot!"
@@ -351,161 +351,161 @@
 msgid "Do it now, and then play!"
 msgstr ""
 
-#: src/highscore.c:213 src/titlescreen.c:870
+#: src/highscore.c:213 src/titlescreen.c:872
 msgid "Hall Of Fame"
 msgstr "Síň slávy"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:806
-#: src/titlescreen.c:865
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:808
+#: src/titlescreen.c:867
 msgid "Space Cadet"
 msgstr "Nováček"
 
-#: src/highscore.c:238 src/titlescreen.c:807 src/titlescreen.c:866
+#: src/highscore.c:238 src/titlescreen.c:809 src/titlescreen.c:868
 msgid "Scout"
 msgstr "Průzkumník"
 
-#: src/highscore.c:241 src/titlescreen.c:808 src/titlescreen.c:867
+#: src/highscore.c:241 src/titlescreen.c:810 src/titlescreen.c:869
 msgid "Ranger"
 msgstr "Střelec"
 
-#: src/highscore.c:244 src/titlescreen.c:809 src/titlescreen.c:868
+#: src/highscore.c:244 src/titlescreen.c:811 src/titlescreen.c:870
 msgid "Ace"
 msgstr "Borec"
 
-#: src/highscore.c:247 src/titlescreen.c:810 src/titlescreen.c:869
+#: src/highscore.c:247 src/titlescreen.c:812 src/titlescreen.c:871
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:989
+#: src/highscore.c:250 src/titlescreen.c:991
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:990
+#: src/highscore.c:253 src/titlescreen.c:992
 msgid "Fractions"
 msgstr ""
 
-#: src/titlescreen.c:492
+#: src/titlescreen.c:494
 msgid "Work In Progress!"
 msgstr "Ve výstavbě!"
 
-#: src/titlescreen.c:493
+#: src/titlescreen.c:495
 msgid "This feature is not ready yet"
 msgstr "Tato vlastnost ještě nefunguje"
 
-#: src/titlescreen.c:494
+#: src/titlescreen.c:496
 msgid "Discuss the future of TuxMath at"
 msgstr "Diskutuj o budoucnosti TuxMath na"
 
-#: src/titlescreen.c:495
+#: src/titlescreen.c:497
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:668
+#: src/titlescreen.c:670
 msgid "Play Alone"
 msgstr ""
 
-#: src/titlescreen.c:669
+#: src/titlescreen.c:671
 msgid "Play With Friends"
 msgstr ""
 
-#: src/titlescreen.c:670
+#: src/titlescreen.c:672
 msgid "Factoroids!"
 msgstr ""
 
-#: src/titlescreen.c:671
+#: src/titlescreen.c:673
 msgid "Help"
 msgstr "Nápověda"
 
-#: src/titlescreen.c:672
+#: src/titlescreen.c:674
 msgid "More Options"
 msgstr "Více možností"
 
-#: src/titlescreen.c:673
+#: src/titlescreen.c:675
 msgid "Quit"
 msgstr "Ukončit"
 
-#: src/titlescreen.c:747
+#: src/titlescreen.c:749
 msgid "Math Command Training Academy"
 msgstr "Akademie vesmírné matematiky"
 
-#: src/titlescreen.c:748
+#: src/titlescreen.c:750
 msgid "Math Command Fleet Missions"
 msgstr ""
 
-#: src/titlescreen.c:749
+#: src/titlescreen.c:751
 msgid "Play Arcade Game"
 msgstr "Hra"
 
-#: src/titlescreen.c:750
+#: src/titlescreen.c:752
 msgid "Play Custom Game"
 msgstr "Vlastní hra"
 
-#: src/titlescreen.c:751 src/titlescreen.c:802 src/titlescreen.c:811
-#: src/titlescreen.c:871 src/titlescreen.c:991
+#: src/titlescreen.c:753 src/titlescreen.c:804 src/titlescreen.c:813
+#: src/titlescreen.c:873 src/titlescreen.c:993
 msgid "Main menu"
 msgstr "Hlavní menu"
 
-#: src/titlescreen.c:800
+#: src/titlescreen.c:802
 msgid "Score Sweep"
 msgstr ""
 
-#: src/titlescreen.c:801
+#: src/titlescreen.c:803
 msgid "Elimination"
 msgstr ""
 
-#: src/titlescreen.c:845
+#: src/titlescreen.c:847
 msgid "How many kids are playing?"
 msgstr ""
 
-#: src/titlescreen.c:846
+#: src/titlescreen.c:848
 msgid "(Between 2 and 4 players)"
 msgstr ""
 
-#: src/titlescreen.c:965
+#: src/titlescreen.c:967
 msgid "Edit 'options' file in your home directory"
 msgstr "Uprav soubor «options » ve své domovské složce,"
 
-#: src/titlescreen.c:966
+#: src/titlescreen.c:968
 msgid "to create customized game!"
 msgstr "abys mohl vytvořit vlastní hru!"
 
-#: src/titlescreen.c:967
+#: src/titlescreen.c:969
 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:968
+#: src/titlescreen.c:970
 msgid "See README.txt for more information"
 msgstr "Pokud chceš více informací, podívej se na README.txt"
 
-#: src/titlescreen.c:1083
+#: src/titlescreen.c:1085
 msgid "Demo"
 msgstr "Demo"
 
-#: src/titlescreen.c:1084
+#: src/titlescreen.c:1086
 msgid "Project Info"
 msgstr "Info o projektu"
 
-#: src/titlescreen.c:1085
+#: src/titlescreen.c:1087
 msgid "Credits"
 msgstr "Poděkování"
 
-#: src/titlescreen.c:1086
+#: src/titlescreen.c:1088
 msgid "Main Menu"
 msgstr "Hlavní menu"
 
-#: src/titlescreen.c:1133
+#: src/titlescreen.c:1135
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath je svobodný software!"
 
-#: src/titlescreen.c:1134
+#: src/titlescreen.c:1136
 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:1135
+#: src/titlescreen.c:1137
 msgid "suggesting improvements, or adding code."
 msgstr "navrhneš vylepšení nebo přidáš svůj kód"
 
-#: src/titlescreen.c:1136
+#: src/titlescreen.c:1138
 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/de.po
===================================================================
--- tuxmath/trunk/po/de.po	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/po/de.po	2009-01-23 12:29:32 UTC (rev 851)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: de\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2009-01-17 09:08-0600\n"
+"POT-Creation-Date: 2009-01-22 05:59-0600\n"
 "PO-Revision-Date: 2008-05-02 16:08+0200\n"
 "Last-Translator: Lars Vogdt <lars at linux-schulserver.de>\n"
 "MIME-Version: 1.0\n"
@@ -215,31 +215,31 @@
 msgid "Mission accomplished. The galaxy is safe!"
 msgstr ""
 
-#: src/factoroids.c:563
+#: src/factoroids.c:552
 msgid "FACTOROIDS: to win, you need destroy all the asteroids."
 msgstr ""
 
-#: src/factoroids.c:564 src/factoroids.c:575
+#: src/factoroids.c:553 src/factoroids.c:564
 msgid "Use the arrow keys to turn or go forward.  Aim at an asteroid,"
 msgstr ""
 
-#: src/factoroids.c:565
+#: src/factoroids.c:554
 msgid "type one of its factors, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:566
+#: src/factoroids.c:555
 msgid "to split it into its factors.  Rocks with prime numbers are destroyed!"
 msgstr ""
 
-#: src/factoroids.c:574
+#: src/factoroids.c:563
 msgid "FRACTIONS: to win, you need destroy all the asteroids"
 msgstr ""
 
-#: src/factoroids.c:576
+#: src/factoroids.c:565
 msgid "type a number that can simplify the fraction, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:577
+#: src/factoroids.c:566
 msgid ""
 "to split it.  Destroy fractions that can not be further simplified in a "
 "single shot!"
@@ -350,161 +350,161 @@
 msgid "Do it now, and then play!"
 msgstr "Tu es jetzt - und dann spiele!"
 
-#: src/highscore.c:213 src/titlescreen.c:870
+#: src/highscore.c:213 src/titlescreen.c:872
 msgid "Hall Of Fame"
 msgstr "Ruhmeshalle"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:806
-#: src/titlescreen.c:865
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:808
+#: src/titlescreen.c:867
 msgid "Space Cadet"
 msgstr "Raumkadett"
 
-#: src/highscore.c:238 src/titlescreen.c:807 src/titlescreen.c:866
+#: src/highscore.c:238 src/titlescreen.c:809 src/titlescreen.c:868
 msgid "Scout"
 msgstr "Aufklärer"
 
-#: src/highscore.c:241 src/titlescreen.c:808 src/titlescreen.c:867
+#: src/highscore.c:241 src/titlescreen.c:810 src/titlescreen.c:869
 msgid "Ranger"
 msgstr "Jäger"
 
-#: src/highscore.c:244 src/titlescreen.c:809 src/titlescreen.c:868
+#: src/highscore.c:244 src/titlescreen.c:811 src/titlescreen.c:870
 msgid "Ace"
 msgstr "Ass"
 
-#: src/highscore.c:247 src/titlescreen.c:810 src/titlescreen.c:869
+#: src/highscore.c:247 src/titlescreen.c:812 src/titlescreen.c:871
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:989
+#: src/highscore.c:250 src/titlescreen.c:991
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:990
+#: src/highscore.c:253 src/titlescreen.c:992
 msgid "Fractions"
 msgstr ""
 
-#: src/titlescreen.c:492
+#: src/titlescreen.c:494
 msgid "Work In Progress!"
 msgstr "In Arbeit!"
 
-#: src/titlescreen.c:493
+#: src/titlescreen.c:495
 msgid "This feature is not ready yet"
 msgstr "Dieser Bereich ist noch nicht fertig."
 
-#: src/titlescreen.c:494
+#: src/titlescreen.c:496
 msgid "Discuss the future of TuxMath at"
 msgstr "Diskutiere über die Zukunft von TuxMath auf "
 
-#: src/titlescreen.c:495
+#: src/titlescreen.c:497
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:668
+#: src/titlescreen.c:670
 msgid "Play Alone"
 msgstr ""
 
-#: src/titlescreen.c:669
+#: src/titlescreen.c:671
 msgid "Play With Friends"
 msgstr ""
 
-#: src/titlescreen.c:670
+#: src/titlescreen.c:672
 msgid "Factoroids!"
 msgstr ""
 
-#: src/titlescreen.c:671
+#: src/titlescreen.c:673
 msgid "Help"
 msgstr "Hilfe"
 
-#: src/titlescreen.c:672
+#: src/titlescreen.c:674
 msgid "More Options"
 msgstr "Weitere Optionen"
 
-#: src/titlescreen.c:673
+#: src/titlescreen.c:675
 msgid "Quit"
 msgstr "Ende"
 
-#: src/titlescreen.c:747
+#: src/titlescreen.c:749
 msgid "Math Command Training Academy"
 msgstr "Math Command Trainings-Akademie"
 
-#: src/titlescreen.c:748
+#: src/titlescreen.c:750
 msgid "Math Command Fleet Missions"
 msgstr ""
 
-#: src/titlescreen.c:749
+#: src/titlescreen.c:751
 msgid "Play Arcade Game"
 msgstr "Spiele Arcade Spiel"
 
-#: src/titlescreen.c:750
+#: src/titlescreen.c:752
 msgid "Play Custom Game"
 msgstr "Spiele angepasstes Spiel"
 
-#: src/titlescreen.c:751 src/titlescreen.c:802 src/titlescreen.c:811
-#: src/titlescreen.c:871 src/titlescreen.c:991
+#: src/titlescreen.c:753 src/titlescreen.c:804 src/titlescreen.c:813
+#: src/titlescreen.c:873 src/titlescreen.c:993
 msgid "Main menu"
 msgstr "Hauptmenü"
 
-#: src/titlescreen.c:800
+#: src/titlescreen.c:802
 msgid "Score Sweep"
 msgstr ""
 
-#: src/titlescreen.c:801
+#: src/titlescreen.c:803
 msgid "Elimination"
 msgstr ""
 
-#: src/titlescreen.c:845
+#: src/titlescreen.c:847
 msgid "How many kids are playing?"
 msgstr ""
 
-#: src/titlescreen.c:846
+#: src/titlescreen.c:848
 msgid "(Between 2 and 4 players)"
 msgstr ""
 
-#: src/titlescreen.c:965
+#: src/titlescreen.c:967
 msgid "Edit 'options' file in your home directory"
 msgstr "Editiere die 'options' Datei in deinem Benutzerverzeichnis"
 
-#: src/titlescreen.c:966
+#: src/titlescreen.c:968
 msgid "to create customized game!"
 msgstr "um ein angepasstes Spiel zu erzeugen."
 
-#: src/titlescreen.c:967
+#: src/titlescreen.c:969
 msgid "Press a key or click your mouse to start game."
 msgstr "Drücke eine Taste oder klicke mit der Maus um ein Spiel zu starten"
 
-#: src/titlescreen.c:968
+#: src/titlescreen.c:970
 msgid "See README.txt for more information"
 msgstr "Lies die README.txt Datei für weitere Infrormationen"
 
-#: src/titlescreen.c:1083
+#: src/titlescreen.c:1085
 msgid "Demo"
 msgstr "Demonstration"
 
-#: src/titlescreen.c:1084
+#: src/titlescreen.c:1086
 msgid "Project Info"
 msgstr "Projekt Information"
 
-#: src/titlescreen.c:1085
+#: src/titlescreen.c:1087
 msgid "Credits"
 msgstr "Abspann"
 
-#: src/titlescreen.c:1086
+#: src/titlescreen.c:1088
 msgid "Main Menu"
 msgstr "Hauptmenü"
 
-#: src/titlescreen.c:1133
+#: src/titlescreen.c:1135
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath ist frei und OpenSource!"
 
-#: src/titlescreen.c:1134
+#: src/titlescreen.c:1136
 msgid "You can help make it better by reporting problems,"
 msgstr "Du kannst bei der Verbesserung helfen, wenn du Probleme "
 
-#: src/titlescreen.c:1135
+#: src/titlescreen.c:1137
 msgid "suggesting improvements, or adding code."
 msgstr "meldest, Wünsche außerst oder Programmcode beisteuerst."
 
-#: src/titlescreen.c:1136
+#: src/titlescreen.c:1138
 msgid "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 msgstr ""
 "Diskutiere die Zukunft von TuxMath auf tuxmath-devel at lists.sourceforge.net"

Modified: tuxmath/trunk/po/en at boldquot.po
===================================================================
--- tuxmath/trunk/po/en at boldquot.po	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/po/en at boldquot.po	2009-01-23 12:29:32 UTC (rev 851)
@@ -29,10 +29,10 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: tuxmath 1.7.0\n"
+"Project-Id-Version: tuxmath 1.7.1\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2009-01-17 09:08-0600\n"
-"PO-Revision-Date: 2009-01-17 09:08-0600\n"
+"POT-Creation-Date: 2009-01-22 05:59-0600\n"
+"PO-Revision-Date: 2009-01-22 05:59-0600\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "MIME-Version: 1.0\n"
@@ -240,32 +240,32 @@
 msgid "Mission accomplished. The galaxy is safe!"
 msgstr "Mission accomplished. The galaxy is safe!"
 
-#: src/factoroids.c:563
+#: src/factoroids.c:552
 msgid "FACTOROIDS: to win, you need destroy all the asteroids."
 msgstr "FACTOROIDS: to win, you need destroy all the asteroids."
 
-#: src/factoroids.c:564 src/factoroids.c:575
+#: src/factoroids.c:553 src/factoroids.c:564
 msgid "Use the arrow keys to turn or go forward.  Aim at an asteroid,"
 msgstr "Use the arrow keys to turn or go forward.  Aim at an asteroid,"
 
-#: src/factoroids.c:565
+#: src/factoroids.c:554
 msgid "type one of its factors, and press space or return"
 msgstr "type one of its factors, and press space or return"
 
-#: src/factoroids.c:566
+#: src/factoroids.c:555
 msgid "to split it into its factors.  Rocks with prime numbers are destroyed!"
 msgstr "to split it into its factors.  Rocks with prime numbers are destroyed!"
 
-#: src/factoroids.c:574
+#: src/factoroids.c:563
 msgid "FRACTIONS: to win, you need destroy all the asteroids"
 msgstr "FRACTIONS: to win, you need destroy all the asteroids"
 
-#: src/factoroids.c:576
+#: src/factoroids.c:565
 msgid "type a number that can simplify the fraction, and press space or return"
 msgstr ""
 "type a number that can simplify the fraction, and press space or return"
 
-#: src/factoroids.c:577
+#: src/factoroids.c:566
 msgid ""
 "to split it.  Destroy fractions that can not be further simplified in a "
 "single shot!"
@@ -377,161 +377,161 @@
 msgid "Do it now, and then play!"
 msgstr "Do it now, and then play!"
 
-#: src/highscore.c:213 src/titlescreen.c:870
+#: src/highscore.c:213 src/titlescreen.c:872
 msgid "Hall Of Fame"
 msgstr "Hall Of Fame"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:806
-#: src/titlescreen.c:865
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:808
+#: src/titlescreen.c:867
 msgid "Space Cadet"
 msgstr "Space Cadet"
 
-#: src/highscore.c:238 src/titlescreen.c:807 src/titlescreen.c:866
+#: src/highscore.c:238 src/titlescreen.c:809 src/titlescreen.c:868
 msgid "Scout"
 msgstr "Scout"
 
-#: src/highscore.c:241 src/titlescreen.c:808 src/titlescreen.c:867
+#: src/highscore.c:241 src/titlescreen.c:810 src/titlescreen.c:869
 msgid "Ranger"
 msgstr "Ranger"
 
-#: src/highscore.c:244 src/titlescreen.c:809 src/titlescreen.c:868
+#: src/highscore.c:244 src/titlescreen.c:811 src/titlescreen.c:870
 msgid "Ace"
 msgstr "Ace"
 
-#: src/highscore.c:247 src/titlescreen.c:810 src/titlescreen.c:869
+#: src/highscore.c:247 src/titlescreen.c:812 src/titlescreen.c:871
 msgid "Commando"
 msgstr "Commando"
 
-#: src/highscore.c:250 src/titlescreen.c:989
+#: src/highscore.c:250 src/titlescreen.c:991
 msgid "Factors"
 msgstr "Factors"
 
-#: src/highscore.c:253 src/titlescreen.c:990
+#: src/highscore.c:253 src/titlescreen.c:992
 msgid "Fractions"
 msgstr "Fractions"
 
-#: src/titlescreen.c:492
+#: src/titlescreen.c:494
 msgid "Work In Progress!"
 msgstr "Work In Progress!"
 
-#: src/titlescreen.c:493
+#: src/titlescreen.c:495
 msgid "This feature is not ready yet"
 msgstr "This feature is not ready yet"
 
-#: src/titlescreen.c:494
+#: src/titlescreen.c:496
 msgid "Discuss the future of TuxMath at"
 msgstr "Discuss the future of TuxMath at"
 
-#: src/titlescreen.c:495
+#: src/titlescreen.c:497
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:668
+#: src/titlescreen.c:670
 msgid "Play Alone"
 msgstr "Play Alone"
 
-#: src/titlescreen.c:669
+#: src/titlescreen.c:671
 msgid "Play With Friends"
 msgstr "Play With Friends"
 
-#: src/titlescreen.c:670
+#: src/titlescreen.c:672
 msgid "Factoroids!"
 msgstr "Factoroids!"
 
-#: src/titlescreen.c:671
+#: src/titlescreen.c:673
 msgid "Help"
 msgstr "Help"
 
-#: src/titlescreen.c:672
+#: src/titlescreen.c:674
 msgid "More Options"
 msgstr "More Options"
 
-#: src/titlescreen.c:673
+#: src/titlescreen.c:675
 msgid "Quit"
 msgstr "Quit"
 
-#: src/titlescreen.c:747
+#: src/titlescreen.c:749
 msgid "Math Command Training Academy"
 msgstr "Math Command Training Academy"
 
-#: src/titlescreen.c:748
+#: src/titlescreen.c:750
 msgid "Math Command Fleet Missions"
 msgstr "Math Command Fleet Missions"
 
-#: src/titlescreen.c:749
+#: src/titlescreen.c:751
 msgid "Play Arcade Game"
 msgstr "Play Arcade Game"
 
-#: src/titlescreen.c:750
+#: src/titlescreen.c:752
 msgid "Play Custom Game"
 msgstr "Play Custom Game"
 
-#: src/titlescreen.c:751 src/titlescreen.c:802 src/titlescreen.c:811
-#: src/titlescreen.c:871 src/titlescreen.c:991
+#: src/titlescreen.c:753 src/titlescreen.c:804 src/titlescreen.c:813
+#: src/titlescreen.c:873 src/titlescreen.c:993
 msgid "Main menu"
 msgstr "Main menu"
 
-#: src/titlescreen.c:800
+#: src/titlescreen.c:802
 msgid "Score Sweep"
 msgstr "Score Sweep"
 
-#: src/titlescreen.c:801
+#: src/titlescreen.c:803
 msgid "Elimination"
 msgstr "Elimination"
 
-#: src/titlescreen.c:845
+#: src/titlescreen.c:847
 msgid "How many kids are playing?"
 msgstr "How many kids are playing?"
 
-#: src/titlescreen.c:846
+#: src/titlescreen.c:848
 msgid "(Between 2 and 4 players)"
 msgstr "(Between 2 and 4 players)"
 
-#: src/titlescreen.c:965
+#: src/titlescreen.c:967
 msgid "Edit 'options' file in your home directory"
 msgstr "Edit ‘options’ file in your home directory"
 
-#: src/titlescreen.c:966
+#: src/titlescreen.c:968
 msgid "to create customized game!"
 msgstr "to create customized game!"
 
-#: src/titlescreen.c:967
+#: src/titlescreen.c:969
 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:968
+#: src/titlescreen.c:970
 msgid "See README.txt for more information"
 msgstr "See README.txt for more information"
 
-#: src/titlescreen.c:1083
+#: src/titlescreen.c:1085
 msgid "Demo"
 msgstr "Demo"
 
-#: src/titlescreen.c:1084
+#: src/titlescreen.c:1086
 msgid "Project Info"
 msgstr "Project Info"
 
-#: src/titlescreen.c:1085
+#: src/titlescreen.c:1087
 msgid "Credits"
 msgstr "Credits"
 
-#: src/titlescreen.c:1086
+#: src/titlescreen.c:1088
 msgid "Main Menu"
 msgstr "Main Menu"
 
-#: src/titlescreen.c:1133
+#: src/titlescreen.c:1135
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath is free and open-source!"
 
-#: src/titlescreen.c:1134
+#: src/titlescreen.c:1136
 msgid "You can help make it better by reporting problems,"
 msgstr "You can help make it better by reporting problems,"
 
-#: src/titlescreen.c:1135
+#: src/titlescreen.c:1137
 msgid "suggesting improvements, or adding code."
 msgstr "suggesting improvements, or adding code."
 
-#: src/titlescreen.c:1136
+#: src/titlescreen.c:1138
 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	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/po/en at quot.po	2009-01-23 12:29:32 UTC (rev 851)
@@ -26,10 +26,10 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: tuxmath 1.7.0\n"
+"Project-Id-Version: tuxmath 1.7.1\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2009-01-17 09:08-0600\n"
-"PO-Revision-Date: 2009-01-17 09:08-0600\n"
+"POT-Creation-Date: 2009-01-22 05:59-0600\n"
+"PO-Revision-Date: 2009-01-22 05:59-0600\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "MIME-Version: 1.0\n"
@@ -237,32 +237,32 @@
 msgid "Mission accomplished. The galaxy is safe!"
 msgstr "Mission accomplished. The galaxy is safe!"
 
-#: src/factoroids.c:563
+#: src/factoroids.c:552
 msgid "FACTOROIDS: to win, you need destroy all the asteroids."
 msgstr "FACTOROIDS: to win, you need destroy all the asteroids."
 
-#: src/factoroids.c:564 src/factoroids.c:575
+#: src/factoroids.c:553 src/factoroids.c:564
 msgid "Use the arrow keys to turn or go forward.  Aim at an asteroid,"
 msgstr "Use the arrow keys to turn or go forward.  Aim at an asteroid,"
 
-#: src/factoroids.c:565
+#: src/factoroids.c:554
 msgid "type one of its factors, and press space or return"
 msgstr "type one of its factors, and press space or return"
 
-#: src/factoroids.c:566
+#: src/factoroids.c:555
 msgid "to split it into its factors.  Rocks with prime numbers are destroyed!"
 msgstr "to split it into its factors.  Rocks with prime numbers are destroyed!"
 
-#: src/factoroids.c:574
+#: src/factoroids.c:563
 msgid "FRACTIONS: to win, you need destroy all the asteroids"
 msgstr "FRACTIONS: to win, you need destroy all the asteroids"
 
-#: src/factoroids.c:576
+#: src/factoroids.c:565
 msgid "type a number that can simplify the fraction, and press space or return"
 msgstr ""
 "type a number that can simplify the fraction, and press space or return"
 
-#: src/factoroids.c:577
+#: src/factoroids.c:566
 msgid ""
 "to split it.  Destroy fractions that can not be further simplified in a "
 "single shot!"
@@ -374,161 +374,161 @@
 msgid "Do it now, and then play!"
 msgstr "Do it now, and then play!"
 
-#: src/highscore.c:213 src/titlescreen.c:870
+#: src/highscore.c:213 src/titlescreen.c:872
 msgid "Hall Of Fame"
 msgstr "Hall Of Fame"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:806
-#: src/titlescreen.c:865
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:808
+#: src/titlescreen.c:867
 msgid "Space Cadet"
 msgstr "Space Cadet"
 
-#: src/highscore.c:238 src/titlescreen.c:807 src/titlescreen.c:866
+#: src/highscore.c:238 src/titlescreen.c:809 src/titlescreen.c:868
 msgid "Scout"
 msgstr "Scout"
 
-#: src/highscore.c:241 src/titlescreen.c:808 src/titlescreen.c:867
+#: src/highscore.c:241 src/titlescreen.c:810 src/titlescreen.c:869
 msgid "Ranger"
 msgstr "Ranger"
 
-#: src/highscore.c:244 src/titlescreen.c:809 src/titlescreen.c:868
+#: src/highscore.c:244 src/titlescreen.c:811 src/titlescreen.c:870
 msgid "Ace"
 msgstr "Ace"
 
-#: src/highscore.c:247 src/titlescreen.c:810 src/titlescreen.c:869
+#: src/highscore.c:247 src/titlescreen.c:812 src/titlescreen.c:871
 msgid "Commando"
 msgstr "Commando"
 
-#: src/highscore.c:250 src/titlescreen.c:989
+#: src/highscore.c:250 src/titlescreen.c:991
 msgid "Factors"
 msgstr "Factors"
 
-#: src/highscore.c:253 src/titlescreen.c:990
+#: src/highscore.c:253 src/titlescreen.c:992
 msgid "Fractions"
 msgstr "Fractions"
 
-#: src/titlescreen.c:492
+#: src/titlescreen.c:494
 msgid "Work In Progress!"
 msgstr "Work In Progress!"
 
-#: src/titlescreen.c:493
+#: src/titlescreen.c:495
 msgid "This feature is not ready yet"
 msgstr "This feature is not ready yet"
 
-#: src/titlescreen.c:494
+#: src/titlescreen.c:496
 msgid "Discuss the future of TuxMath at"
 msgstr "Discuss the future of TuxMath at"
 
-#: src/titlescreen.c:495
+#: src/titlescreen.c:497
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:668
+#: src/titlescreen.c:670
 msgid "Play Alone"
 msgstr "Play Alone"
 
-#: src/titlescreen.c:669
+#: src/titlescreen.c:671
 msgid "Play With Friends"
 msgstr "Play With Friends"
 
-#: src/titlescreen.c:670
+#: src/titlescreen.c:672
 msgid "Factoroids!"
 msgstr "Factoroids!"
 
-#: src/titlescreen.c:671
+#: src/titlescreen.c:673
 msgid "Help"
 msgstr "Help"
 
-#: src/titlescreen.c:672
+#: src/titlescreen.c:674
 msgid "More Options"
 msgstr "More Options"
 
-#: src/titlescreen.c:673
+#: src/titlescreen.c:675
 msgid "Quit"
 msgstr "Quit"
 
-#: src/titlescreen.c:747
+#: src/titlescreen.c:749
 msgid "Math Command Training Academy"
 msgstr "Math Command Training Academy"
 
-#: src/titlescreen.c:748
+#: src/titlescreen.c:750
 msgid "Math Command Fleet Missions"
 msgstr "Math Command Fleet Missions"
 
-#: src/titlescreen.c:749
+#: src/titlescreen.c:751
 msgid "Play Arcade Game"
 msgstr "Play Arcade Game"
 
-#: src/titlescreen.c:750
+#: src/titlescreen.c:752
 msgid "Play Custom Game"
 msgstr "Play Custom Game"
 
-#: src/titlescreen.c:751 src/titlescreen.c:802 src/titlescreen.c:811
-#: src/titlescreen.c:871 src/titlescreen.c:991
+#: src/titlescreen.c:753 src/titlescreen.c:804 src/titlescreen.c:813
+#: src/titlescreen.c:873 src/titlescreen.c:993
 msgid "Main menu"
 msgstr "Main menu"
 
-#: src/titlescreen.c:800
+#: src/titlescreen.c:802
 msgid "Score Sweep"
 msgstr "Score Sweep"
 
-#: src/titlescreen.c:801
+#: src/titlescreen.c:803
 msgid "Elimination"
 msgstr "Elimination"
 
-#: src/titlescreen.c:845
+#: src/titlescreen.c:847
 msgid "How many kids are playing?"
 msgstr "How many kids are playing?"
 
-#: src/titlescreen.c:846
+#: src/titlescreen.c:848
 msgid "(Between 2 and 4 players)"
 msgstr "(Between 2 and 4 players)"
 
-#: src/titlescreen.c:965
+#: src/titlescreen.c:967
 msgid "Edit 'options' file in your home directory"
 msgstr "Edit ‘options’ file in your home directory"
 
-#: src/titlescreen.c:966
+#: src/titlescreen.c:968
 msgid "to create customized game!"
 msgstr "to create customized game!"
 
-#: src/titlescreen.c:967
+#: src/titlescreen.c:969
 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:968
+#: src/titlescreen.c:970
 msgid "See README.txt for more information"
 msgstr "See README.txt for more information"
 
-#: src/titlescreen.c:1083
+#: src/titlescreen.c:1085
 msgid "Demo"
 msgstr "Demo"
 
-#: src/titlescreen.c:1084
+#: src/titlescreen.c:1086
 msgid "Project Info"
 msgstr "Project Info"
 
-#: src/titlescreen.c:1085
+#: src/titlescreen.c:1087
 msgid "Credits"
 msgstr "Credits"
 
-#: src/titlescreen.c:1086
+#: src/titlescreen.c:1088
 msgid "Main Menu"
 msgstr "Main Menu"
 
-#: src/titlescreen.c:1133
+#: src/titlescreen.c:1135
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath is free and open-source!"
 
-#: src/titlescreen.c:1134
+#: src/titlescreen.c:1136
 msgid "You can help make it better by reporting problems,"
 msgstr "You can help make it better by reporting problems,"
 
-#: src/titlescreen.c:1135
+#: src/titlescreen.c:1137
 msgid "suggesting improvements, or adding code."
 msgstr "suggesting improvements, or adding code."
 
-#: src/titlescreen.c:1136
+#: src/titlescreen.c:1138
 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	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/po/en_GB.po	2009-01-23 12:29:32 UTC (rev 851)
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2009-01-17 09:08-0600\n"
+"POT-Creation-Date: 2009-01-22 05:59-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"
@@ -217,31 +217,31 @@
 msgid "Mission accomplished. The galaxy is safe!"
 msgstr ""
 
-#: src/factoroids.c:563
+#: src/factoroids.c:552
 msgid "FACTOROIDS: to win, you need destroy all the asteroids."
 msgstr ""
 
-#: src/factoroids.c:564 src/factoroids.c:575
+#: src/factoroids.c:553 src/factoroids.c:564
 msgid "Use the arrow keys to turn or go forward.  Aim at an asteroid,"
 msgstr ""
 
-#: src/factoroids.c:565
+#: src/factoroids.c:554
 msgid "type one of its factors, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:566
+#: src/factoroids.c:555
 msgid "to split it into its factors.  Rocks with prime numbers are destroyed!"
 msgstr ""
 
-#: src/factoroids.c:574
+#: src/factoroids.c:563
 msgid "FRACTIONS: to win, you need destroy all the asteroids"
 msgstr ""
 
-#: src/factoroids.c:576
+#: src/factoroids.c:565
 msgid "type a number that can simplify the fraction, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:577
+#: src/factoroids.c:566
 msgid ""
 "to split it.  Destroy fractions that can not be further simplified in a "
 "single shot!"
@@ -351,161 +351,161 @@
 msgid "Do it now, and then play!"
 msgstr "Do it now, and then play!"
 
-#: src/highscore.c:213 src/titlescreen.c:870
+#: src/highscore.c:213 src/titlescreen.c:872
 msgid "Hall Of Fame"
 msgstr "Hall Of Fame"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:806
-#: src/titlescreen.c:865
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:808
+#: src/titlescreen.c:867
 msgid "Space Cadet"
 msgstr "Space Cadet"
 
-#: src/highscore.c:238 src/titlescreen.c:807 src/titlescreen.c:866
+#: src/highscore.c:238 src/titlescreen.c:809 src/titlescreen.c:868
 msgid "Scout"
 msgstr "Scout"
 
-#: src/highscore.c:241 src/titlescreen.c:808 src/titlescreen.c:867
+#: src/highscore.c:241 src/titlescreen.c:810 src/titlescreen.c:869
 msgid "Ranger"
 msgstr "Ranger"
 
-#: src/highscore.c:244 src/titlescreen.c:809 src/titlescreen.c:868
+#: src/highscore.c:244 src/titlescreen.c:811 src/titlescreen.c:870
 msgid "Ace"
 msgstr "Ace"
 
-#: src/highscore.c:247 src/titlescreen.c:810 src/titlescreen.c:869
+#: src/highscore.c:247 src/titlescreen.c:812 src/titlescreen.c:871
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:989
+#: src/highscore.c:250 src/titlescreen.c:991
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:990
+#: src/highscore.c:253 src/titlescreen.c:992
 msgid "Fractions"
 msgstr ""
 
-#: src/titlescreen.c:492
+#: src/titlescreen.c:494
 msgid "Work In Progress!"
 msgstr "Work In Progress!"
 
-#: src/titlescreen.c:493
+#: src/titlescreen.c:495
 msgid "This feature is not ready yet"
 msgstr "This feature is not ready yet"
 
-#: src/titlescreen.c:494
+#: src/titlescreen.c:496
 msgid "Discuss the future of TuxMath at"
 msgstr "Discuss the future of TuxMath at"
 
-#: src/titlescreen.c:495
+#: src/titlescreen.c:497
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:668
+#: src/titlescreen.c:670
 msgid "Play Alone"
 msgstr ""
 
-#: src/titlescreen.c:669
+#: src/titlescreen.c:671
 msgid "Play With Friends"
 msgstr ""
 
-#: src/titlescreen.c:670
+#: src/titlescreen.c:672
 msgid "Factoroids!"
 msgstr ""
 
-#: src/titlescreen.c:671
+#: src/titlescreen.c:673
 msgid "Help"
 msgstr "Help"
 
-#: src/titlescreen.c:672
+#: src/titlescreen.c:674
 msgid "More Options"
 msgstr "More Options"
 
-#: src/titlescreen.c:673
+#: src/titlescreen.c:675
 msgid "Quit"
 msgstr "Quit"
 
-#: src/titlescreen.c:747
+#: src/titlescreen.c:749
 msgid "Math Command Training Academy"
 msgstr "Math Command Training Academy"
 
-#: src/titlescreen.c:748
+#: src/titlescreen.c:750
 msgid "Math Command Fleet Missions"
 msgstr ""
 
-#: src/titlescreen.c:749
+#: src/titlescreen.c:751
 msgid "Play Arcade Game"
 msgstr "Play Arcade Game"
 
-#: src/titlescreen.c:750
+#: src/titlescreen.c:752
 msgid "Play Custom Game"
 msgstr "Play Custom Game"
 
-#: src/titlescreen.c:751 src/titlescreen.c:802 src/titlescreen.c:811
-#: src/titlescreen.c:871 src/titlescreen.c:991
+#: src/titlescreen.c:753 src/titlescreen.c:804 src/titlescreen.c:813
+#: src/titlescreen.c:873 src/titlescreen.c:993
 msgid "Main menu"
 msgstr "Main menu"
 
-#: src/titlescreen.c:800
+#: src/titlescreen.c:802
 msgid "Score Sweep"
 msgstr ""
 
-#: src/titlescreen.c:801
+#: src/titlescreen.c:803
 msgid "Elimination"
 msgstr ""
 
-#: src/titlescreen.c:845
+#: src/titlescreen.c:847
 msgid "How many kids are playing?"
 msgstr ""
 
-#: src/titlescreen.c:846
+#: src/titlescreen.c:848
 msgid "(Between 2 and 4 players)"
 msgstr ""
 
-#: src/titlescreen.c:965
+#: src/titlescreen.c:967
 msgid "Edit 'options' file in your home directory"
 msgstr "Edit ‘options’ file in your home directory"
 
-#: src/titlescreen.c:966
+#: src/titlescreen.c:968
 msgid "to create customized game!"
 msgstr "to create customised game!"
 
-#: src/titlescreen.c:967
+#: src/titlescreen.c:969
 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:968
+#: src/titlescreen.c:970
 msgid "See README.txt for more information"
 msgstr "See README.txt for more information"
 
-#: src/titlescreen.c:1083
+#: src/titlescreen.c:1085
 msgid "Demo"
 msgstr "Demo"
 
-#: src/titlescreen.c:1084
+#: src/titlescreen.c:1086
 msgid "Project Info"
 msgstr "Project Info"
 
-#: src/titlescreen.c:1085
+#: src/titlescreen.c:1087
 msgid "Credits"
 msgstr "Credits"
 
-#: src/titlescreen.c:1086
+#: src/titlescreen.c:1088
 msgid "Main Menu"
 msgstr "Main Menu"
 
-#: src/titlescreen.c:1133
+#: src/titlescreen.c:1135
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath is free and open-source!"
 
-#: src/titlescreen.c:1134
+#: src/titlescreen.c:1136
 msgid "You can help make it better by reporting problems,"
 msgstr "You can help make it better by reporting problems,"
 
-#: src/titlescreen.c:1135
+#: src/titlescreen.c:1137
 msgid "suggesting improvements, or adding code."
 msgstr "suggesting improvements, or adding code."
 
-#: src/titlescreen.c:1136
+#: src/titlescreen.c:1138
 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	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/po/es.po	2009-01-23 12:29:32 UTC (rev 851)
@@ -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: 2009-01-17 09:08-0600\n"
+"POT-Creation-Date: 2009-01-22 05:59-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"
@@ -216,31 +216,31 @@
 msgid "Mission accomplished. The galaxy is safe!"
 msgstr ""
 
-#: src/factoroids.c:563
+#: src/factoroids.c:552
 msgid "FACTOROIDS: to win, you need destroy all the asteroids."
 msgstr ""
 
-#: src/factoroids.c:564 src/factoroids.c:575
+#: src/factoroids.c:553 src/factoroids.c:564
 msgid "Use the arrow keys to turn or go forward.  Aim at an asteroid,"
 msgstr ""
 
-#: src/factoroids.c:565
+#: src/factoroids.c:554
 msgid "type one of its factors, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:566
+#: src/factoroids.c:555
 msgid "to split it into its factors.  Rocks with prime numbers are destroyed!"
 msgstr ""
 
-#: src/factoroids.c:574
+#: src/factoroids.c:563
 msgid "FRACTIONS: to win, you need destroy all the asteroids"
 msgstr ""
 
-#: src/factoroids.c:576
+#: src/factoroids.c:565
 msgid "type a number that can simplify the fraction, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:577
+#: src/factoroids.c:566
 msgid ""
 "to split it.  Destroy fractions that can not be further simplified in a "
 "single shot!"
@@ -351,163 +351,163 @@
 msgid "Do it now, and then play!"
 msgstr "haclo ahora y luego juega"
 
-#: src/highscore.c:213 src/titlescreen.c:870
+#: src/highscore.c:213 src/titlescreen.c:872
 msgid "Hall Of Fame"
 msgstr "sala de fama"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:806
-#: src/titlescreen.c:865
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:808
+#: src/titlescreen.c:867
 msgid "Space Cadet"
 msgstr "cadete espacial"
 
-#: src/highscore.c:238 src/titlescreen.c:807 src/titlescreen.c:866
+#: src/highscore.c:238 src/titlescreen.c:809 src/titlescreen.c:868
 msgid "Scout"
 msgstr "escout"
 
-#: src/highscore.c:241 src/titlescreen.c:808 src/titlescreen.c:867
+#: src/highscore.c:241 src/titlescreen.c:810 src/titlescreen.c:869
 msgid "Ranger"
 msgstr "guardador"
 
-#: src/highscore.c:244 src/titlescreen.c:809 src/titlescreen.c:868
+#: src/highscore.c:244 src/titlescreen.c:811 src/titlescreen.c:870
 msgid "Ace"
 msgstr "ace"
 
-#: src/highscore.c:247 src/titlescreen.c:810 src/titlescreen.c:869
+#: src/highscore.c:247 src/titlescreen.c:812 src/titlescreen.c:871
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:989
+#: src/highscore.c:250 src/titlescreen.c:991
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:990
+#: src/highscore.c:253 src/titlescreen.c:992
 msgid "Fractions"
 msgstr ""
 
-#: src/titlescreen.c:492
+#: src/titlescreen.c:494
 msgid "Work In Progress!"
 msgstr " trabajo bajo progresso"
 
-#: src/titlescreen.c:493
+#: src/titlescreen.c:495
 msgid "This feature is not ready yet"
 msgstr "esta opcion no funciona todavia"
 
-#: src/titlescreen.c:494
+#: src/titlescreen.c:496
 msgid "Discuss the future of TuxMath at"
 msgstr "para discutir el futuro de TuxMath puedes ir a"
 
-#: src/titlescreen.c:495
+#: src/titlescreen.c:497
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr ""
 
-#: src/titlescreen.c:668
+#: src/titlescreen.c:670
 msgid "Play Alone"
 msgstr ""
 
-#: src/titlescreen.c:669
+#: src/titlescreen.c:671
 msgid "Play With Friends"
 msgstr ""
 
-#: src/titlescreen.c:670
+#: src/titlescreen.c:672
 msgid "Factoroids!"
 msgstr ""
 
-#: src/titlescreen.c:671
+#: src/titlescreen.c:673
 msgid "Help"
 msgstr "ayda"
 
-#: src/titlescreen.c:672
+#: src/titlescreen.c:674
 msgid "More Options"
 msgstr "mas opciones"
 
-#: src/titlescreen.c:673
+#: src/titlescreen.c:675
 msgid "Quit"
 msgstr "terminar"
 
-#: src/titlescreen.c:747
+#: src/titlescreen.c:749
 msgid "Math Command Training Academy"
 msgstr "Academia de entrenamiento de matematicas"
 
-#: src/titlescreen.c:748
+#: src/titlescreen.c:750
 msgid "Math Command Fleet Missions"
 msgstr ""
 
-#: src/titlescreen.c:749
+#: src/titlescreen.c:751
 msgid "Play Arcade Game"
 msgstr "Juega el juego de arcade"
 
-#: src/titlescreen.c:750
+#: src/titlescreen.c:752
 msgid "Play Custom Game"
 msgstr "juega el juego hecho especialmente"
 
-#: src/titlescreen.c:751 src/titlescreen.c:802 src/titlescreen.c:811
-#: src/titlescreen.c:871 src/titlescreen.c:991
+#: src/titlescreen.c:753 src/titlescreen.c:804 src/titlescreen.c:813
+#: src/titlescreen.c:873 src/titlescreen.c:993
 msgid "Main menu"
 msgstr "menu principal"
 
-#: src/titlescreen.c:800
+#: src/titlescreen.c:802
 msgid "Score Sweep"
 msgstr ""
 
-#: src/titlescreen.c:801
+#: src/titlescreen.c:803
 msgid "Elimination"
 msgstr ""
 
-#: src/titlescreen.c:845
+#: src/titlescreen.c:847
 msgid "How many kids are playing?"
 msgstr ""
 
-#: src/titlescreen.c:846
+#: src/titlescreen.c:848
 msgid "(Between 2 and 4 players)"
 msgstr ""
 
-#: src/titlescreen.c:965
+#: src/titlescreen.c:967
 msgid "Edit 'options' file in your home directory"
 msgstr "editar opciones del archivo del directorio principal"
 
-#: src/titlescreen.c:966
+#: src/titlescreen.c:968
 msgid "to create customized game!"
 msgstr "para crear un juego especialmente"
 
-#: src/titlescreen.c:967
+#: src/titlescreen.c:969
 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:968
+#: src/titlescreen.c:970
 msgid "See README.txt for more information"
 msgstr "ver README.txt para mas informacion"
 
-#: src/titlescreen.c:1083
+#: src/titlescreen.c:1085
 msgid "Demo"
 msgstr "demostracion"
 
-#: src/titlescreen.c:1084
+#: src/titlescreen.c:1086
 msgid "Project Info"
 msgstr "informacion del projecto"
 
-#: src/titlescreen.c:1085
+#: src/titlescreen.c:1087
 msgid "Credits"
 msgstr "creditos"
 
-#: src/titlescreen.c:1086
+#: src/titlescreen.c:1088
 msgid "Main Menu"
 msgstr "menu principal"
 
-#: src/titlescreen.c:1133
+#: src/titlescreen.c:1135
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath es gratis y es una opcion abierta"
 
-#: src/titlescreen.c:1134
+#: src/titlescreen.c:1136
 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:1135
+#: src/titlescreen.c:1137
 msgid "suggesting improvements, or adding code."
 msgstr "sugestiones para mejorar el programa o para anadir un codigo"
 
-#: src/titlescreen.c:1136
+#: src/titlescreen.c:1138
 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	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/po/fi.po	2009-01-23 12:29:32 UTC (rev 851)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2009-01-17 09:08-0600\n"
+"POT-Creation-Date: 2009-01-22 05:59-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"
@@ -219,31 +219,31 @@
 msgid "Mission accomplished. The galaxy is safe!"
 msgstr ""
 
-#: src/factoroids.c:563
+#: src/factoroids.c:552
 msgid "FACTOROIDS: to win, you need destroy all the asteroids."
 msgstr ""
 
-#: src/factoroids.c:564 src/factoroids.c:575
+#: src/factoroids.c:553 src/factoroids.c:564
 msgid "Use the arrow keys to turn or go forward.  Aim at an asteroid,"
 msgstr ""
 
-#: src/factoroids.c:565
+#: src/factoroids.c:554
 msgid "type one of its factors, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:566
+#: src/factoroids.c:555
 msgid "to split it into its factors.  Rocks with prime numbers are destroyed!"
 msgstr ""
 
-#: src/factoroids.c:574
+#: src/factoroids.c:563
 msgid "FRACTIONS: to win, you need destroy all the asteroids"
 msgstr ""
 
-#: src/factoroids.c:576
+#: src/factoroids.c:565
 msgid "type a number that can simplify the fraction, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:577
+#: src/factoroids.c:566
 msgid ""
 "to split it.  Destroy fractions that can not be further simplified in a "
 "single shot!"
@@ -353,162 +353,162 @@
 msgid "Do it now, and then play!"
 msgstr ""
 
-#: src/highscore.c:213 src/titlescreen.c:870
+#: src/highscore.c:213 src/titlescreen.c:872
 msgid "Hall Of Fame"
 msgstr "Parhaat tulokset"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:806
-#: src/titlescreen.c:865
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:808
+#: src/titlescreen.c:867
 msgid "Space Cadet"
 msgstr "Astronautti"
 
-#: src/highscore.c:238 src/titlescreen.c:807 src/titlescreen.c:866
+#: src/highscore.c:238 src/titlescreen.c:809 src/titlescreen.c:868
 msgid "Scout"
 msgstr "Tiedustelija"
 
-#: src/highscore.c:241 src/titlescreen.c:808 src/titlescreen.c:867
+#: src/highscore.c:241 src/titlescreen.c:810 src/titlescreen.c:869
 msgid "Ranger"
 msgstr "Jousimies"
 
-#: src/highscore.c:244 src/titlescreen.c:809 src/titlescreen.c:868
+#: src/highscore.c:244 src/titlescreen.c:811 src/titlescreen.c:870
 msgid "Ace"
 msgstr ""
 
-#: src/highscore.c:247 src/titlescreen.c:810 src/titlescreen.c:869
+#: src/highscore.c:247 src/titlescreen.c:812 src/titlescreen.c:871
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:989
+#: src/highscore.c:250 src/titlescreen.c:991
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:990
+#: src/highscore.c:253 src/titlescreen.c:992
 msgid "Fractions"
 msgstr ""
 
-#: src/titlescreen.c:492
+#: src/titlescreen.c:494
 msgid "Work In Progress!"
 msgstr "Työn alla!"
 
-#: src/titlescreen.c:493
+#: src/titlescreen.c:495
 msgid "This feature is not ready yet"
 msgstr "Tämä ominaisuus ei ole vielä valmis"
 
-#: src/titlescreen.c:494
+#: src/titlescreen.c:496
 msgid "Discuss the future of TuxMath at"
 msgstr ""
 
-#: src/titlescreen.c:495
+#: src/titlescreen.c:497
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:668
+#: src/titlescreen.c:670
 msgid "Play Alone"
 msgstr ""
 
-#: src/titlescreen.c:669
+#: src/titlescreen.c:671
 msgid "Play With Friends"
 msgstr ""
 
-#: src/titlescreen.c:670
+#: src/titlescreen.c:672
 msgid "Factoroids!"
 msgstr ""
 
-#: src/titlescreen.c:671
+#: src/titlescreen.c:673
 msgid "Help"
 msgstr "O_hje"
 
-#: src/titlescreen.c:672
+#: src/titlescreen.c:674
 msgid "More Options"
 msgstr "Lisää asetuksia"
 
-#: src/titlescreen.c:673
+#: src/titlescreen.c:675
 msgid "Quit"
 msgstr "Lopeta"
 
-#: src/titlescreen.c:747
+#: src/titlescreen.c:749
 msgid "Math Command Training Academy"
 msgstr ""
 
-#: src/titlescreen.c:748
+#: src/titlescreen.c:750
 msgid "Math Command Fleet Missions"
 msgstr ""
 
-#: src/titlescreen.c:749
+#: src/titlescreen.c:751
 msgid "Play Arcade Game"
 msgstr "Pelaa arcade-peliä"
 
-#: src/titlescreen.c:750
+#: src/titlescreen.c:752
 msgid "Play Custom Game"
 msgstr ""
 
-#: src/titlescreen.c:751 src/titlescreen.c:802 src/titlescreen.c:811
-#: src/titlescreen.c:871 src/titlescreen.c:991
+#: src/titlescreen.c:753 src/titlescreen.c:804 src/titlescreen.c:813
+#: src/titlescreen.c:873 src/titlescreen.c:993
 msgid "Main menu"
 msgstr "Päävalikko"
 
-#: src/titlescreen.c:800
+#: src/titlescreen.c:802
 msgid "Score Sweep"
 msgstr ""
 
-#: src/titlescreen.c:801
+#: src/titlescreen.c:803
 msgid "Elimination"
 msgstr ""
 
-#: src/titlescreen.c:845
+#: src/titlescreen.c:847
 msgid "How many kids are playing?"
 msgstr ""
 
-#: src/titlescreen.c:846
+#: src/titlescreen.c:848
 msgid "(Between 2 and 4 players)"
 msgstr ""
 
-#: src/titlescreen.c:965
+#: src/titlescreen.c:967
 msgid "Edit 'options' file in your home directory"
 msgstr "Muokkaa 'options' tiedostoa kotikansiossasi"
 
-#: src/titlescreen.c:966
+#: src/titlescreen.c:968
 msgid "to create customized game!"
 msgstr "tehdäksesi kustomoidun pelin!"
 
-#: src/titlescreen.c:967
+#: src/titlescreen.c:969
 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:968
+#: src/titlescreen.c:970
 msgid "See README.txt for more information"
 msgstr "Katso README.txt saadaksesi lisätietoja"
 
-#: src/titlescreen.c:1083
+#: src/titlescreen.c:1085
 msgid "Demo"
 msgstr ""
 
-#: src/titlescreen.c:1084
+#: src/titlescreen.c:1086
 msgid "Project Info"
 msgstr "Tietoa projektista"
 
-#: src/titlescreen.c:1085
+#: src/titlescreen.c:1087
 msgid "Credits"
 msgstr "Tekijät"
 
-#: src/titlescreen.c:1086
+#: src/titlescreen.c:1088
 msgid "Main Menu"
 msgstr "Päävalikko"
 
-#: src/titlescreen.c:1133
+#: src/titlescreen.c:1135
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath on vapaa ja avointa koodia!"
 
-#: src/titlescreen.c:1134
+#: src/titlescreen.c:1136
 msgid "You can help make it better by reporting problems,"
 msgstr "Voit auttaa meitä tekemään sen paremmaksi ilmoittamalla ongelmista,"
 
-#: src/titlescreen.c:1135
+#: src/titlescreen.c:1137
 msgid "suggesting improvements, or adding code."
 msgstr "ehdottamalla parannuksista, tai lisäämällä koodia."
 
-#: src/titlescreen.c:1136
+#: src/titlescreen.c:1138
 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	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/po/fr.po	2009-01-23 12:29:32 UTC (rev 851)
@@ -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: 2009-01-17 09:08-0600\n"
+"POT-Creation-Date: 2009-01-22 05:59-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"
@@ -215,31 +215,31 @@
 msgid "Mission accomplished. The galaxy is safe!"
 msgstr ""
 
-#: src/factoroids.c:563
+#: src/factoroids.c:552
 msgid "FACTOROIDS: to win, you need destroy all the asteroids."
 msgstr ""
 
-#: src/factoroids.c:564 src/factoroids.c:575
+#: src/factoroids.c:553 src/factoroids.c:564
 msgid "Use the arrow keys to turn or go forward.  Aim at an asteroid,"
 msgstr ""
 
-#: src/factoroids.c:565
+#: src/factoroids.c:554
 msgid "type one of its factors, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:566
+#: src/factoroids.c:555
 msgid "to split it into its factors.  Rocks with prime numbers are destroyed!"
 msgstr ""
 
-#: src/factoroids.c:574
+#: src/factoroids.c:563
 msgid "FRACTIONS: to win, you need destroy all the asteroids"
 msgstr ""
 
-#: src/factoroids.c:576
+#: src/factoroids.c:565
 msgid "type a number that can simplify the fraction, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:577
+#: src/factoroids.c:566
 msgid ""
 "to split it.  Destroy fractions that can not be further simplified in a "
 "single shot!"
@@ -349,161 +349,161 @@
 msgid "Do it now, and then play!"
 msgstr ""
 
-#: src/highscore.c:213 src/titlescreen.c:870
+#: src/highscore.c:213 src/titlescreen.c:872
 msgid "Hall Of Fame"
 msgstr "Tableau des scores"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:806
-#: src/titlescreen.c:865
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:808
+#: src/titlescreen.c:867
 msgid "Space Cadet"
 msgstr "Cadet de l'espace"
 
-#: src/highscore.c:238 src/titlescreen.c:807 src/titlescreen.c:866
+#: src/highscore.c:238 src/titlescreen.c:809 src/titlescreen.c:868
 msgid "Scout"
 msgstr "Scout"
 
-#: src/highscore.c:241 src/titlescreen.c:808 src/titlescreen.c:867
+#: src/highscore.c:241 src/titlescreen.c:810 src/titlescreen.c:869
 msgid "Ranger"
 msgstr "Ranger"
 
-#: src/highscore.c:244 src/titlescreen.c:809 src/titlescreen.c:868
+#: src/highscore.c:244 src/titlescreen.c:811 src/titlescreen.c:870
 msgid "Ace"
 msgstr "As"
 
-#: src/highscore.c:247 src/titlescreen.c:810 src/titlescreen.c:869
+#: src/highscore.c:247 src/titlescreen.c:812 src/titlescreen.c:871
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:989
+#: src/highscore.c:250 src/titlescreen.c:991
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:990
+#: src/highscore.c:253 src/titlescreen.c:992
 msgid "Fractions"
 msgstr ""
 
-#: src/titlescreen.c:492
+#: src/titlescreen.c:494
 msgid "Work In Progress!"
 msgstr "Chargement"
 
-#: src/titlescreen.c:493
+#: src/titlescreen.c:495
 msgid "This feature is not ready yet"
 msgstr "Cette option n'est pas encore disponible"
 
-#: src/titlescreen.c:494
+#: src/titlescreen.c:496
 msgid "Discuss the future of TuxMath at"
 msgstr "Participer au futur de TuxMath au"
 
-#: src/titlescreen.c:495
+#: src/titlescreen.c:497
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:668
+#: src/titlescreen.c:670
 msgid "Play Alone"
 msgstr ""
 
-#: src/titlescreen.c:669
+#: src/titlescreen.c:671
 msgid "Play With Friends"
 msgstr ""
 
-#: src/titlescreen.c:670
+#: src/titlescreen.c:672
 msgid "Factoroids!"
 msgstr ""
 
-#: src/titlescreen.c:671
+#: src/titlescreen.c:673
 msgid "Help"
 msgstr "Aide"
 
-#: src/titlescreen.c:672
+#: src/titlescreen.c:674
 msgid "More Options"
 msgstr "Plus d'options"
 
-#: src/titlescreen.c:673
+#: src/titlescreen.c:675
 msgid "Quit"
 msgstr "Quitter"
 
-#: src/titlescreen.c:747
+#: src/titlescreen.c:749
 msgid "Math Command Training Academy"
 msgstr "Ecole d'entrainement au Math"
 
-#: src/titlescreen.c:748
+#: src/titlescreen.c:750
 msgid "Math Command Fleet Missions"
 msgstr ""
 
-#: src/titlescreen.c:749
+#: src/titlescreen.c:751
 msgid "Play Arcade Game"
 msgstr "Jouer en mode arcade"
 
-#: src/titlescreen.c:750
+#: src/titlescreen.c:752
 msgid "Play Custom Game"
 msgstr "Jouer en mode personnalisé"
 
-#: src/titlescreen.c:751 src/titlescreen.c:802 src/titlescreen.c:811
-#: src/titlescreen.c:871 src/titlescreen.c:991
+#: src/titlescreen.c:753 src/titlescreen.c:804 src/titlescreen.c:813
+#: src/titlescreen.c:873 src/titlescreen.c:993
 msgid "Main menu"
 msgstr "Menu principal"
 
-#: src/titlescreen.c:800
+#: src/titlescreen.c:802
 msgid "Score Sweep"
 msgstr ""
 
-#: src/titlescreen.c:801
+#: src/titlescreen.c:803
 msgid "Elimination"
 msgstr ""
 
-#: src/titlescreen.c:845
+#: src/titlescreen.c:847
 msgid "How many kids are playing?"
 msgstr ""
 
-#: src/titlescreen.c:846
+#: src/titlescreen.c:848
 msgid "(Between 2 and 4 players)"
 msgstr ""
 
-#: src/titlescreen.c:965
+#: src/titlescreen.c:967
 msgid "Edit 'options' file in your home directory"
 msgstr "Editer le fichier 'option' dans le dossier home"
 
-#: src/titlescreen.c:966
+#: src/titlescreen.c:968
 msgid "to create customized game!"
 msgstr "pour créer une partie personnalisée !"
 
-#: src/titlescreen.c:967
+#: src/titlescreen.c:969
 msgid "Press a key or click your mouse to start game."
 msgstr "Appuyez sur une touche ou cliquez pour commencer"
 
-#: src/titlescreen.c:968
+#: src/titlescreen.c:970
 msgid "See README.txt for more information"
 msgstr "Lisez README.txt pour plus d'informations"
 
-#: src/titlescreen.c:1083
+#: src/titlescreen.c:1085
 msgid "Demo"
 msgstr "Demo"
 
-#: src/titlescreen.c:1084
+#: src/titlescreen.c:1086
 msgid "Project Info"
 msgstr "A propos"
 
-#: src/titlescreen.c:1085
+#: src/titlescreen.c:1087
 msgid "Credits"
 msgstr "Crédits"
 
-#: src/titlescreen.c:1086
+#: src/titlescreen.c:1088
 msgid "Main Menu"
 msgstr "Menu principal"
 
-#: src/titlescreen.c:1133
+#: src/titlescreen.c:1135
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath est gratuit et open-source!"
 
-#: src/titlescreen.c:1134
+#: src/titlescreen.c:1136
 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:1135
+#: src/titlescreen.c:1137
 msgid "suggesting improvements, or adding code."
 msgstr "vos suggestions, ou en développement."
 
-#: src/titlescreen.c:1136
+#: src/titlescreen.c:1138
 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	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/po/ga.po	2009-01-23 12:29:32 UTC (rev 851)
@@ -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: 2009-01-17 09:08-0600\n"
+"POT-Creation-Date: 2009-01-22 05:59-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"
@@ -215,31 +215,31 @@
 msgid "Mission accomplished. The galaxy is safe!"
 msgstr ""
 
-#: src/factoroids.c:563
+#: src/factoroids.c:552
 msgid "FACTOROIDS: to win, you need destroy all the asteroids."
 msgstr ""
 
-#: src/factoroids.c:564 src/factoroids.c:575
+#: src/factoroids.c:553 src/factoroids.c:564
 msgid "Use the arrow keys to turn or go forward.  Aim at an asteroid,"
 msgstr ""
 
-#: src/factoroids.c:565
+#: src/factoroids.c:554
 msgid "type one of its factors, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:566
+#: src/factoroids.c:555
 msgid "to split it into its factors.  Rocks with prime numbers are destroyed!"
 msgstr ""
 
-#: src/factoroids.c:574
+#: src/factoroids.c:563
 msgid "FRACTIONS: to win, you need destroy all the asteroids"
 msgstr ""
 
-#: src/factoroids.c:576
+#: src/factoroids.c:565
 msgid "type a number that can simplify the fraction, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:577
+#: src/factoroids.c:566
 msgid ""
 "to split it.  Destroy fractions that can not be further simplified in a "
 "single shot!"
@@ -349,161 +349,161 @@
 msgid "Do it now, and then play!"
 msgstr "Déan anois é, agus ansin imir!"
 
-#: src/highscore.c:213 src/titlescreen.c:870
+#: src/highscore.c:213 src/titlescreen.c:872
 msgid "Hall Of Fame"
 msgstr "Réim na gCuradh"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:806
-#: src/titlescreen.c:865
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:808
+#: src/titlescreen.c:867
 msgid "Space Cadet"
 msgstr "Glasearcach"
 
-#: src/highscore.c:238 src/titlescreen.c:807 src/titlescreen.c:866
+#: src/highscore.c:238 src/titlescreen.c:809 src/titlescreen.c:868
 msgid "Scout"
 msgstr "Gasóg"
 
-#: src/highscore.c:241 src/titlescreen.c:808 src/titlescreen.c:867
+#: src/highscore.c:241 src/titlescreen.c:810 src/titlescreen.c:869
 msgid "Ranger"
 msgstr "Ránaí"
 
-#: src/highscore.c:244 src/titlescreen.c:809 src/titlescreen.c:868
+#: src/highscore.c:244 src/titlescreen.c:811 src/titlescreen.c:870
 msgid "Ace"
 msgstr "Curadh"
 
-#: src/highscore.c:247 src/titlescreen.c:810 src/titlescreen.c:869
+#: src/highscore.c:247 src/titlescreen.c:812 src/titlescreen.c:871
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:989
+#: src/highscore.c:250 src/titlescreen.c:991
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:990
+#: src/highscore.c:253 src/titlescreen.c:992
 msgid "Fractions"
 msgstr ""
 
-#: src/titlescreen.c:492
+#: src/titlescreen.c:494
 msgid "Work In Progress!"
 msgstr "Obair Idir Lámha!"
 
-#: src/titlescreen.c:493
+#: src/titlescreen.c:495
 msgid "This feature is not ready yet"
 msgstr "Níl an ghné seo réidh fós"
 
-#: src/titlescreen.c:494
+#: src/titlescreen.c:496
 msgid "Discuss the future of TuxMath at"
 msgstr "Plé todhchaí TuzMath ag"
 
-#: src/titlescreen.c:495
+#: src/titlescreen.c:497
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:668
+#: src/titlescreen.c:670
 msgid "Play Alone"
 msgstr ""
 
-#: src/titlescreen.c:669
+#: src/titlescreen.c:671
 msgid "Play With Friends"
 msgstr ""
 
-#: src/titlescreen.c:670
+#: src/titlescreen.c:672
 msgid "Factoroids!"
 msgstr ""
 
-#: src/titlescreen.c:671
+#: src/titlescreen.c:673
 msgid "Help"
 msgstr "Cabhair"
 
-#: src/titlescreen.c:672
+#: src/titlescreen.c:674
 msgid "More Options"
 msgstr "Tuilleadh Roghanna"
 
-#: src/titlescreen.c:673
+#: src/titlescreen.c:675
 msgid "Quit"
 msgstr "Scoir"
 
-#: src/titlescreen.c:747
+#: src/titlescreen.c:749
 msgid "Math Command Training Academy"
 msgstr "Lárionad Oiliúna an Cheannais Mata"
 
-#: src/titlescreen.c:748
+#: src/titlescreen.c:750
 msgid "Math Command Fleet Missions"
 msgstr ""
 
-#: src/titlescreen.c:749
+#: src/titlescreen.c:751
 msgid "Play Arcade Game"
 msgstr "Imir an Gnáthchluiche"
 
-#: src/titlescreen.c:750
+#: src/titlescreen.c:752
 msgid "Play Custom Game"
 msgstr "Imir Cluiche Saincheaptha"
 
-#: src/titlescreen.c:751 src/titlescreen.c:802 src/titlescreen.c:811
-#: src/titlescreen.c:871 src/titlescreen.c:991
+#: src/titlescreen.c:753 src/titlescreen.c:804 src/titlescreen.c:813
+#: src/titlescreen.c:873 src/titlescreen.c:993
 msgid "Main menu"
 msgstr "An Príomh Roghchlár"
 
-#: src/titlescreen.c:800
+#: src/titlescreen.c:802
 msgid "Score Sweep"
 msgstr ""
 
-#: src/titlescreen.c:801
+#: src/titlescreen.c:803
 msgid "Elimination"
 msgstr ""
 
-#: src/titlescreen.c:845
+#: src/titlescreen.c:847
 msgid "How many kids are playing?"
 msgstr ""
 
-#: src/titlescreen.c:846
+#: src/titlescreen.c:848
 msgid "(Between 2 and 4 players)"
 msgstr ""
 
-#: src/titlescreen.c:965
+#: src/titlescreen.c:967
 msgid "Edit 'options' file in your home directory"
 msgstr "Cuir in eagar an comhad 'roghanna' i do chomhadlann baile"
 
-#: src/titlescreen.c:966
+#: src/titlescreen.c:968
 msgid "to create customized game!"
 msgstr "chun cluiche saincheaptha a chruthú!"
 
-#: src/titlescreen.c:967
+#: src/titlescreen.c:969
 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:968
+#: src/titlescreen.c:970
 msgid "See README.txt for more information"
 msgstr "Féach ar README.txt le haghaidh breis eolas"
 
-#: src/titlescreen.c:1083
+#: src/titlescreen.c:1085
 msgid "Demo"
 msgstr "Taispeántas"
 
-#: src/titlescreen.c:1084
+#: src/titlescreen.c:1086
 msgid "Project Info"
 msgstr "Faisnéis an Tionscadail"
 
-#: src/titlescreen.c:1085
+#: src/titlescreen.c:1087
 msgid "Credits"
 msgstr "Buíochas le"
 
-#: src/titlescreen.c:1086
+#: src/titlescreen.c:1088
 msgid "Main Menu"
 msgstr "An Príomh Roghchlár"
 
-#: src/titlescreen.c:1133
+#: src/titlescreen.c:1135
 msgid "TuxMath is free and open-source!"
 msgstr "Tá TuxMath ar fáil saor in aisce agus le foinse oscailte!"
 
-#: src/titlescreen.c:1134
+#: src/titlescreen.c:1136
 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:1135
+#: src/titlescreen.c:1137
 msgid "suggesting improvements, or adding code."
 msgstr "feabhsaithe a mholadh, nó trí cód a chur leis."
 
-#: src/titlescreen.c:1136
+#: src/titlescreen.c:1138
 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	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/po/he.po	2009-01-23 12:29:32 UTC (rev 851)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2009-01-17 09:08-0600\n"
+"POT-Creation-Date: 2009-01-22 05:59-0600\n"
 "PO-Revision-Date: 2009-01-17 10:32+0200\n"
 "Last-Translator: Yaron Shahrabani <sh.yaron at gmail.com>\n"
 "Language-Team: Hebrew <sh.yaron at gmail.com>\n"
@@ -45,7 +45,6 @@
 
 #: src/campaign.h:30
 #, fuzzy
-#| msgid "penguins' igloos from the"
 msgid "the penguins' igloos. To save their homes,"
 msgstr "הפינגווינים שלך מפני"
 
@@ -225,31 +224,31 @@
 msgid "Mission accomplished. The galaxy is safe!"
 msgstr ""
 
-#: src/factoroids.c:563
+#: src/factoroids.c:552
 msgid "FACTOROIDS: to win, you need destroy all the asteroids."
 msgstr ""
 
-#: src/factoroids.c:564 src/factoroids.c:575
+#: src/factoroids.c:553 src/factoroids.c:564
 msgid "Use the arrow keys to turn or go forward.  Aim at an asteroid,"
 msgstr ""
 
-#: src/factoroids.c:565
+#: src/factoroids.c:554
 msgid "type one of its factors, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:566
+#: src/factoroids.c:555
 msgid "to split it into its factors.  Rocks with prime numbers are destroyed!"
 msgstr ""
 
-#: src/factoroids.c:574
+#: src/factoroids.c:563
 msgid "FRACTIONS: to win, you need destroy all the asteroids"
 msgstr ""
 
-#: src/factoroids.c:576
+#: src/factoroids.c:565
 msgid "type a number that can simplify the fraction, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:577
+#: src/factoroids.c:566
 msgid ""
 "to split it.  Destroy fractions that can not be further simplified in a "
 "single shot!"
@@ -359,161 +358,161 @@
 msgid "Do it now, and then play!"
 msgstr "עשה זאת כעת, שחק לאחר מכן!"
 
-#: src/highscore.c:213 src/titlescreen.c:870
+#: src/highscore.c:213 src/titlescreen.c:872
 msgid "Hall Of Fame"
 msgstr "היכל התהילה"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:806
-#: src/titlescreen.c:865
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:808
+#: src/titlescreen.c:867
 msgid "Space Cadet"
 msgstr "טירון"
 
-#: src/highscore.c:238 src/titlescreen.c:807 src/titlescreen.c:866
+#: src/highscore.c:238 src/titlescreen.c:809 src/titlescreen.c:868
 msgid "Scout"
 msgstr "תלמיד"
 
-#: src/highscore.c:241 src/titlescreen.c:808 src/titlescreen.c:867
+#: src/highscore.c:241 src/titlescreen.c:810 src/titlescreen.c:869
 msgid "Ranger"
 msgstr "מתמצא"
 
-#: src/highscore.c:244 src/titlescreen.c:809 src/titlescreen.c:868
+#: src/highscore.c:244 src/titlescreen.c:811 src/titlescreen.c:870
 msgid "Ace"
 msgstr "תותח"
 
-#: src/highscore.c:247 src/titlescreen.c:810 src/titlescreen.c:869
+#: src/highscore.c:247 src/titlescreen.c:812 src/titlescreen.c:871
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:989
+#: src/highscore.c:250 src/titlescreen.c:991
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:990
+#: src/highscore.c:253 src/titlescreen.c:992
 msgid "Fractions"
 msgstr ""
 
-#: src/titlescreen.c:492
+#: src/titlescreen.c:494
 msgid "Work In Progress!"
 msgstr "עבודה בתהליכים!"
 
-#: src/titlescreen.c:493
+#: src/titlescreen.c:495
 msgid "This feature is not ready yet"
 msgstr "תכונה זו אינה מוכנה עדיין"
 
-#: src/titlescreen.c:494
+#: src/titlescreen.c:496
 msgid "Discuss the future of TuxMath at"
 msgstr "דון בעתידה של טאקסמתיקה בקבוצת הדיון"
 
-#: src/titlescreen.c:495
+#: src/titlescreen.c:497
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:668
+#: src/titlescreen.c:670
 msgid "Play Alone"
 msgstr ""
 
-#: src/titlescreen.c:669
+#: src/titlescreen.c:671
 msgid "Play With Friends"
 msgstr ""
 
-#: src/titlescreen.c:670
+#: src/titlescreen.c:672
 msgid "Factoroids!"
 msgstr ""
 
-#: src/titlescreen.c:671
+#: src/titlescreen.c:673
 msgid "Help"
 msgstr "עזרה"
 
-#: src/titlescreen.c:672
+#: src/titlescreen.c:674
 msgid "More Options"
 msgstr "אפשרויות נוספות"
 
-#: src/titlescreen.c:673
+#: src/titlescreen.c:675
 msgid "Quit"
 msgstr "יציאה"
 
-#: src/titlescreen.c:747
+#: src/titlescreen.c:749
 msgid "Math Command Training Academy"
 msgstr "האקדמיה לאימון פעולות מתמטיות"
 
-#: src/titlescreen.c:748
+#: src/titlescreen.c:750
 msgid "Math Command Fleet Missions"
 msgstr ""
 
-#: src/titlescreen.c:749
+#: src/titlescreen.c:751
 msgid "Play Arcade Game"
 msgstr "שחק משחק ארקייד"
 
-#: src/titlescreen.c:750
+#: src/titlescreen.c:752
 msgid "Play Custom Game"
 msgstr "שחק משחק מותאם"
 
-#: src/titlescreen.c:751 src/titlescreen.c:802 src/titlescreen.c:811
-#: src/titlescreen.c:871 src/titlescreen.c:991
+#: src/titlescreen.c:753 src/titlescreen.c:804 src/titlescreen.c:813
+#: src/titlescreen.c:873 src/titlescreen.c:993
 msgid "Main menu"
 msgstr "תפריט ראשי"
 
-#: src/titlescreen.c:800
+#: src/titlescreen.c:802
 msgid "Score Sweep"
 msgstr ""
 
-#: src/titlescreen.c:801
+#: src/titlescreen.c:803
 msgid "Elimination"
 msgstr ""
 
-#: src/titlescreen.c:845
+#: src/titlescreen.c:847
 msgid "How many kids are playing?"
 msgstr ""
 
-#: src/titlescreen.c:846
+#: src/titlescreen.c:848
 msgid "(Between 2 and 4 players)"
 msgstr ""
 
-#: src/titlescreen.c:965
+#: src/titlescreen.c:967
 msgid "Edit 'options' file in your home directory"
 msgstr "ערוך את קובץ האפשרויות ('options') בתיקיית הבית שלך"
 
-#: src/titlescreen.c:966
+#: src/titlescreen.c:968
 msgid "to create customized game!"
 msgstr "כדי ליצור משחק מותאם אישית!"
 
-#: src/titlescreen.c:967
+#: src/titlescreen.c:969
 msgid "Press a key or click your mouse to start game."
 msgstr "לחץ על מקש במקלדת או בעכבר כדי להתחיל במשחק."
 
-#: src/titlescreen.c:968
+#: src/titlescreen.c:970
 msgid "See README.txt for more information"
 msgstr "עיין בקובץ README.TXT למידע נוסף"
 
-#: src/titlescreen.c:1083
+#: src/titlescreen.c:1085
 msgid "Demo"
 msgstr "הדגמה"
 
-#: src/titlescreen.c:1084
+#: src/titlescreen.c:1086
 msgid "Project Info"
 msgstr "מידע על המיזם"
 
-#: src/titlescreen.c:1085
+#: src/titlescreen.c:1087
 msgid "Credits"
 msgstr "תודות"
 
-#: src/titlescreen.c:1086
+#: src/titlescreen.c:1088
 msgid "Main Menu"
 msgstr "תפריט ראשי"
 
-#: src/titlescreen.c:1133
+#: src/titlescreen.c:1135
 msgid "TuxMath is free and open-source!"
 msgstr "טאקסמטיקה הינה חופשית ובעלת קוד פתוח!"
 
-#: src/titlescreen.c:1134
+#: src/titlescreen.c:1136
 msgid "You can help make it better by reporting problems,"
 msgstr "תוכל לעזור לנו לשפר אותו על ידי דיווח תקלות,"
 
-#: src/titlescreen.c:1135
+#: src/titlescreen.c:1137
 msgid "suggesting improvements, or adding code."
 msgstr "הצעת שיפורים או הוספת קוד."
 
-#: src/titlescreen.c:1136
+#: src/titlescreen.c:1138
 msgid "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 msgstr "דון בעתיד טאקסמטיקה ברשימת הדיוור tuxmath-devel at lists.sourceforge.net"
 
@@ -715,7 +714,6 @@
 
 #: data/missions/lessons/descr_lessons:50
 #, fuzzy
-#| msgid "Adding Negatives to Negatives"
 msgid "Adding Positives to Negatives"
 msgstr "הוספת שליליים לשליליים"
 
@@ -725,7 +723,6 @@
 
 #: data/missions/lessons/descr_lessons:52
 #, fuzzy
-#| msgid "Subtracting Negatives From Negatives"
 msgid "Subtracting Positives From Negatives"
 msgstr "חיסור שליליים משליליים"
 

Modified: tuxmath/trunk/po/hu.po
===================================================================
--- tuxmath/trunk/po/hu.po	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/po/hu.po	2009-01-23 12:29:32 UTC (rev 851)
@@ -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: 2009-01-17 09:08-0600\n"
+"POT-Creation-Date: 2009-01-22 05:59-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"
@@ -215,31 +215,31 @@
 msgid "Mission accomplished. The galaxy is safe!"
 msgstr ""
 
-#: src/factoroids.c:563
+#: src/factoroids.c:552
 msgid "FACTOROIDS: to win, you need destroy all the asteroids."
 msgstr ""
 
-#: src/factoroids.c:564 src/factoroids.c:575
+#: src/factoroids.c:553 src/factoroids.c:564
 msgid "Use the arrow keys to turn or go forward.  Aim at an asteroid,"
 msgstr ""
 
-#: src/factoroids.c:565
+#: src/factoroids.c:554
 msgid "type one of its factors, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:566
+#: src/factoroids.c:555
 msgid "to split it into its factors.  Rocks with prime numbers are destroyed!"
 msgstr ""
 
-#: src/factoroids.c:574
+#: src/factoroids.c:563
 msgid "FRACTIONS: to win, you need destroy all the asteroids"
 msgstr ""
 
-#: src/factoroids.c:576
+#: src/factoroids.c:565
 msgid "type a number that can simplify the fraction, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:577
+#: src/factoroids.c:566
 msgid ""
 "to split it.  Destroy fractions that can not be further simplified in a "
 "single shot!"
@@ -350,161 +350,161 @@
 msgid "Do it now, and then play!"
 msgstr "Lépj ki, és kezdd a játékot!"
 
-#: src/highscore.c:213 src/titlescreen.c:870
+#: src/highscore.c:213 src/titlescreen.c:872
 msgid "Hall Of Fame"
 msgstr "Dicsőséglista"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:806
-#: src/titlescreen.c:865
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:808
+#: src/titlescreen.c:867
 msgid "Space Cadet"
 msgstr "Újonc"
 
-#: src/highscore.c:238 src/titlescreen.c:807 src/titlescreen.c:866
+#: src/highscore.c:238 src/titlescreen.c:809 src/titlescreen.c:868
 msgid "Scout"
 msgstr "Felderítő"
 
-#: src/highscore.c:241 src/titlescreen.c:808 src/titlescreen.c:867
+#: src/highscore.c:241 src/titlescreen.c:810 src/titlescreen.c:869
 msgid "Ranger"
 msgstr "Járőrparancsnok"
 
-#: src/highscore.c:244 src/titlescreen.c:809 src/titlescreen.c:868
+#: src/highscore.c:244 src/titlescreen.c:811 src/titlescreen.c:870
 msgid "Ace"
 msgstr "Mesterpilóta"
 
-#: src/highscore.c:247 src/titlescreen.c:810 src/titlescreen.c:869
+#: src/highscore.c:247 src/titlescreen.c:812 src/titlescreen.c:871
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:989
+#: src/highscore.c:250 src/titlescreen.c:991
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:990
+#: src/highscore.c:253 src/titlescreen.c:992
 msgid "Fractions"
 msgstr ""
 
-#: src/titlescreen.c:492
+#: src/titlescreen.c:494
 msgid "Work In Progress!"
 msgstr "Fejlesztés alatt."
 
-#: src/titlescreen.c:493
+#: src/titlescreen.c:495
 msgid "This feature is not ready yet"
 msgstr "Ez a funkció még nem működik"
 
-#: src/titlescreen.c:494
+#: src/titlescreen.c:496
 msgid "Discuss the future of TuxMath at"
 msgstr "A TuxMath jövőjét itt vitathatod meg:"
 
-#: src/titlescreen.c:495
+#: src/titlescreen.c:497
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:668
+#: src/titlescreen.c:670
 msgid "Play Alone"
 msgstr ""
 
-#: src/titlescreen.c:669
+#: src/titlescreen.c:671
 msgid "Play With Friends"
 msgstr ""
 
-#: src/titlescreen.c:670
+#: src/titlescreen.c:672
 msgid "Factoroids!"
 msgstr ""
 
-#: src/titlescreen.c:671
+#: src/titlescreen.c:673
 msgid "Help"
 msgstr "Segítség"
 
-#: src/titlescreen.c:672
+#: src/titlescreen.c:674
 msgid "More Options"
 msgstr "Egyebek"
 
-#: src/titlescreen.c:673
+#: src/titlescreen.c:675
 msgid "Quit"
 msgstr "Kilépés"
 
-#: src/titlescreen.c:747
+#: src/titlescreen.c:749
 msgid "Math Command Training Academy"
 msgstr "Matek-Parancsnok Képző Akadémia"
 
-#: src/titlescreen.c:748
+#: src/titlescreen.c:750
 msgid "Math Command Fleet Missions"
 msgstr ""
 
-#: src/titlescreen.c:749
+#: src/titlescreen.c:751
 msgid "Play Arcade Game"
 msgstr "Beépített játékok"
 
-#: src/titlescreen.c:750
+#: src/titlescreen.c:752
 msgid "Play Custom Game"
 msgstr "Testreszabott játékok"
 
-#: src/titlescreen.c:751 src/titlescreen.c:802 src/titlescreen.c:811
-#: src/titlescreen.c:871 src/titlescreen.c:991
+#: src/titlescreen.c:753 src/titlescreen.c:804 src/titlescreen.c:813
+#: src/titlescreen.c:873 src/titlescreen.c:993
 msgid "Main menu"
 msgstr "Főmenü"
 
-#: src/titlescreen.c:800
+#: src/titlescreen.c:802
 msgid "Score Sweep"
 msgstr ""
 
-#: src/titlescreen.c:801
+#: src/titlescreen.c:803
 msgid "Elimination"
 msgstr ""
 
-#: src/titlescreen.c:845
+#: src/titlescreen.c:847
 msgid "How many kids are playing?"
 msgstr ""
 
-#: src/titlescreen.c:846
+#: src/titlescreen.c:848
 msgid "(Between 2 and 4 players)"
 msgstr ""
 
-#: src/titlescreen.c:965
+#: src/titlescreen.c:967
 msgid "Edit 'options' file in your home directory"
 msgstr "A home-könyvtáradban levő 'options' fájl "
 
-#: src/titlescreen.c:966
+#: src/titlescreen.c:968
 msgid "to create customized game!"
 msgstr "szerkesztésével készíthetsz testreszabott játékot."
 
-#: src/titlescreen.c:967
+#: src/titlescreen.c:969
 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:968
+#: src/titlescreen.c:970
 msgid "See README.txt for more information"
 msgstr "További részletek a README.txt fájlban."
 
-#: src/titlescreen.c:1083
+#: src/titlescreen.c:1085
 msgid "Demo"
 msgstr "Demo"
 
-#: src/titlescreen.c:1084
+#: src/titlescreen.c:1086
 msgid "Project Info"
 msgstr "Projekt információ"
 
-#: src/titlescreen.c:1085
+#: src/titlescreen.c:1087
 msgid "Credits"
 msgstr "Köszönetnyilvánítás"
 
-#: src/titlescreen.c:1086
+#: src/titlescreen.c:1088
 msgid "Main Menu"
 msgstr "Főmenü"
 
-#: src/titlescreen.c:1133
+#: src/titlescreen.c:1135
 msgid "TuxMath is free and open-source!"
 msgstr "A TuxMath ingyenes és nyílt forráskódú!"
 
-#: src/titlescreen.c:1134
+#: src/titlescreen.c:1136
 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:1135
+#: src/titlescreen.c:1137
 msgid "suggesting improvements, or adding code."
 msgstr "továbbfejlesztési ötletekkel, vagy programkóddal."
 
-#: src/titlescreen.c:1136
+#: src/titlescreen.c:1138
 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	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/po/it.po	2009-01-23 12:29:32 UTC (rev 851)
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2009-01-17 09:08-0600\n"
+"POT-Creation-Date: 2009-01-22 05:59-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"
@@ -222,31 +222,31 @@
 msgid "Mission accomplished. The galaxy is safe!"
 msgstr ""
 
-#: src/factoroids.c:563
+#: src/factoroids.c:552
 msgid "FACTOROIDS: to win, you need destroy all the asteroids."
 msgstr ""
 
-#: src/factoroids.c:564 src/factoroids.c:575
+#: src/factoroids.c:553 src/factoroids.c:564
 msgid "Use the arrow keys to turn or go forward.  Aim at an asteroid,"
 msgstr ""
 
-#: src/factoroids.c:565
+#: src/factoroids.c:554
 msgid "type one of its factors, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:566
+#: src/factoroids.c:555
 msgid "to split it into its factors.  Rocks with prime numbers are destroyed!"
 msgstr ""
 
-#: src/factoroids.c:574
+#: src/factoroids.c:563
 msgid "FRACTIONS: to win, you need destroy all the asteroids"
 msgstr ""
 
-#: src/factoroids.c:576
+#: src/factoroids.c:565
 msgid "type a number that can simplify the fraction, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:577
+#: src/factoroids.c:566
 msgid ""
 "to split it.  Destroy fractions that can not be further simplified in a "
 "single shot!"
@@ -356,162 +356,162 @@
 msgid "Do it now, and then play!"
 msgstr ""
 
-#: src/highscore.c:213 src/titlescreen.c:870
+#: src/highscore.c:213 src/titlescreen.c:872
 msgid "Hall Of Fame"
 msgstr "Galleria dei campioni"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:806
-#: src/titlescreen.c:865
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:808
+#: src/titlescreen.c:867
 msgid "Space Cadet"
 msgstr "Cadetto spaziale"
 
-#: src/highscore.c:238 src/titlescreen.c:807 src/titlescreen.c:866
+#: src/highscore.c:238 src/titlescreen.c:809 src/titlescreen.c:868
 msgid "Scout"
 msgstr "Scout"
 
-#: src/highscore.c:241 src/titlescreen.c:808 src/titlescreen.c:867
+#: src/highscore.c:241 src/titlescreen.c:810 src/titlescreen.c:869
 msgid "Ranger"
 msgstr "Ranger"
 
-#: src/highscore.c:244 src/titlescreen.c:809 src/titlescreen.c:868
+#: src/highscore.c:244 src/titlescreen.c:811 src/titlescreen.c:870
 msgid "Ace"
 msgstr "Asso"
 
-#: src/highscore.c:247 src/titlescreen.c:810 src/titlescreen.c:869
+#: src/highscore.c:247 src/titlescreen.c:812 src/titlescreen.c:871
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:989
+#: src/highscore.c:250 src/titlescreen.c:991
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:990
+#: src/highscore.c:253 src/titlescreen.c:992
 msgid "Fractions"
 msgstr ""
 
-#: src/titlescreen.c:492
+#: src/titlescreen.c:494
 msgid "Work In Progress!"
 msgstr "Lavori in corso!"
 
-#: src/titlescreen.c:493
+#: src/titlescreen.c:495
 msgid "This feature is not ready yet"
 msgstr "Questa caratteristica non è ancora pronta."
 
-#: src/titlescreen.c:494
+#: src/titlescreen.c:496
 msgid "Discuss the future of TuxMath at"
 msgstr "Discuti del futuro di TuxMatch su"
 
-#: src/titlescreen.c:495
+#: src/titlescreen.c:497
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:668
+#: src/titlescreen.c:670
 msgid "Play Alone"
 msgstr ""
 
-#: src/titlescreen.c:669
+#: src/titlescreen.c:671
 msgid "Play With Friends"
 msgstr ""
 
-#: src/titlescreen.c:670
+#: src/titlescreen.c:672
 msgid "Factoroids!"
 msgstr ""
 
-#: src/titlescreen.c:671
+#: src/titlescreen.c:673
 msgid "Help"
 msgstr "Aiuto"
 
-#: src/titlescreen.c:672
+#: src/titlescreen.c:674
 msgid "More Options"
 msgstr "Altre opzioni"
 
-#: src/titlescreen.c:673
+#: src/titlescreen.c:675
 msgid "Quit"
 msgstr "Esci"
 
-#: src/titlescreen.c:747
+#: src/titlescreen.c:749
 msgid "Math Command Training Academy"
 msgstr ""
 
-#: src/titlescreen.c:748
+#: src/titlescreen.c:750
 msgid "Math Command Fleet Missions"
 msgstr ""
 
-#: src/titlescreen.c:749
+#: src/titlescreen.c:751
 msgid "Play Arcade Game"
 msgstr ""
 
-#: src/titlescreen.c:750
+#: src/titlescreen.c:752
 #, fuzzy
 msgid "Play Custom Game"
 msgstr "Gioca una partita personalizzata"
 
-#: src/titlescreen.c:751 src/titlescreen.c:802 src/titlescreen.c:811
-#: src/titlescreen.c:871 src/titlescreen.c:991
+#: src/titlescreen.c:753 src/titlescreen.c:804 src/titlescreen.c:813
+#: src/titlescreen.c:873 src/titlescreen.c:993
 msgid "Main menu"
 msgstr "Menu principale"
 
-#: src/titlescreen.c:800
+#: src/titlescreen.c:802
 msgid "Score Sweep"
 msgstr ""
 
-#: src/titlescreen.c:801
+#: src/titlescreen.c:803
 msgid "Elimination"
 msgstr ""
 
-#: src/titlescreen.c:845
+#: src/titlescreen.c:847
 msgid "How many kids are playing?"
 msgstr ""
 
-#: src/titlescreen.c:846
+#: src/titlescreen.c:848
 msgid "(Between 2 and 4 players)"
 msgstr ""
 
-#: src/titlescreen.c:965
+#: src/titlescreen.c:967
 msgid "Edit 'options' file in your home directory"
 msgstr "Modifica il file 'options' nella tua cartella home"
 
-#: src/titlescreen.c:966
+#: src/titlescreen.c:968
 msgid "to create customized game!"
 msgstr "per creare una partita personalizzata!"
 
-#: src/titlescreen.c:967
+#: src/titlescreen.c:969
 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:968
+#: src/titlescreen.c:970
 msgid "See README.txt for more information"
 msgstr "Vedi il file README.txt per maggiori informazioni"
 
-#: src/titlescreen.c:1083
+#: src/titlescreen.c:1085
 msgid "Demo"
 msgstr "Demo"
 
-#: src/titlescreen.c:1084
+#: src/titlescreen.c:1086
 msgid "Project Info"
 msgstr "Informazioni sul progetto"
 
-#: src/titlescreen.c:1085
+#: src/titlescreen.c:1087
 msgid "Credits"
 msgstr "Ringraziamenti"
 
-#: src/titlescreen.c:1086
+#: src/titlescreen.c:1088
 msgid "Main Menu"
 msgstr "Menu principale"
 
-#: src/titlescreen.c:1133
+#: src/titlescreen.c:1135
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath è gratuito ed open-source!"
 
-#: src/titlescreen.c:1134
+#: src/titlescreen.c:1136
 msgid "You can help make it better by reporting problems,"
 msgstr "Puoi aiutare a migliorarlo riportando i problemi,"
 
-#: src/titlescreen.c:1135
+#: src/titlescreen.c:1137
 msgid "suggesting improvements, or adding code."
 msgstr "proponendo miglioramenti o con l'aggiunta di codice."
 
-#: src/titlescreen.c:1136
+#: src/titlescreen.c:1138
 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	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/po/ja.po	2009-01-23 12:29:32 UTC (rev 851)
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2009-01-17 09:08-0600\n"
+"POT-Creation-Date: 2009-01-22 05:59-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"
@@ -220,31 +220,31 @@
 msgid "Mission accomplished. The galaxy is safe!"
 msgstr ""
 
-#: src/factoroids.c:563
+#: src/factoroids.c:552
 msgid "FACTOROIDS: to win, you need destroy all the asteroids."
 msgstr ""
 
-#: src/factoroids.c:564 src/factoroids.c:575
+#: src/factoroids.c:553 src/factoroids.c:564
 msgid "Use the arrow keys to turn or go forward.  Aim at an asteroid,"
 msgstr ""
 
-#: src/factoroids.c:565
+#: src/factoroids.c:554
 msgid "type one of its factors, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:566
+#: src/factoroids.c:555
 msgid "to split it into its factors.  Rocks with prime numbers are destroyed!"
 msgstr ""
 
-#: src/factoroids.c:574
+#: src/factoroids.c:563
 msgid "FRACTIONS: to win, you need destroy all the asteroids"
 msgstr ""
 
-#: src/factoroids.c:576
+#: src/factoroids.c:565
 msgid "type a number that can simplify the fraction, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:577
+#: src/factoroids.c:566
 msgid ""
 "to split it.  Destroy fractions that can not be further simplified in a "
 "single shot!"
@@ -354,161 +354,161 @@
 msgid "Do it now, and then play!"
 msgstr ""
 
-#: src/highscore.c:213 src/titlescreen.c:870
+#: src/highscore.c:213 src/titlescreen.c:872
 msgid "Hall Of Fame"
 msgstr "殿堂入り"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:806
-#: src/titlescreen.c:865
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:808
+#: src/titlescreen.c:867
 msgid "Space Cadet"
 msgstr "訓練生"
 
-#: src/highscore.c:238 src/titlescreen.c:807 src/titlescreen.c:866
+#: src/highscore.c:238 src/titlescreen.c:809 src/titlescreen.c:868
 msgid "Scout"
 msgstr "上等兵"
 
-#: src/highscore.c:241 src/titlescreen.c:808 src/titlescreen.c:867
+#: src/highscore.c:241 src/titlescreen.c:810 src/titlescreen.c:869
 msgid "Ranger"
 msgstr "特殊部隊"
 
-#: src/highscore.c:244 src/titlescreen.c:809 src/titlescreen.c:868
+#: src/highscore.c:244 src/titlescreen.c:811 src/titlescreen.c:870
 msgid "Ace"
 msgstr "超能力者"
 
-#: src/highscore.c:247 src/titlescreen.c:810 src/titlescreen.c:869
+#: src/highscore.c:247 src/titlescreen.c:812 src/titlescreen.c:871
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:989
+#: src/highscore.c:250 src/titlescreen.c:991
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:990
+#: src/highscore.c:253 src/titlescreen.c:992
 msgid "Fractions"
 msgstr ""
 
-#: src/titlescreen.c:492
+#: src/titlescreen.c:494
 msgid "Work In Progress!"
 msgstr "作業中!"
 
-#: src/titlescreen.c:493
+#: src/titlescreen.c:495
 msgid "This feature is not ready yet"
 msgstr "この機能はまだありません"
 
-#: src/titlescreen.c:494
+#: src/titlescreen.c:496
 msgid "Discuss the future of TuxMath at"
 msgstr "TuxMathについての要望は"
 
-#: src/titlescreen.c:495
+#: src/titlescreen.c:497
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:668
+#: src/titlescreen.c:670
 msgid "Play Alone"
 msgstr ""
 
-#: src/titlescreen.c:669
+#: src/titlescreen.c:671
 msgid "Play With Friends"
 msgstr ""
 
-#: src/titlescreen.c:670
+#: src/titlescreen.c:672
 msgid "Factoroids!"
 msgstr ""
 
-#: src/titlescreen.c:671
+#: src/titlescreen.c:673
 msgid "Help"
 msgstr "ヘルプ"
 
-#: src/titlescreen.c:672
+#: src/titlescreen.c:674
 msgid "More Options"
 msgstr "他のオプション"
 
-#: src/titlescreen.c:673
+#: src/titlescreen.c:675
 msgid "Quit"
 msgstr "終了"
 
-#: src/titlescreen.c:747
+#: src/titlescreen.c:749
 msgid "Math Command Training Academy"
 msgstr "計算戦隊訓練学校"
 
-#: src/titlescreen.c:748
+#: src/titlescreen.c:750
 msgid "Math Command Fleet Missions"
 msgstr ""
 
-#: src/titlescreen.c:749
+#: src/titlescreen.c:751
 msgid "Play Arcade Game"
 msgstr "一般訓練開始"
 
-#: src/titlescreen.c:750
+#: src/titlescreen.c:752
 msgid "Play Custom Game"
 msgstr "特殊訓練開始"
 
-#: src/titlescreen.c:751 src/titlescreen.c:802 src/titlescreen.c:811
-#: src/titlescreen.c:871 src/titlescreen.c:991
+#: src/titlescreen.c:753 src/titlescreen.c:804 src/titlescreen.c:813
+#: src/titlescreen.c:873 src/titlescreen.c:993
 msgid "Main menu"
 msgstr "メインメニュー"
 
-#: src/titlescreen.c:800
+#: src/titlescreen.c:802
 msgid "Score Sweep"
 msgstr ""
 
-#: src/titlescreen.c:801
+#: src/titlescreen.c:803
 msgid "Elimination"
 msgstr ""
 
-#: src/titlescreen.c:845
+#: src/titlescreen.c:847
 msgid "How many kids are playing?"
 msgstr ""
 
-#: src/titlescreen.c:846
+#: src/titlescreen.c:848
 msgid "(Between 2 and 4 players)"
 msgstr ""
 
-#: src/titlescreen.c:965
+#: src/titlescreen.c:967
 msgid "Edit 'options' file in your home directory"
 msgstr "ホーム・ディレクトリの'optoins'ファイルを編集して"
 
-#: src/titlescreen.c:966
+#: src/titlescreen.c:968
 msgid "to create customized game!"
 msgstr "オリジナルのゲームを作ろう!"
 
-#: src/titlescreen.c:967
+#: src/titlescreen.c:969
 msgid "Press a key or click your mouse to start game."
 msgstr "キーを押すかクリックしてゲーム開始"
 
-#: src/titlescreen.c:968
+#: src/titlescreen.c:970
 msgid "See README.txt for more information"
 msgstr "詳しい説明はREADME.txtを見てください"
 
-#: src/titlescreen.c:1083
+#: src/titlescreen.c:1085
 msgid "Demo"
 msgstr "デモ"
 
-#: src/titlescreen.c:1084
+#: src/titlescreen.c:1086
 msgid "Project Info"
 msgstr "プロジェクト情報"
 
-#: src/titlescreen.c:1085
+#: src/titlescreen.c:1087
 msgid "Credits"
 msgstr "クレジット"
 
-#: src/titlescreen.c:1086
+#: src/titlescreen.c:1088
 msgid "Main Menu"
 msgstr "メインメニュー"
 
-#: src/titlescreen.c:1133
+#: src/titlescreen.c:1135
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath は自由でオープンソースです!"
 
-#: src/titlescreen.c:1134
+#: src/titlescreen.c:1136
 msgid "You can help make it better by reporting problems,"
 msgstr "問題点を報告してゲームを改善することができます。"
 
-#: src/titlescreen.c:1135
+#: src/titlescreen.c:1137
 msgid "suggesting improvements, or adding code."
 msgstr "新機能の提案や、コードの追加も歓迎します。"
 
-#: src/titlescreen.c:1136
+#: src/titlescreen.c:1138
 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	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/po/nb.po	2009-01-23 12:29:32 UTC (rev 851)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: nb\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2009-01-17 09:08-0600\n"
+"POT-Creation-Date: 2009-01-22 05:59-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"
@@ -219,31 +219,31 @@
 msgid "Mission accomplished. The galaxy is safe!"
 msgstr ""
 
-#: src/factoroids.c:563
+#: src/factoroids.c:552
 msgid "FACTOROIDS: to win, you need destroy all the asteroids."
 msgstr ""
 
-#: src/factoroids.c:564 src/factoroids.c:575
+#: src/factoroids.c:553 src/factoroids.c:564
 msgid "Use the arrow keys to turn or go forward.  Aim at an asteroid,"
 msgstr ""
 
-#: src/factoroids.c:565
+#: src/factoroids.c:554
 msgid "type one of its factors, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:566
+#: src/factoroids.c:555
 msgid "to split it into its factors.  Rocks with prime numbers are destroyed!"
 msgstr ""
 
-#: src/factoroids.c:574
+#: src/factoroids.c:563
 msgid "FRACTIONS: to win, you need destroy all the asteroids"
 msgstr ""
 
-#: src/factoroids.c:576
+#: src/factoroids.c:565
 msgid "type a number that can simplify the fraction, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:577
+#: src/factoroids.c:566
 msgid ""
 "to split it.  Destroy fractions that can not be further simplified in a "
 "single shot!"
@@ -353,162 +353,162 @@
 msgid "Do it now, and then play!"
 msgstr "Prøv det nå, og start spillet!"
 
-#: src/highscore.c:213 src/titlescreen.c:870
+#: src/highscore.c:213 src/titlescreen.c:872
 msgid "Hall Of Fame"
 msgstr "Rekordar"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:806
-#: src/titlescreen.c:865
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:808
+#: src/titlescreen.c:867
 msgid "Space Cadet"
 msgstr "Romkadett"
 
-#: src/highscore.c:238 src/titlescreen.c:807 src/titlescreen.c:866
+#: src/highscore.c:238 src/titlescreen.c:809 src/titlescreen.c:868
 msgid "Scout"
 msgstr "Romlærling"
 
-#: src/highscore.c:241 src/titlescreen.c:808 src/titlescreen.c:867
+#: src/highscore.c:241 src/titlescreen.c:810 src/titlescreen.c:869
 msgid "Ranger"
 msgstr "Romvokter"
 
-#: src/highscore.c:244 src/titlescreen.c:809 src/titlescreen.c:868
+#: src/highscore.c:244 src/titlescreen.c:811 src/titlescreen.c:870
 msgid "Ace"
 msgstr "Romsjef"
 
-#: src/highscore.c:247 src/titlescreen.c:810 src/titlescreen.c:869
+#: src/highscore.c:247 src/titlescreen.c:812 src/titlescreen.c:871
 msgid "Commando"
 msgstr "Romkommandør"
 
-#: src/highscore.c:250 src/titlescreen.c:989
+#: src/highscore.c:250 src/titlescreen.c:991
 msgid "Factors"
 msgstr "Faktorer"
 
-#: src/highscore.c:253 src/titlescreen.c:990
+#: src/highscore.c:253 src/titlescreen.c:992
 msgid "Fractions"
 msgstr "Brøker"
 
-#: src/titlescreen.c:492
+#: src/titlescreen.c:494
 msgid "Work In Progress!"
 msgstr "Uferdig!"
 
-#: src/titlescreen.c:493
+#: src/titlescreen.c:495
 msgid "This feature is not ready yet"
 msgstr "Denne funksjonen er ikke klar ennå."
 
-#: src/titlescreen.c:494
+#: src/titlescreen.c:496
 msgid "Discuss the future of TuxMath at"
 msgstr "Diskuter fremtiden til TuxMath på"
 
-#: src/titlescreen.c:495
+#: src/titlescreen.c:497
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:668
+#: src/titlescreen.c:670
 msgid "Play Alone"
 msgstr "Spill alene"
 
-#: src/titlescreen.c:669
+#: src/titlescreen.c:671
 msgid "Play With Friends"
 msgstr "Spill med venner"
 
-#: src/titlescreen.c:670
+#: src/titlescreen.c:672
 #, fuzzy
 msgid "Factoroids!"
 msgstr "Faktorer"
 
-#: src/titlescreen.c:671
+#: src/titlescreen.c:673
 msgid "Help"
 msgstr "Hjelp"
 
-#: src/titlescreen.c:672
+#: src/titlescreen.c:674
 msgid "More Options"
 msgstr "Flere valg"
 
-#: src/titlescreen.c:673
+#: src/titlescreen.c:675
 msgid "Quit"
 msgstr "Avslutt"
 
-#: src/titlescreen.c:747
+#: src/titlescreen.c:749
 msgid "Math Command Training Academy"
 msgstr "Kadettskole"
 
-#: src/titlescreen.c:748
+#: src/titlescreen.c:750
 msgid "Math Command Fleet Missions"
 msgstr "Oppdrag"
 
-#: src/titlescreen.c:749
+#: src/titlescreen.c:751
 msgid "Play Arcade Game"
 msgstr "Arkadespill"
 
-#: src/titlescreen.c:750
+#: src/titlescreen.c:752
 msgid "Play Custom Game"
 msgstr "Selvlaget spill"
 
-#: src/titlescreen.c:751 src/titlescreen.c:802 src/titlescreen.c:811
-#: src/titlescreen.c:871 src/titlescreen.c:991
+#: src/titlescreen.c:753 src/titlescreen.c:804 src/titlescreen.c:813
+#: src/titlescreen.c:873 src/titlescreen.c:993
 msgid "Main menu"
 msgstr "Hovedmeny"
 
-#: src/titlescreen.c:800
+#: src/titlescreen.c:802
 msgid "Score Sweep"
 msgstr ""
 
-#: src/titlescreen.c:801
+#: src/titlescreen.c:803
 msgid "Elimination"
 msgstr ""
 
-#: src/titlescreen.c:845
+#: src/titlescreen.c:847
 msgid "How many kids are playing?"
 msgstr ""
 
-#: src/titlescreen.c:846
+#: src/titlescreen.c:848
 msgid "(Between 2 and 4 players)"
 msgstr ""
 
-#: src/titlescreen.c:965
+#: src/titlescreen.c:967
 msgid "Edit 'options' file in your home directory"
 msgstr "Rediger «options»-fila i hjemmemappa di"
 
-#: src/titlescreen.c:966
+#: src/titlescreen.c:968
 msgid "to create customized game!"
 msgstr "for å lage ditt eget spill."
 
-#: src/titlescreen.c:967
+#: src/titlescreen.c:969
 msgid "Press a key or click your mouse to start game."
 msgstr "Trykk en tast eller med musen for å starte spillet."
 
-#: src/titlescreen.c:968
+#: src/titlescreen.c:970
 msgid "See README.txt for more information"
 msgstr "Se «README.txt» for mer informasjon."
 
-#: src/titlescreen.c:1083
+#: src/titlescreen.c:1085
 msgid "Demo"
 msgstr "Demonstrasjon"
 
-#: src/titlescreen.c:1084
+#: src/titlescreen.c:1086
 msgid "Project Info"
 msgstr "Prosjektinfo"
 
-#: src/titlescreen.c:1085
+#: src/titlescreen.c:1087
 msgid "Credits"
 msgstr "Bidragsytere"
 
-#: src/titlescreen.c:1086
+#: src/titlescreen.c:1088
 msgid "Main Menu"
 msgstr "Hovedmeny"
 
-#: src/titlescreen.c:1133
+#: src/titlescreen.c:1135
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath er fri programvare!"
 
-#: src/titlescreen.c:1134
+#: src/titlescreen.c:1136
 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:1135
+#: src/titlescreen.c:1137
 msgid "suggesting improvements, or adding code."
 msgstr "om feil, foreslå forbedringer eller bidra med programkode."
 
-#: src/titlescreen.c:1136
+#: src/titlescreen.c:1138
 msgid "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 msgstr "Diskuter framtiden på tuxmath-devel at lists.sourceforge.net"
 

Modified: tuxmath/trunk/po/nl.po
===================================================================
--- tuxmath/trunk/po/nl.po	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/po/nl.po	2009-01-23 12:29:32 UTC (rev 851)
@@ -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: 2009-01-17 09:08-0600\n"
+"POT-Creation-Date: 2009-01-22 05:59-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"
@@ -215,31 +215,31 @@
 msgid "Mission accomplished. The galaxy is safe!"
 msgstr ""
 
-#: src/factoroids.c:563
+#: src/factoroids.c:552
 msgid "FACTOROIDS: to win, you need destroy all the asteroids."
 msgstr ""
 
-#: src/factoroids.c:564 src/factoroids.c:575
+#: src/factoroids.c:553 src/factoroids.c:564
 msgid "Use the arrow keys to turn or go forward.  Aim at an asteroid,"
 msgstr ""
 
-#: src/factoroids.c:565
+#: src/factoroids.c:554
 msgid "type one of its factors, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:566
+#: src/factoroids.c:555
 msgid "to split it into its factors.  Rocks with prime numbers are destroyed!"
 msgstr ""
 
-#: src/factoroids.c:574
+#: src/factoroids.c:563
 msgid "FRACTIONS: to win, you need destroy all the asteroids"
 msgstr ""
 
-#: src/factoroids.c:576
+#: src/factoroids.c:565
 msgid "type a number that can simplify the fraction, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:577
+#: src/factoroids.c:566
 msgid ""
 "to split it.  Destroy fractions that can not be further simplified in a "
 "single shot!"
@@ -349,161 +349,161 @@
 msgid "Do it now, and then play!"
 msgstr ""
 
-#: src/highscore.c:213 src/titlescreen.c:870
+#: src/highscore.c:213 src/titlescreen.c:872
 msgid "Hall Of Fame"
 msgstr "Hoogste scores"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:806
-#: src/titlescreen.c:865
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:808
+#: src/titlescreen.c:867
 msgid "Space Cadet"
 msgstr "Ruimte kadet"
 
-#: src/highscore.c:238 src/titlescreen.c:807 src/titlescreen.c:866
+#: src/highscore.c:238 src/titlescreen.c:809 src/titlescreen.c:868
 msgid "Scout"
 msgstr "Scout"
 
-#: src/highscore.c:241 src/titlescreen.c:808 src/titlescreen.c:867
+#: src/highscore.c:241 src/titlescreen.c:810 src/titlescreen.c:869
 msgid "Ranger"
 msgstr "Ranger"
 
-#: src/highscore.c:244 src/titlescreen.c:809 src/titlescreen.c:868
+#: src/highscore.c:244 src/titlescreen.c:811 src/titlescreen.c:870
 msgid "Ace"
 msgstr "Ace"
 
-#: src/highscore.c:247 src/titlescreen.c:810 src/titlescreen.c:869
+#: src/highscore.c:247 src/titlescreen.c:812 src/titlescreen.c:871
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:989
+#: src/highscore.c:250 src/titlescreen.c:991
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:990
+#: src/highscore.c:253 src/titlescreen.c:992
 msgid "Fractions"
 msgstr ""
 
-#: src/titlescreen.c:492
+#: src/titlescreen.c:494
 msgid "Work In Progress!"
 msgstr "Werk in uitvoering"
 
-#: src/titlescreen.c:493
+#: src/titlescreen.c:495
 msgid "This feature is not ready yet"
 msgstr "Deze functie is nog niet beschikbaar"
 
-#: src/titlescreen.c:494
+#: src/titlescreen.c:496
 msgid "Discuss the future of TuxMath at"
 msgstr "Praat over de toekomst van TuxMath op"
 
-#: src/titlescreen.c:495
+#: src/titlescreen.c:497
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:668
+#: src/titlescreen.c:670
 msgid "Play Alone"
 msgstr ""
 
-#: src/titlescreen.c:669
+#: src/titlescreen.c:671
 msgid "Play With Friends"
 msgstr ""
 
-#: src/titlescreen.c:670
+#: src/titlescreen.c:672
 msgid "Factoroids!"
 msgstr ""
 
-#: src/titlescreen.c:671
+#: src/titlescreen.c:673
 msgid "Help"
 msgstr "Help"
 
-#: src/titlescreen.c:672
+#: src/titlescreen.c:674
 msgid "More Options"
 msgstr "Meer opties"
 
-#: src/titlescreen.c:673
+#: src/titlescreen.c:675
 msgid "Quit"
 msgstr "Afsluiten"
 
-#: src/titlescreen.c:747
+#: src/titlescreen.c:749
 msgid "Math Command Training Academy"
 msgstr "Reken commando training academie"
 
-#: src/titlescreen.c:748
+#: src/titlescreen.c:750
 msgid "Math Command Fleet Missions"
 msgstr ""
 
-#: src/titlescreen.c:749
+#: src/titlescreen.c:751
 msgid "Play Arcade Game"
 msgstr "Speel Arcade spel"
 
-#: src/titlescreen.c:750
+#: src/titlescreen.c:752
 msgid "Play Custom Game"
 msgstr "Speel je eigen spel"
 
-#: src/titlescreen.c:751 src/titlescreen.c:802 src/titlescreen.c:811
-#: src/titlescreen.c:871 src/titlescreen.c:991
+#: src/titlescreen.c:753 src/titlescreen.c:804 src/titlescreen.c:813
+#: src/titlescreen.c:873 src/titlescreen.c:993
 msgid "Main menu"
 msgstr "Hoofdmenu"
 
-#: src/titlescreen.c:800
+#: src/titlescreen.c:802
 msgid "Score Sweep"
 msgstr ""
 
-#: src/titlescreen.c:801
+#: src/titlescreen.c:803
 msgid "Elimination"
 msgstr ""
 
-#: src/titlescreen.c:845
+#: src/titlescreen.c:847
 msgid "How many kids are playing?"
 msgstr ""
 
-#: src/titlescreen.c:846
+#: src/titlescreen.c:848
 msgid "(Between 2 and 4 players)"
 msgstr ""
 
-#: src/titlescreen.c:965
+#: src/titlescreen.c:967
 msgid "Edit 'options' file in your home directory"
 msgstr "Bewerk 'options' bestand in je home folder"
 
-#: src/titlescreen.c:966
+#: src/titlescreen.c:968
 msgid "to create customized game!"
 msgstr "voor een eigen spel!"
 
-#: src/titlescreen.c:967
+#: src/titlescreen.c:969
 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:968
+#: src/titlescreen.c:970
 msgid "See README.txt for more information"
 msgstr "Lees README.txt voor meer informatie"
 
-#: src/titlescreen.c:1083
+#: src/titlescreen.c:1085
 msgid "Demo"
 msgstr "Demo"
 
-#: src/titlescreen.c:1084
+#: src/titlescreen.c:1086
 msgid "Project Info"
 msgstr "Projekt info"
 
-#: src/titlescreen.c:1085
+#: src/titlescreen.c:1087
 msgid "Credits"
 msgstr "Kredieten"
 
-#: src/titlescreen.c:1086
+#: src/titlescreen.c:1088
 msgid "Main Menu"
 msgstr "Hoofdmenu"
 
-#: src/titlescreen.c:1133
+#: src/titlescreen.c:1135
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath is gratis en open-source!"
 
-#: src/titlescreen.c:1134
+#: src/titlescreen.c:1136
 msgid "You can help make it better by reporting problems,"
 msgstr "Je kan helpen met het verbeteren door problemen te melden,"
 
-#: src/titlescreen.c:1135
+#: src/titlescreen.c:1137
 msgid "suggesting improvements, or adding code."
 msgstr "suggesties verbeteringen, of code toevoegen."
 
-#: src/titlescreen.c:1136
+#: src/titlescreen.c:1138
 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	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/po/nn.po	2009-01-23 12:29:32 UTC (rev 851)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: nn\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2009-01-17 09:08-0600\n"
+"POT-Creation-Date: 2009-01-22 05:59-0600\n"
 "PO-Revision-Date: 2009-01-13 23:58+0100\n"
 "Last-Translator: Karl Ove Hufthammer <karl at huftis.org>\n"
 "Language-Team: Norwegian Nynorsk <i18n-nn at lister.ping.uio.no>\n"
@@ -217,32 +217,32 @@
 msgid "Mission accomplished. The galaxy is safe!"
 msgstr "Oppdrag utførd. Galaksen er no trygg!"
 
-#: src/factoroids.c:563
+#: src/factoroids.c:552
 msgid "FACTOROIDS: to win, you need destroy all the asteroids."
 msgstr "FAKTOROIDAR: For å vinna må du øydeleggja elle asteroidane."
 
-#: src/factoroids.c:564 src/factoroids.c:575
+#: src/factoroids.c:553 src/factoroids.c:564
 msgid "Use the arrow keys to turn or go forward.  Aim at an asteroid,"
 msgstr "Bruk piltastane til å dreia rundt eller fly framover. Sikt på ein"
 
-#: src/factoroids.c:565
+#: src/factoroids.c:554
 msgid "type one of its factors, and press space or return"
 msgstr "asteroide, skriv inn éin av faktorane og trykk «Enter»"
 
-#: src/factoroids.c:566
+#: src/factoroids.c:555
 msgid "to split it into its factors.  Rocks with prime numbers are destroyed!"
 msgstr ""
 "eller «Mellomrom» for å dela han opp. Primtalsasteroidar vert øydelagde."
 
-#: src/factoroids.c:574
+#: src/factoroids.c:563
 msgid "FRACTIONS: to win, you need destroy all the asteroids"
 msgstr "BRØKAR: For å vinna må du øydeleggja elle asteroidane."
 
-#: src/factoroids.c:576
+#: src/factoroids.c:565
 msgid "type a number that can simplify the fraction, and press space or return"
 msgstr "Skriv inn eit tal som kan forenkla brøken, og trykk «Enter»"
 
-#: src/factoroids.c:577
+#: src/factoroids.c:566
 msgid ""
 "to split it.  Destroy fractions that can not be further simplified in a "
 "single shot!"
@@ -354,161 +354,161 @@
 msgid "Do it now, and then play!"
 msgstr "Prøv det no, og start spelet!"
 
-#: src/highscore.c:213 src/titlescreen.c:870
+#: src/highscore.c:213 src/titlescreen.c:872
 msgid "Hall Of Fame"
 msgstr "Rekordar"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:806
-#: src/titlescreen.c:865
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:808
+#: src/titlescreen.c:867
 msgid "Space Cadet"
 msgstr "Romkadett"
 
-#: src/highscore.c:238 src/titlescreen.c:807 src/titlescreen.c:866
+#: src/highscore.c:238 src/titlescreen.c:809 src/titlescreen.c:868
 msgid "Scout"
 msgstr "Romlærling"
 
-#: src/highscore.c:241 src/titlescreen.c:808 src/titlescreen.c:867
+#: src/highscore.c:241 src/titlescreen.c:810 src/titlescreen.c:869
 msgid "Ranger"
 msgstr "Romvaktar"
 
-#: src/highscore.c:244 src/titlescreen.c:809 src/titlescreen.c:868
+#: src/highscore.c:244 src/titlescreen.c:811 src/titlescreen.c:870
 msgid "Ace"
 msgstr "Romsjef"
 
-#: src/highscore.c:247 src/titlescreen.c:810 src/titlescreen.c:869
+#: src/highscore.c:247 src/titlescreen.c:812 src/titlescreen.c:871
 msgid "Commando"
 msgstr "Romkommandør"
 
-#: src/highscore.c:250 src/titlescreen.c:989
+#: src/highscore.c:250 src/titlescreen.c:991
 msgid "Factors"
 msgstr "Faktorar"
 
-#: src/highscore.c:253 src/titlescreen.c:990
+#: src/highscore.c:253 src/titlescreen.c:992
 msgid "Fractions"
 msgstr "Brøkar"
 
-#: src/titlescreen.c:492
+#: src/titlescreen.c:494
 msgid "Work In Progress!"
 msgstr "Uferdig!"
 
-#: src/titlescreen.c:493
+#: src/titlescreen.c:495
 msgid "This feature is not ready yet"
 msgstr "Denne funksjonen er ikkje klar enno."
 
-#: src/titlescreen.c:494
+#: src/titlescreen.c:496
 msgid "Discuss the future of TuxMath at"
 msgstr "Diskuter framtida til TuxMath på"
 
-#: src/titlescreen.c:495
+#: src/titlescreen.c:497
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:668
+#: src/titlescreen.c:670
 msgid "Play Alone"
 msgstr "Spel åleine"
 
-#: src/titlescreen.c:669
+#: src/titlescreen.c:671
 msgid "Play With Friends"
 msgstr "Spel med venner"
 
-#: src/titlescreen.c:670
+#: src/titlescreen.c:672
 msgid "Factoroids!"
 msgstr "Faktoroidar!"
 
-#: src/titlescreen.c:671
+#: src/titlescreen.c:673
 msgid "Help"
 msgstr "Hjelp"
 
-#: src/titlescreen.c:672
+#: src/titlescreen.c:674
 msgid "More Options"
 msgstr "Fleire val"
 
-#: src/titlescreen.c:673
+#: src/titlescreen.c:675
 msgid "Quit"
 msgstr "Avslutt"
 
-#: src/titlescreen.c:747
+#: src/titlescreen.c:749
 msgid "Math Command Training Academy"
 msgstr "Kadettskule"
 
-#: src/titlescreen.c:748
+#: src/titlescreen.c:750
 msgid "Math Command Fleet Missions"
 msgstr "Oppdrag"
 
-#: src/titlescreen.c:749
+#: src/titlescreen.c:751
 msgid "Play Arcade Game"
 msgstr "Arkadespel"
 
-#: src/titlescreen.c:750
+#: src/titlescreen.c:752
 msgid "Play Custom Game"
 msgstr "Sjølvlaga spel"
 
-#: src/titlescreen.c:751 src/titlescreen.c:802 src/titlescreen.c:811
-#: src/titlescreen.c:871 src/titlescreen.c:991
+#: src/titlescreen.c:753 src/titlescreen.c:804 src/titlescreen.c:813
+#: src/titlescreen.c:873 src/titlescreen.c:993
 msgid "Main menu"
 msgstr "Hovudmeny"
 
-#: src/titlescreen.c:800
+#: src/titlescreen.c:802
 msgid "Score Sweep"
 msgstr "Poengsamling"
 
-#: src/titlescreen.c:801
+#: src/titlescreen.c:803
 msgid "Elimination"
 msgstr "Eliminering"
 
-#: src/titlescreen.c:845
+#: src/titlescreen.c:847
 msgid "How many kids are playing?"
 msgstr "Kor mange spelar?"
 
-#: src/titlescreen.c:846
+#: src/titlescreen.c:848
 msgid "(Between 2 and 4 players)"
 msgstr "(2 til 4 spelarar)"
 
-#: src/titlescreen.c:965
+#: src/titlescreen.c:967
 msgid "Edit 'options' file in your home directory"
 msgstr "Rediger «options»-fila i heimemappa di"
 
-#: src/titlescreen.c:966
+#: src/titlescreen.c:968
 msgid "to create customized game!"
 msgstr "for å laga ditt eige spel."
 
-#: src/titlescreen.c:967
+#: src/titlescreen.c:969
 msgid "Press a key or click your mouse to start game."
 msgstr "Trykk ein tast eller med musa for å starta spelet."
 
-#: src/titlescreen.c:968
+#: src/titlescreen.c:970
 msgid "See README.txt for more information"
 msgstr "Sjå «README.txt» for meir informasjon."
 
-#: src/titlescreen.c:1083
+#: src/titlescreen.c:1085
 msgid "Demo"
 msgstr "Demonstrasjon"
 
-#: src/titlescreen.c:1084
+#: src/titlescreen.c:1086
 msgid "Project Info"
 msgstr "Prosjektinfo"
 
-#: src/titlescreen.c:1085
+#: src/titlescreen.c:1087
 msgid "Credits"
 msgstr "Bidragsytarar"
 
-#: src/titlescreen.c:1086
+#: src/titlescreen.c:1088
 msgid "Main Menu"
 msgstr "Hovudmeny"
 
-#: src/titlescreen.c:1133
+#: src/titlescreen.c:1135
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath er fri programvare!"
 
-#: src/titlescreen.c:1134
+#: src/titlescreen.c:1136
 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:1135
+#: src/titlescreen.c:1137
 msgid "suggesting improvements, or adding code."
 msgstr "om feil, foreslå forbetringar eller bidra med programkode."
 
-#: src/titlescreen.c:1136
+#: src/titlescreen.c:1138
 msgid "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 msgstr "Diskuter framtida på tuxmath-devel at lists.sourceforge.net"
 

Modified: tuxmath/trunk/po/oc.po
===================================================================
--- tuxmath/trunk/po/oc.po	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/po/oc.po	2009-01-23 12:29:32 UTC (rev 851)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2009-01-17 09:08-0600\n"
+"POT-Creation-Date: 2009-01-22 05:59-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"
@@ -219,31 +219,31 @@
 msgid "Mission accomplished. The galaxy is safe!"
 msgstr ""
 
-#: src/factoroids.c:563
+#: src/factoroids.c:552
 msgid "FACTOROIDS: to win, you need destroy all the asteroids."
 msgstr ""
 
-#: src/factoroids.c:564 src/factoroids.c:575
+#: src/factoroids.c:553 src/factoroids.c:564
 msgid "Use the arrow keys to turn or go forward.  Aim at an asteroid,"
 msgstr ""
 
-#: src/factoroids.c:565
+#: src/factoroids.c:554
 msgid "type one of its factors, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:566
+#: src/factoroids.c:555
 msgid "to split it into its factors.  Rocks with prime numbers are destroyed!"
 msgstr ""
 
-#: src/factoroids.c:574
+#: src/factoroids.c:563
 msgid "FRACTIONS: to win, you need destroy all the asteroids"
 msgstr ""
 
-#: src/factoroids.c:576
+#: src/factoroids.c:565
 msgid "type a number that can simplify the fraction, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:577
+#: src/factoroids.c:566
 msgid ""
 "to split it.  Destroy fractions that can not be further simplified in a "
 "single shot!"
@@ -353,161 +353,161 @@
 msgid "Do it now, and then play!"
 msgstr ""
 
-#: src/highscore.c:213 src/titlescreen.c:870
+#: src/highscore.c:213 src/titlescreen.c:872
 msgid "Hall Of Fame"
 msgstr ""
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:806
-#: src/titlescreen.c:865
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:808
+#: src/titlescreen.c:867
 msgid "Space Cadet"
 msgstr ""
 
-#: src/highscore.c:238 src/titlescreen.c:807 src/titlescreen.c:866
+#: src/highscore.c:238 src/titlescreen.c:809 src/titlescreen.c:868
 msgid "Scout"
 msgstr ""
 
-#: src/highscore.c:241 src/titlescreen.c:808 src/titlescreen.c:867
+#: src/highscore.c:241 src/titlescreen.c:810 src/titlescreen.c:869
 msgid "Ranger"
 msgstr ""
 
-#: src/highscore.c:244 src/titlescreen.c:809 src/titlescreen.c:868
+#: src/highscore.c:244 src/titlescreen.c:811 src/titlescreen.c:870
 msgid "Ace"
 msgstr ""
 
-#: src/highscore.c:247 src/titlescreen.c:810 src/titlescreen.c:869
+#: src/highscore.c:247 src/titlescreen.c:812 src/titlescreen.c:871
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:989
+#: src/highscore.c:250 src/titlescreen.c:991
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:990
+#: src/highscore.c:253 src/titlescreen.c:992
 msgid "Fractions"
 msgstr ""
 
-#: src/titlescreen.c:492
+#: src/titlescreen.c:494
 msgid "Work In Progress!"
 msgstr ""
 
-#: src/titlescreen.c:493
+#: src/titlescreen.c:495
 msgid "This feature is not ready yet"
 msgstr ""
 
-#: src/titlescreen.c:494
+#: src/titlescreen.c:496
 msgid "Discuss the future of TuxMath at"
 msgstr ""
 
-#: src/titlescreen.c:495
+#: src/titlescreen.c:497
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:668
+#: src/titlescreen.c:670
 msgid "Play Alone"
 msgstr ""
 
-#: src/titlescreen.c:669
+#: src/titlescreen.c:671
 msgid "Play With Friends"
 msgstr ""
 
-#: src/titlescreen.c:670
+#: src/titlescreen.c:672
 msgid "Factoroids!"
 msgstr ""
 
-#: src/titlescreen.c:671
+#: src/titlescreen.c:673
 msgid "Help"
 msgstr "Ajuda"
 
-#: src/titlescreen.c:672
+#: src/titlescreen.c:674
 msgid "More Options"
 msgstr "Mai d'opcions"
 
-#: src/titlescreen.c:673
+#: src/titlescreen.c:675
 msgid "Quit"
 msgstr "Sortir"
 
-#: src/titlescreen.c:747
+#: src/titlescreen.c:749
 msgid "Math Command Training Academy"
 msgstr ""
 
-#: src/titlescreen.c:748
+#: src/titlescreen.c:750
 msgid "Math Command Fleet Missions"
 msgstr ""
 
-#: src/titlescreen.c:749
+#: src/titlescreen.c:751
 msgid "Play Arcade Game"
 msgstr ""
 
-#: src/titlescreen.c:750
+#: src/titlescreen.c:752
 msgid "Play Custom Game"
 msgstr ""
 
-#: src/titlescreen.c:751 src/titlescreen.c:802 src/titlescreen.c:811
-#: src/titlescreen.c:871 src/titlescreen.c:991
+#: src/titlescreen.c:753 src/titlescreen.c:804 src/titlescreen.c:813
+#: src/titlescreen.c:873 src/titlescreen.c:993
 msgid "Main menu"
 msgstr "Menut principal"
 
-#: src/titlescreen.c:800
+#: src/titlescreen.c:802
 msgid "Score Sweep"
 msgstr ""
 
-#: src/titlescreen.c:801
+#: src/titlescreen.c:803
 msgid "Elimination"
 msgstr ""
 
-#: src/titlescreen.c:845
+#: src/titlescreen.c:847
 msgid "How many kids are playing?"
 msgstr ""
 
-#: src/titlescreen.c:846
+#: src/titlescreen.c:848
 msgid "(Between 2 and 4 players)"
 msgstr ""
 
-#: src/titlescreen.c:965
+#: src/titlescreen.c:967
 msgid "Edit 'options' file in your home directory"
 msgstr ""
 
-#: src/titlescreen.c:966
+#: src/titlescreen.c:968
 msgid "to create customized game!"
 msgstr ""
 
-#: src/titlescreen.c:967
+#: src/titlescreen.c:969
 msgid "Press a key or click your mouse to start game."
 msgstr ""
 
-#: src/titlescreen.c:968
+#: src/titlescreen.c:970
 msgid "See README.txt for more information"
 msgstr ""
 
-#: src/titlescreen.c:1083
+#: src/titlescreen.c:1085
 msgid "Demo"
 msgstr ""
 
-#: src/titlescreen.c:1084
+#: src/titlescreen.c:1086
 msgid "Project Info"
 msgstr ""
 
-#: src/titlescreen.c:1085
+#: src/titlescreen.c:1087
 msgid "Credits"
 msgstr "Mercejaments"
 
-#: src/titlescreen.c:1086
+#: src/titlescreen.c:1088
 msgid "Main Menu"
 msgstr "Menut principal"
 
-#: src/titlescreen.c:1133
+#: src/titlescreen.c:1135
 msgid "TuxMath is free and open-source!"
 msgstr ""
 
-#: src/titlescreen.c:1134
+#: src/titlescreen.c:1136
 msgid "You can help make it better by reporting problems,"
 msgstr ""
 
-#: src/titlescreen.c:1135
+#: src/titlescreen.c:1137
 msgid "suggesting improvements, or adding code."
 msgstr ""
 
-#: src/titlescreen.c:1136
+#: src/titlescreen.c:1138
 msgid "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 msgstr ""
 

Modified: tuxmath/trunk/po/pl.po
===================================================================
--- tuxmath/trunk/po/pl.po	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/po/pl.po	2009-01-23 12:29:32 UTC (rev 851)
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2009-01-17 09:08-0600\n"
+"POT-Creation-Date: 2009-01-22 05:59-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"
@@ -222,31 +222,31 @@
 msgid "Mission accomplished. The galaxy is safe!"
 msgstr ""
 
-#: src/factoroids.c:563
+#: src/factoroids.c:552
 msgid "FACTOROIDS: to win, you need destroy all the asteroids."
 msgstr ""
 
-#: src/factoroids.c:564 src/factoroids.c:575
+#: src/factoroids.c:553 src/factoroids.c:564
 msgid "Use the arrow keys to turn or go forward.  Aim at an asteroid,"
 msgstr ""
 
-#: src/factoroids.c:565
+#: src/factoroids.c:554
 msgid "type one of its factors, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:566
+#: src/factoroids.c:555
 msgid "to split it into its factors.  Rocks with prime numbers are destroyed!"
 msgstr ""
 
-#: src/factoroids.c:574
+#: src/factoroids.c:563
 msgid "FRACTIONS: to win, you need destroy all the asteroids"
 msgstr ""
 
-#: src/factoroids.c:576
+#: src/factoroids.c:565
 msgid "type a number that can simplify the fraction, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:577
+#: src/factoroids.c:566
 msgid ""
 "to split it.  Destroy fractions that can not be further simplified in a "
 "single shot!"
@@ -356,162 +356,162 @@
 msgid "Do it now, and then play!"
 msgstr ""
 
-#: src/highscore.c:213 src/titlescreen.c:870
+#: src/highscore.c:213 src/titlescreen.c:872
 msgid "Hall Of Fame"
 msgstr "Lista najlepszych"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:806
-#: src/titlescreen.c:865
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:808
+#: src/titlescreen.c:867
 msgid "Space Cadet"
 msgstr "Kosmiczny Kadet"
 
-#: src/highscore.c:238 src/titlescreen.c:807 src/titlescreen.c:866
+#: src/highscore.c:238 src/titlescreen.c:809 src/titlescreen.c:868
 msgid "Scout"
 msgstr "Strzelec"
 
-#: src/highscore.c:241 src/titlescreen.c:808 src/titlescreen.c:867
+#: src/highscore.c:241 src/titlescreen.c:810 src/titlescreen.c:869
 msgid "Ranger"
 msgstr "Strażnik"
 
-#: src/highscore.c:244 src/titlescreen.c:809 src/titlescreen.c:868
+#: src/highscore.c:244 src/titlescreen.c:811 src/titlescreen.c:870
 msgid "Ace"
 msgstr "As"
 
-#: src/highscore.c:247 src/titlescreen.c:810 src/titlescreen.c:869
+#: src/highscore.c:247 src/titlescreen.c:812 src/titlescreen.c:871
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:989
+#: src/highscore.c:250 src/titlescreen.c:991
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:990
+#: src/highscore.c:253 src/titlescreen.c:992
 msgid "Fractions"
 msgstr ""
 
-#: src/titlescreen.c:492
+#: src/titlescreen.c:494
 msgid "Work In Progress!"
 msgstr "Prace trwają!"
 
-#: src/titlescreen.c:493
+#: src/titlescreen.c:495
 msgid "This feature is not ready yet"
 msgstr "Ta cecha jeszcze nie jest gotowa"
 
-#: src/titlescreen.c:494
+#: src/titlescreen.c:496
 msgid "Discuss the future of TuxMath at"
 msgstr "Dyskusje na temat przyszłości Tuxmath na"
 
-#: src/titlescreen.c:495
+#: src/titlescreen.c:497
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:668
+#: src/titlescreen.c:670
 msgid "Play Alone"
 msgstr ""
 
-#: src/titlescreen.c:669
+#: src/titlescreen.c:671
 msgid "Play With Friends"
 msgstr ""
 
-#: src/titlescreen.c:670
+#: src/titlescreen.c:672
 msgid "Factoroids!"
 msgstr ""
 
-#: src/titlescreen.c:671
+#: src/titlescreen.c:673
 msgid "Help"
 msgstr "Pomoc"
 
-#: src/titlescreen.c:672
+#: src/titlescreen.c:674
 msgid "More Options"
 msgstr "Więcej opcji"
 
-#: src/titlescreen.c:673
+#: src/titlescreen.c:675
 msgid "Quit"
 msgstr "Wyjdź"
 
-#: src/titlescreen.c:747
+#: src/titlescreen.c:749
 msgid "Math Command Training Academy"
 msgstr "Akademia Treningowa Poleceń Math"
 
-#: src/titlescreen.c:748
+#: src/titlescreen.c:750
 msgid "Math Command Fleet Missions"
 msgstr ""
 
-#: src/titlescreen.c:749
+#: src/titlescreen.c:751
 msgid "Play Arcade Game"
 msgstr "Zagraj w grę zręcznościową"
 
-#: src/titlescreen.c:750
+#: src/titlescreen.c:752
 msgid "Play Custom Game"
 msgstr "Zagraj w wybraną grę"
 
-#: src/titlescreen.c:751 src/titlescreen.c:802 src/titlescreen.c:811
-#: src/titlescreen.c:871 src/titlescreen.c:991
+#: src/titlescreen.c:753 src/titlescreen.c:804 src/titlescreen.c:813
+#: src/titlescreen.c:873 src/titlescreen.c:993
 msgid "Main menu"
 msgstr "Menu główne"
 
-#: src/titlescreen.c:800
+#: src/titlescreen.c:802
 msgid "Score Sweep"
 msgstr ""
 
-#: src/titlescreen.c:801
+#: src/titlescreen.c:803
 msgid "Elimination"
 msgstr ""
 
-#: src/titlescreen.c:845
+#: src/titlescreen.c:847
 msgid "How many kids are playing?"
 msgstr ""
 
-#: src/titlescreen.c:846
+#: src/titlescreen.c:848
 msgid "(Between 2 and 4 players)"
 msgstr ""
 
-#: src/titlescreen.c:965
+#: src/titlescreen.c:967
 msgid "Edit 'options' file in your home directory"
 msgstr "Edytuj pik 'options' w swoim katalogu domowym"
 
-#: src/titlescreen.c:966
+#: src/titlescreen.c:968
 msgid "to create customized game!"
 msgstr ""
 
-#: src/titlescreen.c:967
+#: src/titlescreen.c:969
 msgid "Press a key or click your mouse to start game."
 msgstr "Naciśnij klawisz albo kliknij myszką aby uruchomić grę."
 
-#: src/titlescreen.c:968
+#: src/titlescreen.c:970
 msgid "See README.txt for more information"
 msgstr "Przeczytaj README.txt, żeby uzyskać więcej informacji"
 
-#: src/titlescreen.c:1083
+#: src/titlescreen.c:1085
 msgid "Demo"
 msgstr "Demonstracja"
 
-#: src/titlescreen.c:1084
+#: src/titlescreen.c:1086
 msgid "Project Info"
 msgstr "Informacja o projekcie"
 
-#: src/titlescreen.c:1085
+#: src/titlescreen.c:1087
 msgid "Credits"
 msgstr "Twórcy"
 
-#: src/titlescreen.c:1086
+#: src/titlescreen.c:1088
 msgid "Main Menu"
 msgstr "Menu główne"
 
-#: src/titlescreen.c:1133
+#: src/titlescreen.c:1135
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath jest wolny i ma otwarte źródła"
 
-#: src/titlescreen.c:1134
+#: src/titlescreen.c:1136
 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:1135
+#: src/titlescreen.c:1137
 #, fuzzy
 msgid "suggesting improvements, or adding code."
 msgstr "Zasugeruj ulepszenia lub dodaj kod"
 
-#: src/titlescreen.c:1136
+#: src/titlescreen.c:1138
 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	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/po/pt.po	2009-01-23 12:29:32 UTC (rev 851)
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2009-01-17 09:08-0600\n"
+"POT-Creation-Date: 2009-01-22 05:59-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"
@@ -221,31 +221,31 @@
 msgid "Mission accomplished. The galaxy is safe!"
 msgstr ""
 
-#: src/factoroids.c:563
+#: src/factoroids.c:552
 msgid "FACTOROIDS: to win, you need destroy all the asteroids."
 msgstr ""
 
-#: src/factoroids.c:564 src/factoroids.c:575
+#: src/factoroids.c:553 src/factoroids.c:564
 msgid "Use the arrow keys to turn or go forward.  Aim at an asteroid,"
 msgstr ""
 
-#: src/factoroids.c:565
+#: src/factoroids.c:554
 msgid "type one of its factors, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:566
+#: src/factoroids.c:555
 msgid "to split it into its factors.  Rocks with prime numbers are destroyed!"
 msgstr ""
 
-#: src/factoroids.c:574
+#: src/factoroids.c:563
 msgid "FRACTIONS: to win, you need destroy all the asteroids"
 msgstr ""
 
-#: src/factoroids.c:576
+#: src/factoroids.c:565
 msgid "type a number that can simplify the fraction, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:577
+#: src/factoroids.c:566
 msgid ""
 "to split it.  Destroy fractions that can not be further simplified in a "
 "single shot!"
@@ -355,161 +355,161 @@
 msgid "Do it now, and then play!"
 msgstr ""
 
-#: src/highscore.c:213 src/titlescreen.c:870
+#: src/highscore.c:213 src/titlescreen.c:872
 msgid "Hall Of Fame"
 msgstr "Corredor da Fama"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:806
-#: src/titlescreen.c:865
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:808
+#: src/titlescreen.c:867
 msgid "Space Cadet"
 msgstr "Cadete Espacial"
 
-#: src/highscore.c:238 src/titlescreen.c:807 src/titlescreen.c:866
+#: src/highscore.c:238 src/titlescreen.c:809 src/titlescreen.c:868
 msgid "Scout"
 msgstr "Batedor"
 
-#: src/highscore.c:241 src/titlescreen.c:808 src/titlescreen.c:867
+#: src/highscore.c:241 src/titlescreen.c:810 src/titlescreen.c:869
 msgid "Ranger"
 msgstr ""
 
-#: src/highscore.c:244 src/titlescreen.c:809 src/titlescreen.c:868
+#: src/highscore.c:244 src/titlescreen.c:811 src/titlescreen.c:870
 msgid "Ace"
 msgstr "Ás"
 
-#: src/highscore.c:247 src/titlescreen.c:810 src/titlescreen.c:869
+#: src/highscore.c:247 src/titlescreen.c:812 src/titlescreen.c:871
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:989
+#: src/highscore.c:250 src/titlescreen.c:991
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:990
+#: src/highscore.c:253 src/titlescreen.c:992
 msgid "Fractions"
 msgstr ""
 
-#: src/titlescreen.c:492
+#: src/titlescreen.c:494
 msgid "Work In Progress!"
 msgstr "Trabalho em Progresso!"
 
-#: src/titlescreen.c:493
+#: src/titlescreen.c:495
 msgid "This feature is not ready yet"
 msgstr ""
 
-#: src/titlescreen.c:494
+#: src/titlescreen.c:496
 msgid "Discuss the future of TuxMath at"
 msgstr "Discuta o futuro do TuxMath em"
 
-#: src/titlescreen.c:495
+#: src/titlescreen.c:497
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:668
+#: src/titlescreen.c:670
 msgid "Play Alone"
 msgstr ""
 
-#: src/titlescreen.c:669
+#: src/titlescreen.c:671
 msgid "Play With Friends"
 msgstr ""
 
-#: src/titlescreen.c:670
+#: src/titlescreen.c:672
 msgid "Factoroids!"
 msgstr ""
 
-#: src/titlescreen.c:671
+#: src/titlescreen.c:673
 msgid "Help"
 msgstr "Ajuda"
 
-#: src/titlescreen.c:672
+#: src/titlescreen.c:674
 msgid "More Options"
 msgstr "Mais Opções"
 
-#: src/titlescreen.c:673
+#: src/titlescreen.c:675
 msgid "Quit"
 msgstr "Sair"
 
-#: src/titlescreen.c:747
+#: src/titlescreen.c:749
 msgid "Math Command Training Academy"
 msgstr ""
 
-#: src/titlescreen.c:748
+#: src/titlescreen.c:750
 msgid "Math Command Fleet Missions"
 msgstr ""
 
-#: src/titlescreen.c:749
+#: src/titlescreen.c:751
 msgid "Play Arcade Game"
 msgstr ""
 
-#: src/titlescreen.c:750
+#: src/titlescreen.c:752
 msgid "Play Custom Game"
 msgstr ""
 
-#: src/titlescreen.c:751 src/titlescreen.c:802 src/titlescreen.c:811
-#: src/titlescreen.c:871 src/titlescreen.c:991
+#: src/titlescreen.c:753 src/titlescreen.c:804 src/titlescreen.c:813
+#: src/titlescreen.c:873 src/titlescreen.c:993
 msgid "Main menu"
 msgstr "Menu principal"
 
-#: src/titlescreen.c:800
+#: src/titlescreen.c:802
 msgid "Score Sweep"
 msgstr ""
 
-#: src/titlescreen.c:801
+#: src/titlescreen.c:803
 msgid "Elimination"
 msgstr ""
 
-#: src/titlescreen.c:845
+#: src/titlescreen.c:847
 msgid "How many kids are playing?"
 msgstr ""
 
-#: src/titlescreen.c:846
+#: src/titlescreen.c:848
 msgid "(Between 2 and 4 players)"
 msgstr ""
 
-#: src/titlescreen.c:965
+#: src/titlescreen.c:967
 msgid "Edit 'options' file in your home directory"
 msgstr ""
 
-#: src/titlescreen.c:966
+#: src/titlescreen.c:968
 msgid "to create customized game!"
 msgstr ""
 
-#: src/titlescreen.c:967
+#: src/titlescreen.c:969
 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:968
+#: src/titlescreen.c:970
 msgid "See README.txt for more information"
 msgstr "Veja o README.txt para mais informações!"
 
-#: src/titlescreen.c:1083
+#: src/titlescreen.c:1085
 msgid "Demo"
 msgstr "Demonstração"
 
-#: src/titlescreen.c:1084
+#: src/titlescreen.c:1086
 msgid "Project Info"
 msgstr "Informação do Projecto"
 
-#: src/titlescreen.c:1085
+#: src/titlescreen.c:1087
 msgid "Credits"
 msgstr "Créditos"
 
-#: src/titlescreen.c:1086
+#: src/titlescreen.c:1088
 msgid "Main Menu"
 msgstr "Menu Principal"
 
-#: src/titlescreen.c:1133
+#: src/titlescreen.c:1135
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath é livre e com código aberto!"
 
-#: src/titlescreen.c:1134
+#: src/titlescreen.c:1136
 msgid "You can help make it better by reporting problems,"
 msgstr "Você pode ajudar o TuxMath ao reportar problemas,"
 
-#: src/titlescreen.c:1135
+#: src/titlescreen.c:1137
 msgid "suggesting improvements, or adding code."
 msgstr "sugerindo melhorias, ou adicionando código."
 
-#: src/titlescreen.c:1136
+#: src/titlescreen.c:1138
 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	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/po/pt_BR.po	2009-01-23 12:29:32 UTC (rev 851)
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2009-01-17 09:08-0600\n"
+"POT-Creation-Date: 2009-01-22 05:59-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"
@@ -223,31 +223,31 @@
 msgid "Mission accomplished. The galaxy is safe!"
 msgstr ""
 
-#: src/factoroids.c:563
+#: src/factoroids.c:552
 msgid "FACTOROIDS: to win, you need destroy all the asteroids."
 msgstr ""
 
-#: src/factoroids.c:564 src/factoroids.c:575
+#: src/factoroids.c:553 src/factoroids.c:564
 msgid "Use the arrow keys to turn or go forward.  Aim at an asteroid,"
 msgstr ""
 
-#: src/factoroids.c:565
+#: src/factoroids.c:554
 msgid "type one of its factors, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:566
+#: src/factoroids.c:555
 msgid "to split it into its factors.  Rocks with prime numbers are destroyed!"
 msgstr ""
 
-#: src/factoroids.c:574
+#: src/factoroids.c:563
 msgid "FRACTIONS: to win, you need destroy all the asteroids"
 msgstr ""
 
-#: src/factoroids.c:576
+#: src/factoroids.c:565
 msgid "type a number that can simplify the fraction, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:577
+#: src/factoroids.c:566
 msgid ""
 "to split it.  Destroy fractions that can not be further simplified in a "
 "single shot!"
@@ -357,161 +357,161 @@
 msgid "Do it now, and then play!"
 msgstr ""
 
-#: src/highscore.c:213 src/titlescreen.c:870
+#: src/highscore.c:213 src/titlescreen.c:872
 msgid "Hall Of Fame"
 msgstr "Hall da Fama"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:806
-#: src/titlescreen.c:865
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:808
+#: src/titlescreen.c:867
 msgid "Space Cadet"
 msgstr "Cadete Espacial"
 
-#: src/highscore.c:238 src/titlescreen.c:807 src/titlescreen.c:866
+#: src/highscore.c:238 src/titlescreen.c:809 src/titlescreen.c:868
 msgid "Scout"
 msgstr "Sentinela"
 
-#: src/highscore.c:241 src/titlescreen.c:808 src/titlescreen.c:867
+#: src/highscore.c:241 src/titlescreen.c:810 src/titlescreen.c:869
 msgid "Ranger"
 msgstr "Defensor"
 
-#: src/highscore.c:244 src/titlescreen.c:809 src/titlescreen.c:868
+#: src/highscore.c:244 src/titlescreen.c:811 src/titlescreen.c:870
 msgid "Ace"
 msgstr "Especialista"
 
-#: src/highscore.c:247 src/titlescreen.c:810 src/titlescreen.c:869
+#: src/highscore.c:247 src/titlescreen.c:812 src/titlescreen.c:871
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:989
+#: src/highscore.c:250 src/titlescreen.c:991
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:990
+#: src/highscore.c:253 src/titlescreen.c:992
 msgid "Fractions"
 msgstr ""
 
-#: src/titlescreen.c:492
+#: src/titlescreen.c:494
 msgid "Work In Progress!"
 msgstr "Trabalho em curso"
 
-#: src/titlescreen.c:493
+#: src/titlescreen.c:495
 msgid "This feature is not ready yet"
 msgstr "Esta função ainda não está disponível"
 
-#: src/titlescreen.c:494
+#: src/titlescreen.c:496
 msgid "Discuss the future of TuxMath at"
 msgstr "Discutir o futuro do TuxMath em"
 
-#: src/titlescreen.c:495
+#: src/titlescreen.c:497
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:668
+#: src/titlescreen.c:670
 msgid "Play Alone"
 msgstr ""
 
-#: src/titlescreen.c:669
+#: src/titlescreen.c:671
 msgid "Play With Friends"
 msgstr ""
 
-#: src/titlescreen.c:670
+#: src/titlescreen.c:672
 msgid "Factoroids!"
 msgstr ""
 
-#: src/titlescreen.c:671
+#: src/titlescreen.c:673
 msgid "Help"
 msgstr "Ajuda"
 
-#: src/titlescreen.c:672
+#: src/titlescreen.c:674
 msgid "More Options"
 msgstr "Mais Opções"
 
-#: src/titlescreen.c:673
+#: src/titlescreen.c:675
 msgid "Quit"
 msgstr "Sair"
 
-#: src/titlescreen.c:747
+#: src/titlescreen.c:749
 msgid "Math Command Training Academy"
 msgstr "Comando de Treinamento Matemático Acadêmico"
 
-#: src/titlescreen.c:748
+#: src/titlescreen.c:750
 msgid "Math Command Fleet Missions"
 msgstr ""
 
-#: src/titlescreen.c:749
+#: src/titlescreen.c:751
 msgid "Play Arcade Game"
 msgstr "Jogar jogo de Arcade"
 
-#: src/titlescreen.c:750
+#: src/titlescreen.c:752
 msgid "Play Custom Game"
 msgstr "Jogar um Jogo Personalizado"
 
-#: src/titlescreen.c:751 src/titlescreen.c:802 src/titlescreen.c:811
-#: src/titlescreen.c:871 src/titlescreen.c:991
+#: src/titlescreen.c:753 src/titlescreen.c:804 src/titlescreen.c:813
+#: src/titlescreen.c:873 src/titlescreen.c:993
 msgid "Main menu"
 msgstr "Menu Principal"
 
-#: src/titlescreen.c:800
+#: src/titlescreen.c:802
 msgid "Score Sweep"
 msgstr ""
 
-#: src/titlescreen.c:801
+#: src/titlescreen.c:803
 msgid "Elimination"
 msgstr ""
 
-#: src/titlescreen.c:845
+#: src/titlescreen.c:847
 msgid "How many kids are playing?"
 msgstr ""
 
-#: src/titlescreen.c:846
+#: src/titlescreen.c:848
 msgid "(Between 2 and 4 players)"
 msgstr ""
 
-#: src/titlescreen.c:965
+#: src/titlescreen.c:967
 msgid "Edit 'options' file in your home directory"
 msgstr "Edite o arquivo 'options\" no seu diretório home"
 
-#: src/titlescreen.c:966
+#: src/titlescreen.c:968
 msgid "to create customized game!"
 msgstr "criar jogo personalizado!"
 
-#: src/titlescreen.c:967
+#: src/titlescreen.c:969
 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:968
+#: src/titlescreen.c:970
 msgid "See README.txt for more information"
 msgstr "Leia o README.txt para mais informações"
 
-#: src/titlescreen.c:1083
+#: src/titlescreen.c:1085
 msgid "Demo"
 msgstr "Demonstração"
 
-#: src/titlescreen.c:1084
+#: src/titlescreen.c:1086
 msgid "Project Info"
 msgstr "Informação do Projeto"
 
-#: src/titlescreen.c:1085
+#: src/titlescreen.c:1087
 msgid "Credits"
 msgstr "Créditos"
 
-#: src/titlescreen.c:1086
+#: src/titlescreen.c:1088
 msgid "Main Menu"
 msgstr "Menu Principal"
 
-#: src/titlescreen.c:1133
+#: src/titlescreen.c:1135
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath é gratuíto e software livre!"
 
-#: src/titlescreen.c:1134
+#: src/titlescreen.c:1136
 msgid "You can help make it better by reporting problems,"
 msgstr "Você pode ajudar a torná-lo melhor reportando problemas."
 
-#: src/titlescreen.c:1135
+#: src/titlescreen.c:1137
 msgid "suggesting improvements, or adding code."
 msgstr "sugerindo melhorias, ou programando."
 
-#: src/titlescreen.c:1136
+#: src/titlescreen.c:1138
 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	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/po/ru.po	2009-01-23 12:29:32 UTC (rev 851)
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2009-01-17 09:08-0600\n"
+"POT-Creation-Date: 2009-01-22 05:59-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"
@@ -220,31 +220,31 @@
 msgid "Mission accomplished. The galaxy is safe!"
 msgstr ""
 
-#: src/factoroids.c:563
+#: src/factoroids.c:552
 msgid "FACTOROIDS: to win, you need destroy all the asteroids."
 msgstr ""
 
-#: src/factoroids.c:564 src/factoroids.c:575
+#: src/factoroids.c:553 src/factoroids.c:564
 msgid "Use the arrow keys to turn or go forward.  Aim at an asteroid,"
 msgstr ""
 
-#: src/factoroids.c:565
+#: src/factoroids.c:554
 msgid "type one of its factors, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:566
+#: src/factoroids.c:555
 msgid "to split it into its factors.  Rocks with prime numbers are destroyed!"
 msgstr ""
 
-#: src/factoroids.c:574
+#: src/factoroids.c:563
 msgid "FRACTIONS: to win, you need destroy all the asteroids"
 msgstr ""
 
-#: src/factoroids.c:576
+#: src/factoroids.c:565
 msgid "type a number that can simplify the fraction, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:577
+#: src/factoroids.c:566
 msgid ""
 "to split it.  Destroy fractions that can not be further simplified in a "
 "single shot!"
@@ -354,161 +354,161 @@
 msgid "Do it now, and then play!"
 msgstr ""
 
-#: src/highscore.c:213 src/titlescreen.c:870
+#: src/highscore.c:213 src/titlescreen.c:872
 msgid "Hall Of Fame"
 msgstr "Зал славы"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:806
-#: src/titlescreen.c:865
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:808
+#: src/titlescreen.c:867
 msgid "Space Cadet"
 msgstr "Космический курсант"
 
-#: src/highscore.c:238 src/titlescreen.c:807 src/titlescreen.c:866
+#: src/highscore.c:238 src/titlescreen.c:809 src/titlescreen.c:868
 msgid "Scout"
 msgstr "Разведчик"
 
-#: src/highscore.c:241 src/titlescreen.c:808 src/titlescreen.c:867
+#: src/highscore.c:241 src/titlescreen.c:810 src/titlescreen.c:869
 msgid "Ranger"
 msgstr "Рейнджер"
 
-#: src/highscore.c:244 src/titlescreen.c:809 src/titlescreen.c:868
+#: src/highscore.c:244 src/titlescreen.c:811 src/titlescreen.c:870
 msgid "Ace"
 msgstr "Ас"
 
-#: src/highscore.c:247 src/titlescreen.c:810 src/titlescreen.c:869
+#: src/highscore.c:247 src/titlescreen.c:812 src/titlescreen.c:871
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:989
+#: src/highscore.c:250 src/titlescreen.c:991
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:990
+#: src/highscore.c:253 src/titlescreen.c:992
 msgid "Fractions"
 msgstr ""
 
-#: src/titlescreen.c:492
+#: src/titlescreen.c:494
 msgid "Work In Progress!"
 msgstr "Работа продолжается!"
 
-#: src/titlescreen.c:493
+#: src/titlescreen.c:495
 msgid "This feature is not ready yet"
 msgstr "Эта функция пока не готова"
 
-#: src/titlescreen.c:494
+#: src/titlescreen.c:496
 msgid "Discuss the future of TuxMath at"
 msgstr "Обсудить будущее TuxMath на"
 
-#: src/titlescreen.c:495
+#: src/titlescreen.c:497
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:668
+#: src/titlescreen.c:670
 msgid "Play Alone"
 msgstr ""
 
-#: src/titlescreen.c:669
+#: src/titlescreen.c:671
 msgid "Play With Friends"
 msgstr ""
 
-#: src/titlescreen.c:670
+#: src/titlescreen.c:672
 msgid "Factoroids!"
 msgstr ""
 
-#: src/titlescreen.c:671
+#: src/titlescreen.c:673
 msgid "Help"
 msgstr "Помощь"
 
-#: src/titlescreen.c:672
+#: src/titlescreen.c:674
 msgid "More Options"
 msgstr "Дополнительные настройки"
 
-#: src/titlescreen.c:673
+#: src/titlescreen.c:675
 msgid "Quit"
 msgstr "Выход"
 
-#: src/titlescreen.c:747
+#: src/titlescreen.c:749
 msgid "Math Command Training Academy"
 msgstr "Учебная академия по арифметике"
 
-#: src/titlescreen.c:748
+#: src/titlescreen.c:750
 msgid "Math Command Fleet Missions"
 msgstr ""
 
-#: src/titlescreen.c:749
+#: src/titlescreen.c:751
 msgid "Play Arcade Game"
 msgstr "Играть в аркадную игру"
 
-#: src/titlescreen.c:750
+#: src/titlescreen.c:752
 msgid "Play Custom Game"
 msgstr "Играть в пользовательскую игру"
 
-#: src/titlescreen.c:751 src/titlescreen.c:802 src/titlescreen.c:811
-#: src/titlescreen.c:871 src/titlescreen.c:991
+#: src/titlescreen.c:753 src/titlescreen.c:804 src/titlescreen.c:813
+#: src/titlescreen.c:873 src/titlescreen.c:993
 msgid "Main menu"
 msgstr "Главное меню"
 
-#: src/titlescreen.c:800
+#: src/titlescreen.c:802
 msgid "Score Sweep"
 msgstr ""
 
-#: src/titlescreen.c:801
+#: src/titlescreen.c:803
 msgid "Elimination"
 msgstr ""
 
-#: src/titlescreen.c:845
+#: src/titlescreen.c:847
 msgid "How many kids are playing?"
 msgstr ""
 
-#: src/titlescreen.c:846
+#: src/titlescreen.c:848
 msgid "(Between 2 and 4 players)"
 msgstr ""
 
-#: src/titlescreen.c:965
+#: src/titlescreen.c:967
 msgid "Edit 'options' file in your home directory"
 msgstr "Редактировать файл параметров в вашей домашней директории"
 
-#: src/titlescreen.c:966
+#: src/titlescreen.c:968
 msgid "to create customized game!"
 msgstr "для создания пользовательской игры!"
 
-#: src/titlescreen.c:967
+#: src/titlescreen.c:969
 msgid "Press a key or click your mouse to start game."
 msgstr "Нажмите клавишу или кликните мышью для запуска игры."
 
-#: src/titlescreen.c:968
+#: src/titlescreen.c:970
 msgid "See README.txt for more information"
 msgstr "Смотрите README.txt для дополнительной информации"
 
-#: src/titlescreen.c:1083
+#: src/titlescreen.c:1085
 msgid "Demo"
 msgstr "Демонстрация"
 
-#: src/titlescreen.c:1084
+#: src/titlescreen.c:1086
 msgid "Project Info"
 msgstr "Информация о проекте"
 
-#: src/titlescreen.c:1085
+#: src/titlescreen.c:1087
 msgid "Credits"
 msgstr "Разработчики"
 
-#: src/titlescreen.c:1086
+#: src/titlescreen.c:1088
 msgid "Main Menu"
 msgstr "Главное меню"
 
-#: src/titlescreen.c:1133
+#: src/titlescreen.c:1135
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath свободный и открытый!"
 
-#: src/titlescreen.c:1134
+#: src/titlescreen.c:1136
 msgid "You can help make it better by reporting problems,"
 msgstr "Вы можете улучшить этот продукт, сообщив о проблеме,"
 
-#: src/titlescreen.c:1135
+#: src/titlescreen.c:1137
 msgid "suggesting improvements, or adding code."
 msgstr "предложив улучшение или добавив код."
 
-#: src/titlescreen.c:1136
+#: src/titlescreen.c:1138
 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	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/po/sk.po	2009-01-23 12:29:32 UTC (rev 851)
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2009-01-17 09:08-0600\n"
+"POT-Creation-Date: 2009-01-22 05:59-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"
@@ -220,31 +220,31 @@
 msgid "Mission accomplished. The galaxy is safe!"
 msgstr ""
 
-#: src/factoroids.c:563
+#: src/factoroids.c:552
 msgid "FACTOROIDS: to win, you need destroy all the asteroids."
 msgstr ""
 
-#: src/factoroids.c:564 src/factoroids.c:575
+#: src/factoroids.c:553 src/factoroids.c:564
 msgid "Use the arrow keys to turn or go forward.  Aim at an asteroid,"
 msgstr ""
 
-#: src/factoroids.c:565
+#: src/factoroids.c:554
 msgid "type one of its factors, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:566
+#: src/factoroids.c:555
 msgid "to split it into its factors.  Rocks with prime numbers are destroyed!"
 msgstr ""
 
-#: src/factoroids.c:574
+#: src/factoroids.c:563
 msgid "FRACTIONS: to win, you need destroy all the asteroids"
 msgstr ""
 
-#: src/factoroids.c:576
+#: src/factoroids.c:565
 msgid "type a number that can simplify the fraction, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:577
+#: src/factoroids.c:566
 msgid ""
 "to split it.  Destroy fractions that can not be further simplified in a "
 "single shot!"
@@ -354,161 +354,161 @@
 msgid "Do it now, and then play!"
 msgstr ""
 
-#: src/highscore.c:213 src/titlescreen.c:870
+#: src/highscore.c:213 src/titlescreen.c:872
 msgid "Hall Of Fame"
 msgstr "Sieň slávy"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:806
-#: src/titlescreen.c:865
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:808
+#: src/titlescreen.c:867
 msgid "Space Cadet"
 msgstr "Vesmírny kadet"
 
-#: src/highscore.c:238 src/titlescreen.c:807 src/titlescreen.c:866
+#: src/highscore.c:238 src/titlescreen.c:809 src/titlescreen.c:868
 msgid "Scout"
 msgstr "Skaut"
 
-#: src/highscore.c:241 src/titlescreen.c:808 src/titlescreen.c:867
+#: src/highscore.c:241 src/titlescreen.c:810 src/titlescreen.c:869
 msgid "Ranger"
 msgstr "Poručík"
 
-#: src/highscore.c:244 src/titlescreen.c:809 src/titlescreen.c:868
+#: src/highscore.c:244 src/titlescreen.c:811 src/titlescreen.c:870
 msgid "Ace"
 msgstr "Eso"
 
-#: src/highscore.c:247 src/titlescreen.c:810 src/titlescreen.c:869
+#: src/highscore.c:247 src/titlescreen.c:812 src/titlescreen.c:871
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:989
+#: src/highscore.c:250 src/titlescreen.c:991
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:990
+#: src/highscore.c:253 src/titlescreen.c:992
 msgid "Fractions"
 msgstr ""
 
-#: src/titlescreen.c:492
+#: src/titlescreen.c:494
 msgid "Work In Progress!"
 msgstr "Spracováva sa!"
 
-#: src/titlescreen.c:493
+#: src/titlescreen.c:495
 msgid "This feature is not ready yet"
 msgstr "Táto vlastnosť ešte nie je pripravená"
 
-#: src/titlescreen.c:494
+#: src/titlescreen.c:496
 msgid "Discuss the future of TuxMath at"
 msgstr "Diskutuj o budúcnosti TuxMath na"
 
-#: src/titlescreen.c:495
+#: src/titlescreen.c:497
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:668
+#: src/titlescreen.c:670
 msgid "Play Alone"
 msgstr ""
 
-#: src/titlescreen.c:669
+#: src/titlescreen.c:671
 msgid "Play With Friends"
 msgstr ""
 
-#: src/titlescreen.c:670
+#: src/titlescreen.c:672
 msgid "Factoroids!"
 msgstr ""
 
-#: src/titlescreen.c:671
+#: src/titlescreen.c:673
 msgid "Help"
 msgstr "Pomocník"
 
-#: src/titlescreen.c:672
+#: src/titlescreen.c:674
 msgid "More Options"
 msgstr "Viac možností"
 
-#: src/titlescreen.c:673
+#: src/titlescreen.c:675
 msgid "Quit"
 msgstr "Koniec"
 
-#: src/titlescreen.c:747
+#: src/titlescreen.c:749
 msgid "Math Command Training Academy"
 msgstr "Cvičná akadémia matematického ovládania"
 
-#: src/titlescreen.c:748
+#: src/titlescreen.c:750
 msgid "Math Command Fleet Missions"
 msgstr ""
 
-#: src/titlescreen.c:749
+#: src/titlescreen.c:751
 msgid "Play Arcade Game"
 msgstr "Hrať arkádovú hru"
 
-#: src/titlescreen.c:750
+#: src/titlescreen.c:752
 msgid "Play Custom Game"
 msgstr "Hrať vlastnú hru"
 
-#: src/titlescreen.c:751 src/titlescreen.c:802 src/titlescreen.c:811
-#: src/titlescreen.c:871 src/titlescreen.c:991
+#: src/titlescreen.c:753 src/titlescreen.c:804 src/titlescreen.c:813
+#: src/titlescreen.c:873 src/titlescreen.c:993
 msgid "Main menu"
 msgstr "Hlavná ponuka"
 
-#: src/titlescreen.c:800
+#: src/titlescreen.c:802
 msgid "Score Sweep"
 msgstr ""
 
-#: src/titlescreen.c:801
+#: src/titlescreen.c:803
 msgid "Elimination"
 msgstr ""
 
-#: src/titlescreen.c:845
+#: src/titlescreen.c:847
 msgid "How many kids are playing?"
 msgstr ""
 
-#: src/titlescreen.c:846
+#: src/titlescreen.c:848
 msgid "(Between 2 and 4 players)"
 msgstr ""
 
-#: src/titlescreen.c:965
+#: src/titlescreen.c:967
 msgid "Edit 'options' file in your home directory"
 msgstr "Uprav súbor «options » vo svojom domovskom priečinku,"
 
-#: src/titlescreen.c:966
+#: src/titlescreen.c:968
 msgid "to create customized game!"
 msgstr "aby si mohol vytvoriť svoju vlastnú hru!"
 
-#: src/titlescreen.c:967
+#: src/titlescreen.c:969
 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:968
+#: src/titlescreen.c:970
 msgid "See README.txt for more information"
 msgstr "Pre viac informácií pozrite README.txt"
 
-#: src/titlescreen.c:1083
+#: src/titlescreen.c:1085
 msgid "Demo"
 msgstr "Demo"
 
-#: src/titlescreen.c:1084
+#: src/titlescreen.c:1086
 msgid "Project Info"
 msgstr "Informácie o projekte"
 
-#: src/titlescreen.c:1085
+#: src/titlescreen.c:1087
 msgid "Credits"
 msgstr "Tvorcovia"
 
-#: src/titlescreen.c:1086
+#: src/titlescreen.c:1088
 msgid "Main Menu"
 msgstr "Hlavná ponuka"
 
-#: src/titlescreen.c:1133
+#: src/titlescreen.c:1135
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath je slobodný software!"
 
-#: src/titlescreen.c:1134
+#: src/titlescreen.c:1136
 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:1135
+#: src/titlescreen.c:1137
 msgid "suggesting improvements, or adding code."
 msgstr "navrhovaním vylepšení, alebo pridaním kódu"
 
-#: src/titlescreen.c:1136
+#: src/titlescreen.c:1138
 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	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/po/sv.po	2009-01-23 12:29:32 UTC (rev 851)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2009-01-17 09:08-0600\n"
+"POT-Creation-Date: 2009-01-22 05:59-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"
@@ -216,33 +216,33 @@
 msgid "Mission accomplished. The galaxy is safe!"
 msgstr "Uppdraget slutfört! Galaxen är säker!"
 
-#: src/factoroids.c:563
+#: src/factoroids.c:552
 msgid "FACTOROIDS: to win, you need destroy all the asteroids."
 msgstr "NÄMNARE: för att vinna behöver du förstöra alla asteroider."
 
-#: src/factoroids.c:564 src/factoroids.c:575
+#: src/factoroids.c:553 src/factoroids.c:564
 msgid "Use the arrow keys to turn or go forward.  Aim at an asteroid,"
 msgstr ""
 "Använd piltangenterna för att svänga eller gå framåt. Sikta på en asteroid,"
 
-#: src/factoroids.c:565
+#: src/factoroids.c:554
 msgid "type one of its factors, and press space or return"
 msgstr "skriv in en av dess nämnare och tryck på Blanksteg eller Return"
 
-#: src/factoroids.c:566
+#: src/factoroids.c:555
 msgid "to split it into its factors.  Rocks with prime numbers are destroyed!"
 msgstr "för att dela den i sina nämnare. Stenar med primtal förstörs!"
 
-#: src/factoroids.c:574
+#: src/factoroids.c:563
 msgid "FRACTIONS: to win, you need destroy all the asteroids"
 msgstr "BRÅK: för att vinna behöver du förstöra alla asteroider"
 
-#: src/factoroids.c:576
+#: src/factoroids.c:565
 msgid "type a number that can simplify the fraction, and press space or return"
 msgstr ""
 "skriv in ett tal som kan förenkla bråket och tryck på Blanksteg eller Return"
 
-#: src/factoroids.c:577
+#: src/factoroids.c:566
 msgid ""
 "to split it.  Destroy fractions that can not be further simplified in a "
 "single shot!"
@@ -353,162 +353,162 @@
 msgid "Do it now, and then play!"
 msgstr "Gör det nu och spela sedan!"
 
-#: src/highscore.c:213 src/titlescreen.c:870
+#: src/highscore.c:213 src/titlescreen.c:872
 msgid "Hall Of Fame"
 msgstr "Poänglistan"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:806
-#: src/titlescreen.c:865
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:808
+#: src/titlescreen.c:867
 msgid "Space Cadet"
 msgstr "Rymdkadett"
 
-#: src/highscore.c:238 src/titlescreen.c:807 src/titlescreen.c:866
+#: src/highscore.c:238 src/titlescreen.c:809 src/titlescreen.c:868
 msgid "Scout"
 msgstr "Scout"
 
-#: src/highscore.c:241 src/titlescreen.c:808 src/titlescreen.c:867
+#: src/highscore.c:241 src/titlescreen.c:810 src/titlescreen.c:869
 msgid "Ranger"
 msgstr "Jägare"
 
-#: src/highscore.c:244 src/titlescreen.c:809 src/titlescreen.c:868
+#: src/highscore.c:244 src/titlescreen.c:811 src/titlescreen.c:870
 msgid "Ace"
 msgstr "Mästare"
 
-#: src/highscore.c:247 src/titlescreen.c:810 src/titlescreen.c:869
+#: src/highscore.c:247 src/titlescreen.c:812 src/titlescreen.c:871
 msgid "Commando"
 msgstr "Kommandosoldat"
 
-#: src/highscore.c:250 src/titlescreen.c:989
+#: src/highscore.c:250 src/titlescreen.c:991
 msgid "Factors"
 msgstr "Nämnare"
 
-#: src/highscore.c:253 src/titlescreen.c:990
+#: src/highscore.c:253 src/titlescreen.c:992
 msgid "Fractions"
 msgstr "Bråk"
 
-#: src/titlescreen.c:492
+#: src/titlescreen.c:494
 msgid "Work In Progress!"
 msgstr "Arbete pågår!"
 
-#: src/titlescreen.c:493
+#: src/titlescreen.c:495
 msgid "This feature is not ready yet"
 msgstr "Denna funktion är inte färdig ännu"
 
-#: src/titlescreen.c:494
+#: src/titlescreen.c:496
 msgid "Discuss the future of TuxMath at"
 msgstr "Diskutera framtiden för TuxMath på"
 
-#: src/titlescreen.c:495
+#: src/titlescreen.c:497
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:668
+#: src/titlescreen.c:670
 msgid "Play Alone"
 msgstr "Spela ensam"
 
-#: src/titlescreen.c:669
+#: src/titlescreen.c:671
 msgid "Play With Friends"
 msgstr "Spela med vänner"
 
-#: src/titlescreen.c:670
+#: src/titlescreen.c:672
 #, fuzzy
 msgid "Factoroids!"
 msgstr "Nämnare"
 
-#: src/titlescreen.c:671
+#: src/titlescreen.c:673
 msgid "Help"
 msgstr "Hjälp"
 
-#: src/titlescreen.c:672
+#: src/titlescreen.c:674
 msgid "More Options"
 msgstr "Fler alternativ"
 
-#: src/titlescreen.c:673
+#: src/titlescreen.c:675
 msgid "Quit"
 msgstr "Avsluta"
 
-#: src/titlescreen.c:747
+#: src/titlescreen.c:749
 msgid "Math Command Training Academy"
 msgstr "Akademin för matematikträning"
 
-#: src/titlescreen.c:748
+#: src/titlescreen.c:750
 msgid "Math Command Fleet Missions"
 msgstr "Uppdrag för matematikflottan"
 
-#: src/titlescreen.c:749
+#: src/titlescreen.c:751
 msgid "Play Arcade Game"
 msgstr "Spela arkadspel"
 
-#: src/titlescreen.c:750
+#: src/titlescreen.c:752
 msgid "Play Custom Game"
 msgstr "Spela anpassat spel"
 
-#: src/titlescreen.c:751 src/titlescreen.c:802 src/titlescreen.c:811
-#: src/titlescreen.c:871 src/titlescreen.c:991
+#: src/titlescreen.c:753 src/titlescreen.c:804 src/titlescreen.c:813
+#: src/titlescreen.c:873 src/titlescreen.c:993
 msgid "Main menu"
 msgstr "Huvudmeny"
 
-#: src/titlescreen.c:800
+#: src/titlescreen.c:802
 msgid "Score Sweep"
 msgstr ""
 
-#: src/titlescreen.c:801
+#: src/titlescreen.c:803
 msgid "Elimination"
 msgstr ""
 
-#: src/titlescreen.c:845
+#: src/titlescreen.c:847
 msgid "How many kids are playing?"
 msgstr ""
 
-#: src/titlescreen.c:846
+#: src/titlescreen.c:848
 msgid "(Between 2 and 4 players)"
 msgstr ""
 
-#: src/titlescreen.c:965
+#: src/titlescreen.c:967
 msgid "Edit 'options' file in your home directory"
 msgstr "Redigera filen \"options\" i din hemkatalog"
 
-#: src/titlescreen.c:966
+#: src/titlescreen.c:968
 msgid "to create customized game!"
 msgstr "för att skapa anpassade spel!"
 
-#: src/titlescreen.c:967
+#: src/titlescreen.c:969
 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:968
+#: src/titlescreen.c:970
 msgid "See README.txt for more information"
 msgstr "Se README.txt för mer information"
 
-#: src/titlescreen.c:1083
+#: src/titlescreen.c:1085
 msgid "Demo"
 msgstr "Demonstration"
 
-#: src/titlescreen.c:1084
+#: src/titlescreen.c:1086
 msgid "Project Info"
 msgstr "Projektinformation"
 
-#: src/titlescreen.c:1085
+#: src/titlescreen.c:1087
 msgid "Credits"
 msgstr "Tack till"
 
-#: src/titlescreen.c:1086
+#: src/titlescreen.c:1088
 msgid "Main Menu"
 msgstr "Huvudmeny"
 
-#: src/titlescreen.c:1133
+#: src/titlescreen.c:1135
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath är gratis och öppen källkod!"
 
-#: src/titlescreen.c:1134
+#: src/titlescreen.c:1136
 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:1135
+#: src/titlescreen.c:1137
 msgid "suggesting improvements, or adding code."
 msgstr "föreslå förbättringar eller bidra med programkod."
 
-#: src/titlescreen.c:1136
+#: src/titlescreen.c:1138
 msgid "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 msgstr "Diskutera framtiden på tuxmath-devel at lists.sourceforge.net"
 

Modified: tuxmath/trunk/po/tr.po
===================================================================
--- tuxmath/trunk/po/tr.po	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/po/tr.po	2009-01-23 12:29:32 UTC (rev 851)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: tr2\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2009-01-17 09:08-0600\n"
+"POT-Creation-Date: 2009-01-22 05:59-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"
@@ -215,32 +215,32 @@
 msgid "Mission accomplished. The galaxy is safe!"
 msgstr "Görev başarıyla tamamlandı. Galaksi güvenli!"
 
-#: src/factoroids.c:563
+#: src/factoroids.c:552
 msgid "FACTOROIDS: to win, you need destroy all the asteroids."
 msgstr ""
 
-#: src/factoroids.c:564 src/factoroids.c:575
+#: src/factoroids.c:553 src/factoroids.c:564
 msgid "Use the arrow keys to turn or go forward.  Aim at an asteroid,"
 msgstr "Ok tuşlarını kullanarak dön ya da ileri git. Bir asteroidi hedef al,"
 
-#: src/factoroids.c:565
+#: src/factoroids.c:554
 msgid "type one of its factors, and press space or return"
 msgstr "çarpanlarından birini yaz ve boşluk ya da enter'e "
 
-#: src/factoroids.c:566
+#: src/factoroids.c:555
 msgid "to split it into its factors.  Rocks with prime numbers are destroyed!"
 msgstr "basarak çarpanlarına ayır. Asal sayılar olan kayalar yok oluyor!"
 
-#: src/factoroids.c:574
+#: src/factoroids.c:563
 msgid "FRACTIONS: to win, you need destroy all the asteroids"
 msgstr "KESİRLER: Kazanmak için tüm asteroitleri yok etmen gerekiyor."
 
-#: src/factoroids.c:576
+#: src/factoroids.c:565
 msgid "type a number that can simplify the fraction, and press space or return"
 msgstr ""
 "Kesiri basitleştirebilecek bir sayıyı yazıp boşluk ya da enter'e basarak onu"
 
-#: src/factoroids.c:577
+#: src/factoroids.c:566
 msgid ""
 "to split it.  Destroy fractions that can not be further simplified in a "
 "single shot!"
@@ -351,162 +351,162 @@
 msgid "Do it now, and then play!"
 msgstr "Hemen şimdi yap ve sonra oyna!"
 
-#: src/highscore.c:213 src/titlescreen.c:870
+#: src/highscore.c:213 src/titlescreen.c:872
 msgid "Hall Of Fame"
 msgstr "Gurur Tablosu"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:806
-#: src/titlescreen.c:865
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:808
+#: src/titlescreen.c:867
 msgid "Space Cadet"
 msgstr "Uzay Tertibi"
 
-#: src/highscore.c:238 src/titlescreen.c:807 src/titlescreen.c:866
+#: src/highscore.c:238 src/titlescreen.c:809 src/titlescreen.c:868
 msgid "Scout"
 msgstr "İzci"
 
-#: src/highscore.c:241 src/titlescreen.c:808 src/titlescreen.c:867
+#: src/highscore.c:241 src/titlescreen.c:810 src/titlescreen.c:869
 msgid "Ranger"
 msgstr "Korucu"
 
-#: src/highscore.c:244 src/titlescreen.c:809 src/titlescreen.c:868
+#: src/highscore.c:244 src/titlescreen.c:811 src/titlescreen.c:870
 msgid "Ace"
 msgstr "As"
 
-#: src/highscore.c:247 src/titlescreen.c:810 src/titlescreen.c:869
+#: src/highscore.c:247 src/titlescreen.c:812 src/titlescreen.c:871
 msgid "Commando"
 msgstr "Komando"
 
-#: src/highscore.c:250 src/titlescreen.c:989
+#: src/highscore.c:250 src/titlescreen.c:991
 msgid "Factors"
 msgstr "Çarpanlar"
 
-#: src/highscore.c:253 src/titlescreen.c:990
+#: src/highscore.c:253 src/titlescreen.c:992
 msgid "Fractions"
 msgstr "Kesirler"
 
-#: src/titlescreen.c:492
+#: src/titlescreen.c:494
 msgid "Work In Progress!"
 msgstr "Çalışmalar Sürüyor!"
 
-#: src/titlescreen.c:493
+#: src/titlescreen.c:495
 msgid "This feature is not ready yet"
 msgstr "Bu özellik henüz hazır değil"
 
-#: src/titlescreen.c:494
+#: src/titlescreen.c:496
 msgid "Discuss the future of TuxMath at"
 msgstr "Tuxmath'in geleceğini tartışıldığı liste :"
 
-#: src/titlescreen.c:495
+#: src/titlescreen.c:497
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:668
+#: src/titlescreen.c:670
 msgid "Play Alone"
 msgstr "Yalnız Oyna"
 
-#: src/titlescreen.c:669
+#: src/titlescreen.c:671
 msgid "Play With Friends"
 msgstr "Arkadaşlarla Oyna"
 
-#: src/titlescreen.c:670
+#: src/titlescreen.c:672
 #, fuzzy
 msgid "Factoroids!"
 msgstr "Çarpanlar"
 
-#: src/titlescreen.c:671
+#: src/titlescreen.c:673
 msgid "Help"
 msgstr "Yardım"
 
-#: src/titlescreen.c:672
+#: src/titlescreen.c:674
 msgid "More Options"
 msgstr "Daha Çok Seçenek"
 
-#: src/titlescreen.c:673
+#: src/titlescreen.c:675
 msgid "Quit"
 msgstr "Çıkış"
 
-#: src/titlescreen.c:747
+#: src/titlescreen.c:749
 msgid "Math Command Training Academy"
 msgstr "Matematik Komutanlığı Eğitim Akademisi"
 
-#: src/titlescreen.c:748
+#: src/titlescreen.c:750
 msgid "Math Command Fleet Missions"
 msgstr "Matematik Komutanlığı Donanması Görevleri"
 
-#: src/titlescreen.c:749
+#: src/titlescreen.c:751
 msgid "Play Arcade Game"
 msgstr "Eğlence Oyunu Oyna"
 
-#: src/titlescreen.c:750
+#: src/titlescreen.c:752
 msgid "Play Custom Game"
 msgstr "Özel Oyun Oyna"
 
-#: src/titlescreen.c:751 src/titlescreen.c:802 src/titlescreen.c:811
-#: src/titlescreen.c:871 src/titlescreen.c:991
+#: src/titlescreen.c:753 src/titlescreen.c:804 src/titlescreen.c:813
+#: src/titlescreen.c:873 src/titlescreen.c:993
 msgid "Main menu"
 msgstr "Ana menü"
 
-#: src/titlescreen.c:800
+#: src/titlescreen.c:802
 msgid "Score Sweep"
 msgstr ""
 
-#: src/titlescreen.c:801
+#: src/titlescreen.c:803
 msgid "Elimination"
 msgstr ""
 
-#: src/titlescreen.c:845
+#: src/titlescreen.c:847
 msgid "How many kids are playing?"
 msgstr ""
 
-#: src/titlescreen.c:846
+#: src/titlescreen.c:848
 msgid "(Between 2 and 4 players)"
 msgstr ""
 
-#: src/titlescreen.c:965
+#: src/titlescreen.c:967
 msgid "Edit 'options' file in your home directory"
 msgstr "Özelleştirilmiş oyun yaratmak için"
 
-#: src/titlescreen.c:966
+#: src/titlescreen.c:968
 msgid "to create customized game!"
 msgstr "ev dizinindeki 'options' dosyasını düzenle!"
 
-#: src/titlescreen.c:967
+#: src/titlescreen.c:969
 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:968
+#: src/titlescreen.c:970
 msgid "See README.txt for more information"
 msgstr "Daha fazla bilgi için README.txt dosyasına bakın"
 
-#: src/titlescreen.c:1083
+#: src/titlescreen.c:1085
 msgid "Demo"
 msgstr "Gösteri (Demo)"
 
-#: src/titlescreen.c:1084
+#: src/titlescreen.c:1086
 msgid "Project Info"
 msgstr "Proje Bilgisi"
 
-#: src/titlescreen.c:1085
+#: src/titlescreen.c:1087
 msgid "Credits"
 msgstr "Hazırlayanlar"
 
-#: src/titlescreen.c:1086
+#: src/titlescreen.c:1088
 msgid "Main Menu"
 msgstr "Ana Menü"
 
-#: src/titlescreen.c:1133
+#: src/titlescreen.c:1135
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath özgür ve açık kaynak kodlu!"
 
-#: src/titlescreen.c:1134
+#: src/titlescreen.c:1136
 msgid "You can help make it better by reporting problems,"
 msgstr "Sorunları bildirerek, iyileştirmeler önererek ya da kod yazarak"
 
-#: src/titlescreen.c:1135
+#: src/titlescreen.c:1137
 msgid "suggesting improvements, or adding code."
 msgstr "daha iyi olmasına yardımcı olabilirsin."
 
-#: src/titlescreen.c:1136
+#: src/titlescreen.c:1138
 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 "

Modified: tuxmath/trunk/po/tuxmath.pot
===================================================================
--- tuxmath/trunk/po/tuxmath.pot	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/po/tuxmath.pot	2009-01-23 12:29:32 UTC (rev 851)
@@ -5,9 +5,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: tuxmath 1.7.0\n"
+"Project-Id-Version: tuxmath 1.7.1\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2009-01-17 09:08-0600\n"
+"POT-Creation-Date: 2009-01-22 05:59-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"
@@ -215,31 +215,31 @@
 msgid "Mission accomplished. The galaxy is safe!"
 msgstr ""
 
-#: src/factoroids.c:563
+#: src/factoroids.c:552
 msgid "FACTOROIDS: to win, you need destroy all the asteroids."
 msgstr ""
 
-#: src/factoroids.c:564 src/factoroids.c:575
+#: src/factoroids.c:553 src/factoroids.c:564
 msgid "Use the arrow keys to turn or go forward.  Aim at an asteroid,"
 msgstr ""
 
-#: src/factoroids.c:565
+#: src/factoroids.c:554
 msgid "type one of its factors, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:566
+#: src/factoroids.c:555
 msgid "to split it into its factors.  Rocks with prime numbers are destroyed!"
 msgstr ""
 
-#: src/factoroids.c:574
+#: src/factoroids.c:563
 msgid "FRACTIONS: to win, you need destroy all the asteroids"
 msgstr ""
 
-#: src/factoroids.c:576
+#: src/factoroids.c:565
 msgid "type a number that can simplify the fraction, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:577
+#: src/factoroids.c:566
 msgid ""
 "to split it.  Destroy fractions that can not be further simplified in a "
 "single shot!"
@@ -349,161 +349,161 @@
 msgid "Do it now, and then play!"
 msgstr ""
 
-#: src/highscore.c:213 src/titlescreen.c:870
+#: src/highscore.c:213 src/titlescreen.c:872
 msgid "Hall Of Fame"
 msgstr ""
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:806
-#: src/titlescreen.c:865
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:808
+#: src/titlescreen.c:867
 msgid "Space Cadet"
 msgstr ""
 
-#: src/highscore.c:238 src/titlescreen.c:807 src/titlescreen.c:866
+#: src/highscore.c:238 src/titlescreen.c:809 src/titlescreen.c:868
 msgid "Scout"
 msgstr ""
 
-#: src/highscore.c:241 src/titlescreen.c:808 src/titlescreen.c:867
+#: src/highscore.c:241 src/titlescreen.c:810 src/titlescreen.c:869
 msgid "Ranger"
 msgstr ""
 
-#: src/highscore.c:244 src/titlescreen.c:809 src/titlescreen.c:868
+#: src/highscore.c:244 src/titlescreen.c:811 src/titlescreen.c:870
 msgid "Ace"
 msgstr ""
 
-#: src/highscore.c:247 src/titlescreen.c:810 src/titlescreen.c:869
+#: src/highscore.c:247 src/titlescreen.c:812 src/titlescreen.c:871
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:989
+#: src/highscore.c:250 src/titlescreen.c:991
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:990
+#: src/highscore.c:253 src/titlescreen.c:992
 msgid "Fractions"
 msgstr ""
 
-#: src/titlescreen.c:492
+#: src/titlescreen.c:494
 msgid "Work In Progress!"
 msgstr ""
 
-#: src/titlescreen.c:493
+#: src/titlescreen.c:495
 msgid "This feature is not ready yet"
 msgstr ""
 
-#: src/titlescreen.c:494
+#: src/titlescreen.c:496
 msgid "Discuss the future of TuxMath at"
 msgstr ""
 
-#: src/titlescreen.c:495
+#: src/titlescreen.c:497
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr ""
 
-#: src/titlescreen.c:668
+#: src/titlescreen.c:670
 msgid "Play Alone"
 msgstr ""
 
-#: src/titlescreen.c:669
+#: src/titlescreen.c:671
 msgid "Play With Friends"
 msgstr ""
 
-#: src/titlescreen.c:670
+#: src/titlescreen.c:672
 msgid "Factoroids!"
 msgstr ""
 
-#: src/titlescreen.c:671
+#: src/titlescreen.c:673
 msgid "Help"
 msgstr ""
 
-#: src/titlescreen.c:672
+#: src/titlescreen.c:674
 msgid "More Options"
 msgstr ""
 
-#: src/titlescreen.c:673
+#: src/titlescreen.c:675
 msgid "Quit"
 msgstr ""
 
-#: src/titlescreen.c:747
+#: src/titlescreen.c:749
 msgid "Math Command Training Academy"
 msgstr ""
 
-#: src/titlescreen.c:748
+#: src/titlescreen.c:750
 msgid "Math Command Fleet Missions"
 msgstr ""
 
-#: src/titlescreen.c:749
+#: src/titlescreen.c:751
 msgid "Play Arcade Game"
 msgstr ""
 
-#: src/titlescreen.c:750
+#: src/titlescreen.c:752
 msgid "Play Custom Game"
 msgstr ""
 
-#: src/titlescreen.c:751 src/titlescreen.c:802 src/titlescreen.c:811
-#: src/titlescreen.c:871 src/titlescreen.c:991
+#: src/titlescreen.c:753 src/titlescreen.c:804 src/titlescreen.c:813
+#: src/titlescreen.c:873 src/titlescreen.c:993
 msgid "Main menu"
 msgstr ""
 
-#: src/titlescreen.c:800
+#: src/titlescreen.c:802
 msgid "Score Sweep"
 msgstr ""
 
-#: src/titlescreen.c:801
+#: src/titlescreen.c:803
 msgid "Elimination"
 msgstr ""
 
-#: src/titlescreen.c:845
+#: src/titlescreen.c:847
 msgid "How many kids are playing?"
 msgstr ""
 
-#: src/titlescreen.c:846
+#: src/titlescreen.c:848
 msgid "(Between 2 and 4 players)"
 msgstr ""
 
-#: src/titlescreen.c:965
+#: src/titlescreen.c:967
 msgid "Edit 'options' file in your home directory"
 msgstr ""
 
-#: src/titlescreen.c:966
+#: src/titlescreen.c:968
 msgid "to create customized game!"
 msgstr ""
 
-#: src/titlescreen.c:967
+#: src/titlescreen.c:969
 msgid "Press a key or click your mouse to start game."
 msgstr ""
 
-#: src/titlescreen.c:968
+#: src/titlescreen.c:970
 msgid "See README.txt for more information"
 msgstr ""
 
-#: src/titlescreen.c:1083
+#: src/titlescreen.c:1085
 msgid "Demo"
 msgstr ""
 
-#: src/titlescreen.c:1084
+#: src/titlescreen.c:1086
 msgid "Project Info"
 msgstr ""
 
-#: src/titlescreen.c:1085
+#: src/titlescreen.c:1087
 msgid "Credits"
 msgstr ""
 
-#: src/titlescreen.c:1086
+#: src/titlescreen.c:1088
 msgid "Main Menu"
 msgstr ""
 
-#: src/titlescreen.c:1133
+#: src/titlescreen.c:1135
 msgid "TuxMath is free and open-source!"
 msgstr ""
 
-#: src/titlescreen.c:1134
+#: src/titlescreen.c:1136
 msgid "You can help make it better by reporting problems,"
 msgstr ""
 
-#: src/titlescreen.c:1135
+#: src/titlescreen.c:1137
 msgid "suggesting improvements, or adding code."
 msgstr ""
 
-#: src/titlescreen.c:1136
+#: src/titlescreen.c:1138
 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	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/po/zh_CN.po	2009-01-23 12:29:32 UTC (rev 851)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: tuxmath\n"
 "Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2009-01-17 09:08-0600\n"
+"POT-Creation-Date: 2009-01-22 05:59-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"
@@ -219,31 +219,31 @@
 msgid "Mission accomplished. The galaxy is safe!"
 msgstr ""
 
-#: src/factoroids.c:563
+#: src/factoroids.c:552
 msgid "FACTOROIDS: to win, you need destroy all the asteroids."
 msgstr ""
 
-#: src/factoroids.c:564 src/factoroids.c:575
+#: src/factoroids.c:553 src/factoroids.c:564
 msgid "Use the arrow keys to turn or go forward.  Aim at an asteroid,"
 msgstr ""
 
-#: src/factoroids.c:565
+#: src/factoroids.c:554
 msgid "type one of its factors, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:566
+#: src/factoroids.c:555
 msgid "to split it into its factors.  Rocks with prime numbers are destroyed!"
 msgstr ""
 
-#: src/factoroids.c:574
+#: src/factoroids.c:563
 msgid "FRACTIONS: to win, you need destroy all the asteroids"
 msgstr ""
 
-#: src/factoroids.c:576
+#: src/factoroids.c:565
 msgid "type a number that can simplify the fraction, and press space or return"
 msgstr ""
 
-#: src/factoroids.c:577
+#: src/factoroids.c:566
 msgid ""
 "to split it.  Destroy fractions that can not be further simplified in a "
 "single shot!"
@@ -353,161 +353,161 @@
 msgid "Do it now, and then play!"
 msgstr ""
 
-#: src/highscore.c:213 src/titlescreen.c:870
+#: src/highscore.c:213 src/titlescreen.c:872
 msgid "Hall Of Fame"
 msgstr "排行榜"
 
-#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:806
-#: src/titlescreen.c:865
+#: src/highscore.c:235 src/highscore.c:256 src/titlescreen.c:808
+#: src/titlescreen.c:867
 msgid "Space Cadet"
 msgstr "太空警"
 
-#: src/highscore.c:238 src/titlescreen.c:807 src/titlescreen.c:866
+#: src/highscore.c:238 src/titlescreen.c:809 src/titlescreen.c:868
 msgid "Scout"
 msgstr "童子军"
 
-#: src/highscore.c:241 src/titlescreen.c:808 src/titlescreen.c:867
+#: src/highscore.c:241 src/titlescreen.c:810 src/titlescreen.c:869
 msgid "Ranger"
 msgstr "巡逻兵"
 
-#: src/highscore.c:244 src/titlescreen.c:809 src/titlescreen.c:868
+#: src/highscore.c:244 src/titlescreen.c:811 src/titlescreen.c:870
 msgid "Ace"
 msgstr "王牌飞行员"
 
-#: src/highscore.c:247 src/titlescreen.c:810 src/titlescreen.c:869
+#: src/highscore.c:247 src/titlescreen.c:812 src/titlescreen.c:871
 msgid "Commando"
 msgstr ""
 
-#: src/highscore.c:250 src/titlescreen.c:989
+#: src/highscore.c:250 src/titlescreen.c:991
 msgid "Factors"
 msgstr ""
 
-#: src/highscore.c:253 src/titlescreen.c:990
+#: src/highscore.c:253 src/titlescreen.c:992
 msgid "Fractions"
 msgstr ""
 
-#: src/titlescreen.c:492
+#: src/titlescreen.c:494
 msgid "Work In Progress!"
 msgstr "运行中"
 
-#: src/titlescreen.c:493
+#: src/titlescreen.c:495
 msgid "This feature is not ready yet"
 msgstr "角色还没准备好"
 
-#: src/titlescreen.c:494
+#: src/titlescreen.c:496
 msgid "Discuss the future of TuxMath at"
 msgstr "讨论TuxMath:"
 
-#: src/titlescreen.c:495
+#: src/titlescreen.c:497
 msgid "tuxmath-devel at lists.sourceforge.net"
 msgstr "tuxmath-devel at lists.sourceforge.net"
 
-#: src/titlescreen.c:668
+#: src/titlescreen.c:670
 msgid "Play Alone"
 msgstr ""
 
-#: src/titlescreen.c:669
+#: src/titlescreen.c:671
 msgid "Play With Friends"
 msgstr ""
 
-#: src/titlescreen.c:670
+#: src/titlescreen.c:672
 msgid "Factoroids!"
 msgstr ""
 
-#: src/titlescreen.c:671
+#: src/titlescreen.c:673
 msgid "Help"
 msgstr "帮助"
 
-#: src/titlescreen.c:672
+#: src/titlescreen.c:674
 msgid "More Options"
 msgstr "更多选项"
 
-#: src/titlescreen.c:673
+#: src/titlescreen.c:675
 msgid "Quit"
 msgstr "退出"
 
-#: src/titlescreen.c:747
+#: src/titlescreen.c:749
 msgid "Math Command Training Academy"
 msgstr "数学运算练习"
 
-#: src/titlescreen.c:748
+#: src/titlescreen.c:750
 msgid "Math Command Fleet Missions"
 msgstr ""
 
-#: src/titlescreen.c:749
+#: src/titlescreen.c:751
 msgid "Play Arcade Game"
 msgstr "街机游戏"
 
-#: src/titlescreen.c:750
+#: src/titlescreen.c:752
 msgid "Play Custom Game"
 msgstr "自定义游戏"
 
-#: src/titlescreen.c:751 src/titlescreen.c:802 src/titlescreen.c:811
-#: src/titlescreen.c:871 src/titlescreen.c:991
+#: src/titlescreen.c:753 src/titlescreen.c:804 src/titlescreen.c:813
+#: src/titlescreen.c:873 src/titlescreen.c:993
 msgid "Main menu"
 msgstr "主菜单"
 
-#: src/titlescreen.c:800
+#: src/titlescreen.c:802
 msgid "Score Sweep"
 msgstr ""
 
-#: src/titlescreen.c:801
+#: src/titlescreen.c:803
 msgid "Elimination"
 msgstr ""
 
-#: src/titlescreen.c:845
+#: src/titlescreen.c:847
 msgid "How many kids are playing?"
 msgstr ""
 
-#: src/titlescreen.c:846
+#: src/titlescreen.c:848
 msgid "(Between 2 and 4 players)"
 msgstr ""
 
-#: src/titlescreen.c:965
+#: src/titlescreen.c:967
 msgid "Edit 'options' file in your home directory"
 msgstr "在你的主文件夹编辑'options' 选项文件"
 
-#: src/titlescreen.c:966
+#: src/titlescreen.c:968
 msgid "to create customized game!"
 msgstr "创建自定义游戏!"
 
-#: src/titlescreen.c:967
+#: src/titlescreen.c:969
 msgid "Press a key or click your mouse to start game."
 msgstr "按任意键或点击鼠标开始游戏。"
 
-#: src/titlescreen.c:968
+#: src/titlescreen.c:970
 msgid "See README.txt for more information"
 msgstr "查看 README.txt 文件以获得更多信息"
 
-#: src/titlescreen.c:1083
+#: src/titlescreen.c:1085
 msgid "Demo"
 msgstr "演示"
 
-#: src/titlescreen.c:1084
+#: src/titlescreen.c:1086
 msgid "Project Info"
 msgstr "工程信息"
 
-#: src/titlescreen.c:1085
+#: src/titlescreen.c:1087
 msgid "Credits"
 msgstr "贡献者"
 
-#: src/titlescreen.c:1086
+#: src/titlescreen.c:1088
 msgid "Main Menu"
 msgstr "主菜单"
 
-#: src/titlescreen.c:1133
+#: src/titlescreen.c:1135
 msgid "TuxMath is free and open-source!"
 msgstr "TuxMath 是自由软件而且是开放源代码的!"
 
-#: src/titlescreen.c:1134
+#: src/titlescreen.c:1136
 msgid "You can help make it better by reporting problems,"
 msgstr "你可以改进它或报告程序错误,"
 
-#: src/titlescreen.c:1135
+#: src/titlescreen.c:1137
 msgid "suggesting improvements, or adding code."
 msgstr "提出改进建议或增加代码。"
 
-#: src/titlescreen.c:1136
+#: src/titlescreen.c:1138
 msgid "Discuss the future at tuxmath-devel at lists.sourceforge.net"
 msgstr "讨论TuxMath: tuxmath-devel at lists.sourceforge.net"
 

Modified: tuxmath/trunk/src/fileops.h
===================================================================
--- tuxmath/trunk/src/fileops.h	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/src/fileops.h	2009-01-23 12:29:32 UTC (rev 851)
@@ -199,6 +199,7 @@
 
 /* Names for game sounds (formerly in sounds.h): */
 enum {
+  SND_HARP,
   SND_POP,
   SND_TOCK,
   SND_LASER,

Modified: tuxmath/trunk/src/fileops_media.c
===================================================================
--- tuxmath/trunk/src/fileops_media.c	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/src/fileops_media.c	2009-01-23 12:29:32 UTC (rev 851)
@@ -215,6 +215,7 @@
   SDL_Rect dest;
 
   static char* sound_filenames[NUM_SOUNDS] = {
+  DATA_PREFIX "/sounds/harp.wav",
   DATA_PREFIX "/sounds/pop.wav",
   DATA_PREFIX "/sounds/tock.wav",
   DATA_PREFIX "/sounds/laser.wav",
@@ -253,14 +254,14 @@
         return 0;
       }
       
-      
+/*      
       dest.x = 0;
       dest.y = (screen->h) - 10;
       dest.w = ((screen->w) * (i + 1 + NUM_IMAGES)) / total_files;
       dest.h = 10;
 
       SDL_FillRect(screen, &dest, SDL_MapRGB(screen->format, 0, 255, 0));
-      SDL_UpdateRect(screen, dest.x, dest.y, dest.w, dest.h);
+      SDL_UpdateRect(screen, dest.x, dest.y, dest.w, dest.h);*/
       
     }
 
@@ -279,7 +280,7 @@
         return 0;
       }
       
-      if (i == NUM_MUSICS - 1)
+/*      if (i == NUM_MUSICS - 1)
       {
         dest.x = 0;
         dest.y = (screen->h) - 10;
@@ -288,7 +289,7 @@
         
         SDL_FillRect(screen, &dest, SDL_MapRGB(screen->format, 0, 255, 0));
         SDL_UpdateRect(screen, dest.x, dest.y, dest.w, dest.h);
-      }
+      }*/
     }
   }
   return 1;

Modified: tuxmath/trunk/src/titlescreen.c
===================================================================
--- tuxmath/trunk/src/titlescreen.c	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/src/titlescreen.c	2009-01-23 12:29:32 UTC (rev 851)
@@ -118,7 +118,7 @@
   "friends", 
   "factoroids",
   "factors",
-  "factors",  //change this when "fractions" sprite made - DSB
+  "fractions",
   "fleet",
   "nums",
   "exclamation"
@@ -247,7 +247,9 @@
     SDL_FillRect(screen, NULL, SDL_MapRGB(screen->format, 0, 0, 0));
     SDL_BlitSurface(images[IMG_STANDBY], NULL, screen, &dest);
     SDL_UpdateRect(screen, 0, 0, 0, 0);
-  }
+    // Play "harp" greeting sound lifted from Tux Paint:
+    playsound(SND_HARP);
+ }
 
 
   /* --- wait  --- */

Modified: tuxmath/trunk/tuxmath.desktop
===================================================================
--- tuxmath/trunk/tuxmath.desktop	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/tuxmath.desktop	2009-01-23 12:29:32 UTC (rev 851)
@@ -12,4 +12,4 @@
 Type=Application
 Terminal=false
 Categories=Education;X-Teaching;
-## X-SuSE-translate=false
+## X-SuSE-translate=false 

Modified: tuxmath/trunk/tuxmath.spec
===================================================================
--- tuxmath/trunk/tuxmath.spec	2009-01-22 20:17:38 UTC (rev 850)
+++ tuxmath/trunk/tuxmath.spec	2009-01-23 12:29:32 UTC (rev 851)
@@ -5,7 +5,7 @@
 # package are under the same license as the package itself.
 #
 
-# norootforbuild
+# norootforbuild 
 
 Name:           tuxmath
 %define         realname tuxmath_w_fonts




More information about the Tux4kids-commits mailing list