blob: bc8b13ab8c5ce8c23ae6133839bad0209933171c (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="buy currency" title="购买现钞">
<text name="info_buying">
购买现钞:
</text>
<text name="info_cannot_buy">
现在无法购买:
</text>
<text name="info_need_more">
你需要更多的货币:
</text>
<text name="error_message">
出错
</text>
<button label="去网页" name="error_web" />
<text name="contacting">
联系林登X...
</text>
<text name="buy_action_unknown">
购买L$按照LindeX货币兑换比率
</text>
<text name="buy_action">
[NAME] L$ [PRICE]
</text>
<text name="currency_action">
购买L$
</text>
<line_editor name="currency_amt">
1234
</line_editor>
<text name="currency_est">
需要大概 US$ [USD]
</text>
<text name="balance_label">
你目前有
</text>
<text name="balance_amount">
L$ [AMT]
</text>
<text name="buying_label">
你正在购买
</text>
<text name="buying_amount">
L$ [AMT]
</text>
<text name="total_label">
你的帐户结余是
</text>
<text name="total_amount">
L$ [AMT]
</text>
<text name="purchase_warning_repurchase">
请确认只购买现钞.
你需要重试该操作。
</text>
<text name="purchase_warning_notenough">
你没有购买足够的货币,不足以购买。
</text>
<button label="购买" name="buy_btn" />
<button label="取消" name="cancel_btn" />
</floater>
|