OLD | NEW |
1 <div class="page hidden" id="languagePinyinPage"> | 1 <div class="page hidden" id="languagePinyinPage"> |
2 <h1 i18n-content="languagePinyinPage"></h1> | 2 <h1 i18n-content="languagePinyinPage"></h1> |
| 3 <section> |
| 4 <table class="option-control-table"> |
| 5 <tr> |
| 6 <td class="option-name" colspan="2"><label><input |
| 7 id="pinyin-correct-pinyin" |
| 8 pref="settings.language.pinyin_correct_pinyin" |
| 9 type="checkbox"> |
| 10 <span i18n-content="CorrectPinyinContent"></span></label> |
| 11 </td> |
| 12 </tr> |
| 13 <tr> |
| 14 <td class="option-name" colspan="2"><label><input |
| 15 id="pinyin-fuzzy-pinyin" |
| 16 pref="settings.language.pinyin_fuzzy_pinyin" |
| 17 type="checkbox"> |
| 18 <span i18n-content="FuzzyPinyinContent"></span></label> |
| 19 </td> |
| 20 </tr> |
| 21 <tr> |
| 22 <td class="option-name" colspan="2"><label><input |
| 23 id="pinyin-shift-select-candidate" |
| 24 pref="settings.language.pinyin_shift_select_candidate" |
| 25 type="checkbox"> |
| 26 <span i18n-content="ShiftSelectCandidateContent"></span></label> |
| 27 </td> |
| 28 </tr> |
| 29 <tr> |
| 30 <td class="option-name" colspan="2"><label><input |
| 31 id="pinyin-minus-equal-page" |
| 32 pref="settings.language.pinyin_minus_equal_page" |
| 33 type="checkbox"> |
| 34 <span i18n-content="MinusEqualPageContent"></span></label> |
| 35 </td> |
| 36 </tr> |
| 37 <tr> |
| 38 <td class="option-name" colspan="2"><label><input |
| 39 id="pinyin-comma-period-page" |
| 40 pref="settings.language.pinyin_comma_period_page" |
| 41 type="checkbox"> |
| 42 <span i18n-content="CommaPeriodPageContent"></span></label> |
| 43 </td> |
| 44 </tr> |
| 45 <tr> |
| 46 <td class="option-name" colspan="2"><label><input |
| 47 id="pinyin-auto-commit" |
| 48 pref="settings.language.pinyin_auto_commit" |
| 49 type="checkbox"> |
| 50 <span i18n-content="AutoCommitContent"></span></label> |
| 51 </td> |
| 52 </tr> |
| 53 <tr> |
| 54 <td class="option-name" colspan="2"><label><input |
| 55 id="pinyin-double-pinyin" |
| 56 pref="settings.language.pinyin_double_pinyin" |
| 57 type="checkbox"> |
| 58 <span i18n-content="DoublePinyinContent"></span></label> |
| 59 </td> |
| 60 </tr> |
| 61 <tr> |
| 62 <td class="option-name" colspan="2"><label><input |
| 63 id="pinyin-init-chinese" |
| 64 pref="settings.language.pinyin_init_chinese" |
| 65 type="checkbox"> |
| 66 <span i18n-content="InitChineseContent"></span></label> |
| 67 </td> |
| 68 </tr> |
| 69 <tr> |
| 70 <td class="option-name" colspan="2"><label><input |
| 71 id="pinyin-init-full" |
| 72 pref="settings.language.pinyin_init_full" |
| 73 type="checkbox"> |
| 74 <span i18n-content="InitFullContent"></span></label> |
| 75 </td> |
| 76 </tr> |
| 77 <tr> |
| 78 <td class="option-name" colspan="2"><label><input |
| 79 id="pinyin-init-full-punct" |
| 80 pref="settings.language.pinyin_init_full_punct" |
| 81 type="checkbox"> |
| 82 <span i18n-content="InitFullPunctContent"></span></label> |
| 83 </td> |
| 84 </tr> |
| 85 <tr> |
| 86 <td class="option-name" colspan="2"><label><input |
| 87 id="pinyin-init-simplified-chinese" |
| 88 pref="settings.language.pinyin_init_simplified_chinese" |
| 89 type="checkbox"> |
| 90 <span i18n-content="InitSimplifiedChineseContent"></span></label> |
| 91 </td> |
| 92 </tr> |
| 93 <tr> |
| 94 <td class="option-name" colspan="2"><label><input |
| 95 id="pinyin-trad-candidate" |
| 96 pref="settings.language.pinyin_trad_candidate" |
| 97 type="checkbox"> |
| 98 <span i18n-content="TradCandidateContent"></span></label> |
| 99 </td> |
| 100 </tr> |
| 101 <tr> |
| 102 <td class="option-name" i18n-content="DoublePinyinSchemaContent"></td> |
| 103 <td class="option-value"> |
| 104 <select id="pinyin-double-pinyin-schema" class="control" |
| 105 pref="settings.language.pinyin_double_pinyin_schema" |
| 106 data-values="DoublePinyinSchemaValue"></select> |
| 107 </td> |
| 108 </tr> |
| 109 </table> |
| 110 </section> |
3 </div> | 111 </div> |
OLD | NEW |