blob: bc3f88168ea6de07b9a29374ecec37b693eebae1 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Give Money" title="オブジェクトにお支払い">
<string name="payee_group">
グループに支払う
</string>
<string name="payee_resident">
住人に支払う
</string>
<text name="paying_text">
支払い先:
</text>
<text name="payee_name">
エリカシタ・モストポリゾン
</text>
<text name="object_name_label">
以下のオブジェクトを介して支払う:
</text>
<icon name="icon_object" tool_tip="オブジェクト"/>
<text name="object_name_text">
…
</text>
<panel label="検索" name="PatternsPanel">
<button label="L$ 1支払う" label_selected="L$ 1支払う" name="fastpay 1"/>
<button label="L$ 5支払う" label_selected="L$ 5支払う" name="fastpay 5"/>
<button label="L$ 10支払う" label_selected="L$ 10支払う" name="fastpay 10"/>
<button label="L$ 20支払う" label_selected="L$ 20支払う" name="fastpay 20"/>
</panel>
<panel label="検索" name="InputPanel">
<text name="amount text">
その他の金額:
</text>
<button label="支払い" label_selected="オブジェクトに支払います。" name="pay btn"/>
<button label="キャンセル" label_selected="オブジェクトへの支払いを取り消します。" name="cancel btn"/>
</panel>
</floater>
|