add language selection to the start-wizard
[enigma2.git] / data / startwizard.xml
index 81d33b32d051f49fa80db2af60c07a5fc85a3679..aade9c0b23fda5cd8c309d12f3430c2d3ef8fbde 100644 (file)
@@ -1,6 +1,7 @@
 <wizard>
                <step number="1">
                        <text value="Hello User.\n\nThis start-wizard will guide you through the basic setup of your Dreambox.\n\nPress the OK button on your remote control to move to the next step." />
+                       <config screen="LanguageSelection" module="LanguageSelection" type="MenuList" />
                        <code>
 self["arrowdown"].moveTo(557, 232, 10)
 self["rc"].moveTo(500, 50, 10)         
@@ -9,7 +10,7 @@ self["rc"].startMoving()
                        </code>
                </step>
                <step number="2">
-                       <text value="Bla" />
+                       <text value="Use the up/down keys on your remote control to select an option. After that, press OK." />
                        <list>
                                <listentry caption="Use wizard to set up basic features" step="next" />
                                <listentry caption="Exit wizard" step="end" />
@@ -23,7 +24,7 @@ self["arrowup"].startMoving()
                </step>
                <step number="3">
                        <text value="Please set up tuner A" />
-                       <config screen="NimSetup" module="Satconfig" args="0" />
+                       <config screen="NimSetup" module="Satconfig" args="0" type="ConfigList" />
                        <code>
 self["arrowup"].moveTo(740, 355, 10)
 self["arrowup"].startMoving()
@@ -35,7 +36,7 @@ self["arrowdown"].startMoving()
                </step>
                <step number="4">
                        <text value="Please set up tuner B" />
-                       <config screen="NimSetup" module="Satconfig" args="1" />
+                       <config screen="NimSetup" module="Satconfig" args="1" type="ConfigList" />
                        <code>
 self["arrowup"].moveTo(740, 355, 10)
 self["arrowup"].startMoving()
@@ -44,10 +45,17 @@ self["arrowdown"].addMovePoint(510, 300, 10)
 self["arrowdown"].addMovePoint(610, 300, 10)
 self["arrowdown"].startMoving()
                        </code>
-               </step>         
+               </step>
                <step number="5">
-                       <text value="Bla" />
-                       <config screen="ScanSimple" module="ScanSetup" />
+                       <text value="Do you want to do a service scan?" />
+                       <list>
+                               <listentry caption="Yes, scan now" step="next" />
+                               <listentry caption="No, scan later manually" step="7" />
+                       </list>
+               </step>
+               <step number="6">
+                       <text value="What do you want to scan?" />
+                       <config screen="ScanSimple" module="ScanSetup" type="ConfigList" />
                        <code>
 self["arrowup"].moveTo(740, 355, 10)
 self["arrowup"].startMoving()
@@ -57,8 +65,8 @@ self["arrowdown"].addMovePoint(610, 300, 10)
 self["arrowdown"].startMoving()
                        </code>
                </step>
-               <step number="6">
-                       <text value="Bla" />
+               <step number="7">
+                       <text value="Thanx for using the wizard. Your box is now ready to use." />
                        <code>
 self["arrowdown"].moveTo(740, 200, 10)
 self["arrowup"].moveTo(740, 355, 10)