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 | def getUI (sLang): if sLang in dStrings: return dStrings[sLang] return dStrings["fr"] dStrings = { "fr": { | | | | 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": { "title": "Grammalecte · Recenseur de mots", "list_section": "Énumération des occurrences", "count_button": "Compter tout", "count2_button": "Compter par lemme", "unknown_button": "Mots inconnus", "num_of_entries": "Nombre d’entrées :", "tot_of_entries": "Total des entrées :", "words": "Mots", |
︙ | ︙ | |||
25 26 27 28 29 30 31 | "accentuation": "Accentuation", "noaccentuation": "Aucun", "tag_button": "Taguer", "close_button": "Fermer", }, "en": { | | | | 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": { "title": "Grammalecte · Enumerator of words", "list_section": "Occurrences enumeration", "count_button": "Count all", "count2_button": "Count by lemma", "unknown_button": "Unknown words", "num_of_entries": "Number of entries:", "tot_of_entries": "Total of words:", "words": "Words", |
︙ | ︙ |
Modified gc_lang/fr/oxt/addons.xcu from [4bcce6ed7d] to [2546b2bd54].
︙ | ︙ | |||
72 73 74 75 76 77 78 | </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/> | | | | 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/> <value xml:lang="fr">~Recenseur de mots…</value> <value xml:lang="en-US">~Enumerator of words…</value> </prop> <prop oor:name="Target" oor:type="xs:string"> <value>_self</value> </prop> <prop oor:name="Context" oor:type="xs:string"> <value>com.sun.star.text.TextDocument,com.sun.star.text.GlobalDocument,com.sun.star.text.WebDocument,com.sun.star.presentation.PresentationDocument</value> </prop> |
︙ | ︙ |