OLD | NEW |
(Empty) | |
| 1 <div class="page hidden" id="languageMozcPage"> |
| 2 <h1 i18n-content="languageMozcPage"></h1> |
| 3 <section> |
| 4 <table class="option-control-table"> |
| 5 <tr> |
| 6 <td class="option-name" colspan="2"><label><input |
| 7 id="mozc-incognito-mode" |
| 8 pref="settings.language.mozc_incognito_mode" |
| 9 type="checkbox"> |
| 10 <span i18n-content="incognito_modeContent"></span></label> |
| 11 </td> |
| 12 </tr> |
| 13 <tr> |
| 14 <td class="option-name" colspan="2"><label><input |
| 15 id="mozc-use-auto-ime-turn-off" |
| 16 pref="settings.language.mozc_use_auto_ime_turn_off" |
| 17 type="checkbox"> |
| 18 <span i18n-content="use_auto_ime_turn_offContent"></span></label> |
| 19 </td> |
| 20 </tr> |
| 21 <tr> |
| 22 <td class="option-name" colspan="2"><label><input |
| 23 id="mozc-use-date-conversion" |
| 24 pref="settings.language.mozc_use_date_conversion" |
| 25 type="checkbox"> |
| 26 <span i18n-content="use_date_conversionContent"></span></label> |
| 27 </td> |
| 28 </tr> |
| 29 <tr> |
| 30 <td class="option-name" colspan="2"><label><input |
| 31 id="mozc-use-single-kanji-conversion" |
| 32 pref="settings.language.mozc_use_single_kanji_conversion" |
| 33 type="checkbox"> |
| 34 <span i18n-content="use_single_kanji_conversionContent"></span></labe
l> |
| 35 </td> |
| 36 </tr> |
| 37 <tr> |
| 38 <td class="option-name" colspan="2"><label><input |
| 39 id="mozc-use-symbol-conversion" |
| 40 pref="settings.language.mozc_use_symbol_conversion" |
| 41 type="checkbox"> |
| 42 <span i18n-content="use_symbol_conversionContent"></span></label> |
| 43 </td> |
| 44 </tr> |
| 45 <tr> |
| 46 <td class="option-name" colspan="2"><label><input |
| 47 id="mozc-use-number-conversion" |
| 48 pref="settings.language.mozc_use_number_conversion" |
| 49 type="checkbox"> |
| 50 <span i18n-content="use_number_conversionContent"></span></label> |
| 51 </td> |
| 52 </tr> |
| 53 <tr> |
| 54 <td class="option-name" colspan="2"><label><input |
| 55 id="mozc-use-history-suggest" |
| 56 pref="settings.language.mozc_use_history_suggest" |
| 57 type="checkbox"> |
| 58 <span i18n-content="use_history_suggestContent"></span></label> |
| 59 </td> |
| 60 </tr> |
| 61 <tr> |
| 62 <td class="option-name" colspan="2"><label><input |
| 63 id="mozc-use-dictionary-suggest" |
| 64 pref="settings.language.mozc_use_dictionary_suggest" |
| 65 type="checkbox"> |
| 66 <span i18n-content="use_dictionary_suggestContent"></span></label> |
| 67 </td> |
| 68 </tr> |
| 69 </table> |
| 70 </section> |
| 71 </div> |
OLD | NEW |