translations
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Fri, 18 Nov 2005 05:30:01 +0000 (05:30 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Fri, 18 Nov 2005 05:30:01 +0000 (05:30 +0000)
lib/python/Components/NimManager.py
po/de.po

index 55b644f60eb5461c81e47af1025938adafea1480..741233d95e5781af278dd2577af818d26df2e1b0 100644 (file)
@@ -286,8 +286,8 @@ def InitNimManager(nimmgr):
                nim = config.Nims[x]
                
                if slot.nimType == nimmgr.nimType["DVB-S"]:
                nim = config.Nims[x]
                
                if slot.nimType == nimmgr.nimType["DVB-S"]:
-                       nim.configMode = configElement(cname + "configMode",configSelection, 0, ("Simple", "Advanced"));
-                       nim.diseqcMode = configElement(cname + "diseqcMode",configSelection, 2, ("Single", "Toneburst A/B", "DiSEqC A/B", "DiSEqC A/B/C/D", "Positioner"));
+                       nim.configMode = configElement(cname + "configMode",configSelection, 0, (_("Simple"), _("Advanced")));
+                       nim.diseqcMode = configElement(cname + "diseqcMode",configSelection, 2, (_("Single"), _("Toneburst A/B"), _("DiSEqC A/B"), _("DiSEqC A/B/C/D"), _("Positioner")));
                        nim.diseqcA = configElement(cname + "diseqcA",configSatlist, 192, nimmgr.satList);
                        nim.diseqcB = configElement(cname + "diseqcB",configSatlist, 130, nimmgr.satList);
                        nim.diseqcC = configElement(cname + "diseqcC",configSatlist, 0, nimmgr.satList);
                        nim.diseqcA = configElement(cname + "diseqcA",configSatlist, 192, nimmgr.satList);
                        nim.diseqcB = configElement(cname + "diseqcB",configSatlist, 130, nimmgr.satList);
                        nim.diseqcC = configElement(cname + "diseqcC",configSatlist, 0, nimmgr.satList);
index 0f80a21337eb689f76a97b9aba6d2502c48b9461..2772d871b44c244595e4d3b768faa94692f444cf 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tuxbox-enigma 0.0.1\n"
 "Report-Msgid-Bugs-To: \n"
 msgstr ""
 "Project-Id-Version: tuxbox-enigma 0.0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-18 06:25+0100\n"
+"POT-Creation-Date: 2005-11-18 06:29+0100\n"
 "PO-Revision-Date: 2005-11-17 20:53+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "PO-Revision-Date: 2005-11-17 20:53+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -30,6 +30,10 @@ msgstr ""
 msgid "Add"
 msgstr "Hinzufuegen"
 
 msgid "Add"
 msgstr "Hinzufuegen"
 
+#: ../lib/python/Components/NimManager.py:289
+msgid "Advanced"
+msgstr "Erweitert"
+
 #: ../lib/python/Screens/HarddiskSetup.py:30
 msgid "Bus: "
 msgstr ""
 #: ../lib/python/Screens/HarddiskSetup.py:30
 msgid "Bus: "
 msgstr ""
@@ -63,6 +67,14 @@ msgstr "Erkannte Festplatten"
 msgid "Detected NIMs:"
 msgstr "Erkannte Tuner:"
 
 msgid "Detected NIMs:"
 msgstr "Erkannte Tuner:"
 
+#: ../lib/python/Components/NimManager.py:290
+msgid "DiSEqC A/B"
+msgstr ""
+
+#: ../lib/python/Components/NimManager.py:290
+msgid "DiSEqC A/B/C/D"
+msgstr ""
+
 #: ../lib/python/Components/SetupDevices.py:38
 #: ../lib/python/Components/SetupDevices.py:39
 #: ../lib/python/Components/SetupDevices.py:43
 #: ../lib/python/Components/SetupDevices.py:38
 #: ../lib/python/Components/SetupDevices.py:39
 #: ../lib/python/Components/SetupDevices.py:43
@@ -157,10 +169,22 @@ msgstr ""
 msgid "Port D"
 msgstr ""
 
 msgid "Port D"
 msgstr ""
 
+#: ../lib/python/Components/NimManager.py:290
+msgid "Positioner"
+msgstr "Motor"
+
 #: ../lib/python/Screens/ScanSetup.py:75 ../lib/python/Screens/Satconfig.py:13
 msgid "Satellite"
 msgstr "Satellit"
 
 #: ../lib/python/Screens/ScanSetup.py:75 ../lib/python/Screens/Satconfig.py:13
 msgid "Satellite"
 msgstr "Satellit"
 
+#: ../lib/python/Components/NimManager.py:289
+msgid "Simple"
+msgstr "Einfach"
+
+#: ../lib/python/Components/NimManager.py:290
+msgid "Single"
+msgstr "Einzeln"
+
 #: ../lib/python/Components/NimManager.py:217
 msgid "Socket "
 msgstr "Sockel "
 #: ../lib/python/Components/NimManager.py:217
 msgid "Socket "
 msgstr "Sockel "
@@ -173,6 +197,10 @@ msgstr "Das Abspielen dieses Films beenden?"
 msgid "Symbolrate"
 msgstr ""
 
 msgid "Symbolrate"
 msgstr ""
 
+#: ../lib/python/Components/NimManager.py:290
+msgid "Toneburst A/B"
+msgstr ""
+
 #: ../lib/python/Screens/NetworkSetup.py:40
 #: ../lib/python/Screens/NetworkSetup.py:52 ../data/
 msgid "Use DHCP"
 #: ../lib/python/Screens/NetworkSetup.py:40
 #: ../lib/python/Screens/NetworkSetup.py:52 ../data/
 msgid "Use DHCP"