Files
Puma_Viewer/indra/newview/skins/default/xui/pt/floater_spellcheck.xml
T
2025-05-24 18:09:39 -03:00

19 lines
614 B
XML

<?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>