blob: 35f795a7ec8cf9613a426955f21d9dacfe6c2c22 (
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="Guardar" label_selected="Guardar" name="Save"/>
<text name="desc txt">
Descripción:
</text>
<text_editor name="Notecard Editor">
Cargando...
</text_editor>
<string name="no_object">
No se ha podido encontrar el objeto que contiene esta nota.
</string>
<string name="not_allowed">
No está autorizado a ver esta nota.
</string>
</floater>
|