blob: 6e369671ca6e7c246e97a045ed4ae58ff1374b81 (
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater title="L$の購入" name="buy currency">
<floater.string name="buy_currency">
約[LOCALAMOUNT]でL$ [LINDENS]を購入
</floater.string>
<floater.string name="info_cannot_buy">
購入できません。
</floater.string>
<floater.string name="estimated_zero">
US$ 0.00
</floater.string>
<icon name="normal_background"/>
<layout_stack name="outer_stack">
<layout_panel name="layout_panel_title">
<text name="info_need_more">
L$が足りません。
</text>
<text name="info_buying">
L$を購入
</text>
<view_border name="text_border"/>
</layout_panel>
<layout_panel name="layout_panel_price">
<text name="target_price_label">
必要金額
</text>
<text name="target_price">
L$ [AMT]
</text>
</layout_panel>
<layout_panel name="layout_panel_balance">
<text name="balance_label">
所持金
</text>
<text name="balance_amount">
L$ [AMT]
</text>
</layout_panel>
<layout_panel name="layout_panel_required">
<text name="required_label">
必要最低金額
</text>
<text name="required_amount">
L$ [AMT]
</text>
</layout_panel>
<layout_panel name="layout_panel_action">
<view_border name="text_border_2"/>
<text name="currency_action">
購入金額を選択
</text>
<text name="currency_label">
L$
</text>
<line_editor label="L$" name="currency_amt">
1234
</line_editor>
<text name="currency_est">
平均[LOCALAMOUNT]
</text>
<text name="getting_data">
見積もり中…
</text>
<text name="total_label">
購入後の残高
</text>
<text name="total_amount">
L$ [AMT]
</text>
</layout_panel>
<layout_panel name="layout_panel_msg">
<view_border name="text_border_3"/>
<text name="currency_links">
[https://accounts.secondlife.com/billing_information/ 支払い方法]|[https://www.secondlife.com/my/lindex/buy.php L$の購入]
</text>
<text name="exchange_rate_note">
金額を再入力して、最新の為替レートを確認してください。
</text>
<text name="purchase_warning_repurchase">
L$ を受け取ったら、
もう一度購入してください。
</text>
</layout_panel>
<layout_panel name="layout_panel_buttons">
<text name="contacting">
LindeXに接続中…
</text>
<button label="今すぐL$を購入" name="buy_btn"/>
<button label="キャンセル" name="cancel_btn"/>
</layout_panel>
</layout_stack>
</floater>
|