locals: add new channellist.keep_numbers locale

This commit is contained in:
[CST] Focus
2012-04-27 15:34:16 +04:00
parent d8f6dbde0d
commit f566ef0422
3 changed files with 3 additions and 0 deletions

View File

@@ -214,6 +214,7 @@ channellist.foot_sort_freq sorted[freq]
channellist.foot_sort_sat sorted[sat]
channellist.head All Services
channellist.history History
channellist.keep_numbers Persistent channel numbers
channellist.make_hdlist Create list of HD channels
channellist.make_newlist Create list of new channels
channellist.make_removedlist Create list of removed channels

View File

@@ -241,6 +241,7 @@ typedef enum
LOCALE_CHANNELLIST_FOOT_SORT_SAT,
LOCALE_CHANNELLIST_HEAD,
LOCALE_CHANNELLIST_HISTORY,
LOCALE_CHANNELLIST_KEEP_NUMBERS,
LOCALE_CHANNELLIST_MAKE_HDLIST,
LOCALE_CHANNELLIST_MAKE_NEWLIST,
LOCALE_CHANNELLIST_MAKE_REMOVEDLIST,

View File

@@ -241,6 +241,7 @@ const char * locale_real_names[] =
"channellist.foot_sort_sat",
"channellist.head",
"channellist.history",
"channellist.keep_numbers",
"channellist.make_hdlist",
"channellist.make_newlist",
"channellist.make_removedlist",