Artifact 7b0a214ebafa1ca8ff74027c18479153f6ded30355b9fc512e5e7c988f6f70a9:
- File gc_core/py/oxt/op_strings.py — part of check-in [2fd7dc4dd5] at 2017-04-25 11:51:19 on branch trunk — commit 1 (user: olr, size: 537) [annotate] [blame] [check-ins using]
# -*- encoding: UTF-8 -*- def getUI (sLang): if sLang in dStrings: return dStrings[sLang] return dStrings["fr"] dStrings = { "fr": { "title": u"Grammalecte · Options du contrôle grammatical", "default": u"Par ~défaut", "apply": u"~OK", "cancel": u"~Annuler" }, "en": { "title": u"Grammalecte · Grammar checking options", "default": u"~Default", "apply": u"~OK", "cancel": u"~Cancel" } }