gui/osd_setup.cpp: more hints, WIP

This commit is contained in:
[CST] Focus
2012-07-09 17:29:24 +04:00
parent 5420af701a
commit d74e9ae143
5 changed files with 174 additions and 30 deletions

View File

@@ -916,6 +916,32 @@ typedef enum
LOCALE_MENU_HINT_INFOBAR_TEXTCOLOR,
LOCALE_MENU_HINT_EVENT_TEXTCOLOR,
LOCALE_MENU_HINT_FONTS,
LOCALE_MENU_HINT_FONT_GUI,
LOCALE_MENU_HINT_FONT_TTX,
LOCALE_MENU_HINT_CONTRAST_FONTS,
LOCALE_MENU_HINT_FONT_SCALING,
LOCALE_MENU_HINT_MENU_FONTS,
LOCALE_MENU_HINT_CHANNELLIST_FONTS,
LOCALE_MENU_HINT_EVENTLIST_FONTS,
LOCALE_MENU_HINT_EPG_FONTS,
LOCALE_MENU_HINT_INFOBAR_FONTS,
LOCALE_MENU_HINT_GAMELIST_FONTS,
LOCALE_MENU_HINT_TIMEOUTS,
LOCALE_MENU_HINT_SCREEN_SETUP,
LOCALE_MENU_HINT_INFOBAR_SETUP,
LOCALE_MENU_HINT_CHANNELLIST_SETUP,
LOCALE_MENU_HINT_SCREENSHOT_SETUP,
LOCALE_MENU_HINT_OSD_PRESET,
LOCALE_MENU_HINT_ROUNDED_CORNERS,
LOCALE_MENU_HINT_SCRAMBLED_MESSAGE,
LOCALE_MENU_HINT_SUBCHAN_POS,
LOCALE_MENU_HINT_VOLUME_POS,
LOCALE_MENU_HINT_SHOW_MUTE_ICON,
LOCALE_MENU_HINT_MENU_POS,
LOCALE_MENU_HINT_MENU_HINTS,
LOCALE_MENU_HINT_FADE,
LOCALE_MENU_HINT_BIGWINDOWS,
LOCALE_MENU_HINT_PROGRESSBAR_COLOR,
LOCALE_MENU_NEXT,
LOCALE_MESSAGEBOX_BACK,

View File

@@ -916,6 +916,32 @@ const char * locale_real_names[] =
"menu.hint_infobar_textcolor",
"menu.hint_event_textcolor",
"menu.hint_fonts",
"menu.hint_font_gui",
"menu.hint_font_ttx",
"menu.hint_contrast_fonts",
"menu.hint_font_scaling",
"menu.hint_menu_fonts",
"menu.hint_channellist_fonts",
"menu.hint_eventlist_fonts",
"menu.hint_epg_fonts",
"menu.hint_infobar_fonts",
"menu.hint_gamelist_fonts",
"menu.hint_timeouts",
"menu.hint_screen_setup",
"menu.hint_infobar_setup",
"menu.hint_channellist_setup",
"menu.hint_screenshot_setup",
"menu.hint_osd_preset",
"menu.hint_rounded_corners",
"menu.hint_scrambled_message",
"menu.hint_subchannel_pos",
"menu.hint_volume_pos",
"menu.hint_show_mute_icon",
"menu.hint_menu_pos",
"menu.hint_menu_hints",
"menu.hint_fade",
"menu.hint_bigwindows",
"menu.hint_progressbar_color",
"menu.next",
"messagebox.back",