blob: 2a8557b0fcf6c44895988b9fe1f936d0c16d2d6a (
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="Impostazioni controllo ortografico">
<check_box label="Attiva controllo ortografico" name="spellcheck_enable"/>
<text name="spellcheck_main">
Dizionario principale:
</text>
<text label="Registri:" name="spellcheck_additional">
Dizionari aggiuntivi:
</text>
<text name="spellcheck_available">
Disponibile
</text>
<text name="spellcheck_active">
Attivato
</text>
<button label="Rimuovi" name="spellcheck_remove_btn"/>
<button label="Importa..." name="spellcheck_import_btn"/>
</floater>
|