add menu hint unicable configuration

Origin commit data
------------------
Branch: ni/coolstream
Commit: 0b0bf8ec07
Author: Frankenstone <dampf_acc@online.de>
Date: 2020-05-29 (Fri, 29 May 2020)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Frankenstone
2020-05-29 00:44:16 +02:00
committed by vanhofen
parent 870f4c3269
commit ebe7e38d40
5 changed files with 5 additions and 0 deletions

View File

@@ -1777,6 +1777,7 @@ menu.hint_tmdb_enabled Schaltet die TMDb-Unterstützung (themoviedb.org) ein bzw
menu.hint_tools Werkzeuge ausführen
menu.hint_tvmode Schaltet zum TV-Modus
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_vfd Frontdisplay und Power-LEDs
menu.hint_vfd_brightness Definiert die Helligkeit im TV-Betrieb

View File

@@ -1777,6 +1777,7 @@ menu.hint_tmdb_enabled Enable or disable TMDb support (themoviedb.org)
menu.hint_tools Run tools
menu.hint_tvmode Switch box to TV 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_vfd Frontpanel LEDs, VFD options
menu.hint_vfd_brightness Working brightness

View File

@@ -1091,6 +1091,7 @@ int CScanSetup::showFrontendSetup(int number)
setupMenu->addItem(fsatSetup);
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);
CMenuWidget * rotorMenu = new CMenuWidget(LOCALE_SATSETUP_EXTENDED_MOTOR, NEUTRINO_ICON_SETTINGS, width);

View File

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

View File

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