[gcompris] lang activity, template data file.



commit a5ed775f6d5263f412c1c6886fc94aa05d7cfdd3
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Sat Nov 5 16:16:24 2011 +0100

    lang activity, template data file.

 src/lang-activity/resources/lang/lang.xml.in |   35 ++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)
---
diff --git a/src/lang-activity/resources/lang/lang.xml.in b/src/lang-activity/resources/lang/lang.xml.in
new file mode 100644
index 0000000..37dd1e1
--- /dev/null
+++ b/src/lang-activity/resources/lang/lang.xml.in
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<c:Root xmlns:c="http://gcompris.net/Lang"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://gcompris.net/Lang Lang.xsd ">
+  <Chapter>
+    <name>chapter 1</name>
+    <description>Blah Blah</description>
+    <Lesson>
+      <name>Welcome</name>
+      <description>description level 1.1</description>
+      <Triplet>
+        <description>Welcome</description>
+        <image></image>
+        <voice></voice>
+        <c:type></c:type>
+      </Triplet>
+      <Triplet>
+        <description>Hello</description>
+        <image></image>
+        <voice></voice>
+        <c:type></c:type>
+      </Triplet>
+      <Triplet>
+        <description>Good morning</description>
+        <image></image>
+        <voice></voice>
+        <c:type></c:type>
+      </Triplet>
+      <Triplet>
+        <description>Good afternoon</description>
+        <image></image>
+        <voice></voice>
+        <c:type></c:type>
+      </Triplet>
+    </Lesson>
+  </Chapter>
+</c:Root>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]