diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-18 05:26:40 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-18 05:26:40 +0000 |
| commit | 9de1e6638edc6d3432dff45f3a82fe2fc11deceb (patch) | |
| tree | d5697b0f993b119dae5b4f68d5c8ec64ee1da6ad | |
| parent | 7725f7f3f752fce60f4a5dff7ef68e59557ad613 (diff) | |
| download | enigma2-9de1e6638edc6d3432dff45f3a82fe2fc11deceb.tar.gz enigma2-9de1e6638edc6d3432dff45f3a82fe2fc11deceb.zip | |
translation
| -rw-r--r-- | lib/python/Components/NimManager.py | 4 | ||||
| -rw-r--r-- | po/Makefile | 1 | ||||
| -rw-r--r-- | po/de.po | 10 |
3 files changed, 12 insertions, 3 deletions
diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py index f6362545..55b644f6 100644 --- a/lib/python/Components/NimManager.py +++ b/lib/python/Components/NimManager.py @@ -214,9 +214,9 @@ class NimManager: 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: - nimText += "empty/unknown" + nimText += _("empty/unknown") else: nimText += slot.name + " (" nimText += ("DVB-S", "DVB-C", "DVB-T")[slot.nimType] + ")" diff --git a/po/Makefile b/po/Makefile index df5f303e..a6635f27 100644 --- a/po/Makefile +++ b/po/Makefile @@ -36,6 +36,7 @@ enigma2.pot: ../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 @@ -7,7 +7,7 @@ msgid "" 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" @@ -161,6 +161,10 @@ msgstr "" 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?" @@ -174,6 +178,10 @@ msgstr "" 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" |
