OLD | NEW |
1 <div id="languagePage" class="page" hidden> | 1 <div id="languagePage" class="page" hidden> |
2 <div class="close-button"></div> | 2 <div class="close-button"></div> |
3 <h1 i18n-content="languagePage"></h1> | 3 <h1 i18n-content="languagePage"></h1> |
4 <div class="content-area"> | 4 <div class="content-area"> |
5 <div id="notification"> | 5 <div id="notification"> |
6 <span> </span> | 6 <span> </span> |
7 <span class="link"><span class="link-color"></span></span> | 7 <span class="link"><span class="link-color"></span></span> |
8 </div> | 8 </div> |
9 <div class="language-options-header"> | 9 <div class="language-options-header"> |
10 <span i18n-content="addLanguageInstructions"></span> | 10 <span i18n-content="addLanguageInstructions"></span> |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 </if> | 107 </if> |
108 </div> | 108 </div> |
109 </div> | 109 </div> |
110 <div class="language-options-footer"> | 110 <div class="language-options-footer"> |
111 <if expr="chromeos"> | 111 <if expr="chromeos"> |
112 <div i18n-content="switchInputMethodsHint"></div> | 112 <div i18n-content="switchInputMethodsHint"></div> |
113 <div i18n-content="selectPreviousInputMethodHint"></div> | 113 <div i18n-content="selectPreviousInputMethodHint"></div> |
114 <a is="action-link" id="edit-custom-dictionary-button" | 114 <a is="action-link" id="edit-custom-dictionary-button" |
115 class="standalone-action-link" | 115 class="standalone-action-link" |
116 i18n-content="languageDictionaryOverlayTitle"></a> | 116 i18n-content="languageDictionaryOverlayTitle"></a> |
| 117 <div id="language-options-ime-menu-template"> |
| 118 <label> |
| 119 <input type="checkbox" id="activate-ime-menu"> |
| 120 <span i18n-content="activateImeMenu"></span> |
| 121 </label> |
| 122 <div class="language-options-ime-menu-desc"> |
| 123 <span i18n-content="activateImeMenuDesc"></span> |
| 124 </div> |
| 125 </div> |
117 </if> | 126 </if> |
118 <if expr="not chromeos and not is_macosx"> | 127 <if expr="not chromeos and not is_macosx"> |
119 <div class="checkbox"> | 128 <div class="checkbox"> |
120 <label id="enable-spellcheck-container"> | 129 <label id="enable-spellcheck-container"> |
121 <input id="enable-spellcheck" pref="browser.enable_spellchecking" | 130 <input id="enable-spellcheck" pref="browser.enable_spellchecking" |
122 metric="Options_SpellCheck" type="checkbox"> | 131 metric="Options_SpellCheck" type="checkbox"> |
123 <span i18n-content="enableSpellCheck"></span> | 132 <span i18n-content="enableSpellCheck"></span> |
124 </label> | 133 </label> |
125 <a is="action-link" id="edit-custom-dictionary-button" | 134 <a is="action-link" id="edit-custom-dictionary-button" |
126 i18n-content="languageDictionaryOverlayTitle" hidden></a> | 135 i18n-content="languageDictionaryOverlayTitle" hidden></a> |
127 </div> | 136 </div> |
128 </if> | 137 </if> |
129 </div> | 138 </div> |
130 </div> | 139 </div> |
131 <div class="action-area"> | 140 <div class="action-area"> |
132 <div class="button-strip"> | 141 <div class="button-strip"> |
133 <button id="language-confirm" class="default-button" i18n-content="done"> | 142 <button id="language-confirm" class="default-button" i18n-content="done"> |
134 </button> | 143 </button> |
135 </div> | 144 </div> |
136 </div> | 145 </div> |
137 </div> | 146 </div> |
OLD | NEW |