blob: aa8a8e0fc48d54fbbd2f97c0963813ef5676fc8b (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="buy currency" title="Comprar moneda">
<text name="info_buying">
Comprando moneda:
</text>
<text name="info_cannot_buy">
No fue posible comprar ahora:
</text>
<text name="info_need_more">
Usted necesita de más moneda:
</text>
<text name="error_message">
Algo no está' cierto.
</text>
<button label="Ir hacia el sitio" name="error_web" />
<text name="contacting">
Contactando LindeX...
</text>
<text name="buy_action_unknown">
Comrpar L$ en el actual cambio LindeX
</text>
<text name="buy_action">
[NAME] L$ [PRICE]
</text>
<text name="currency_action">
Comprar L$
</text>
<line_editor name="currency_amt">
1234
</line_editor>
<text name="currency_est">
por aproximadamente US$ [USD]
</text>
<text name="balance_label">
Usted tiene
</text>
<text name="balance_amount">
L$ [AMT]
</text>
<text name="buying_label">
Usted está comprando
</text>
<text name="buying_amount">
L$ [AMT]
</text>
<text name="total_label">
Su balance será
</text>
<text name="total_amount">
L$ [AMT]
</text>
<text name="purchase_warning_repurchase">
Confirmar esta compra solamente compra la moneda.
Usted necesitará' repetir la operación.
</text>
<text name="purchase_warning_notenough">
Usted no está' comprando moneda suficiente.
Aumente la cuantía para comprar.
</text>
<button label="Comprar" name="buy_btn" />
<button label="Cancelar" name="cancel_btn" />
</floater>
|