Overview
Comment: | [lo] graphic option: update labels -> for LO 6.3+ |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | lo |
Files: | files | file ages | folders |
SHA3-256: |
1934da7c59661692b1da5a4be22a0a8a |
User & Date: | olr on 2019-06-10 18:00:39 |
Other Links: | manifest | tags |
Context
2019-06-11
| ||
12:08 | [fr] ajustements check-in: c6d9b9b187 user: olr tags: trunk, fr | |
2019-06-10
| ||
18:00 | [lo] graphic option: update labels -> for LO 6.3+ check-in: 1934da7c59 user: olr tags: trunk, lo | |
17:22 | [lo] graphic options for Writer: underling style and colors check-in: efad935afc user: olr tags: trunk, lo | |
Changes
Modified gc_lang/fr/oxt/GraphicOptions/go_strings.py from [8d607d3a6b] to [ebf6d65927].
1 2 3 4 5 6 7 8 9 10 11 | 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 | - + - + | 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", |
︙ |