blob: 9d97f7d72d542b8f92ae9133f91f144890d70962 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="buy currency" title="COMPRA L$">
<floater.string name="buy_currency">
Compra L$ [LINDENS] per approx. [LOCALAMOUNT]
</floater.string>
<text font="SansSerifLarge" left="5" name="info_need_more" right="-5">
Necessiti di più L$
</text>
<text name="contacting">
Sto contattando il LindeX...
</text>
<text name="info_buying">
COMPRA L$
</text>
<text name="balance_label">
Io ho
</text>
<text name="balance_amount">
[AMT]L$
</text>
<text name="currency_action" width="45">
Io voglio comprare
</text>
<text name="currency_label">
L$
</text>
<line_editor label="L$" name="currency_amt">
1234
</line_editor>
<text name="buying_label">
Al prezzo
</text>
<text name="currency_est">
approx. [LOCALAMOUNT]
</text>
<text name="getting_data">
Calcolando...
</text>
<text name="buy_action">
[NAME] [PRICE]L$
</text>
<text name="total_label">
Il mio saldo sarà
</text>
<text name="total_amount">
[AMT]L$
</text>
<text name="currency_links">
[http://www.secondlife.com/ payment method] | [http://www.secondlife.com/ currency] | [http://www.secondlife.com/my/account/exchange_rates.php exchange rate]
</text>
<text name="exchange_rate_note">
Ri-scrivi un importo per vedere l'ultimo rapporto di cambio.
</text>
<text name="purchase_warning_repurchase">
Confermando questo acquisto di soli L$, non l'oggetto.
</text>
<text bottom_delta="16" name="purchase_warning_notenough">
Non stai acquistando abbastanza L$. Per favore aumenta l'importo.
</text>
<button label="Compra ora" name="buy_btn"/>
<button label="Cancella" name="cancel_btn"/>
<text left="5" name="info_cannot_buy" right="-5">
Non in grado di acquistare
</text>
<button label="Continua sul Web" name="error_web"/>
</floater>
|