blob: fc332ee8b71812449b325a3b0f2aa8fce90174ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Import" title="">
<text name="name_label">
Nome:
</text>
<text name="description_label">
Descrizione:
</text>
<text name="preview_label">
Files da caricare:
</text>
<button label="Annulla" name="cancel_btn"/>
<button label="Carica (10 L$)" name="ok_btn"/>
<text name="preview_label2">
Anteprima dell'immagine:
</text>
</floater>
|