blob: e305519488ef2f1d620901403c532a6f9982aaf2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="spellcheck_import" title="Importation d'un dictionnaire">
<text name="import_dict">
Dictionnaire :
</text>
<button label="Parcourir" label_selected="Parcourir" name="dictionary_path_browse"/>
<text name="import_name">
Nom :
</text>
<text name="import_lang">
Langue :
</text>
<button label="Importer" name="ok_btn"/>
<button label="Annuler" name="cancel_btn"/>
</floater>
|