blob: 9f48b6ee1f95b1b1441e8fe8c5075f8dab72e223 (
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>
|