mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
add progressbar hint loc
This commit is contained in:
@@ -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