diff options
author | Thomas Amland <thomas.amland@gmail.com> | 2018-02-10 14:27:47 +0100 |
---|---|---|
committer | Thomas Amland <thomas.amland@gmail.com> | 2018-02-11 12:02:42 +0100 |
commit | fda4c81bf18b89faca131b6a9eee8e80517ffe55 (patch) | |
tree | 918ca75c8850b46a00f843b825df8b4733faf294 /addons | |
parent | d7676e63f40374c8d0bb79ab146cd6daa43817b0 (diff) |
split audio and subtitle settings osd
Diffstat (limited to 'addons')
-rw-r--r-- | addons/resource.language.en_gb/resources/strings.po | 12 | ||||
-rw-r--r-- | addons/skin.estuary/xml/Custom_1101_SettingsList.xml | 6 |
2 files changed, 16 insertions, 2 deletions
diff --git a/addons/resource.language.en_gb/resources/strings.po b/addons/resource.language.en_gb/resources/strings.po index bccb29802f..3fd7af88a5 100644 --- a/addons/resource.language.en_gb/resources/strings.po +++ b/addons/resource.language.en_gb/resources/strings.po @@ -6856,7 +6856,7 @@ msgstr "" #: addons/skin.estuary/xml/Custom_1106_VideoOSDSettings.xml #: addons/skin.estuary/xml/Variables.xml msgctxt "#13396" -msgid "Audio and subtitle settings" +msgid "Audio settings" msgstr "" msgctxt "#13397" @@ -15466,7 +15466,15 @@ msgctxt "#24132" msgid "Would you like to switch to this language?" msgstr "" -#empty strings from id 24133 to 24134 +#: xbmc/dialogs/GUIDialogSubtitles.cpp +msgctxt "#24133" +msgid "Subtitle settings" +msgstr "" + +#: xbmc/dialogs/GUIDialogSubtitles.cpp +msgctxt "#24134" +msgid "Download subtitle..." +msgstr "" #. Folder name in addon settings window #: xbmc/addons/addon.cpp diff --git a/addons/skin.estuary/xml/Custom_1101_SettingsList.xml b/addons/skin.estuary/xml/Custom_1101_SettingsList.xml index c0dbfd133a..c0a5efd628 100644 --- a/addons/skin.estuary/xml/Custom_1101_SettingsList.xml +++ b/addons/skin.estuary/xml/Custom_1101_SettingsList.xml @@ -33,6 +33,12 @@ <label>$LOCALIZE[13396]</label> <onclick>ActivateWindow(osdaudiosettings)</onclick> </control> + <control type="button" id="11106"> + <width>700</width> + <include>DialogSettingButton</include> + <label>$LOCALIZE[24133]</label> + <onclick>ActivateWindow(osdsubtitlesettings)</onclick> + </control> <control type="button" id="11102"> <width>700</width> <include>DialogSettingButton</include> |