blob: a532640d91d3c3ed718524df594a8e70063b4c24 (
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
|
<?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">
LindeXとコンタクト中…
</text>
<text name="buy_action_unknown">
LindeX通貨両替でL$を購入
</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="getting_data">
データを取得しています...
</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" />
<text name="buy_currency">
約US$ [USD]でL$ [LINDENS]を購入
</text>
</floater>
|