|
@@ -96,26 +96,26 @@
|
|
|
|
|
|
<label class="switch" data-hover="__MSG_textSettingsHover__">
|
|
<label class="switch" data-hover="__MSG_textSettingsHover__">
|
|
<input type="checkbox" id="disable_vote_submission"/>
|
|
<input type="checkbox" id="disable_vote_submission"/>
|
|
- <span class="slider"/>
|
|
|
|
- <span class="switchLabel" title="__MSG_textSettings__"
|
|
|
|
- >__MSG_textSettings__</span
|
|
|
|
- >
|
|
|
|
|
|
+ <span class="slider" />
|
|
|
|
+ <span class="switchLabel" title="__MSG_textSettings__">
|
|
|
|
+ __MSG_textSettings__
|
|
|
|
+ </span>
|
|
</label>
|
|
</label>
|
|
<br/>
|
|
<br/>
|
|
- <label class="switch" data-hover="Round down numbers (default YouTube behavior)">
|
|
|
|
|
|
+ <label class="switch" data-hover="__MSG_roundNumbersHover__">
|
|
<input type="checkbox" id="number_round_down"/>
|
|
<input type="checkbox" id="number_round_down"/>
|
|
- <span class="slider"/>
|
|
|
|
- <span class="switchLabel">Show rounded down numbers</span>
|
|
|
|
|
|
+ <span class="slider" />
|
|
|
|
+ <span class="switchLabel">__MSG_roundNumbers__</span>
|
|
</label>
|
|
</label>
|
|
<br/>
|
|
<br/>
|
|
- <label class="switch" data-hover="Make likes and dislikes format consistent">
|
|
|
|
|
|
+ <label class="switch" data-hover="__MSG_reformatLikesHover__">
|
|
<input type="checkbox" id="number_reformat_likes"/>
|
|
<input type="checkbox" id="number_reformat_likes"/>
|
|
- <span class="slider"/>
|
|
|
|
- <span class="switchLabel">Re-format like numbers</span>
|
|
|
|
|
|
+ <span class="slider" />
|
|
|
|
+ <span class="switchLabel">__MSG_reformatLikes__</span>
|
|
</label>
|
|
</label>
|
|
<br/>
|
|
<br/>
|
|
<div class="custom-select">
|
|
<div class="custom-select">
|
|
- <label for="number_format">Number format:</label>
|
|
|
|
|
|
+ <label for="number_format">__MSG_numberFormat__</label>
|
|
<select name="number_format" id="number_format">
|
|
<select name="number_format" id="number_format">
|
|
<option value="compactShort" id="number_format_compactShort"></option>
|
|
<option value="compactShort" id="number_format_compactShort"></option>
|
|
<option value="compactLong" id="number_format_compactLong"></option>
|
|
<option value="compactLong" id="number_format_compactLong"></option>
|
|
@@ -124,20 +124,20 @@
|
|
</div>
|
|
</div>
|
|
<br/>
|
|
<br/>
|
|
<div class="custom-select">
|
|
<div class="custom-select">
|
|
- <label class="switch" data-hover="Use custom colors for ratio bar.">
|
|
|
|
|
|
+ <label class="switch" data-hover="__MSG_colorizeRatioHover__">
|
|
<input type="checkbox" id="colored_bar"/>
|
|
<input type="checkbox" id="colored_bar"/>
|
|
- <span class="slider"/>
|
|
|
|
- <span class="switchLabel">Colorize ratio bar</span>
|
|
|
|
|
|
+ <span class="slider" />
|
|
|
|
+ <span class="switchLabel">__MSG_colorizeRatio__</span>
|
|
</label>
|
|
</label>
|
|
</div>
|
|
</div>
|
|
- <label class="switch" data-hover="Use custom colors for thumb icons.">
|
|
|
|
|
|
+ <label class="switch" data-hover="__MSG_colorizeThumbsHover__">
|
|
<input type="checkbox" id="colored_thumbs"/>
|
|
<input type="checkbox" id="colored_thumbs"/>
|
|
- <span class="slider"/>
|
|
|
|
- <span class="switchLabel">Colorize thumbs</span>
|
|
|
|
|
|
+ <span class="slider" />
|
|
|
|
+ <span class="switchLabel">__MSG_colorizeThumbs__</span>
|
|
</label>
|
|
</label>
|
|
<br/>
|
|
<br/>
|
|
<div class="custom-select">
|
|
<div class="custom-select">
|
|
- <label for="color_theme">Color theme:</label>
|
|
|
|
|
|
+ <label for="color_theme">__MSG_colorTheme__</label>
|
|
<select name="color_theme" id="color_theme">
|
|
<select name="color_theme" id="color_theme">
|
|
<option value="classic" id="color_theme_classic">Classic</option>
|
|
<option value="classic" id="color_theme_classic">Classic</option>
|
|
<option value="accessible" id="color_theme_accessible">
|
|
<option value="accessible" id="color_theme_accessible">
|
|
@@ -153,8 +153,7 @@
|
|
width: 1em;
|
|
width: 1em;
|
|
height: 1em;
|
|
height: 1em;
|
|
"
|
|
"
|
|
- > </span
|
|
|
|
- >
|
|
|
|
|
|
+ > </span>
|
|
<span
|
|
<span
|
|
id="color_theme_example_dislike"
|
|
id="color_theme_example_dislike"
|
|
style="
|
|
style="
|
|
@@ -163,8 +162,7 @@
|
|
width: 1em;
|
|
width: 1em;
|
|
height: 1em;
|
|
height: 1em;
|
|
"
|
|
"
|
|
- > </span
|
|
|
|
- >
|
|
|
|
|
|
+ > </span>
|
|
</div>
|
|
</div>
|
|
</fieldset>
|
|
</fieldset>
|
|
</body>
|
|
</body>
|