| Index: chrome/browser/resources/options2/language_options.html
|
| diff --git a/chrome/browser/resources/options2/language_options.html b/chrome/browser/resources/options2/language_options.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..46373c1a137e3cca92157bff21c7e5e31471c405
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/options2/language_options.html
|
| @@ -0,0 +1,78 @@
|
| +<div id="languagePage" class="page" hidden>
|
| + <h1 i18n-content="languagePage"></h1>
|
| + <div id="notification">
|
| + <span> </span>
|
| + <span class="link"><span class="link-color"></span></span>
|
| + </div>
|
| + <div class="language-options-header">
|
| + <div i18n-content="add_language_instructions"></div>
|
| +<if expr="pp_ifdef('chromeos')">
|
| + <div i18n-content="input_method_instructions"></div>
|
| +</if>
|
| + </div>
|
| + <div class="language-options">
|
| + <div class="language-options-left">
|
| + <h3 i18n-content="languages"></h3>
|
| + <list id="language-options-list"></list>
|
| + <div class="language-options-lower-left">
|
| + <button id="language-options-add-button"
|
| + i18n-content="add_button"></button>
|
| + </div>
|
| + <div id="language-options-list-dropmarker"></div>
|
| + </div>
|
| + <div class="language-options-right">
|
| + <h3 id="language-options-language-name"></h3>
|
| +<if expr="os == 'win32' or pp_ifdef('chromeos')">
|
| + <div class="language-options-contents">
|
| + <button id="language-options-ui-language-button"></button>
|
| + </div>
|
| +</if>
|
| + <div class="language-options-contents">
|
| + <button id="language-options-spell-check-language-button"></button>
|
| + </div>
|
| + <div id="language-options-ui-notification-bar"
|
| + class="language-options-notification">
|
| + <div i18n-content="restart_required"></div>
|
| +<if expr="pp_ifdef('chromeos')">
|
| + <button id="language-options-ui-restart-button"
|
| + i18n-content="restart_button"></button>
|
| +</if>
|
| + </div>
|
| +<if expr="pp_ifdef('chromeos')">
|
| + <h3 i18n-content="input_method"></h3>
|
| + <div id="language-options-input-method-list"
|
| + class="language-options-contents">
|
| + </div>
|
| +</if>
|
| +<if expr="pp_ifdef('chromeos') and pp_ifdef('use_virtual_keyboard')">
|
| + <div class="language-options-contents">
|
| + <button id="language-options-virtual-keyboard"
|
| + i18n-content="virtual_keyboard_button"></button>
|
| + </div>
|
| +</if>
|
| + </div>
|
| + </div>
|
| + <div class="language-options-footer">
|
| +<if expr="pp_ifdef('chromeos')">
|
| + <div i18n-content="switch_input_methods_hint"></div>
|
| + <div i18n-content="select_previous_input_method_hint"></div>
|
| +</if>
|
| +<if expr="not pp_ifdef('chromeos') and not is_macosx">
|
| + <div id="spell-check-option" class="checkbox">
|
| + <label>
|
| + <input id="enable-spell-check" pref="browser.enable_spellchecking"
|
| + metric="Options_SpellCheck" type="checkbox">
|
| + <span i18n-content="enable_spell_check"></span>
|
| + </label>
|
| + </div>
|
| + <div id="auto-spell-correction-option" class="checkbox" hidden>
|
| + <label>
|
| + <input id="enable-auto-spell-correction"
|
| + pref="browser.enable_autospellcorrect"
|
| + metric="Options_AutoSpellCorrection" type="checkbox">
|
| + <span i18n-content="enable_auto_spell_correction"></span>
|
| + </label>
|
| + </div>
|
| +</if>
|
| + </div>
|
| +</div>
|
|
|