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:
Jacek Jendrzej
2013-02-12 19:26:46 +01:00
parent a46d3a42ef
commit 7b1136be21
5 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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,

View File

@@ -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",