[Tux4kids-commits] r357 - in tuxmath/trunk: . data/images/sprites doc po src

dbruce-guest at alioth.debian.org dbruce-guest at alioth.debian.org
Fri Dec 7 21:51:45 UTC 2007


Author: dbruce-guest
Date: 2007-12-07 21:51:45 +0000 (Fri, 07 Dec 2007)
New Revision: 357

Added:
   tuxmath/trunk/po/fr.po
Modified:
   tuxmath/trunk/Makefile.am
   tuxmath/trunk/config.h.in
   tuxmath/trunk/configure
   tuxmath/trunk/configure.ac
   tuxmath/trunk/data/images/sprites/Makefile.in
   tuxmath/trunk/doc/changelog
   tuxmath/trunk/po/LINGUAS
   tuxmath/trunk/src/Makefile.in
Log:
Added French translation by Luc Schrijvers <Begasus at skynet.be>


Modified: tuxmath/trunk/Makefile.am
===================================================================
--- tuxmath/trunk/Makefile.am	2007-12-07 15:26:42 UTC (rev 356)
+++ tuxmath/trunk/Makefile.am	2007-12-07 21:51:45 UTC (rev 357)
@@ -102,6 +102,8 @@
 	if test -d $(NSI_INSTALL_DIR); then \
 	  rm -fr $(NSI_INSTALL_DIR); \
 	fi
-	-rm tuxmath- at VERSION@-win32-installer.exe
+	if test -e tuxmath- at VERSION@-win32-installer.exe; then \
+	  rm tuxmath- at VERSION@-win32-installer.exe; \
+	fi
 
 

Modified: tuxmath/trunk/config.h.in
===================================================================
--- tuxmath/trunk/config.h.in	2007-12-07 15:26:42 UTC (rev 356)
+++ tuxmath/trunk/config.h.in	2007-12-07 21:51:45 UTC (rev 357)
@@ -106,6 +106,9 @@
 /* Define if you have the iconv() function. */
 #undef HAVE_ICONV
 
+/* Define to 1 if you have the <iconv.h> header file. */
+#undef HAVE_ICONV_H
+
 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
 #undef HAVE_INTMAX_T
 

Modified: tuxmath/trunk/configure
===================================================================
--- tuxmath/trunk/configure	2007-12-07 15:26:42 UTC (rev 356)
+++ tuxmath/trunk/configure	2007-12-07 21:51:45 UTC (rev 357)
@@ -12437,12 +12437,22 @@
 fi
 
 if test "$native_win32" = yes; then
-   LIBS="$LIBS -lmingw32 -lSDLmain"
+   LIBS="$LIBS -lmingw32 -lSDLmain -lSDL"
 fi
 
+ if test "$native_win32" = no; then
+  BUILD_MINGW32_TRUE=
+  BUILD_MINGW32_FALSE='#'
+else
+  BUILD_MINGW32_TRUE='#'
+  BUILD_MINGW32_FALSE=
+fi
 
+if test "$native_win32" = no; then
 LIBS="$LIBS $SDL_LIBS"
+fi
 
+
 # Checks for libraries.
 { echo "$as_me:$LINENO: checking for IMG_Load in -lSDL_image" >&5
 echo $ECHO_N "checking for IMG_Load in -lSDL_image... $ECHO_C" >&6; }
@@ -13077,7 +13087,8 @@
 
 
 
-for ac_header in stdlib.h string.h unistd.h
+
+for ac_header in stdlib.h string.h unistd.h iconv.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
@@ -13932,6 +13943,13 @@
 Usually this means the macro was only invoked conditionally." >&2;}
    { (exit 1); exit 1; }; }
 fi
+if test -z "${BUILD_MINGW32_TRUE}" && test -z "${BUILD_MINGW32_FALSE}"; then
+  { { echo "$as_me:$LINENO: error: conditional \"BUILD_MINGW32\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+echo "$as_me: error: conditional \"BUILD_MINGW32\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+   { (exit 1); exit 1; }; }
+fi
 if test -z "${NSI_BUILD_TRUE}" && test -z "${NSI_BUILD_FALSE}"; then
   { { echo "$as_me:$LINENO: error: conditional \"NSI_BUILD\" was never defined.
 Usually this means the macro was only invoked conditionally." >&5

Modified: tuxmath/trunk/configure.ac
===================================================================
--- tuxmath/trunk/configure.ac	2007-12-07 15:26:42 UTC (rev 356)
+++ tuxmath/trunk/configure.ac	2007-12-07 21:51:45 UTC (rev 357)
@@ -50,12 +50,15 @@
 
 AM_CONDITIONAL(BUILD_MINGW32, test "$native_win32" = yes)
 if test "$native_win32" = yes; then
-   LIBS="$LIBS -lmingw32 -lSDLmain"
+   LIBS="$LIBS -lmingw32 -lSDLmain -lSDL"
 fi
 
-
+AM_CONDITIONAL(BUILD_MINGW32, test "$native_win32" = no)
+if test "$native_win32" = no; then
 LIBS="$LIBS $SDL_LIBS"
+fi
 
+
 # Checks for libraries.
 dnl Check for SDL_image: 
 AC_CHECK_LIB([SDL_image], 
@@ -82,7 +85,7 @@
 # Checks for header files.
 AC_HEADER_DIRENT
 AC_HEADER_STDC
-AC_CHECK_HEADERS([stdlib.h string.h unistd.h])
+AC_CHECK_HEADERS([stdlib.h string.h unistd.h iconv.h])
 
 # Checks for typedefs, structures, and compiler characteristics.
 

Modified: tuxmath/trunk/data/images/sprites/Makefile.in
===================================================================
--- tuxmath/trunk/data/images/sprites/Makefile.in	2007-12-07 15:26:42 UTC (rev 356)
+++ tuxmath/trunk/data/images/sprites/Makefile.in	2007-12-07 21:51:45 UTC (rev 357)
@@ -56,7 +56,7 @@
 	$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = $(top_builddir)/config.h
 CONFIG_CLEAN_FILES =
 SOURCES =

Modified: tuxmath/trunk/doc/changelog
===================================================================
--- tuxmath/trunk/doc/changelog	2007-12-07 15:26:42 UTC (rev 356)
+++ tuxmath/trunk/doc/changelog	2007-12-07 21:51:45 UTC (rev 357)
@@ -1,3 +1,8 @@
+2007.Dec.07 (svn.debian.org/tux4kids - revision 357)
+  i18n:
+      * Added French po file - contributed by:
+       Luc Schrijvers <Begasus at skynet.be>
+
 2007.Dec.05 (svn.debian.org/tux4kids - revision 354)
   Build:
     * Improvement of Makefile.am code for Windows crossbuild to make

Modified: tuxmath/trunk/po/LINGUAS
===================================================================
--- tuxmath/trunk/po/LINGUAS	2007-12-07 15:26:42 UTC (rev 356)
+++ tuxmath/trunk/po/LINGUAS	2007-12-07 21:51:45 UTC (rev 357)
@@ -1,5 +1,6 @@
 # Set of available languages.
 cs
+fr
 nb
 nl
 nn

Added: tuxmath/trunk/po/fr.po
===================================================================
--- tuxmath/trunk/po/fr.po	                        (rev 0)
+++ tuxmath/trunk/po/fr.po	2007-12-07 21:51:45 UTC (rev 357)
@@ -0,0 +1,354 @@
+# French translation of tuxmath.pot for TuxMath
+# This file is put in the public domain.
+# Grumeau Rémi <remi at beosfrance.com>, 2007.
+#
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: 1.5.8\n"
+"Report-Msgid-Bugs-To: tuxmath-devel at lists.sourceforge.net\n"
+"POT-Creation-Date: 2007-12-05 18:15-0500\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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: src/titlescreen.c:407
+msgid "Work In Progress!"
+msgstr "Chargement"
+
+#: src/titlescreen.c:408
+msgid "This feature is not ready yet"
+msgstr "Cette option n'est pas encore disponible"
+
+#: src/titlescreen.c:409
+msgid "Discuss the future of TuxMath at"
+msgstr "Participer au futur de TuxMath au"
+
+#: src/titlescreen.c:410
+msgid "tuxmath-devel at lists.sourceforge.net"
+msgstr "tuxmath-devel at lists.sourceforge.net"
+
+#: src/titlescreen.c:578
+msgid "Math Command Training Academy"
+msgstr "Ecole d'entrainement au Math"
+
+#: src/titlescreen.c:579
+msgid "Play Arcade Game"
+msgstr "Jouer en mode arcade"
+
+#: src/titlescreen.c:580
+msgid "Play Custom Game"
+msgstr "Jouer en mode personnalisé"
+
+#: src/titlescreen.c:581
+msgid "Help"
+msgstr "Aide"
+
+#: src/titlescreen.c:582
+msgid "More Options"
+msgstr "Plus d'options"
+
+#: src/titlescreen.c:583
+msgid "Quit"
+msgstr "Quitter"
+
+#: src/titlescreen.c:651
+msgid "Space Cadet"
+msgstr "Cadet de l'espace"
+
+#: src/titlescreen.c:652
+msgid "Scout"
+msgstr "Scout"
+
+#: src/titlescreen.c:653
+msgid "Ranger"
+msgstr "Ranger"
+
+#: src/titlescreen.c:654
+msgid "Ace"
+msgstr "As"
+
+#: src/titlescreen.c:655
+msgid "Hall Of Fame"
+msgstr "Tableau des scores"
+
+#: src/titlescreen.c:656
+msgid "Main menu"
+msgstr "Menu principal"
+
+#: src/titlescreen.c:735
+msgid "Edit 'options' file in your home directory"
+msgstr "Editer le fichier 'option' dans le dossier home"
+
+#: src/titlescreen.c:736
+msgid "to create customized game!"
+msgstr "pour créer une partie personnalisée !"
+
+#: src/titlescreen.c:737
+msgid "Press a key or click your mouse to start game."
+msgstr "Appuyez sur une touche ou cliquez pour commencer"
+
+#: src/titlescreen.c:738
+msgid "See README.txt for more information"
+msgstr "Lisez README.txt pour plus d'informations"
+
+#: src/titlescreen.c:769
+msgid "Demo"
+msgstr "Demo"
+
+#: src/titlescreen.c:770
+msgid "Project Info"
+msgstr "A propos"
+
+#: src/titlescreen.c:771
+msgid "Credits"
+msgstr "Crédits"
+
+#: src/titlescreen.c:772
+msgid "Main Menu"
+msgstr "Menu principal"
+
+#: src/titlescreen.c:816
+msgid "TuxMath is free and open-source!"
+msgstr "TuxMath est gratuit et open-source!"
+
+#: src/titlescreen.c:817
+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:818
+msgid "suggesting improvements, or adding code."
+msgstr "vos suggestions, ou en développement."
+
+#: src/titlescreen.c:819
+msgid "Discuss the future at tuxmath-devel at lists.sourceforge.net"
+msgstr "Parlons-en sur tuxmath-devel at lists.sourceforge.net"
+
+#: data/missions/lessons/descr_lessons:1
+msgid "Number Typing"
+msgstr "Taper un nombre"
+
+#: data/missions/lessons/descr_lessons:2
+msgid "Addition: 1 to 3"
+msgstr "Addition 1 à 3"
+
+#: data/missions/lessons/descr_lessons:3
+msgid "Addition: 0 to 5"
+msgstr "Addition 1 à 5"
+
+#: data/missions/lessons/descr_lessons:4
+msgid "Addition: Sums to 10"
+msgstr "Addition: Somme de 10"
+
+#: data/missions/lessons/descr_lessons:5
+msgid "Addition: Sums to 15"
+msgstr "Addition: Somme de 15"
+
+#: data/missions/lessons/descr_lessons:6
+msgid "Addition: Sums to 20"
+msgstr "Addition: Somme de 20"
+
+#: data/missions/lessons/descr_lessons:7
+msgid "Addition: Two Digit Numbers"
+msgstr "Addition: Nombres à deux chiffres"
+
+#: data/missions/lessons/descr_lessons:8
+msgid "Addition: Missing Numbers"
+msgstr "Addition: Nombre manquant"
+
+#: data/missions/lessons/descr_lessons:9
+msgid "Subtraction: 0 to 10"
+msgstr "Addition: 0 à 10"
+
+#: data/missions/lessons/descr_lessons:10
+msgid "Subtraction: 0 to 20"
+msgstr "Soustraction: 0 à 20"
+
+#: data/missions/lessons/descr_lessons:11
+msgid "Subtraction: Two Digit Numbers"
+msgstr "Soustraction: Nombre à deux chiffres"
+
+#: data/missions/lessons/descr_lessons:12
+msgid "Addition and Subtraction Review"
+msgstr "Rapport d'addition et soustraction"
+
+#: data/missions/lessons/descr_lessons:13
+msgid "Multiplication: 0 to 3"
+msgstr "Multiplication: 0 à 3"
+
+#: data/missions/lessons/descr_lessons:14
+msgid "Multiples of 2"
+msgstr "Multiples de 2"
+
+#: data/missions/lessons/descr_lessons:15
+msgid "Multiples of 3"
+msgstr "Multiples de 3"
+
+#: data/missions/lessons/descr_lessons:16
+msgid "Multiples of 4"
+msgstr "Multiples de 4"
+
+#: data/missions/lessons/descr_lessons:17
+msgid "Multiples of 5"
+msgstr "Multiples de 5"
+
+#: data/missions/lessons/descr_lessons:18
+#: data/missions/lessons/descr_lessons:19
+msgid "Multiplication: 0 to 5"
+msgstr "Multiplication: 0 à 5"
+
+#: data/missions/lessons/descr_lessons:20
+msgid "Multiples of 6"
+msgstr "Multiples de 6"
+
+#: data/missions/lessons/descr_lessons:21
+msgid "Multiples of 7"
+msgstr "Multiples de 7"
+
+#: data/missions/lessons/descr_lessons:22
+#: data/missions/lessons/descr_lessons:23
+msgid "Multiplication: 0 to 7"
+msgstr "Multiplication: 0 à 7"
+
+#: data/missions/lessons/descr_lessons:24
+msgid "Multiples of 8"
+msgstr "Multiples de 8"
+
+#: data/missions/lessons/descr_lessons:25
+msgid "Multiples of 9"
+msgstr "Multiples de 9"
+
+#: data/missions/lessons/descr_lessons:26
+msgid "Multiples of 10"
+msgstr "Multiples de 10"
+
+#: data/missions/lessons/descr_lessons:27
+msgid "Multiplication: 0 to 10"
+msgstr "Multiplication: 0 à 10"
+
+#: data/missions/lessons/descr_lessons:28
+msgid "Multiples of 11 and 12"
+msgstr "Multiples de 11 et 12"
+
+#: data/missions/lessons/descr_lessons:29
+msgid "Multiplication: 0 to 12"
+msgstr "Multiplication: 0 à 12"
+
+#: data/missions/lessons/descr_lessons:30
+msgid "Multiples of 13, 14, and 15"
+msgstr "Multiples de 13, 14 et 15"
+
+#: data/missions/lessons/descr_lessons:31
+msgid "Multiplication: 0 to 15"
+msgstr "Multiplication: 0 à 15"
+
+#: data/missions/lessons/descr_lessons:32
+msgid "Multiplication: Missing Numbers"
+msgstr "Multiplication: Nombres manquants"
+
+#: data/missions/lessons/descr_lessons:33
+msgid "Division by 2"
+msgstr "Division par 2"
+
+#: data/missions/lessons/descr_lessons:34
+msgid "Division by 3"
+msgstr "Division par 3"
+
+#: data/missions/lessons/descr_lessons:35
+msgid "Division by 4"
+msgstr "Division par 4"
+
+#: data/missions/lessons/descr_lessons:36
+msgid "Division by 5"
+msgstr "Division par 5"
+
+#: data/missions/lessons/descr_lessons:37
+msgid "Division: 1 to 5"
+msgstr "Division: 1 à 5"
+
+#: data/missions/lessons/descr_lessons:38
+msgid "Division by 6"
+msgstr "Division par 6"
+
+#: data/missions/lessons/descr_lessons:39
+msgid "Division by 7"
+msgstr "Division par 7"
+
+#: data/missions/lessons/descr_lessons:40
+msgid "Division by 8"
+msgstr "Division par 8"
+
+#: data/missions/lessons/descr_lessons:41
+msgid "Division by 9"
+msgstr "Division par 9"
+
+#: data/missions/lessons/descr_lessons:42
+msgid "Division by 10"
+msgstr "Division par 10"
+
+#: data/missions/lessons/descr_lessons:43
+msgid "Division: 1 to 10"
+msgstr "Division: 1 à 10"
+
+#: data/missions/lessons/descr_lessons:44
+msgid "Division by 11 and 12"
+msgstr "Division par 11 et 12"
+
+#: data/missions/lessons/descr_lessons:45
+msgid "Division: 1 to 12"
+msgstr "Division: 1 à 12"
+
+#: data/missions/lessons/descr_lessons:46
+msgid "Division by 13, 14, and 15"
+msgstr "Division par 13, 14 et 15"
+
+#: data/missions/lessons/descr_lessons:47
+msgid "Division: 1 to 15"
+msgstr "Division: 1 à 15"
+
+#: data/missions/lessons/descr_lessons:48
+msgid "Multiplication and Division Review"
+msgstr "Rapport de multiplication et division"
+
+#: data/missions/lessons/descr_lessons:49
+msgid "Typing Negative Numbers"
+msgstr "Nombres négatifs entrés"
+
+#: data/missions/lessons/descr_lessons:50
+msgid "Subtraction: Negative Answers"
+msgstr "Soustraction: fausses réponses"
+
+#: data/missions/lessons/descr_lessons:51
+msgid "Adding Negatives to Positives"
+msgstr "Addition: négatifs aux positifs"
+
+#: data/missions/lessons/descr_lessons:52
+msgid "Subtracting Negatives From Positives"
+msgstr "Soustraction de négatifs au positifs"
+
+#: data/missions/lessons/descr_lessons:53
+msgid "Adding Negatives to Negatives"
+msgstr "Ajout de négatifs aux positifs"
+
+#: data/missions/lessons/descr_lessons:54
+msgid "Subtracting Negatives From Negatives"
+msgstr "Soustraction de négatifs aux négatifs"
+
+#: data/missions/lessons/descr_lessons:55
+msgid "Negative and Positive Numbers Review"
+msgstr "Rapport des nombres négatifs au positifs"
+
+#: data/missions/lessons/descr_lessons:56
+msgid "Multiplication and Division of Negatives"
+msgstr "Multiplication et division de négatifs"
+
+#: data/missions/lessons/descr_lessons:57
+msgid "Multiplication of Positives and Negatives"
+msgstr "Multiplication de positifs et négatifs"
+
+#: data/missions/lessons/descr_lessons:58
+msgid "Division of Positives and Negatives"
+msgstr "Division de positifs et négatifs"

Modified: tuxmath/trunk/src/Makefile.in
===================================================================
--- tuxmath/trunk/src/Makefile.in	2007-12-07 15:26:42 UTC (rev 356)
+++ tuxmath/trunk/src/Makefile.in	2007-12-07 21:51:45 UTC (rev 357)
@@ -59,7 +59,7 @@
 	$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = $(top_builddir)/config.h
 CONFIG_CLEAN_FILES =
 am__installdirs = "$(DESTDIR)$(bindir)"




More information about the Tux4kids-commits mailing list