blob: 98604ad5f4de95a7f07b48a5218d0aea5fd07d6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="floater_buy_contents" title="COMPRAR LOS CONTENIDOS">
<text name="contains_text">
[NAME] contiene:
</text>
<text name="buy_text">
¿Comprar por [AMOUNT] L$ a [NAME]?
</text>
<button label="Cancelar" label_selected="Cancelar" name="cancel_btn" width="73"/>
<button label="Comprar" label_selected="Comprar" name="buy_btn"/>
<check_box label="Vestirse ahora la ropa" name="wear_check"/>
<string name="no_copy_text">
(no copiable)
</string>
<string name="no_modify_text">
(no modificable)
</string>
<string name="no_transfer_text">
(no transferible)
</string>
</floater>
|