Overview
Comment: | [lo] lexicon editor: better importation message |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | lo |
Files: | files | file ages | folders |
SHA3-256: |
8eeac82f009d8f718317c7f338239012 |
User & Date: | olr on 2018-04-13 15:35:39 |
Other Links: | manifest | tags |
Context
2018-04-13
| ||
15:47 | [lo] lexicon editor: widen label check-in: e1af0d2719 user: olr tags: trunk, lo | |
15:35 | [lo] lexicon editor: better importation message check-in: 8eeac82f00 user: olr tags: trunk, lo | |
14:50 | [lo][bug] lexicon editor: don’t forget to commit change to save parameters check-in: 9e62ff2f56 user: olr tags: trunk, lo | |
Changes
Modified gc_lang/fr/oxt/DictOptions/lxe_strings.py from [0d97dfb001] to [f0621c5777].
︙ | ︙ | |||
70 71 72 73 74 75 76 | "num_of_entries_label": "Nombre d’entrées :", "import_button": "Importer", "import_title": "Importation du dictionnaire", "export_button": "Exporter", "export_title": "Exportation du dictionnaire", "export_message": "Fichier exporté : ‹%s›", "empty_dictionary": "Le dictionnaire est vide. Aucun fichier créé.", | | | 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 | "num_of_entries_label": "Nombre d’entrées :", "import_button": "Importer", "import_title": "Importation du dictionnaire", "export_button": "Exporter", "export_title": "Exportation du dictionnaire", "export_message": "Fichier exporté : ‹%s›", "empty_dictionary": "Le dictionnaire est vide. Aucun fichier créé.", "file_not_found": "Importation du fichier ‹%s›.\nCe fichier ne semble pas exister.", "wrong_json": "Le fichier ‹%s› n’est pas un fichier JSON valide.", "load_title": "Chargement du dictionnaire.", "not_loaded": "Le fichier n’a pas pu être chargé.\n", "void": "[néant]", # Close button "close_button": "Fermer", |
︙ | ︙ |