Overview
| Comment: | [lo] dictionaries options: ui update |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | lo |
| Files: | files | file ages | folders |
| SHA3-256: |
09eaf850539a7ea5c384b85f9fccce5b |
| User & Date: | olr on 2018-05-05 10:46:14 |
| Other Links: | manifest | tags |
Context
|
2018-05-05
| ||
| 13:47 | [fr][bug] répartition des graphies lors de la genèse du lexique pour Grammalecte check-in: 7dc9adf073 user: olr tags: trunk, fr | |
| 10:46 | [lo] dictionaries options: ui update check-in: 09eaf85053 user: olr tags: trunk, lo | |
|
2018-05-04
| ||
| 16:19 | v0.6.4.2 check-in: 2a78fcea34 user: olr tags: trunk | |
Changes
Modified gc_lang/fr/oxt/DictOptions/DictOptions.py from [8c7306c3e6] to [f2057c6bbe].
| ︙ | |||
73 74 75 76 77 78 79 | 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 | - - - + + + - + - + - + |
xFDSubTitle.Height = 10
xFDSubTitle.Weight = uno.getConstantByName("com.sun.star.awt.FontWeight.BOLD")
xFDSubTitle.Name = "Verdana"
# widget
nX = 10
nY1 = 10
|
| ︙ |
Modified gc_lang/fr/oxt/DictOptions/do_strings.py from [f0ab576ba3] to [9a9f6574c0].
| ︙ | |||
24 25 26 27 28 29 30 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | - + |
"classic": "Classique",
"reform": "Réforme 1990",
"activate_extended": "Dictionnaire étendu",
"activate_extended_descr": "Fonctionnalité à venir",
"activate_community": "Dictionnaire communautaire",
"activate_community_descr": "Fonctionnalité à venir",
"activate_personal": "Dictionnaire personnel",
|
| ︙ | |||
55 56 57 58 59 60 61 | 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 | - + |
"classic": "Classic",
"reform": "Reform 1990",
"activate_extended": "Extended dictionary",
"activate_extended_descr": "Feature to come.",
"activate_community": "Community dictionary",
"activate_community_descr": "Feature to come.",
"activate_personal": "Personal dictionary",
|