1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/mypreferenceslanguages.html

102 lines
5 KiB
HTML
Raw Normal View History

<div id="languagePreferencesPage" data-role="page" class="page libraryPage userPreferencesPage noSecondaryNavPage" data-title="${HeaderPlaybackSettings}" data-menubutton="false">
2014-05-21 12:45:42 -04:00
2016-03-16 01:33:31 -04:00
<div data-role="content">
2015-06-16 13:37:49 -04:00
2016-03-16 01:33:31 -04:00
<form style="margin: 0 auto;" class="languagePreferencesForm userProfileSettingsForm">
2014-05-21 12:45:42 -04:00
2014-09-22 17:56:54 -04:00
2016-03-16 01:33:31 -04:00
<div class="detailSection">
<h1>
${HeaderAudioSettings}
</h1>
2016-06-11 11:56:15 -04:00
<br />
<div>
<label for="selectAudioLanguage" class="selectLabel">${LabelAudioLanguagePreference}</label>
<select id="selectAudioLanguage" data-mini="true"></select>
2016-02-22 00:07:45 -05:00
</div>
2016-06-11 11:56:15 -04:00
<br />
<label class="checkboxContainer">
<input type="checkbox" is="emby-checkbox" class="chkPlayDefaultAudioTrack" />
<span>${LabelPlayDefaultAudioTrack}</span>
</label>
2016-03-16 01:33:31 -04:00
</div>
<div class="detailSection">
<h1>
${HeaderSubtitleSettings}
</h1>
2016-06-11 11:56:15 -04:00
<br />
<div>
<label for="selectSubtitleLanguage" class="selectLabel">${LabelSubtitleLanguagePreference}</label>
<select id="selectSubtitleLanguage" data-mini="true"></select>
2014-10-01 20:28:16 -04:00
</div>
2016-06-11 11:56:15 -04:00
<br />
<div>
</div> <br />
<label for="selectSubtitlePlaybackMode" class="selectLabel">${LabelSubtitlePlaybackMode}</label>
<select id="selectSubtitlePlaybackMode" data-mini="true">
<option value="Default">${OptionDefaultSubtitles}</option>
<option value="Smart">${OptionSmartSubtitles}</option>
<option value="OnlyForced">${OptionOnlyForcedSubtitles}</option>
<option value="Always">${OptionAlwaysPlaySubtitles}</option>
<option value="None">${OptionNoSubtitles}</option>
</select>
2016-06-19 12:53:53 -04:00
<div class="fieldDescription subtitlesDefaultHelp subtitlesHelp hide">${OptionDefaultSubtitlesHelp}</div>
<div class="fieldDescription subtitlesSmartHelp subtitlesHelp hide">${OptionSmartSubtitlesHelp}</div>
<div class="fieldDescription subtitlesAlwaysHelp subtitlesHelp hide">${OptionAlwaysPlaySubtitlesHelp}</div>
<div class="fieldDescription subtitlesOnlyForcedHelp subtitlesHelp hide">${OptionOnlyForcedSubtitlesHelp}</div>
<div class="fieldDescription subtitlesNoneHelp subtitlesHelp hide">${OptionNoSubtitlesHelp}</div>
2015-01-22 13:05:32 -05:00
2016-03-16 01:33:31 -04:00
</div>
2016-06-19 12:53:53 -04:00
<div class="detailSection cinemaModeOptions hide">
2016-03-16 01:33:31 -04:00
<h1>
${HeaderCinemaMode}
</h1>
2016-06-11 11:56:15 -04:00
<br/>
2016-08-05 15:34:10 -04:00
<div class="checkboxContainer checkboxContainer-withDescription">
2016-06-11 11:56:15 -04:00
<label>
<input type="checkbox" is="emby-checkbox" class="chkEnableCinemaMode" />
<span>${LabelEnableCinemaMode}</span>
</label>
<div class="fieldDescription checkboxFieldDescription">${CinemaModeConfigurationHelp}</div>
2015-05-07 18:27:01 -04:00
</div>
2015-01-22 13:05:32 -05:00
2016-03-16 01:33:31 -04:00
</div>
<div class="detailSection">
<h1>
${HeaderAdvanced}
</h1>
2016-06-11 11:56:15 -04:00
<br />
<div>
<label for="selectMaxBitrate" class="selectLabel">${LabelMaxStreamingBitrate}</label>
<select id="selectMaxBitrate" data-mini="true"></select>
</div>
<br />
<div>
<label for="selectMaxChromecastBitrate" class="selectLabel">${LabelMaxChromecastBitrate}</label>
<select id="selectMaxChromecastBitrate" data-mini="true"></select>
</div>
<br />
<label class="checkboxContainer">
<input type="checkbox" is="emby-checkbox" class="chkEpisodeAutoPlay" />
<span>${OptionPlayNextEpisodeAutomatically}</span>
</label>
2016-08-05 15:34:10 -04:00
<div class="checkboxContainer fldExternalPlayer checkboxContainer-withDescription">
2016-06-11 11:56:15 -04:00
<label>
<input type="checkbox" is="emby-checkbox" class="chkExternalVideoPlayer" />
<span>${OptionEnableExternalVideoPlayers}</span>
</label>
<div class="fieldDescription checkboxFieldDescription">
2016-06-19 12:53:53 -04:00
<div class="labelGenericExternalPlayers hide">${LabelExternalPlayersHelp}</div>
<div class="labelNativeExternalPlayers hide">${LabelNativeExternalPlayersHelp}</div>
2015-07-03 13:55:29 -04:00
</div>
</div>
2016-03-16 01:33:31 -04:00
</div>
2015-07-03 13:55:29 -04:00
2016-09-09 02:59:23 -04:00
<button is="emby-button" type="submit" class="raised button-submit block btnSave hide">
2016-06-18 16:31:22 -04:00
<span>${ButtonSave}</span>
</button>
2016-03-16 01:33:31 -04:00
</form>
2014-05-21 12:45:42 -04:00
</div>
2016-03-16 01:33:31 -04:00
</div>