blob: eb25493adced2574a6cf8b41b30913a1cb15455f (
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
68
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="buy currency" title="COMPRAR DINERO">
<text name="info_buying">
Comprando dinero:
</text>
<text name="info_cannot_buy" left="5" right="-5">
No puede comprar en este momento:
</text>
<text name="info_need_more" left="5" right="-5">
Necesita más dinero:
</text>
<text name="error_message">
Algo no va bien.
</text>
<button label="Ir al sitio web" name="error_web"/>
<text name="contacting">
Contactando con el LindeX...
</text>
<text name="buy_action_unknown" right="-5">
Comprar L$ en el sistema LindeX de cambio
</text>
<text name="buy_action">
[NAME] [PRICE] L$
</text>
<text name="currency_action" width="50">
Comprar
</text>
<line_editor name="currency_amt" width="65" left_delta="50">
1234
</line_editor>
<text name="currency_est" width="138" left_delta="68">
por, aprox., [LOCALAMOUNT]
</text>
<text name="getting_data">
Obteniendo los datos...
</text>
<text name="balance_label">
Actualmente, tiene
</text>
<text name="balance_amount">
[AMT] L$
</text>
<text name="buying_label">
Está comprando
</text>
<text name="buying_amount">
[AMT] L$
</text>
<text name="total_label">
Su saldo será de
</text>
<text name="total_amount">
[AMT] L$
</text>
<text name="purchase_warning_repurchase" right="-10">
Confirmando esta compra sólo compra la moneda.
Tendrá que intentar de nuevo la operación.
</text>
<text name="purchase_warning_notenough">
No está comprando dinero suficiente.
Aumente la cantidad a comprar.
</text>
<button label="Cancelar" name="cancel_btn"/>
<button label="Comprar" name="buy_btn"/>
<string name="buy_currency">
Compre [LINDENS] L$ por, aprox., [LOCALAMOUNT]
</string>
</floater>
|