blob: fcf2800728d445708a039bac7e13ef01c5d8bb34 (
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="購買 L$">
<floater.string name="buy_currency">
購買 L$ [LINDENS],所需花費約為 [LOCALAMOUNT]
</floater.string>
<text name="info_need_more">
你的 L$ 不足
</text>
<text name="contacting">
聯接到 LindeX 中...
</text>
<text name="info_buying">
購買 L$
</text>
<text name="balance_label">
我有
</text>
<text name="balance_amount">
L$ [AMT]
</text>
<text name="currency_action">
我想購買
</text>
<text name="currency_label">
L$
</text>
<line_editor label="L$" name="currency_amt">
1234
</line_editor>
<text name="buying_label">
以此價格
</text>
<text name="currency_est">
約合 [LOCALAMOUNT]
</text>
<text name="getting_data">
估算中…
</text>
<text name="buy_action">
[ACTION]
</text>
<text name="total_label">
我的帳戶餘額將為
</text>
<text name="total_amount">
L$ [AMT]
</text>
<text name="currency_links">
[http://www.secondlife.com/my/account/payment_method_management.php 付費方式] | [http://www.secondlife.com/my/account/currency.php 幣種]
</text>
<text name="exchange_rate_note">
重新輸入金額即可察看最新的匯率。
</text>
<text name="purchase_warning_repurchase">
確認這次購買只是添購 L$,並非購買物件。
</text>
<text name="purchase_warning_notenough">
你購買的林登幣不足, 請增加數額。
</text>
<button label="立即購買" name="buy_btn"/>
<button label="取消" name="cancel_btn"/>
<text name="info_cannot_buy">
無法購買
</text>
<button label="繼續到網頁" name="error_web"/>
</floater>
|