From fa79f1d9d311c7e95211f94d14026b74cf1742e2 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Tue, 25 Feb 2014 16:38:51 +0400 Subject: [PATCH] locals: add locale for subtitles charset selection --- data/locale/english.locale | 1 + src/system/locals.h | 1 + src/system/locals_intern.h | 1 + 3 files changed, 3 insertions(+) diff --git a/data/locale/english.locale b/data/locale/english.locale index 88f3c24d8..e97f6eb87 100644 --- a/data/locale/english.locale +++ b/data/locale/english.locale @@ -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. stringinput.caps caps / no caps stringinput.clear clear all +subtitles.charset Charset subtitles.head Subtitles subtitles.stop Stop subtitles timer.eventrecord.msg The event is scheduled for recording.\nTo edit the schedule open the timer list. diff --git a/src/system/locals.h b/src/system/locals.h index d6d27d4a6..258375c28 100644 --- a/src/system/locals.h +++ b/src/system/locals.h @@ -1902,6 +1902,7 @@ typedef enum LOCALE_STREAMING_WRITE_ERROR, LOCALE_STRINGINPUT_CAPS, LOCALE_STRINGINPUT_CLEAR, + LOCALE_SUBTITLES_CHARSET, LOCALE_SUBTITLES_HEAD, LOCALE_SUBTITLES_STOP, LOCALE_TIMER_EVENTRECORD_MSG, diff --git a/src/system/locals_intern.h b/src/system/locals_intern.h index 1dd98deda..32306cb70 100644 --- a/src/system/locals_intern.h +++ b/src/system/locals_intern.h @@ -1902,6 +1902,7 @@ const char * locale_real_names[] = "streaming.write_error", "stringinput.caps", "stringinput.clear", + "subtitles.charset", "subtitles.head", "subtitles.stop", "timer.eventrecord.msg",