Overview
| Comment: | [lo] Enumerator: new labels |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | lo |
| Files: | files | file ages | folders |
| SHA3-256: |
fd2d476ebf2afe7ca232a4dde419e699 |
| User & Date: | olr on 2018-02-24 07:55:20 |
| Other Links: | manifest | tags |
Context
|
2018-02-24
| ||
| 08:19 | [lo] Enumerator: adjustments check-in: 9c201aff2f user: olr tags: trunk, lo | |
| 07:55 | [lo] Enumerator: new labels check-in: fd2d476ebf user: olr tags: trunk, lo | |
|
2018-02-23
| ||
| 20:46 | [lo][bug] enumerator: valuemax of progressbar check-in: 1cb2c395f6 user: olr tags: trunk, lo | |
Changes
Modified gc_lang/fr/oxt/Lexicographer/enum_strings.py from [a803606c75] to [4648cd7ebd].
1 2 3 4 5 6 7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | - + - + |
def getUI (sLang):
if sLang in dStrings:
return dStrings[sLang]
return dStrings["fr"]
dStrings = {
"fr": {
|
| ︙ | |||
25 26 27 28 29 30 31 | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | - + - + |
"accentuation": "Accentuation",
"noaccentuation": "Aucun",
"tag_button": "Taguer",
"close_button": "Fermer",
},
"en": {
|
| ︙ |
Modified gc_lang/fr/oxt/addons.xcu from [4bcce6ed7d] to [2546b2bd54].
| ︙ | |||
72 73 74 75 76 77 78 | 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 | - - + + |
</node>
<node oor:name="m3" oor:op="replace">
<prop oor:name="URL" oor:type="xs:string">
<value>service:net.grammalecte.AppLauncher?EN</value>
</prop>
<prop oor:name="Title" oor:type="xs:string">
<value/>
|
| ︙ |