blob: 7ec229f9d3088f834345abdcd74303c47080dc40 (
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="BIGLIETTO:">
<floater.string name="no_object">
Impossibile trovare un oggetto contenente questo biglietto
</floater.string>
<floater.string name="not_allowed">
Non hai il permesso di leggere questo biglietto.
</floater.string>
<floater.string name="Title">
Biglietto: [NAME]
</floater.string>
<text name="desc txt">
Descrizione:
</text>
<text_editor name="Notecard Editor">
In caricamento...
</text_editor>
<button label="Salva" label_selected="Salva" name="Save"/>
<button label="Elimina" label_selected="Elimina" name="Delete"/>
</floater>
|