Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/imageid
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2002-02-12 00:11:23 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2002-02-12 00:11:23 (GMT)
commita2ed65a23d05579b8988bfd59f090b25018dff29 (patch)
tree37235175a20dbe8333b7f8b8a17ac139f418b75f /boards/imageid
parent66014bee3b723046637715ffee79ebe8d0279c2f (diff)
implemented i18n
Diffstat (limited to 'boards/imageid')
-rw-r--r--boards/imageid/Makefile.am12
-rw-r--r--boards/imageid/board1.xml75
-rw-r--r--boards/imageid/board1.xml.in51
3 files changed, 63 insertions, 75 deletions
diff --git a/boards/imageid/Makefile.am b/boards/imageid/Makefile.am
new file mode 100644
index 0000000..7e70420
--- /dev/null
+++ b/boards/imageid/Makefile.am
@@ -0,0 +1,12 @@
+
+xmldir = $(pkgdatadir)/@PACKAGE_DATA_DIR@/imageid
+
+xml_in_files = \
+ board1.xml.in
+
+xml_DATA = $(xml_in_files:.xml.in=.xml)
+
+@INTLTOOL_XML_RULE@
+
+
+
diff --git a/boards/imageid/board1.xml b/boards/imageid/board1.xml
deleted file mode 100644
index 4236271..0000000
--- a/boards/imageid/board1.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" ?>
-<ImageId>
- <Board>
- <pixmapfile>cartable.png</pixmapfile>
- <text1>satchel</text1>
- <text2>cheese</text2>
- <text3>house</text3>
- <text1 xml:lang="fr">cartable</text1>
- <text2 xml:lang="fr">fromage</text2>
- <text3 xml:lang="fr">maison</text3>
- </Board>
- <Board>
- <pixmapfile>banana.png</pixmapfile>
- <text1>banana</text1>
- <text2>house</text2>
- <text3>book</text3>
- <text1 xml:lang="fr">banane</text1>
- <text2 xml:lang="fr">maison</text2>
- <text3 xml:lang="fr">livre</text3>
- </Board>
- <Board>
- <pixmapfile>maison.png</pixmapfile>
- <text1>house</text1>
- <text2>book</text2>
- <text3>bag</text3>
- <text1 xml:lang="fr">maison</text1>
- <text2 xml:lang="fr">livre</text2>
- <text3 xml:lang="fr">cartable</text3>
- </Board>
- <Board>
- <pixmapfile>pomme.png</pixmapfile>
- <text1>apple</text1>
- <text2>pear</text2>
- <text3>cow</text3>
- <text1 xml:lang="fr">pomme</text1>
- <text2 xml:lang="fr">poire</text2>
- <text3 xml:lang="fr">vache</text3>
- </Board>
- <Board>
- <pixmapfile>bed.png</pixmapfile>
- <text1>bed</text1>
- <text2>bottle</text2>
- <text3>book</text3>
- <text1 xml:lang="fr">lit</text1>
- <text2 xml:lang="fr">litre</text2>
- <text3 xml:lang="fr">livre</text3>
- </Board>
- <Board>
- <pixmapfile>biberon.png</pixmapfile>
- <text1>bottle</text1>
- <text2>book</text2>
- <text3>back</text3>
- <text1 xml:lang="fr">biberon</text1>
- <text2 xml:lang="fr">billet</text2>
- <text3 xml:lang="fr">bidon</text3>
- </Board>
- <Board>
- <pixmapfile>cake.png</pixmapfile>
- <text1>cake</text1>
- <text2>car</text2>
- <text3>camel</text3>
- <text1 xml:lang="fr">gāteau</text1>
- <text2 xml:lang="fr">bateau</text2>
- <text3 xml:lang="fr">rateau</text3>
- </Board>
- <Board>
- <pixmapfile>ballon.png</pixmapfile>
- <text1>ball</text1>
- <text2>boat</text2>
- <text3>bottle</text3>
- <text1 xml:lang="fr">ballon</text1>
- <text2 xml:lang="fr">bateau</text2>
- <text3 xml:lang="fr">bāton</text3>
- </Board>
-</ImageId>
diff --git a/boards/imageid/board1.xml.in b/boards/imageid/board1.xml.in
new file mode 100644
index 0000000..cb027a2
--- /dev/null
+++ b/boards/imageid/board1.xml.in
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<ImageId>
+ <Board>
+ <pixmapfile>cartable.png</pixmapfile>
+ <_text1>satchel</_text1>
+ <_text2>cheese</_text2>
+ <_text3>house</_text3>
+ </Board>
+ <Board>
+ <pixmapfile>banana.png</pixmapfile>
+ <_text1>banana</_text1>
+ <_text2>house</_text2>
+ <_text3>book</_text3>
+ </Board>
+ <Board>
+ <pixmapfile>maison.png</pixmapfile>
+ <_text1>house</_text1>
+ <_text2>book</_text2>
+ <_text3>bag</_text3>
+ </Board>
+ <Board>
+ <pixmapfile>pomme.png</pixmapfile>
+ <_text1>apple</_text1>
+ <_text2>pear</_text2>
+ <_text3>cow</_text3>
+ </Board>
+ <Board>
+ <pixmapfile>bed.png</pixmapfile>
+ <_text1>bed</_text1>
+ <_text2>bottle</_text2>
+ <_text3>book</_text3>
+ </Board>
+ <Board>
+ <pixmapfile>biberon.png</pixmapfile>
+ <_text1>bottle</_text1>
+ <_text2>book</_text2>
+ <_text3>back</_text3>
+ </Board>
+ <Board>
+ <pixmapfile>cake.png</pixmapfile>
+ <_text1>cake</_text1>
+ <_text2>car</_text2>
+ <_text3>camel</_text3>
+ </Board>
+ <Board>
+ <pixmapfile>ballon.png</pixmapfile>
+ <_text1>ball</_text1>
+ <_text2>boat</_text2>
+ <_text3>bottle</_text3>
+ </Board>
+</ImageId>