locals: add locale for subtitles charset selection

Origin commit data
------------------
Branch: ni/coolstream
Commit: fa79f1d9d3
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-02-25 (Tue, 25 Feb 2014)


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

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2014-02-25 16:38:51 +04:00
parent 44b33bb72c
commit 42fa1ab54d
3 changed files with 3 additions and 0 deletions

View File

@@ -1875,6 +1875,7 @@ streaming.slow System/hdd too slow, consider to stop some records
streaming.write_error The recording was aborted,\nsince an error occured during the writing process. streaming.write_error The recording was aborted,\nsince an error occured during the writing process.
stringinput.caps caps / no caps stringinput.caps caps / no caps
stringinput.clear clear all stringinput.clear clear all
subtitles.charset Charset
subtitles.head Subtitles subtitles.head Subtitles
subtitles.stop Stop subtitles subtitles.stop Stop subtitles
timer.eventrecord.msg The event is scheduled for recording.\nTo edit the schedule open the timer list. timer.eventrecord.msg The event is scheduled for recording.\nTo edit the schedule open the timer list.

View File

@@ -1902,6 +1902,7 @@ typedef enum
LOCALE_STREAMING_WRITE_ERROR, LOCALE_STREAMING_WRITE_ERROR,
LOCALE_STRINGINPUT_CAPS, LOCALE_STRINGINPUT_CAPS,
LOCALE_STRINGINPUT_CLEAR, LOCALE_STRINGINPUT_CLEAR,
LOCALE_SUBTITLES_CHARSET,
LOCALE_SUBTITLES_HEAD, LOCALE_SUBTITLES_HEAD,
LOCALE_SUBTITLES_STOP, LOCALE_SUBTITLES_STOP,
LOCALE_TIMER_EVENTRECORD_MSG, LOCALE_TIMER_EVENTRECORD_MSG,

View File

@@ -1902,6 +1902,7 @@ const char * locale_real_names[] =
"streaming.write_error", "streaming.write_error",
"stringinput.caps", "stringinput.caps",
"stringinput.clear", "stringinput.clear",
"subtitles.charset",
"subtitles.head", "subtitles.head",
"subtitles.stop", "subtitles.stop",
"timer.eventrecord.msg", "timer.eventrecord.msg",