Differences From Artifact [d7a0d062ca]:
- File gc_lang/fr/oxt/DictOptions/lxe_strings.py — part of check-in [cac2434abd] at 2018-03-21 08:07:04 on branch multid — [lo] lexicon editor: deal with empty dictionary (user: olr, size: 2167) [annotate] [blame] [check-ins using]
To Artifact [95dfd605af]:
- File gc_lang/fr/oxt/DictOptions/lxe_strings.py — part of check-in [5109354c10] at 2018-03-26 19:03:06 on branch multid — [lo] lexicon editor: update, +tags information, +search (user: olr, size: 2242) [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 21 | + + |
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",
"search_button": "Recherche",
"information_button": "<i>",
# 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.)",
|
| ︙ |