jellyfin-web/dashboard-ui/mypreferenceslanguages.html

103 lines
5.5 KiB
HTML
Raw Normal View History

2014-05-21 09:45:42 -07:00
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
2015-03-21 11:12:12 -07:00
<title>Emby</title>
2014-05-21 09:45:42 -07:00
</head>
<body>
2015-12-14 08:43:03 -07:00
<div id="languagePreferencesPage" data-role="page" class="page libraryPage userPreferencesPage noSecondaryNavPage" data-title="${HeaderPlaybackSettings}" data-require="scripts/mypreferenceslanguages,paper-checkbox" data-backbutton="true" data-menubutton="false">
2015-06-16 10:37:49 -07:00
2015-05-07 15:27:01 -07:00
<div data-role="content">
2014-05-21 09:45:42 -07:00
2015-05-07 15:27:01 -07:00
<form style="margin: 0 auto;" class="languagePreferencesForm userProfileSettingsForm">
2014-09-22 14:56:54 -07:00
2015-01-22 11:05:32 -07:00
2015-05-07 15:27:01 -07:00
<div class="detailSection">
2015-07-28 12:42:24 -07:00
<h1>
2015-07-03 10:55:29 -07:00
${HeaderLanguagePreferences}<span style="color:#52B54B;margin-left:.5em;">*</span>
2015-07-28 12:42:24 -07:00
</h1>
2015-05-07 15:27:01 -07:00
<div class="detailSectionContent">
<br />
<div>
<label for="selectAudioLanguage">${LabelAudioLanguagePreference}</label>
<select id="selectAudioLanguage" data-mini="true"></select>
</div>
<br />
2015-07-28 12:42:24 -07:00
<paper-checkbox class="chkPlayDefaultAudioTrack">${LabelPlayDefaultAudioTrack}</paper-checkbox>
<br /><br /><br />
2015-05-07 15:27:01 -07:00
<div>
<label for="selectSubtitleLanguage">${LabelSubtitleLanguagePreference}</label>
<select id="selectSubtitleLanguage" data-mini="true"></select>
</div>
<br />
<div>
<label for="selectSubtitlePlaybackMode">${LabelSubtitlePlaybackMode}</label>
<select id="selectSubtitlePlaybackMode" data-mini="true">
<option value="Default">${OptionDefaultSubtitles}</option>
2015-12-26 01:07:24 -07:00
<option value="Smart">${OptionSmartSubtitles}</option>
2015-05-07 15:27:01 -07:00
<option value="OnlyForced">${OptionOnlyForcedSubtitles}</option>
<option value="Always">${OptionAlwaysPlaySubtitles}</option>
<option value="None">${OptionNoSubtitles}</option>
</select>
<div class="fieldDescription subtitlesDefaultHelp subtitlesHelp" style="display: none;">${OptionDefaultSubtitlesHelp}</div>
2015-12-26 10:01:32 -07:00
<div class="fieldDescription subtitlesSmartHelp subtitlesHelp" style="display: none;">${OptionSmartSubtitlesHelp}</div>
2015-05-07 15:27:01 -07:00
<div class="fieldDescription subtitlesAlwaysHelp subtitlesHelp" style="display: none;">${OptionAlwaysPlaySubtitlesHelp}</div>
<div class="fieldDescription subtitlesOnlyForcedHelp subtitlesHelp" style="display: none;">${OptionOnlyForcedSubtitlesHelp}</div>
<div class="fieldDescription subtitlesNoneHelp subtitlesHelp" style="display: none;">${OptionNoSubtitlesHelp}</div>
</div>
2015-01-22 11:05:32 -07:00
</div>
2014-10-01 17:28:16 -07:00
</div>
2015-05-07 15:27:01 -07:00
<div class="detailSection cinemaModeOptions" style="display:none;">
2015-07-28 12:42:24 -07:00
<h1>
2015-12-14 08:43:03 -07:00
${HeaderCinemaMode}
2015-07-28 12:42:24 -07:00
</h1>
2015-05-07 15:27:01 -07:00
<div class="detailSectionContent">
<br />
2015-07-28 12:42:24 -07:00
<paper-checkbox class="chkEnableCinemaMode">${LabelEnableCinemaMode}</paper-checkbox>
2015-01-22 11:05:32 -07:00
2015-07-28 12:42:24 -07:00
<div class="fieldDescription paperCheckboxFieldDescription">${CinemaModeConfigurationHelp}</div>
2015-05-07 15:27:01 -07:00
</div>
2014-10-01 17:28:16 -07:00
2015-05-07 15:27:01 -07:00
</div>
2015-01-22 11:05:32 -07:00
2015-07-03 10:55:29 -07:00
<div class="detailSection">
2015-07-28 12:42:24 -07:00
<h1>
2015-07-03 10:55:29 -07:00
${HeaderAdvanced}
2015-07-28 12:42:24 -07:00
</h1>
2015-07-03 10:55:29 -07:00
<div class="detailSectionContent">
<br />
<div>
<label for="selectMaxBitrate">${LabelMaxStreamingBitrate}</label>
2015-07-28 12:42:24 -07:00
<select id="selectMaxBitrate" data-mini="true"></select>
2015-07-03 10:55:29 -07:00
</div>
<br />
<div>
<label for="selectMaxChromecastBitrate">${LabelMaxChromecastBitrate}</label>
<select id="selectMaxChromecastBitrate" data-mini="true">
</select>
</div>
2015-12-14 08:43:03 -07:00
<div class="fldExternalPlayer" style="display: none;">
<br />
2015-07-28 12:42:24 -07:00
<paper-checkbox class="chkExternalVideoPlayer">${OptionEnableExternalVideoPlayers}</paper-checkbox>
<div class="fieldDescription paperCheckboxFieldDescription">
<div style="display:none;" class="labelGenericExternalPlayers">${LabelExternalPlayersHelp}</div>
<div style="display:none;" class="labelNativeExternalPlayers">${LabelNativeExternalPlayersHelp}</div>
</div>
2015-07-03 10:55:29 -07:00
</div>
</div>
</div>
2016-01-06 13:16:16 -07:00
<button type="submit" data-role="none" class="clearButton block btnSave hide">
<paper-button raised class="submit block"><iron-icon icon="check"></iron-icon><span>${ButtonSave}</span></paper-button>
</button>
2015-07-03 10:55:29 -07:00
<p>
<span style="color:#52B54B;margin-left:.5em;margin-right:.5em;">*</span><span>${LegendTheseSettingsShared}</span>
</p>
2015-05-07 15:27:01 -07:00
</form>
</div>
2014-05-21 09:45:42 -07:00
</div>
</body>
2014-10-01 18:36:58 -07:00
</html>