blob: bb4ebcdf2175162e8a7e8349507698e06b5599f2 (
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="匯入字典">
<text name="import_dict">
字典:
</text>
<button label="瀏覽" label_selected="瀏覽" name="dictionary_path_browse"/>
<text name="import_name">
名稱:
</text>
<text name="import_lang">
語言:
</text>
<button label="匯入" name="ok_btn"/>
<button label="取消" name="cancel_btn"/>
</floater>
|