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

index f6362545deadff2549e4d600990e153b25886db5..55b644f60eb5461c81e47af1025938adafea1480 100644 (file)
@@ -214,9 +214,9 @@ class NimManager:
        def nimList(self):
                list = [ ]
                for slot in self.nimslots:
        def nimList(self):
                list = [ ]
                for slot in self.nimslots:
-                       nimText = "Socket " + ("A", "B", "C", "D")[slot.slotid] + ": "
+                       nimText = _("Socket ") + ("A", "B", "C", "D")[slot.slotid] + ": "
                        if slot.nimType == -1:
                        if slot.nimType == -1:
-                               nimText += "empty/unknown"
+                               nimText += _("empty/unknown")
                        else:
                                nimText += slot.name + " ("     
                                nimText += ("DVB-S", "DVB-C", "DVB-T")[slot.nimType] + ")"
                        else:
                                nimText += slot.name + " ("     
                                nimText += ("DVB-S", "DVB-C", "DVB-T")[slot.nimType] + ")"
index df5f303ee35d0db19d692f839e5af568739fc3de..a6635f270c2f1b114a4b6061dd609e35ce60f414 100644 (file)
@@ -36,6 +36,7 @@ enigma2.pot:
                        ../lib/python/Screens/TimerEdit.py \
                        ../lib/python/Components/SetupDevices.py \
                        ../lib/python/Components/Language.py \
                        ../lib/python/Screens/TimerEdit.py \
                        ../lib/python/Components/SetupDevices.py \
                        ../lib/python/Components/Language.py \
+                       ../lib/python/Components/NimManager.py \
                        ../lib/python/Components/EventInfo.py \
                        ../lib/python/Components/Network.py 
        ./xml2po.py     ../data/ >> enigma2.pot
                        ../lib/python/Components/EventInfo.py \
                        ../lib/python/Components/Network.py 
        ./xml2po.py     ../data/ >> enigma2.pot
index 16ac629b8d83ea729a70ae446ae3cd96c5209f12..0f80a21337eb689f76a97b9aba6d2502c48b9461 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:13+0100\n"
+"POT-Creation-Date: 2005-11-18 06:25+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"
@@ -161,6 +161,10 @@ msgstr ""
 msgid "Satellite"
 msgstr "Satellit"
 
 msgid "Satellite"
 msgstr "Satellit"
 
+#: ../lib/python/Components/NimManager.py:217
+msgid "Socket "
+msgstr "Sockel "
+
 #: ../lib/python/Screens/InfoBar.py:72
 msgid "Stop playing this movie?"
 msgstr "Das Abspielen dieses Films beenden?"
 #: ../lib/python/Screens/InfoBar.py:72
 msgid "Stop playing this movie?"
 msgstr "Das Abspielen dieses Films beenden?"
@@ -174,6 +178,10 @@ msgstr ""
 msgid "Use DHCP"
 msgstr "Adresse automatisch beziehen (DHCP)"
 
 msgid "Use DHCP"
 msgstr "Adresse automatisch beziehen (DHCP)"
 
+#: ../lib/python/Components/NimManager.py:219
+msgid "empty/unknown"
+msgstr ""
+
 #: ../lib/python/Components/Network.py:134
 msgid "no"
 msgstr "nein"
 #: ../lib/python/Components/Network.py:134
 msgid "no"
 msgstr "nein"