blob: 87b348fa52a295cf27943c651914489a63e81aa2 (
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">
LindeXと接触中…
</text>
<text name="buy_action_unknown">
為替交換上で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="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>
|