diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-14 23:10:55 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-14 23:10:55 +0000 |
| commit | 5efc1ec21ed5ba97164aad2ba9b8aefb90df96f6 (patch) | |
| tree | 026a37c4fe26035ed48df634759f2a642616a542 /po | |
| parent | a7e5aa24db2b4b06e41d385704fcbaa7ac535423 (diff) | |
| download | enigma2-5efc1ec21ed5ba97164aad2ba9b8aefb90df96f6.tar.gz enigma2-5efc1ec21ed5ba97164aad2ba9b8aefb90df96f6.zip | |
fix translation of startwizard
translate the window-title in the languageselection window when choosing a language
translate some missing stuff
Diffstat (limited to 'po')
| -rw-r--r-- | po/Makefile.am | 1 | ||||
| -rw-r--r-- | po/de.po | 44 | ||||
| -rwxr-xr-x | po/xml2po.py | 2 |
3 files changed, 25 insertions, 22 deletions
diff --git a/po/Makefile.am b/po/Makefile.am index dddac3ac..9067c2a7 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -30,6 +30,7 @@ enigma2.pot: ../lib/python/Screens/Satconfig.py \ ../lib/python/Screens/EventView.py \ ../lib/python/Screens/Ci.py \ + ../lib/python/Screens/LanguageSelection.py \ ../lib/python/Screens/About.py \ ../lib/python/Screens/HarddiskSetup.py \ ../lib/python/Screens/InfoBar.py \ @@ -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 23:43+0100\n" +"POT-Creation-Date: 2005-12-15 00:08+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" @@ -191,6 +191,7 @@ msgstr "Ende" msgid "EndTime" msgstr "Endzeit" +#: ../lib/python/Screens/LanguageSelection.py:38 #: ../lib/python/Components/SetupDevices.py:24 #: ../lib/python/Components/Language.py:12 msgid "English" @@ -253,6 +254,10 @@ msgstr "Initialisiere Festplatte..." msgid "Inversion" msgstr "" +#: ../lib/python/Screens/LanguageSelection.py:44 ../data/ +msgid "Language selection" +msgstr "Sprachauswahl" + #: ../lib/python/Screens/Satconfig.py:28 ../data/ msgid "Latitude" msgstr "Breitengrad" @@ -404,9 +409,9 @@ msgstr "Aufnahme beginnen?" msgid "StartTime" msgstr "Startzeit" -#: ../lib/python/Screens/Wizard.py:166 +#: ../lib/python/Screens/Wizard.py:168 msgid "Step " -msgstr "" +msgstr "Schritt" #: ../lib/python/Screens/InfoBar.py:77 msgid "Stop playing this movie?" @@ -619,7 +624,7 @@ msgstr "Status" msgid "show EPG..." msgstr "zeige EPG..." -#: ../lib/python/Screens/Wizard.py:169 ../lib/python/Screens/Wizard.py:170 +#: ../lib/python/Screens/Wizard.py:171 ../lib/python/Screens/Wizard.py:172 msgid "text" msgstr "" @@ -711,6 +716,19 @@ msgid "Use wizard to set up basic features" msgstr "Grundeinstellungen jetzt vornehmen" #: ../data/ +msgid "" +"Welcome.\n" +"\n" +"This start-wizard will guide you through the basic setup of your Dreambox.\n" +"Press the OK button on your remote control to move to the next step." +msgstr "" +"Willkommen.\n" +"\n" +"Der Startassistent wird Sie durch die Grundeinstellungen Ihrer Dreambox " +"führen.\n" +"Drücken Sie OK auf Ihrer Fernbedienung, um zum nächsten Schritt zu gelangen." + +#: ../data/ msgid "Sat / Dish Setup" msgstr "Sat-/Schüsseleinstellungen" @@ -859,20 +877,6 @@ 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 "" -"Willkommen.\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 "Timezone" msgstr "Zeitzone" @@ -921,10 +925,6 @@ msgid "#0000ff" msgstr "" #: ../data/ -msgid "Language selection" -msgstr "" - -#: ../data/ msgid "Contrast" msgstr "Kontrast" diff --git a/po/xml2po.py b/po/xml2po.py index bf277987..a8b62666 100755 --- a/po/xml2po.py +++ b/po/xml2po.py @@ -1,6 +1,7 @@ #!/usr/bin/python import sys import os +import string from xml.sax import make_parser from xml.sax.handler import ContentHandler @@ -36,6 +37,7 @@ for x in dir: for k, v in attrlist.items(): print print '#: ' + sys.argv[1] + string.replace(k, "\\n", "\"\n\"") print 'msgid "' + str(k) + '"' print 'msgstr ""' |
