aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-18 05:30:01 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-18 05:30:01 +0000
commit6dbbf2167e1a8ca25dd2cd8e20bef82686b28f61 (patch)
tree153bda605954670e48d073dd8e5ca11093f5d609 /lib/python/Components
parent9de1e6638edc6d3432dff45f3a82fe2fc11deceb (diff)
downloadenigma2-6dbbf2167e1a8ca25dd2cd8e20bef82686b28f61.tar.gz
enigma2-6dbbf2167e1a8ca25dd2cd8e20bef82686b28f61.zip
translations
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/NimManager.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py
index 55b644f6..741233d9 100644
--- a/lib/python/Components/NimManager.py
+++ b/lib/python/Components/NimManager.py
@@ -286,8 +286,8 @@ def InitNimManager(nimmgr):
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);