X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FNimManager.py;h=741233d95e5781af278dd2577af818d26df2e1b0;hp=55b644f60eb5461c81e47af1025938adafea1480;hb=6dbbf2167e1a8ca25dd2cd8e20bef82686b28f61;hpb=9de1e6638edc6d3432dff45f3a82fe2fc11deceb diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py index 55b644f..741233d 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);