add menu hint unicable configuration

This commit is contained in:
Frankenstone
2020-05-29 00:44:16 +02:00
committed by Thilo Graf
parent c000b61120
commit 2d68659524
5 changed files with 5 additions and 0 deletions

View File

@@ -1632,6 +1632,7 @@ menu.hint_tmdb_enabled Schaltet die TMDb-Unterstützung (themoviedb.org) ein bzw
menu.hint_tools Werkzeuge ausführen menu.hint_tools Werkzeuge ausführen
menu.hint_tvmode Schaltet zum TV-Modus menu.hint_tvmode Schaltet zum TV-Modus
menu.hint_tvradio_switch Schaltet zwischen TV- und Radio-Modus um menu.hint_tvradio_switch Schaltet zwischen TV- und Radio-Modus um
menu.hint_uni_setup Konfiguration Unikabel Frequenz, Userband und Pin
menu.hint_upnp Universal Plug and Play Browser menu.hint_upnp Universal Plug and Play Browser
menu.hint_vfd Frontdisplay und Power-LEDs menu.hint_vfd Frontdisplay und Power-LEDs
menu.hint_vfd_brightness Definiert die Helligkeit im TV-Betrieb menu.hint_vfd_brightness Definiert die Helligkeit im TV-Betrieb

View File

@@ -1632,6 +1632,7 @@ menu.hint_tmdb_enabled Enable or disable TMDb support (themoviedb.org)
menu.hint_tools Run tools menu.hint_tools Run tools
menu.hint_tvmode Switch box to TV mode menu.hint_tvmode Switch box to TV mode
menu.hint_tvradio_switch Switches between TV and Radio mode menu.hint_tvradio_switch Switches between TV and Radio mode
menu.hint_uni_setup Configuration of unicable frequency, user band and pin
menu.hint_upnp Universal Plug and Play Browser menu.hint_upnp Universal Plug and Play Browser
menu.hint_vfd Frontpanel LEDs, VFD options menu.hint_vfd Frontpanel LEDs, VFD options
menu.hint_vfd_brightness Working brightness menu.hint_vfd_brightness Working brightness

View File

@@ -1078,6 +1078,7 @@ int CScanSetup::showFrontendSetup(int number)
setupMenu->addItem(fsatSetup); setupMenu->addItem(fsatSetup);
uniSetup = new CMenuForwarder(LOCALE_SATSETUP_UNI_SETTINGS, (dmode == DISEQC_UNICABLE ? true : dmode == DISEQC_UNICABLE2), NULL, this, "unisetup", CRCInput::convertDigitToKey(shortcut++)); uniSetup = new CMenuForwarder(LOCALE_SATSETUP_UNI_SETTINGS, (dmode == DISEQC_UNICABLE ? true : dmode == DISEQC_UNICABLE2), NULL, this, "unisetup", CRCInput::convertDigitToKey(shortcut++));
uniSetup->setHint("",LOCALE_MENU_HINT_UNI_SETUP);
setupMenu->addItem(uniSetup); setupMenu->addItem(uniSetup);
CMenuWidget * rotorMenu = new CMenuWidget(LOCALE_SATSETUP_EXTENDED_MOTOR, NEUTRINO_ICON_SETTINGS, width); CMenuWidget * rotorMenu = new CMenuWidget(LOCALE_SATSETUP_EXTENDED_MOTOR, NEUTRINO_ICON_SETTINGS, width);

View File

@@ -1659,6 +1659,7 @@ typedef enum
LOCALE_MENU_HINT_TOOLS, LOCALE_MENU_HINT_TOOLS,
LOCALE_MENU_HINT_TVMODE, LOCALE_MENU_HINT_TVMODE,
LOCALE_MENU_HINT_TVRADIO_SWITCH, LOCALE_MENU_HINT_TVRADIO_SWITCH,
LOCALE_MENU_HINT_UNI_SETUP,
LOCALE_MENU_HINT_UPNP, LOCALE_MENU_HINT_UPNP,
LOCALE_MENU_HINT_VFD, LOCALE_MENU_HINT_VFD,
LOCALE_MENU_HINT_VFD_BRIGHTNESS, LOCALE_MENU_HINT_VFD_BRIGHTNESS,

View File

@@ -1659,6 +1659,7 @@ const char * locale_real_names[] =
"menu.hint_tools", "menu.hint_tools",
"menu.hint_tvmode", "menu.hint_tvmode",
"menu.hint_tvradio_switch", "menu.hint_tvradio_switch",
"menu.hint_uni_setup",
"menu.hint_upnp", "menu.hint_upnp",
"menu.hint_vfd", "menu.hint_vfd",
"menu.hint_vfd_brightness", "menu.hint_vfd_brightness",