blob: d05a023279c4f1a5e6ce6078a69bb071b0e13adf (
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="NOTA:">
<floater.string name="no_object">
No se ha podido encontrar el objeto que contiene esta nota.
</floater.string>
<floater.string name="not_allowed">
No tienes permiso para ver esta nota.
</floater.string>
<floater.string name="Title">
Nota: [NAME]
</floater.string>
<text name="desc txt">
Descripción:
</text>
<text_editor name="Notecard Editor">
Cargando...
</text_editor>
<button label="Guardar" label_selected="Guardar" name="Save"/>
<button label="Borrar" label_selected="Borrar" name="Delete"/>
</floater>
|