blob: d094c1b63a02424683485b587bcd84aa48efec10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="preview notecard" title="Anotação:">
<floater.string name="no_object">
O objeto com esta anotação não foi encontrado.
</floater.string>
<floater.string name="not_allowed">
Você não está autorizado a ler esta nota.
</floater.string>
<floater.string name="Title">
Anotação: [NAME]
</floater.string>
<text name="desc txt">
Descrição:
</text>
<text_editor name="Notecard Editor">
Carregando...
</text_editor>
<button label="Salvar" label_selected="Salvar" name="Save"/>
<button label="Excluir" label_selected="Excluir" name="Delete"/>
</floater>
|