Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2002-06-28 16:43:11 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2002-06-28 16:43:11 (GMT)
commit9598465cbf69096f4b09924d5e360fa68d3a51e8 (patch)
tree8978dfd73b04b9c17fe96467514c5db3052d043d
parentda8baee27ead41b3c439596b3af811bc84c54c66 (diff)
added french docs/fr
added .hu support in config.c of gcompris
-rw-r--r--Makefile.am4
-rw-r--r--configure.in1
-rw-r--r--docs/C/gcompris.texi6
-rw-r--r--docs/Makefile.am2
-rw-r--r--docs/fr/Makefile.am41
-rw-r--r--docs/fr/gcompris.texi16
-rw-r--r--docs/fr/overview.diabin0 -> 1768 bytes
-rw-r--r--docs/fr/overview.jpgbin0 -> 47927 bytes
-rw-r--r--docs/fr/overview.txt2
-rw-r--r--src/gcompris/Makefile.am2
-rw-r--r--src/gcompris/config.c3
11 files changed, 55 insertions, 22 deletions
diff --git a/Makefile.am b/Makefile.am
index a713aca..e973c4d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-SUBDIRS = intl po src sounds docs boards
+SUBDIRS = po src sounds docs boards
icondir=$(datadir)/pixmaps
icon_DATA = gcompris.png
@@ -56,4 +56,4 @@ dist-core:
gzip --best $(distcore).tar
@echo Created $(distcore).tar.gz
-ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS =
diff --git a/configure.in b/configure.in
index 5f05d60..9135ec8 100644
--- a/configure.in
+++ b/configure.in
@@ -82,6 +82,7 @@ po/Makefile.in
sounds/Makefile
docs/Makefile
docs/C/Makefile
+docs/fr/Makefile
boards/Makefile
boards/babymatch/Makefile
boards/doubleentry/Makefile
diff --git a/docs/C/gcompris.texi b/docs/C/gcompris.texi
index c276a1f..21b0e89 100644
--- a/docs/C/gcompris.texi
+++ b/docs/C/gcompris.texi
@@ -74,12 +74,6 @@ GCompris aims to provide a unique user interface that gives access to different
GCompris is part of the GNU project.
-@ifhtml
-<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
-<body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#000080" alink="#FF0000">
-</body>
-@end ifhtml
-
@cindex Objective of Gcompris
@node User Manual, Internationalization Issues, Introduction, Top
diff --git a/docs/Makefile.am b/docs/Makefile.am
index bb264eb..05d088c 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,4 +1,4 @@
## Process this file with automake to produce Makefile.in.
-SUBDIRS = C
+SUBDIRS = C fr
diff --git a/docs/fr/Makefile.am b/docs/fr/Makefile.am
new file mode 100644
index 0000000..1e68318
--- /dev/null
+++ b/docs/fr/Makefile.am
@@ -0,0 +1,41 @@
+## Process this file with automake to produce Makefile.in.
+
+doc = gcompris.html
+
+EXTRA_DIST = gcompris.html \
+ overview.jpg \
+ overview.txt \
+ topic.dat \
+ overview.dia
+
+gcompris_helpdir = $(datadir)/gnome/help/$(PACKAGE)/C
+
+all: $(doc)
+
+info_TEXINFOS = gcompris.texi
+
+install-data-local:
+ $(mkinstalldirs) $(DESTDIR)$(gcompris_helpdir)
+ $(INSTALL_DATA) $(srcdir)/gcompris.html $(DESTDIR)$(gcompris_helpdir)
+ $(INSTALL_DATA) $(srcdir)/overview.jpg $(DESTDIR)$(gcompris_helpdir)
+ $(INSTALL_DATA) $(srcdir)/topic.dat $(DESTDIR)$(gcompris_helpdir)
+
+%.html: %.texi
+ texi2html -monolithic $<
+
+%.eps: %.dia
+ dia $< -e $@
+
+%.ps: %.dvi
+ dvips -o $@ $<
+
+%.dvi: %.texi
+ texi2dvi $<
+
+%.pdf: %.ps
+ ps2pdf $<
+
+gcompris.pdf gcompris.dvi: overview.eps
+
+clean-local:
+ rm -f overview.eps gcompris.pdf gcompris.html gcompris.info
diff --git a/docs/fr/gcompris.texi b/docs/fr/gcompris.texi
index 1dba94d..d9fee93 100644
--- a/docs/fr/gcompris.texi
+++ b/docs/fr/gcompris.texi
@@ -72,12 +72,6 @@ L'objectif de gcompris est de fournir une plate forme de développement pour des
Gcompris fait parti du projet GNU.
-@ifhtml
-<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
-<body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#000080" alink="#FF0000">
-</body>
-@end ifhtml
-
@cindex Objectif de Gcompris
@node Manuel utilisateur, Notes sur l'internationalisation, Introduction, Top
@@ -156,8 +150,8 @@ At the menu level, just click on the board icon.
@subsection Ending a game
In the control bar, select the right most icon.
-@node Internationalization Issues, Developers Guide, User Manual, Top
-@chapter Internationalization Issues
+@node Notes sur l'internationalisation, Guide pour les développeurs, Manuel utilisateur, Top
+@chapter Notes sur l'internationalisation
@section Is my language supported?
GCompris is internationalized and today it already supports different languages.
@@ -183,8 +177,8 @@ To check your translation, you must install gcompris with
Then, send the translation to the GCompris maintainer. He/She will add it into the next official release.
-@node Developers Guide, GNU Free Documentation License, Internationalization Issues, Top
-@chapter Developers Guide
+@node Guide pour les développeurs, GNU Free Documentation License, Notes sur l'internationalisation, Top
+@chapter Guide pour les développeurs
@section Why adding boards to GCompris
If you have a game idea that you feel suitable for children, you can create a new project, let's call it gIdea. If you start from scratch, you will have to implement a menu, a status bar, user feedback mecanism and so on.
@@ -368,7 +362,7 @@ Now you can add the translation in the po files.
@end enumerate
-@node GNU Free Documentation License, Concept Index, Developers Guide, Top
+@node GNU Free Documentation License, Concept Index, Guide pour les développeurs, Top
@appendix GNU Free Documentation License
@cindex FDL, GNU Free Documentation License
diff --git a/docs/fr/overview.dia b/docs/fr/overview.dia
new file mode 100644
index 0000000..bdb8073
--- /dev/null
+++ b/docs/fr/overview.dia
Binary files differ
diff --git a/docs/fr/overview.jpg b/docs/fr/overview.jpg
new file mode 100644
index 0000000..9ef0d0f
--- /dev/null
+++ b/docs/fr/overview.jpg
Binary files differ
diff --git a/docs/fr/overview.txt b/docs/fr/overview.txt
new file mode 100644
index 0000000..3b8cb56
--- /dev/null
+++ b/docs/fr/overview.txt
@@ -0,0 +1,2 @@
+Here a graphic describes how gcompris core and the boards communicate through function call.
+Check the .html documentation to see it.
diff --git a/src/gcompris/Makefile.am b/src/gcompris/Makefile.am
index 2c1220b..6008651 100644
--- a/src/gcompris/Makefile.am
+++ b/src/gcompris/Makefile.am
@@ -45,7 +45,7 @@ gcompris_LDADD = \
gcompris_edit_SOURCES = \
- gcompris-edit.c \
+ gcompris-edit.c gcompris-edit.h on.xpm off.xpm \
support.c support.h \
interface.c interface.h \
callbacks.c callbacks.h \
diff --git a/src/gcompris/config.c b/src/gcompris/config.c
index 12f815c..0469e40 100644
--- a/src/gcompris/config.c
+++ b/src/gcompris/config.c
@@ -1,6 +1,6 @@
/* gcompris - config.c
*
- * Time-stamp: <2002/05/26 22:12:34 bruno>
+ * Time-stamp: <2002/06/28 17:32:40 bcoudoin>
*
* Copyright (C) 2000 Bruno Coudoin
*
@@ -46,6 +46,7 @@ static gchar *linguas[] = {
"es", N_("Spanish"),
"fi", N_("Finnish"),
"fr", N_("French"),
+ "hu", N_("Hungarian"),
"it", N_("Italian"),
"nl", N_("Dutch"),
"pt_BR", N_("Brazil Portuguese"),