Overview
Comment: | [fx] main panel: fix label |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fx |
Files: | files | file ages | folders |
SHA3-256: |
b2ca95497253e051798b5275a1e7d011 |
User & Date: | olr on 2018-04-02 12:05:31 |
Other Links: | manifest | tags |
Context
2018-04-02
| ||
14:04 | [fx] main panel: update information check-in: e8db9a5dd5 user: olr tags: trunk, fx | |
12:05 | [fx] main panel: fix label check-in: b2ca954972 user: olr tags: trunk, fx | |
12:01 | merge multid: personal dictionary & lexicon editor check-in: d121d08b07 user: olr tags: trunk, new_feature | |
Changes
Modified gc_lang/fr/webext/panel/main.html from [fab1009a94] to [dd4efe7710].
︙ | ︙ | |||
104 105 106 107 108 109 110 | <div id="default_options_button" class="button blue center">Options par défaut</div> </section> <!-- #gc_options_page --> <section id="sc_options_page" class="page"> <h1>OPTIONS ORTHOGRAPHIQUES</h1> <div id="hunspell_options"> <h2>DICTIONNAIRES DE GRAMMALECTE</h2> | | | 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 | <div id="default_options_button" class="button blue center">Options par défaut</div> </section> <!-- #gc_options_page --> <section id="sc_options_page" class="page"> <h1>OPTIONS ORTHOGRAPHIQUES</h1> <div id="hunspell_options"> <h2>DICTIONNAIRES DE GRAMMALECTE</h2> <p class="dictionaries_info">Ces dictionnaires ne sont utilisés que lors de l’analyse grammaticale.</p> <div class="option_section" id="main_dic_box"> <p><input type="checkbox" id="main_dic" data-dictionary="personal" checked disabled="disabled" /> <label for="main_dic">Dictionnaire principal</label></p> <p class="option_description">Environ 83 000 entrées, 500 000 flexions.<br/>Ni éditable, ni désactivable.</p> </div> <div class="option_section" id="extended_dic_box" style="opacity: .33;"> <p><input type="checkbox" id="extended_dic" data-dictionary="personal" disabled="disabled" /> <label for="extended_dic">Dictionnaire étendu</label></p> <p class="option_description">Fonctionnalité à venir.</p> |
︙ | ︙ |