locals: add locale for ignore CI messages option

Origin commit data
------------------
Branch: ni/coolstream
Commit: b8519d2db0
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-04-16 (Tue, 16 Apr 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2013-04-16 13:16:40 +04:00
parent 17808e8e84
commit 1d4ac9f239
3 changed files with 3 additions and 0 deletions

View File

@@ -238,6 +238,7 @@ channellist.since since
channellist.start starts
ci.clock CI clock (Mhz)
ci.empty No CAM in slot
ci.ignore_msg Ignore CA messages
ci.init_failed CAM init failed
ci.init_ok CAM init complete
ci.inserted CAM inserted in slot

View File

@@ -265,6 +265,7 @@ typedef enum
LOCALE_CHANNELLIST_START,
LOCALE_CI_CLOCK,
LOCALE_CI_EMPTY,
LOCALE_CI_IGNORE_MSG,
LOCALE_CI_INIT_FAILED,
LOCALE_CI_INIT_OK,
LOCALE_CI_INSERTED,

View File

@@ -265,6 +265,7 @@ const char * locale_real_names[] =
"channellist.start",
"ci.clock",
"ci.empty",
"ci.ignore_msg",
"ci.init_failed",
"ci.init_ok",
"ci.inserted",