blob: 2c8848265f481a62e66c56a6e3a34b29c4b5ddc8 (
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="buy currency" title="COMPRAR L$">
<floater.string name="buy_currency">
Comprar [LINDENS] L$ por, aprox., [LOCALAMOUNT]
</floater.string>
<text left="5" name="info_need_more" right="-5">
Necesitas más L$
</text>
<text name="contacting">
Contactando con el LindeX...
</text>
<text name="info_buying">
Comprar L$
</text>
<text name="balance_label">
Tengo
</text>
<text name="balance_amount">
[AMT] L$
</text>
<text name="currency_action">
Quiero comprar
</text>
<text name="currency_label">
L$
</text>
<line_editor label="L$" left_delta="50" name="currency_amt" width="65">
1234
</line_editor>
<text name="buying_label">
Al precio de
</text>
<text left_delta="68" name="currency_est" width="138">
aprox. [LOCALAMOUNT]
</text>
<text name="getting_data">
Calculando...
</text>
<text name="buy_action">
[ACTION]
</text>
<text name="total_label">
Mi nuevo saldo será
</text>
<text name="total_amount">
[AMT] L$
</text>
<text name="currency_links">
[http://www.secondlife.com/my/account/payment_method_management.php método de pago] | [http://www.secondlife.com/my/account/currency.php moneda]
</text>
<text name="exchange_rate_note">
Vuelve a escribir la cantidad para ver el tipo de cambio más reciente.
</text>
<text name="purchase_warning_repurchase">
Confirmando que con esta compra sólo se compran L$,
no el objeto.
</text>
<text name="purchase_warning_notenough">
No estás comprando suficientes L$. Por favor, aumenta la cantidad.
</text>
<button label="Comprar ahora" name="buy_btn"/>
<button label="Cancelar" name="cancel_btn"/>
<text left="5" name="info_cannot_buy" right="-5">
No se pudo hacer la compra
</text>
<button label="Ir a la web" name="error_web"/>
</floater>
|