summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options2/language_options.html
blob: 3375bd2062931e5d03f2067805f2d952db5cf3c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<div id="languagePage" class="page" hidden>
  <h1 i18n-content="languagePage"></h1>
  <div id="notification">
    <span>&nbsp;</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')">
    <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>