mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
locals: add new channellist.keep_numbers locale
This commit is contained in:
@@ -214,6 +214,7 @@ channellist.foot_sort_freq sorted[freq]
|
|||||||
channellist.foot_sort_sat sorted[sat]
|
channellist.foot_sort_sat sorted[sat]
|
||||||
channellist.head All Services
|
channellist.head All Services
|
||||||
channellist.history History
|
channellist.history History
|
||||||
|
channellist.keep_numbers Persistent channel numbers
|
||||||
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_newlist Create list of new channels
|
||||||
channellist.make_removedlist Create list of removed channels
|
channellist.make_removedlist Create list of removed channels
|
||||||
|
@@ -241,6 +241,7 @@ typedef enum
|
|||||||
LOCALE_CHANNELLIST_FOOT_SORT_SAT,
|
LOCALE_CHANNELLIST_FOOT_SORT_SAT,
|
||||||
LOCALE_CHANNELLIST_HEAD,
|
LOCALE_CHANNELLIST_HEAD,
|
||||||
LOCALE_CHANNELLIST_HISTORY,
|
LOCALE_CHANNELLIST_HISTORY,
|
||||||
|
LOCALE_CHANNELLIST_KEEP_NUMBERS,
|
||||||
LOCALE_CHANNELLIST_MAKE_HDLIST,
|
LOCALE_CHANNELLIST_MAKE_HDLIST,
|
||||||
LOCALE_CHANNELLIST_MAKE_NEWLIST,
|
LOCALE_CHANNELLIST_MAKE_NEWLIST,
|
||||||
LOCALE_CHANNELLIST_MAKE_REMOVEDLIST,
|
LOCALE_CHANNELLIST_MAKE_REMOVEDLIST,
|
||||||
|
@@ -241,6 +241,7 @@ const char * locale_real_names[] =
|
|||||||
"channellist.foot_sort_sat",
|
"channellist.foot_sort_sat",
|
||||||
"channellist.head",
|
"channellist.head",
|
||||||
"channellist.history",
|
"channellist.history",
|
||||||
|
"channellist.keep_numbers",
|
||||||
"channellist.make_hdlist",
|
"channellist.make_hdlist",
|
||||||
"channellist.make_newlist",
|
"channellist.make_newlist",
|
||||||
"channellist.make_removedlist",
|
"channellist.make_removedlist",
|
||||||
|
Reference in New Issue
Block a user