From 9de1e6638edc6d3432dff45f3a82fe2fc11deceb Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Fri, 18 Nov 2005 05:26:40 +0000 Subject: [PATCH] translation --- lib/python/Components/NimManager.py | 4 ++-- po/Makefile | 1 + 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 diff --git a/po/de.po b/po/de.po index 16ac629b..0f80a213 100644 --- 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-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" -- 2.30.2