mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
add progressbar hint loc
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6fb981b447
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-02-12 (Tue, 12 Feb 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -803,6 +803,7 @@ menu.hint_infobar_fonts Ändern Sie in der Infobar die Schriftgrößen
|
||||
menu.hint_infobar_logo Logo- und Signal-Optionen
|
||||
menu.hint_infobar_logo_dir Hier wählen Sie das Verzeichnis für die Senderlogos
|
||||
menu.hint_infobar_on_epg Zeigt einen Hinweis bei EPG-Änderungen
|
||||
menu.hint_infobar_progressbar Wählt die Optionen des Fortschrittsbalken in der Infobar
|
||||
menu.hint_infobar_radiotext Zeigt Radiotext in einen Fenster, wenn verfügbar
|
||||
menu.hint_infobar_res Zeige die gesendete Auflösung in Symbolen
|
||||
menu.hint_infobar_sat Zeigt die aktuellen Satelliten- oder Kabel-Provider
|
||||
|
@@ -803,6 +803,7 @@ menu.hint_infobar_fonts Change infobar font sizes
|
||||
menu.hint_infobar_logo Logo / signal options
|
||||
menu.hint_infobar_logo_dir Select directory to search for channels logo
|
||||
menu.hint_infobar_on_epg Show infobar on current EPG event change
|
||||
menu.hint_infobar_progressbar Selects the options of Progressbar in the Infobar
|
||||
menu.hint_infobar_radiotext Show radiotext window
|
||||
menu.hint_infobar_res Show channel resolution icons
|
||||
menu.hint_infobar_sat Show current satellite or cable provider
|
||||
|
@@ -765,7 +765,7 @@ void COsdSetup::showOsdInfobarSetup(CMenuWidget *menu_infobar)
|
||||
|
||||
// infobar progress
|
||||
mc = new CMenuOptionChooser(LOCALE_MISCSETTINGS_INFOBAR_PROGRESSBAR, &g_settings.infobar_progressbar, LOCALE_MISCSETTINGS_INFOBAR_PROGRESSBAR_OPTIONS, LOCALE_MISCSETTINGS_INFOBAR_PROGRESSBAR_COUNT, true);
|
||||
mc->setHint("", LOCALE_MISCSETTINGS_INFOBAR_PROGRESSBAR);
|
||||
mc->setHint("", LOCALE_MENU_HINT_INFOBAR_PROGRESSBAR);
|
||||
menu_infobar->addItem(mc);
|
||||
|
||||
// flash/hdd progress
|
||||
|
@@ -830,6 +830,7 @@ typedef enum
|
||||
LOCALE_MENU_HINT_INFOBAR_LOGO,
|
||||
LOCALE_MENU_HINT_INFOBAR_LOGO_DIR,
|
||||
LOCALE_MENU_HINT_INFOBAR_ON_EPG,
|
||||
LOCALE_MENU_HINT_INFOBAR_PROGRESSBAR,
|
||||
LOCALE_MENU_HINT_INFOBAR_RADIOTEXT,
|
||||
LOCALE_MENU_HINT_INFOBAR_RES,
|
||||
LOCALE_MENU_HINT_INFOBAR_SAT,
|
||||
|
@@ -830,6 +830,7 @@ const char * locale_real_names[] =
|
||||
"menu.hint_infobar_logo",
|
||||
"menu.hint_infobar_logo_dir",
|
||||
"menu.hint_infobar_on_epg",
|
||||
"menu.hint_infobar_progressbar",
|
||||
"menu.hint_infobar_radiotext",
|
||||
"menu.hint_infobar_res",
|
||||
"menu.hint_infobar_sat",
|
||||
|
Reference in New Issue
Block a user