diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-14 03:16:00 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-14 03:16:00 +0000 |
| commit | d8788218352baea253a15bf57da4b10968bd29ee (patch) | |
| tree | 2fd3c17f43b928314307fa27a741299b7690bb17 | |
| parent | 16d321e496810ea779f2f3bf60be9870cd0330bd (diff) | |
| download | enigma2-d8788218352baea253a15bf57da4b10968bd29ee.tar.gz enigma2-d8788218352baea253a15bf57da4b10968bd29ee.zip | |
change text a bit
| -rw-r--r-- | data/startwizard.xml | 2 | ||||
| -rw-r--r-- | lib/python/Screens/Wizard.py | 1 | ||||
| -rw-r--r-- | po/de.po | 27 |
3 files changed, 13 insertions, 17 deletions
diff --git a/data/startwizard.xml b/data/startwizard.xml index 1a64d90c..2bda3a1c 100644 --- a/data/startwizard.xml +++ b/data/startwizard.xml @@ -1,6 +1,6 @@ <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." /> + <text value="Welcome.\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." /> <code> self["arrowdown"].moveTo(557, 232, 1) self["arrowdown"].startMoving() diff --git a/lib/python/Screens/Wizard.py b/lib/python/Screens/Wizard.py index 5b59d2c0..7eda9b0b 100644 --- a/lib/python/Screens/Wizard.py +++ b/lib/python/Screens/Wizard.py @@ -166,6 +166,7 @@ class Wizard(Screen, HelpableScreen): self["step"].setText(_("Step ") + str(self.currStep) + "/" + str(self.numSteps)) self["stepslider"].setValue(self.currStep) + print _(self.wizard[self.currStep]["text"]) self["text"].setText(_(self.wizard[self.currStep]["text"])) if self.wizard[self.currStep]["code"] != "": @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxbox-enigma 0.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-12-14 03:50+0100\n" +"POT-Creation-Date: 2005-12-14 04:15+0100\n" "PO-Revision-Date: 2005-12-14 03:29+0100\n" "Last-Translator: Stefan Pluecken <stefan.pluecken@multimedia-labs.de>\n" "Language-Team: none\n" @@ -619,7 +619,7 @@ msgstr "Status" msgid "show EPG..." msgstr "zeige EPG..." -#: ../lib/python/Screens/Wizard.py:169 +#: ../lib/python/Screens/Wizard.py:169 ../lib/python/Screens/Wizard.py:170 msgid "text" msgstr "" @@ -859,6 +859,15 @@ msgid "LCD" msgstr "" #: ../data/ +msgid "" +"Welcome.\n" +"\n" +"This start-wizard will guide you through the basic setup of your Dreambox.\n" +"\n" +"Press the OK button on your remote control to move to the next step." +msgstr "" + +#: ../data/ msgid "Timezone" msgstr "Zeitzone" @@ -1081,20 +1090,6 @@ msgid "Tuner-Slot" msgstr "" #: ../data/ -msgid "" -"Hello User.\n" -"\n" -"This start-wizard will guide you through the basic setup of your Dreambox.\n" -"\n" -"Press the OK button on your remote control to move to the next step." -msgstr "" -"Willkommen auf Ihrer DM7025.\n" -"\n" -"This start-wizard will guide you through the basic setup of your Dreambox.\n" -"\n" -"Press the OK button on your remote control to move to the next step." - -#: ../data/ msgid "Audio" msgstr "Ton" |
