Overview
| Comment: | [lo] lexicon editor: strings update |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | lo | multid |
| Files: | files | file ages | folders |
| SHA3-256: |
79e0f990304d7c7a32c2cd7c980d0e8d |
| User & Date: | olr on 2018-03-28 08:56:14 |
| Other Links: | branch diff | manifest | tags |
Context
|
2018-03-28
| ||
| 10:53 | [lo] lexicon editor: import dictionary check-in: 635fcc243b user: olr tags: lo, multid | |
| 08:56 | [lo] lexicon editor: strings update check-in: 79e0f99030 user: olr tags: lo, multid | |
|
2018-03-27
| ||
| 18:13 | [fx] lexical editor: fix label check-in: 5e197dddff user: olr tags: fx, multid | |
Changes
Modified gc_lang/fr/oxt/DictOptions/lxe_strings.py from [399bddb2be] to [c8eb10a5d4].
| ︙ | ︙ | |||
66 67 68 69 70 71 72 |
# Dictionary
"dictionary_section": "Dictionnaire personnel",
"save_date_label": "Date d’enregistrement :",
"num_of_entries_label": "Nombre d’entrées :",
"export_button": "Exporter",
"export_title": "Exportation du dictionnaire",
| | > > | > | | 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 |
# Dictionary
"dictionary_section": "Dictionnaire personnel",
"save_date_label": "Date d’enregistrement :",
"num_of_entries_label": "Nombre d’entrées :",
"export_button": "Exporter",
"export_title": "Exportation du dictionnaire",
"export_message": "Fichier exporté : ‹%s›",
"empty_dictionary": "Le dictionnaire est vide. Aucun fichier créé.",
"void": "[néant]",
# Close button
"close_button": "Fermer",
##
"verb_information": ""
},
# Traduction délibérément limitée
"en": {
"title": "Grammalecte · Lexicon editor",
"close_button": "Close",
},
|
| ︙ | ︙ |