blob: 5f3413931b54aadc81d364def557e58fb1f6c7d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="contents" title="COMPRA COPIA DELL'OGGETTO">
<text name="contents_text">
Contiene:
</text>
<text name="buy_text">
Compra per [AMOUNT]L$ da [NAME]?
</text>
<button label="Annulla" label_selected="Annulla" name="cancel_btn"/>
<button label="Compra" label_selected="Compra" name="buy_btn"/>
<string name="title_buy_text">
Compra
</string>
<string name="title_buy_copy_text">
Compra un copia di
</string>
<string name="no_copy_text">
(non copiabile)
</string>
<string name="no_modify_text">
(non modificabile)
</string>
<string name="no_transfer_text">
(non trasferibile)
</string>
</floater>
|