22 lines
736 B
XML
22 lines
736 B
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<floater name="floater_buy_contents" title="Compra i contenuti">
|
|
<text name="contains_text">
|
|
[NAME] contiene:
|
|
</text>
|
|
<text name="buy_text">
|
|
Compra per [AMOUNT][CURRENCY] da [NAME]?
|
|
</text>
|
|
<button label="Annulla" label_selected="Annulla" name="cancel_btn" width="73"/>
|
|
<button label="Compra" label_selected="Compra" name="buy_btn" width="73" left_delta="-77"/>
|
|
<check_box label="Indossa adesso l'indumento" name="wear_check" bottom="-234" left_delta="-125"/>
|
|
<string name="no_copy_text">
|
|
(non copiabile)
|
|
</string>
|
|
<string name="no_modify_text">
|
|
(non modificabile)
|
|
</string>
|
|
<string name="no_transfer_text">
|
|
(non traferibile)
|
|
</string>
|
|
</floater>
|