blob: aa840b4de4893e8f6005c2cb6623bd4772fb7d98 (
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
69
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="buy currency" title="Acquista valuta">
<text name="info_buying">
Acquistando valuta:
</text>
<text name="info_cannot_buy" left="5" right="-5">
Non è possibile comprare ora
</text>
<text name="info_need_more" left="5" right="-5" font="SansSerifLarge">
Hai bisogno di acquistare ulteriore contante:
</text>
<text name="error_message">
Qualcosa non è andato a buon fine.
</text>
<button label="Vai al sito web" name="error_web"/>
<text name="contacting">
Sto contattando il LindeX...
</text>
<text name="buy_action_unknown">
Compra L$ sul mercato delle valute LindeX
</text>
<text name="buy_action">
[NAME] [PRICE]L$
</text>
<text name="currency_action">
Compra
</text>
<line_editor name="currency_amt">
1234
</line_editor>
<text name="currency_est">
L$ per circa [USD]US$
</text>
<text name="getting_data">
Dati in ricezione...
</text>
<text name="balance_label">
Attualmente possiedi
</text>
<text name="balance_amount">
[AMT]L$
</text>
<text name="buying_label">
Stai comprando
</text>
<text name="buying_amount">
[AMT]L$
</text>
<text name="total_label">
Il tuo saldo sarà
</text>
<text name="total_amount">
[AMT]L$
</text>
<text name="purchase_warning_repurchase" height="48" bottom_delta="-64" right="-10">
Confermando questa operazione si acquisterà solo
la valuta. Per acquistare il bene, dovrai riprovare
l'operazione nuovamente.
</text>
<text name="purchase_warning_notenough" bottom_delta="16">
Non stai comprando abbastanza denaro.
Devi aumentare l'importo da acquistare.
</text>
<button label="Cancella" name="cancel_btn"/>
<button label="Acquista" name="buy_btn"/>
<string name="buy_currency">
Compra [LINDENS] L$ per circa [USD] US$
</string>
</floater>
|