Overview
Comment: | [lo] graphic options: update labels |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | lo |
Files: | files | file ages | folders |
SHA3-256: |
6e1bbe2d58ceeea9a521125f10023003 |
User & Date: | olr on 2019-06-11 12:09:46 |
Other Links: | manifest | tags |
Context
2019-06-13
| ||
11:37 | [fr] formatNumber and missing nbsp merged check-in: 3d0131a097 user: olr tags: trunk, fr | |
2019-06-11
| ||
12:09 | [lo] graphic options: update labels check-in: 6e1bbe2d58 user: olr tags: trunk, lo | |
12:08 | [fr] ajustements check-in: c6d9b9b187 user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/oxt/GraphicOptions/go_strings.py from [ebf6d65927] to [2c8e8d4403].
1 2 3 4 5 6 7 8 9 10 11 | def getUI (sLang): if sLang in dStrings: return dStrings[sLang] return dStrings["fr"] dStrings = { "fr": { "title": "Grammalecte · Options graphiques", "graphic_info": "Apparence du soulignement des erreurs grammaticales et typographiques", | > | | | | | | < < | > | | | | | | < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | def getUI (sLang): if sLang in dStrings: return dStrings[sLang] return dStrings["fr"] dStrings = { "fr": { "title": "Grammalecte · Options graphiques", "graphic_info": "Apparence du soulignement des erreurs grammaticales et typographiques", "spell_info": "L’apparence du soulignement des erreurs orthographiques (trait ondulé rouge) n’est pas modifiable", "linetype_section": "Style de ligne (pour LibreOffice 6.3+)", "wave_line": "Trait ondulé fin (réglage par défaut de Writer)", "boldwave_line": "Trait ondulé épais (réglage par défaut de Grammalecte)", "bold_line": "Trait droit épais", "color_section": "Couleurs (pour LibreOffice 6.2+)", "multicolor_line": "Utiliser plusieurs couleurs", "multicolor_descr": "Par défaut, Writer signale les erreurs grammaticales et typographiques avec un trait ondulé de couleur bleue. Si cette option est cochée, Grammalecte attribuera des couleurs différentes aux erreurs selon leur type.", "restart": "Le changement ne prendra effet qu’après le redémarrage du logiciel.", "apply_button": "Appliquer", "cancel_button": "Annuler", }, "en": { "title": "Grammalecte · Graphic options", "graphic_info": "Appearance of underlines for grammar and typographical mistakes", "spell_info": "Appearance of underlines for spelling mistakes (red thin wiggly line) can’t be modified", "linetype_section": "Line style (for LibreOffice 6.3+)", "wave_line": "Thin wiggly line (default setting of Writer)", "boldwave_line": "Thick wiggly line (default setting of Grammalecte)", "bold_line": "Thick straight line", "color_section": "Colors (for LibreOffice 6.2+)", "multicolor_line": "Use several colors", "multicolor_descr": "By default, Writer underlines grammar and typographical mistakes with a blue wiggly line. If this option is activated, Grammalecte uses different colors for mistakes according to the type they belong to.", "restart": "The modification will be effective only after restarting the software.", "apply_button": "Apply", "cancel_button": "Cancel", }, } |