mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
locals: add locale for ignore CI messages option
This commit is contained in:
@@ -238,6 +238,7 @@ channellist.since since
|
|||||||
channellist.start starts
|
channellist.start starts
|
||||||
ci.clock CI clock (Mhz)
|
ci.clock CI clock (Mhz)
|
||||||
ci.empty No CAM in slot
|
ci.empty No CAM in slot
|
||||||
|
ci.ignore_msg Ignore CA messages
|
||||||
ci.init_failed CAM init failed
|
ci.init_failed CAM init failed
|
||||||
ci.init_ok CAM init complete
|
ci.init_ok CAM init complete
|
||||||
ci.inserted CAM inserted in slot
|
ci.inserted CAM inserted in slot
|
||||||
|
@@ -265,6 +265,7 @@ typedef enum
|
|||||||
LOCALE_CHANNELLIST_START,
|
LOCALE_CHANNELLIST_START,
|
||||||
LOCALE_CI_CLOCK,
|
LOCALE_CI_CLOCK,
|
||||||
LOCALE_CI_EMPTY,
|
LOCALE_CI_EMPTY,
|
||||||
|
LOCALE_CI_IGNORE_MSG,
|
||||||
LOCALE_CI_INIT_FAILED,
|
LOCALE_CI_INIT_FAILED,
|
||||||
LOCALE_CI_INIT_OK,
|
LOCALE_CI_INIT_OK,
|
||||||
LOCALE_CI_INSERTED,
|
LOCALE_CI_INSERTED,
|
||||||
|
@@ -265,6 +265,7 @@ const char * locale_real_names[] =
|
|||||||
"channellist.start",
|
"channellist.start",
|
||||||
"ci.clock",
|
"ci.clock",
|
||||||
"ci.empty",
|
"ci.empty",
|
||||||
|
"ci.ignore_msg",
|
||||||
"ci.init_failed",
|
"ci.init_failed",
|
||||||
"ci.init_ok",
|
"ci.init_ok",
|
||||||
"ci.inserted",
|
"ci.inserted",
|
||||||
|
Reference in New Issue
Block a user