Differences From Artifact [1bb5475e12]:
- File gc_lang/fr/oxt/DictOptions/lxe_strings.py — part of check-in [89b74dbf1b] at 2018-02-25 21:55:14 on branch multid — [lo] update: lexicon editor (user: olr, size: 2319) [annotate] [blame] [check-ins using]
To Artifact [d169176bce]:
- File gc_lang/fr/oxt/DictOptions/lxe_strings.py — part of check-in [db6da7d9a4] at 2018-02-26 18:46:16 on branch multid — [lo] update: lexicon editor (user: olr, size: 2356) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | + |
def getUI (sLang):
if sLang in dStrings:
return dStrings[sLang]
return dStrings["fr"]
dStrings = {
"fr": {
"title": "Grammalecte · Éditeur lexical",
# Ajout
"add_section": "Nouveau mot (lemme)",
"lemma": "Lemme",
"generate_button": "Créer",
# catégories
"common_name": "Nom commun",
"nom_adj": "Nom et adjectif",
"nom": "Nom",
"adj": "Adjectif",
"alt_lemma": "[optionnel] Autre forme (masculine, féminine, variante, etc.)",
|
| ︙ |