Overview
Comment: | [fx] change notice in dictionary options panel |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fx |
Files: | files | file ages | folders |
SHA3-256: |
8e9eda66c46d19f8251b48c12078a5a9 |
User & Date: | olr on 2018-03-05 15:45:49 |
Other Links: | manifest | tags |
Context
2018-03-05
| ||
15:47 | [fx] fix gc options loading at startup (at least for Chrome) check-in: 0734ff8f6b user: olr tags: trunk, fx | |
15:45 | [fx] change notice in dictionary options panel check-in: 8e9eda66c4 user: olr tags: trunk, fx | |
2018-03-03
| ||
15:35 | [fr] espaces sur bookmarks check-in: a33ce03346 user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/webext/panel/main.html from [b94d7e073e] to [8eedb25cf8].
︙ | ︙ | |||
98 99 100 101 102 103 104 | </div> <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" style="opacity: .25"> <h1>OPTIONS ORTHOGRAPHIQUES</h1> <div id="spelling_options"> | | | 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 | </div> <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" style="opacity: .25"> <h1>OPTIONS ORTHOGRAPHIQUES</h1> <div id="spelling_options"> <p id="dictionaries_info" data-l10n-id="dictionaries_info">Section inactive. Le système d’extension <i>WebExtension</i> ne propose pas encore d’interface de programmation pour le correcteur orthographique.</p> <div class="option_section" id="fr-FR-modern_box"> <p><input type="checkbox" id="fr-FR-modern" /> <label for="fr-FR-modern">“Moderne”</label></p> <p class="option_description">Ce dictionnaire propose l’orthographe telle qu’elle est écrite aujourd’hui le plus couramment. C’est le dictionnaire recommandé si le français n’est pas votre langue maternelle ou si vous ne désirez qu’une seule graphie correcte par mot.</p> </div> <div class="option_section" id="fr-FR-classic_box"> <p><input type="checkbox" id="fr-FR-classic" /> <label for="fr-FR-classic">“Classique” (recommandé)</label></p> <p class="option_description">Il s’agit du dictionnaire “Moderne”, avec des graphies classiques en sus, certaines encore communément utilisées, d’autres désuètes. C’est le dictionnaire recommandé si le français est votre langue maternelle.</p> |
︙ | ︙ | |||
133 134 135 136 137 138 139 140 141 142 143 144 | <pre id="tests_result"></pre> </section> <!-- #test_page --> </div> <!-- #page --> </div> <!-- #main --> <script src="main.js"></script> </body> </html> | > | 133 134 135 136 137 138 139 140 141 142 143 144 145 | <pre id="tests_result"></pre> </section> <!-- #test_page --> </div> <!-- #page --> </div> <!-- #main --> <script src="../grammalecte/graphspell/helpers.js"></script> <script src="main.js"></script> </body> </html> |