blob: 6f8944942a1099574b5fa53f9b859093ea16b73c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="preview notecard" title="NOTA:">
<button label="Salvar" label_selected="Salvar" name="Save"/>
<text name="desc txt">
Descrição:
</text>
<text_editor name="Notecard Editor">
Carregando...
</text_editor>
<string name="no_object">
Não foi possível encontrar o objeto que contém esta nota.
</string>
<string name="not_allowed">
Você não tem permissão de visualizar esta nota.
</string>
</floater>
|