locals: add locale for file play subtitle select

Origin commit data
------------------
Branch: ni/coolstream
Commit: 1e7589747c
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-04-30 (Tue, 30 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-30 12:10:53 +04:00
parent 3900d78486
commit c856f0c362
3 changed files with 6 additions and 0 deletions

View File

@@ -844,6 +844,7 @@ menu.hint_key_mpplay Assign button to resume record/file playback
menu.hint_key_mpplugin Assign button to start selected plugin\nwhile playing record/file
menu.hint_key_mprewind Assign button to rewind record playback
menu.hint_key_mpstop Assign button to stop record/file playback
menu.hint_key_mpsubtitle Assign button to show subtitle selection
menu.hint_key_mptime Assign button to show play time\nleft time
menu.hint_key_mptimeshift Assign button to start timeshift
menu.hint_key_pagedown Assign button to show next items page
@@ -1366,6 +1367,7 @@ mpkey.play Play
mpkey.plugin Run plugin
mpkey.rewind Rewind
mpkey.stop Stop
mpkey.subtitle Subtitles
mpkey.time Show time
networkmenu.apply_settings Changes are applied...
networkmenu.apply_settings_now Do you want to apply settings now?

View File

@@ -871,6 +871,7 @@ typedef enum
LOCALE_MENU_HINT_KEY_MPPLUGIN,
LOCALE_MENU_HINT_KEY_MPREWIND,
LOCALE_MENU_HINT_KEY_MPSTOP,
LOCALE_MENU_HINT_KEY_MPSUBTITLE,
LOCALE_MENU_HINT_KEY_MPTIME,
LOCALE_MENU_HINT_KEY_MPTIMESHIFT,
LOCALE_MENU_HINT_KEY_PAGEDOWN,
@@ -1393,6 +1394,7 @@ typedef enum
LOCALE_MPKEY_PLUGIN,
LOCALE_MPKEY_REWIND,
LOCALE_MPKEY_STOP,
LOCALE_MPKEY_SUBTITLE,
LOCALE_MPKEY_TIME,
LOCALE_NETWORKMENU_APPLY_SETTINGS,
LOCALE_NETWORKMENU_APPLY_SETTINGS_NOW,

View File

@@ -871,6 +871,7 @@ const char * locale_real_names[] =
"menu.hint_key_mpplugin",
"menu.hint_key_mprewind",
"menu.hint_key_mpstop",
"menu.hint_key_mpsubtitle",
"menu.hint_key_mptime",
"menu.hint_key_mptimeshift",
"menu.hint_key_pagedown",
@@ -1393,6 +1394,7 @@ const char * locale_real_names[] =
"mpkey.plugin",
"mpkey.rewind",
"mpkey.stop",
"mpkey.subtitle",
"mpkey.time",
"networkmenu.apply_settings",
"networkmenu.apply_settings_now",