locals: add locales for show empty favorites option

Origin commit data
------------------
Branch: ni/coolstream
Commit: 2d7b746685
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-10-27 (Mon, 27 Oct 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2014-10-27 13:51:32 +03:00
parent e6be1d386d
commit d0b07c619f
3 changed files with 6 additions and 0 deletions

View File

@@ -250,6 +250,7 @@ channellist.reset_flags Reset 'new' channel flag
channellist.sats Satellites channellist.sats Satellites
channellist.show_channellogo Show channel logos channellist.show_channellogo Show channel logos
channellist.show_channelnumber Show channel numbers channellist.show_channelnumber Show channel numbers
channellist.show_empty_favs Show empty favorites bouquets
channellist.since since channellist.since since
channellist.start starts channellist.start starts
ci.clock CI clock (Mhz) ci.clock CI clock (Mhz)
@@ -920,6 +921,7 @@ menu.hint_channellist_mode_radio Use the selected channel list mode on startup i
menu.hint_channellist_setup Configure channel list GUI options menu.hint_channellist_setup Configure channel list GUI options
menu.hint_channellist_show_channellogo Show channel logos in channel list menu.hint_channellist_show_channellogo Show channel logos in channel list
menu.hint_channellist_show_channelnumber Show channel number in channel list menu.hint_channellist_show_channelnumber Show channel number in channel list
menu.hint_channellist_show_empty_favs Show / hide empty bouquets in favorites
menu.hint_channels Open channel list menu.hint_channels Open channel list
menu.hint_ci Conditional access menu\nto setup your CI CAM or embeded Conax card menu.hint_ci Conditional access menu\nto setup your CI CAM or embeded Conax card
menu.hint_clock_background Show clock with theme's background color menu.hint_clock_background Show clock with theme's background color

View File

@@ -277,6 +277,7 @@ typedef enum
LOCALE_CHANNELLIST_SATS, LOCALE_CHANNELLIST_SATS,
LOCALE_CHANNELLIST_SHOW_CHANNELLOGO, LOCALE_CHANNELLIST_SHOW_CHANNELLOGO,
LOCALE_CHANNELLIST_SHOW_CHANNELNUMBER, LOCALE_CHANNELLIST_SHOW_CHANNELNUMBER,
LOCALE_CHANNELLIST_SHOW_EMPTY_FAVS,
LOCALE_CHANNELLIST_SINCE, LOCALE_CHANNELLIST_SINCE,
LOCALE_CHANNELLIST_START, LOCALE_CHANNELLIST_START,
LOCALE_CI_CLOCK, LOCALE_CI_CLOCK,
@@ -947,6 +948,7 @@ typedef enum
LOCALE_MENU_HINT_CHANNELLIST_SETUP, LOCALE_MENU_HINT_CHANNELLIST_SETUP,
LOCALE_MENU_HINT_CHANNELLIST_SHOW_CHANNELLOGO, LOCALE_MENU_HINT_CHANNELLIST_SHOW_CHANNELLOGO,
LOCALE_MENU_HINT_CHANNELLIST_SHOW_CHANNELNUMBER, LOCALE_MENU_HINT_CHANNELLIST_SHOW_CHANNELNUMBER,
LOCALE_MENU_HINT_CHANNELLIST_SHOW_EMPTY_FAVS,
LOCALE_MENU_HINT_CHANNELS, LOCALE_MENU_HINT_CHANNELS,
LOCALE_MENU_HINT_CI, LOCALE_MENU_HINT_CI,
LOCALE_MENU_HINT_CLOCK_BACKGROUND, LOCALE_MENU_HINT_CLOCK_BACKGROUND,

View File

@@ -277,6 +277,7 @@ const char * locale_real_names[] =
"channellist.sats", "channellist.sats",
"channellist.show_channellogo", "channellist.show_channellogo",
"channellist.show_channelnumber", "channellist.show_channelnumber",
"channellist.show_empty_favs",
"channellist.since", "channellist.since",
"channellist.start", "channellist.start",
"ci.clock", "ci.clock",
@@ -947,6 +948,7 @@ const char * locale_real_names[] =
"menu.hint_channellist_setup", "menu.hint_channellist_setup",
"menu.hint_channellist_show_channellogo", "menu.hint_channellist_show_channellogo",
"menu.hint_channellist_show_channelnumber", "menu.hint_channellist_show_channelnumber",
"menu.hint_channellist_show_empty_favs",
"menu.hint_channels", "menu.hint_channels",
"menu.hint_ci", "menu.hint_ci",
"menu.hint_clock_background", "menu.hint_clock_background",