mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
locals: add new locales:
LOCALE_CHANNELLIST_MAKE_NEWLIST, LOCALE_CHANNELLIST_MAKE_REMOVEDLIST, LOCALE_CHANNELLIST_RESET_FLAGS
This commit is contained in:
@@ -212,10 +212,13 @@ channellist.foot_off off
|
|||||||
channellist.head All Services
|
channellist.head All Services
|
||||||
channellist.history History
|
channellist.history History
|
||||||
channellist.make_hdlist Create list of HD channels
|
channellist.make_hdlist Create list of HD channels
|
||||||
|
channellist.make_newlist Create list of new channels
|
||||||
|
channellist.make_removedlist Create list of removed channels
|
||||||
channellist.new_zap_mode Quickzap in list
|
channellist.new_zap_mode Quickzap in list
|
||||||
channellist.nonefound No channels were found!\nPlease execute a scan\n(MENU-key -> service)
|
channellist.nonefound No channels were found!\nPlease execute a scan\n(MENU-key -> service)
|
||||||
channellist.provs Providers
|
channellist.provs Providers
|
||||||
channellist.recording_not_possible Recording not possible!
|
channellist.recording_not_possible Recording not possible!
|
||||||
|
channellist.reset_flags Reset 'new' channel flag
|
||||||
channellist.sats Satellites
|
channellist.sats Satellites
|
||||||
channellist.since since
|
channellist.since since
|
||||||
channellist.start starts
|
channellist.start starts
|
||||||
|
@@ -239,10 +239,13 @@ typedef enum
|
|||||||
LOCALE_CHANNELLIST_HEAD,
|
LOCALE_CHANNELLIST_HEAD,
|
||||||
LOCALE_CHANNELLIST_HISTORY,
|
LOCALE_CHANNELLIST_HISTORY,
|
||||||
LOCALE_CHANNELLIST_MAKE_HDLIST,
|
LOCALE_CHANNELLIST_MAKE_HDLIST,
|
||||||
|
LOCALE_CHANNELLIST_MAKE_NEWLIST,
|
||||||
|
LOCALE_CHANNELLIST_MAKE_REMOVEDLIST,
|
||||||
LOCALE_CHANNELLIST_NEW_ZAP_MODE,
|
LOCALE_CHANNELLIST_NEW_ZAP_MODE,
|
||||||
LOCALE_CHANNELLIST_NONEFOUND,
|
LOCALE_CHANNELLIST_NONEFOUND,
|
||||||
LOCALE_CHANNELLIST_PROVS,
|
LOCALE_CHANNELLIST_PROVS,
|
||||||
LOCALE_CHANNELLIST_RECORDING_NOT_POSSIBLE,
|
LOCALE_CHANNELLIST_RECORDING_NOT_POSSIBLE,
|
||||||
|
LOCALE_CHANNELLIST_RESET_FLAGS,
|
||||||
LOCALE_CHANNELLIST_SATS,
|
LOCALE_CHANNELLIST_SATS,
|
||||||
LOCALE_CHANNELLIST_SINCE,
|
LOCALE_CHANNELLIST_SINCE,
|
||||||
LOCALE_CHANNELLIST_START,
|
LOCALE_CHANNELLIST_START,
|
||||||
|
@@ -239,10 +239,13 @@ const char * locale_real_names[] =
|
|||||||
"channellist.head",
|
"channellist.head",
|
||||||
"channellist.history",
|
"channellist.history",
|
||||||
"channellist.make_hdlist",
|
"channellist.make_hdlist",
|
||||||
|
"channellist.make_newlist",
|
||||||
|
"channellist.make_removedlist",
|
||||||
"channellist.new_zap_mode",
|
"channellist.new_zap_mode",
|
||||||
"channellist.nonefound",
|
"channellist.nonefound",
|
||||||
"channellist.provs",
|
"channellist.provs",
|
||||||
"channellist.recording_not_possible",
|
"channellist.recording_not_possible",
|
||||||
|
"channellist.reset_flags",
|
||||||
"channellist.sats",
|
"channellist.sats",
|
||||||
"channellist.since",
|
"channellist.since",
|
||||||
"channellist.start",
|
"channellist.start",
|
||||||
|
Reference in New Issue
Block a user