blob: e7d31442924511f01dd67882a3a8d3dd4ceed493 (
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 length="1" name="desc txt" type="string">
Descrição:
</text>
<text_editor length="1" name="Notecard Editor" type="string">
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>
|