blob: b0608c8546e7fed7a78f0243cebb12a82e71dd11 (
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="Salva" label_selected="Salva" name="Save"/>
<text name="desc txt">
Descrizione:
</text>
<text_editor name="Notecard Editor">
In caricamento...
</text_editor>
<string name="no_object">
Impossibile trovare l'oggetto che contiene questa nota.
</string>
<string name="not_allowed">
Non ti è permesso vedere questa nota.
</string>
</floater>
|