diff options
author | ace20022 <ace20022@ymail.com> | 2017-11-17 15:27:11 +0100 |
---|---|---|
committer | ace20022 <ace20022@ymail.com> | 2017-11-27 20:53:40 +0100 |
commit | 8a39a585bc6a0f2c41c819ab4e8b8fcec3939e96 (patch) | |
tree | 4ce6b943ff0f77d307cbf347c90e827e13955ca7 /addons | |
parent | 992063a42088746d7b86cdfebb5fdc3139985758 (diff) |
[videoplayer] Show flags (forced, hearing impaired, etc.) in the audio/subtitle dialog.
Diffstat (limited to 'addons')
-rw-r--r-- | addons/resource.language.en_gb/resources/strings.po | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/addons/resource.language.en_gb/resources/strings.po b/addons/resource.language.en_gb/resources/strings.po index 7f4bc4437c..cd2b5868d3 100644 --- a/addons/resource.language.en_gb/resources/strings.po +++ b/addons/resource.language.en_gb/resources/strings.po @@ -21401,3 +21401,29 @@ msgstr "" msgctxt "#39104" msgid "View as text" msgstr "" + +#. audio/video/subtilte flag - FLAG_DEFAULT +#: xbmc/video/dialogs/GUIDialogAudioSubtitleSettings.cpp +#: xbmc/video/dialogs/GUIDialogVideoSettings.cpp +msgctxt "#39105" +msgid "default" +msgstr "" + +#. audio/video/subtilte flag - FLAG_FORCED +#: xbmc/video/dialogs/GUIDialogAudioSubtitleSettings.cpp +#: xbmc/video/dialogs/GUIDialogVideoSettings.cpp +msgctxt "#39106" +msgid "forced" +msgstr "" + +#. audio/video/subtilte flag - FLAG_HEARING_IMPAIRED +#: xbmc/video/dialogs/GUIDialogAudioSubtitleSettings.cpp +msgctxt "#39107" +msgid "captions" +msgstr "" + +#. audio/video/subtilte flag - FLAG_VISUAL_IMPAIRED +#: xbmc/video/dialogs/GUIDialogAudioSubtitleSettings.cpp +msgctxt "#39108" +msgid "audio description" +msgstr ""
\ No newline at end of file |