blob: 02bb154d2664198775adf70071f92428a5a7963b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="spellcheck_floater" title="Configurações do verificador ortográfico">
<check_box label="Habilitar verificador ortográfico" name="spellcheck_enable"/>
<text name="spellcheck_main">
Dicionário principal:
</text>
<text label="Logs:" name="spellcheck_additional">
Dicionários adicionais:
</text>
<text name="spellcheck_available">
Disponível
</text>
<text name="spellcheck_active">
Ativo
</text>
<button label="Remover" name="spellcheck_remove_btn"/>
<button label="Importar..." name="spellcheck_import_btn"/>
</floater>
|