mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-11 15:41:00 +02:00
webtv-setup: clearify hint for autoload item
Origin commit data
------------------
Commit: 9b53d11357
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-25 (Sat, 25 Nov 2017)
Origin message was:
------------------
- webtv-setup: clearify hint for autoload item
This commit is contained in:
@@ -1685,7 +1685,7 @@ menu.hint_volume_digits Zifferndarstellung der Lautstärkeanzeige ein- oder auss
|
||||
menu.hint_volume_pos Wählen Sie die Position der Lautstärkeanzeige aus
|
||||
menu.hint_volume_size Wählen Sie die Höhe der Lautstärkeanzeige
|
||||
menu.hint_webtv_setup Hier konfigurierte WebTV-Kanäle finden Sie in der Kanalverwaltung.
|
||||
menu.hint_webtv_xml_auto Lädt automatisch alle XML-Dateien aus %s/
|
||||
menu.hint_webtv_xml_auto Lädt automatisch alle XML-Dateien aus %s/ und %s/
|
||||
menu.hint_window_size Kanalliste, EPG-Infos und einige andere Fenster werden mit diesem Faktor skaliert
|
||||
menu.hint_youtube_dev_id Geben Sie die YouTube Dev ID ein. Eine leere Eingabe schaltet die YouTube-Unterstützung aus
|
||||
menu.hint_youtube_enabled Schaltet die YouTube-Unterstützung ein oder aus
|
||||
|
@@ -1684,7 +1684,7 @@ menu.hint_volume_digits Numeric display of the volumebar on/off
|
||||
menu.hint_volume_pos Select volume indicator position
|
||||
menu.hint_volume_size Select volume indicator height
|
||||
menu.hint_webtv_setup WebTV channels configured here will be available in the standard channel lists.
|
||||
menu.hint_webtv_xml_auto Auto-load all existing XML files from %s/
|
||||
menu.hint_webtv_xml_auto Auto-load all existing XML files from %s/ and %s/
|
||||
menu.hint_window_size Channellist, EPG-infos and some other windows are scaled by this factor
|
||||
menu.hint_youtube_dev_id Type your YouTube Dev ID. An empty input disables YouTube support
|
||||
menu.hint_youtube_enabled Enable or disable YouTube support
|
||||
|
@@ -157,7 +157,7 @@ int CWebTVSetup::Show()
|
||||
|
||||
//NI
|
||||
char hint_text[1024];
|
||||
snprintf(hint_text, sizeof(hint_text)-1, g_Locale->getText(LOCALE_MENU_HINT_WEBTV_XML_AUTO), WEBTVDIR);
|
||||
snprintf(hint_text, sizeof(hint_text)-1, g_Locale->getText(LOCALE_MENU_HINT_WEBTV_XML_AUTO), WEBTVDIR, WEBTVDIR_VAR);
|
||||
CMenuOptionChooser *oc = new CMenuOptionChooser(LOCALE_WEBTV_XML_AUTO, &g_settings.webtv_xml_auto, OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true, this, CRCInput::convertDigitToKey(shortcut++));
|
||||
oc->setHint("", hint_text);
|
||||
m->addItem(oc);
|
||||
|
Reference in New Issue
Block a user