add a "nothing connected" option to the sat setup for nim b
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Sat, 17 Dec 2005 00:17:10 +0000 (00:17 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Sat, 17 Dec 2005 00:17:10 +0000 (00:17 +0000)
lib/python/Components/NimManager.py
lib/python/Screens/Satconfig.py
po/de.po

index a8ad6320411a2f941304f5214a26e213cb42d307..38047cbdd96efa28749a0193cbb6b583a33197c9 100644 (file)
@@ -83,7 +83,7 @@ class SecConfigure:
                        nim = config.Nims[x]
                        if slot.nimType == self.NimManager.nimType["DVB-S"]:
                                print "slot: " + str(x) + " configmode: " + str(nim.configMode.value)
-                               if nim.configMode.value == 1:
+                               if nim.configMode.value == 2:
                                        self.linkNIMs(x, nim.linkedTo.value)
                                        nim = config.Nims[nim.linkedTo.value]
                                if nim.configMode.value == 0:           #simple config
@@ -350,10 +350,10 @@ class NimManager:
 
        #callbacks for c++ config
        def nimConfigModeChanged(self, slotid, mode):
-               if (mode != 1): # not linked
+               if (mode != 2): # not linked
                        print "Unlinking slot " + str(slotid)
                        # TODO call c++ to unlink nim in slot slotid
-               if (mode == 1): # linked
+               if (mode == 2): # linked
                        pass
                        #FIXME!!!
                        #if (len(self.getNimListOfType(self.nimType["DVB-S"], slotid)) > 0):
@@ -406,10 +406,10 @@ def InitNimManager(nimmgr):
                nim = config.Nims[x]
                
                if slot.nimType == nimmgr.nimType["DVB-S"]:
-                       nim.configMode = configElement(cname + "configMode", configSelection, 0, (_("Simple"), _("Loopthrough to Socket A"))) # "Advanced"));
+                       nim.configMode = configElement(cname + "configMode", configSelection, 0, (_("Simple"), _("Nothing connected"), _("Loopthrough to Socket A"))) # "Advanced"));
                        
                        #important - check if just the 2nd one is LT only and the first one is DVB-S
-                       if nim.configMode.value == 1: #linked
+                       if nim.configMode.value == 2: #linked
                                if x == 0:                                                                              #first one can never be linked to anything
                                        nim.configMode.value = 0                #reset to simple
                                        nim.configMode.save()
index 969d4d0c9b0028d7ea87306c9e9cdcc7d3fb0575..6c5608b5c15cc4b35c9787d90201e7f626e12bc4 100644 (file)
@@ -45,11 +45,11 @@ class NimSetup(Screen):
                                        self.createSimpleSetup(self.nim, self.list, config.Nims[self.nim.slotid].diseqcMode.value)
                                if (config.Nims[self.nim.slotid].diseqcMode.value == 4):
                                        self.createPositionerSetup(self.nim, self.list)
-                       elif config.Nims[self.nim.slotid].configMode.value == 1: # linked tuner
+                       elif config.Nims[self.nim.slotid].configMode.value == 1: # nothing
                                #self.list.append(getConfigListEntry(_("Linked to"), config.Nims[self.nim.slotid].linkedTo))
                                pass
-                       elif config.Nims[self.nim.slotid].configMode.value == 2: # advanced mode
-                               print "FIXME: implement advanced mode"
+                       elif config.Nims[self.nim.slotid].configMode.value == 2: # linked
+                               pass
                
                elif (nimmanager.getNimType(self.nim.slotid) == nimmanager.nimType["DVB-C"]):
                        self.list.append(getConfigListEntry(_("Cable provider"), config.Nims[self.nim.slotid].cable))
index ccf46a8ec5896e57ee716a7c04011c5c64e7d31d..605e7640dda51bd78a29e97e9bf50a81ce55eaee 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"
-"POT-Creation-Date: 2005-12-15 01:46+0100\n"
+"POT-Creation-Date: 2005-12-17 01:09+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"
@@ -69,7 +69,7 @@ msgstr "Bandbreite"
 msgid "Bus: "
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:53
+#: ../lib/python/Screens/Satconfig.py:55
 msgid "Cable provider"
 msgstr "Kabelanbieter"
 
@@ -77,10 +77,7 @@ msgstr "Kabelanbieter"
 msgid "Capacity: "
 msgstr "Kapazität: "
 
-#: ../lib/python/Screens/TimerEntry.py:166
-#: ../lib/python/Screens/TimerEntry.py:179
-#: ../lib/python/Screens/TimerEntry.py:195
-#: ../lib/python/Screens/TimerEntry.py:202 ../data/
+#: ../lib/python/Screens/TimerEntry.py:168 ../data/
 msgid "Channel"
 msgstr "Kanal"
 
@@ -104,9 +101,7 @@ msgstr ""
 msgid "Code rate low"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:37 ../lib/python/Screens/Satconfig.py:64
-#: ../lib/python/Screens/Satconfig.py:68 ../lib/python/Screens/Satconfig.py:78
-#: ../data/
+#: ../lib/python/Screens/Satconfig.py:37 ../data/
 msgid "Configuration Mode"
 msgstr "Konfigurationsmodus"
 
@@ -138,6 +133,10 @@ msgstr "DiSEqC A/B"
 msgid "DiSEqC A/B/C/D"
 msgstr "DiSEqC A/B/C/D"
 
+#: ../lib/python/Screens/Satconfig.py:41
+msgid "DiSEqC Mode"
+msgstr "DiSEqC-Modus"
+
 #: ../lib/python/Screens/ScanSetup.py:104
 #: ../lib/python/Screens/ScanSetup.py:377 ../lib/python/Components/Lcd.py:32
 #: ../lib/python/Components/SetupDevices.py:38
@@ -150,10 +149,6 @@ msgstr "DiSEqC A/B/C/D"
 msgid "Disable"
 msgstr "Aus"
 
-#: ../lib/python/Screens/Satconfig.py:40 ../lib/python/Screens/Satconfig.py:62
-msgid "DiSEqC Mode"
-msgstr "DiSEqC-Modus"
-
 #: ../lib/python/Screens/InfoBarGenerics.py:625
 msgid ""
 "Do you want to stop the current\n"
@@ -183,11 +178,11 @@ msgstr "Ost"
 msgid "Enable"
 msgstr "Ein"
 
-#: ../lib/python/Screens/TimerEntry.py:161
+#: ../lib/python/Screens/TimerEntry.py:163
 msgid "End"
 msgstr "Ende"
 
-#: ../lib/python/Screens/TimerEntry.py:164
+#: ../lib/python/Screens/TimerEntry.py:166
 msgid "EndTime"
 msgstr "Endzeit"
 
@@ -209,17 +204,16 @@ msgstr "Favoriten"
 #: ../lib/python/Screens/ScanSetup.py:87
 #: ../lib/python/Screens/ScanSetup.py:114
 #: ../lib/python/Screens/ScanSetup.py:124
-#: ../lib/python/Screens/TimerEntry.py:135
-#: ../lib/python/Screens/TimerEntry.py:175
+#: ../lib/python/Screens/TimerEntry.py:136
 msgid "Frequency"
 msgstr "Frequenz"
 
 #: ../lib/python/Screens/TimerEntry.py:91
-#: ../lib/python/Screens/TimerEntry.py:148
+#: ../lib/python/Screens/TimerEntry.py:150
 msgid "Friday"
 msgstr "Freitag"
 
-#: ../lib/python/Screens/NetworkSetup.py:44 ../data/
+#: ../lib/python/Screens/NetworkSetup.py:45 ../data/
 msgid "Gateway"
 msgstr ""
 
@@ -236,7 +230,7 @@ msgstr ""
 msgid "Hierarchy mode"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:41 ../data/
+#: ../lib/python/Screens/NetworkSetup.py:42 ../data/
 msgid "IP Address"
 msgstr "IP-Adresse"
 
@@ -284,7 +278,7 @@ msgid "Mon-Fri"
 msgstr "Montag bis Freitag"
 
 #: ../lib/python/Screens/TimerEntry.py:91
-#: ../lib/python/Screens/TimerEntry.py:144
+#: ../lib/python/Screens/TimerEntry.py:146
 msgid "Monday"
 msgstr "Montag"
 
@@ -292,11 +286,11 @@ msgstr "Montag"
 msgid "N/A"
 msgstr "Nicht verfügbar"
 
-#: ../lib/python/Screens/NetworkSetup.py:45 ../data/
+#: ../lib/python/Screens/NetworkSetup.py:46 ../data/
 msgid "Nameserver"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:43 ../data/
+#: ../lib/python/Screens/NetworkSetup.py:44 ../data/
 msgid "Netmask"
 msgstr "Netzmaske"
 
@@ -311,6 +305,10 @@ msgstr "Keins"
 msgid "North"
 msgstr "Nord"
 
+#: ../lib/python/Components/NimManager.py:409
+msgid "Nothing connected"
+msgstr "Nichts angeschlossen"
+
 #: ../lib/python/Screens/InfoBar.py:35
 msgid "Play recorded movies..."
 msgstr "Aufgenommene Filme abspielen..."
@@ -369,11 +367,11 @@ msgid "Satellites"
 msgstr "Satelliten"
 
 #: ../lib/python/Screens/TimerEntry.py:91
-#: ../lib/python/Screens/TimerEntry.py:149
+#: ../lib/python/Screens/TimerEntry.py:151
 msgid "Saturday"
 msgstr "Samstag"
 
-#: ../lib/python/Screens/TimerEntry.py:203
+#: ../lib/python/Screens/TimerEntry.py:206
 msgid "Select channel to record from"
 msgstr "Kanal auswahlen, von dem aufgenommen werden soll"
 
@@ -397,7 +395,7 @@ msgstr "Sockel "
 msgid "South"
 msgstr "Süd"
 
-#: ../lib/python/Screens/TimerEntry.py:156
+#: ../lib/python/Screens/TimerEntry.py:158
 msgid "Start"
 msgstr ""
 
@@ -405,11 +403,11 @@ msgstr ""
 msgid "Start recording?"
 msgstr "Aufnahme beginnen?"
 
-#: ../lib/python/Screens/TimerEntry.py:159
+#: ../lib/python/Screens/TimerEntry.py:161
 msgid "StartTime"
 msgstr "Startzeit"
 
-#: ../lib/python/Screens/Wizard.py:168
+#: ../lib/python/Screens/Wizard.py:178
 msgid "Step "
 msgstr "Schritt "
 
@@ -422,7 +420,7 @@ msgid "Subservices"
 msgstr "Unterkanäle"
 
 #: ../lib/python/Screens/TimerEntry.py:91
-#: ../lib/python/Screens/TimerEntry.py:150
+#: ../lib/python/Screens/TimerEntry.py:152
 msgid "Sunday"
 msgstr "Sonntag"
 
@@ -431,18 +429,17 @@ msgstr "Sonntag"
 msgid "Symbol Rate"
 msgstr "Symbolrate"
 
-#: ../lib/python/Screens/Satconfig.py:55
+#: ../lib/python/Screens/Satconfig.py:57
 msgid "Terrestrial provider"
 msgstr "Region"
 
 #: ../lib/python/Screens/TimerEntry.py:91
-#: ../lib/python/Screens/TimerEntry.py:147
+#: ../lib/python/Screens/TimerEntry.py:149
 msgid "Thursday"
 msgstr "Donnerstag"
 
 #: ../lib/python/Screens/TimerEntry.py:130
-#: ../lib/python/Screens/TimerEntry.py:173
-msgid "TimerType"
+msgid "Timer Type"
 msgstr "Timer-Art"
 
 #: ../lib/python/Components/NimManager.py:424
@@ -454,7 +451,7 @@ msgid "Transmission mode"
 msgstr "Übertragungstyp"
 
 #: ../lib/python/Screens/TimerEntry.py:91
-#: ../lib/python/Screens/TimerEntry.py:145
+#: ../lib/python/Screens/TimerEntry.py:147
 msgid "Tuesday"
 msgstr "Dienstag"
 
@@ -483,17 +480,16 @@ msgstr ""
 "Bitte lesen Sie im Handbuch nach.\n"
 "Fehler: "
 
-#: ../lib/python/Screens/NetworkSetup.py:40
-#: ../lib/python/Screens/NetworkSetup.py:52 ../data/
+#: ../lib/python/Screens/NetworkSetup.py:40 ../data/
 msgid "Use DHCP"
 msgstr "Adresse automatisch beziehen (DHCP)"
 
 #: ../lib/python/Screens/TimerEntry.py:91
-#: ../lib/python/Screens/TimerEntry.py:146
+#: ../lib/python/Screens/TimerEntry.py:148
 msgid "Wednesday"
 msgstr "Mittwoch"
 
-#: ../lib/python/Screens/TimerEntry.py:141
+#: ../lib/python/Screens/TimerEntry.py:143
 msgid "Weekday"
 msgstr "Wochentag"
 
@@ -624,7 +620,7 @@ msgstr "Status"
 msgid "show EPG..."
 msgstr "zeige EPG..."
 
-#: ../lib/python/Screens/Wizard.py:171 ../lib/python/Screens/Wizard.py:172
+#: ../lib/python/Screens/Wizard.py:181 ../lib/python/Screens/Wizard.py:182
 msgid "text"
 msgstr ""
 
@@ -655,6 +651,10 @@ msgstr "ja"
 msgid "Service"
 msgstr "Kanal"
 
+#: ../data/
+msgid "Network setup"
+msgstr "Netzwerkeinstellungen"
+
 #: ../data/
 msgid "Games / Plugins"
 msgstr "Spiele / Erweiterungen"
@@ -687,6 +687,10 @@ msgstr "Fernsehnorm"
 msgid "Deep Standby"
 msgstr "Ausschalten"
 
+#: ../data/
+msgid "Tuner Slot"
+msgstr ""
+
 #: ../data/
 msgid "Sound"
 msgstr "Ton"
@@ -715,19 +719,6 @@ msgstr ""
 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"
@@ -752,10 +743,6 @@ msgstr ""
 msgid "Harddisk"
 msgstr "Festplatte"
 
-#: ../data/
-msgid "What do you want to scan?"
-msgstr "Was wollen Sie scannen?"
-
 #: ../data/
 msgid "Keyboard Map"
 msgstr "Tastaturlayout"
@@ -796,6 +783,10 @@ msgstr "Videorekorderumschaltung"
 msgid "use power delta"
 msgstr ""
 
+#: ../data/
+msgid "Test mode"
+msgstr ""
+
 #: ../data/
 msgid "Manual Scan"
 msgstr "Manuelle Suche"
@@ -848,10 +839,6 @@ msgstr "Helligkeit"
 msgid "Standby"
 msgstr ""
 
-#: ../data/
-msgid "Select a movie"
-msgstr ""
-
 #: ../data/
 msgid "Activate network settings"
 msgstr "Aktiviere Netzwerkeinstellungen"
@@ -1004,10 +991,6 @@ msgstr "Menü"
 msgid "Please set up tuner B"
 msgstr "Einstellungen für Tuner B."
 
-#: ../data/
-msgid "Network setup"
-msgstr "Netzwerkeinstellungen"
-
 #: ../data/
 msgid "Delay"
 msgstr "Verzögerung"
@@ -1050,6 +1033,10 @@ msgstr "Jugendschutz"
 msgid "Mainmenu"
 msgstr "Hauptmenü"
 
+#: ../data/
+msgid "Select a movie"
+msgstr ""
+
 #: ../data/
 msgid "Volume"
 msgstr "Lautstärke"
@@ -1058,6 +1045,19 @@ msgstr "Lautstärke"
 msgid "Alpha"
 msgstr ""
 
+#: ../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 "About"
 msgstr "Über"
@@ -1083,12 +1083,8 @@ msgid "Video Audio"
 msgstr ""
 
 #: ../data/
-msgid "Test mode"
-msgstr ""
-
-#: ../data/
-msgid "Tuner Slot"
-msgstr ""
+msgid "What do you want to scan?"
+msgstr "Was wollen Sie scannen?"
 
 #: ../data/
 msgid "Audio"
@@ -1110,3 +1106,4 @@ msgstr ""
 #: ../data/
 msgid "Satelliteconfig"
 msgstr "Satelliteneinstellungen"
+