fix translation of startwizard
[vuplus_dvbapp] / data / startwizard.xml
1 <wizard>
2                 <step number="1">
3                         <text value="Welcome.\n\nThis start-wizard will guide you through the basic setup of your Dreambox.\nPress the OK button on your remote control to move to the next step." />
4                         <code>
5 self["arrowdown"].moveTo(557, 232, 1)
6 self["arrowdown"].startMoving()
7 self["arrowup"].moveTo(800, 232, 1)
8 self["arrowup"].startMoving()
9 self["rc"].moveTo(500, 50, 1)
10 self["rc"].startMoving()
11                         </code>
12                 </step>
13                 <step number="2">
14                         <text value="Use the up/down keys on your remote control to select an option. After that, press OK." />
15                         <list>
16                                 <listentry caption="Use wizard to set up basic features" step="next" />
17                                 <listentry caption="Exit wizard" step="end" />
18                         </list>
19                         <code>
20 self["arrowup2"].moveTo(800, 320, 1)
21 self["arrowup2"].startMoving()
22 self["arrowdown"].moveTo(557, 200, 1)
23 self["arrowup"].moveTo(557, 355, 1)
24 self["arrowdown"].startMoving()
25 self["arrowup"].startMoving()
26 self["rc"].moveTo(500, 50, 1)
27 self["rc"].startMoving()
28                         </code>
29                 </step>
30                 <step number="3">
31                         <text value="Use the left and right buttons to change an option.\n\nPlease set up tuner A" />
32                         <config screen="NimSetup" module="Satconfig" args="0" type="ConfigList" />
33                         <code>
34 self["rc"].moveTo(500, 50, 1)
35 self["rc"].startMoving()
36 self["arrowup"].moveTo(525, 320, 1)
37 self["arrowup"].startMoving()
38 self["arrowup2"].moveTo(590, 320, 1)
39 self["arrowup2"].startMoving()
40 self["arrowdown"].moveTo(740, 355, 1)
41 self["arrowdown"].startMoving()
42
43                         </code>
44                 </step>
45                 <step number="4">
46                         <text value="Please set up tuner B" />
47                         <config screen="NimSetup" module="Satconfig" args="1" type="ConfigList" />
48                         <code>
49 self["rc"].moveTo(800, 50, 1)
50 self["rc"].startMoving()
51 self["arrowup"].moveTo(800, 310, 1)
52 self["arrowup"].startMoving()
53 self["arrowup2"].moveTo(800, 310, 1)
54 self["arrowup2"].startMoving()
55                         </code>
56                 </step>
57                 <step number="5">
58                         <text value="Do you want to do a service scan?" />
59                         <list>
60                                 <listentry caption="Yes, scan now" step="next" />
61                                 <listentry caption="No, scan later manually" step="7" />
62                         </list>
63                 </step>
64                 <step number="6">
65                         <text value="What do you want to scan?" />
66                         <config screen="ScanSimple" module="ScanSetup" type="ConfigList" />
67                 </step>
68                 <step number="7">
69                         <text value="Thanx for using the wizard. Your box is now ready to use." />
70                 </step> 
71 </wizard>