blob: 83bd4b8933ce36455e67bd8e6d46a2c9f9733f63 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="rate" title="あなたのJeska Lindenへの評価">
<radio_group name="behavior">
<radio_item type="string" length="1" name="Positive">
ポジティブ
</radio_item>
<radio_item type="string" length="1" name="No Rating">
無評価
</radio_item>
</radio_group>
<radio_group name="appearance">
<radio_item type="string" length="1" name="Positive">
ポジティブ
</radio_item>
<radio_item type="string" length="1" name="No Rating">
無評価
</radio_item>
</radio_group>
<radio_group name="building">
<radio_item type="string" length="1" name="Positive">
ポジティブ
</radio_item>
<radio_item type="string" length="1" name="No Rating">
無評価
</radio_item>
</radio_group>
<button label="OK" label_selected="OK" name="OK" />
<button label="取消" label_selected="取消" name="Cancel" />
<text type="string" length="1" name="Overall behavior:">
全体的な態度:
</text>
<text type="string" length="1" name="Skill at appearance (clothing and attachments):">
容姿のスキル (服、装飾品):
</text>
<text type="string" length="1" name="Skill at building:">
建造物のスキル:
</text>
<text type="string" length="1" name="Message:">
Mメッセージ:
</text>
<text type="string" length="1" name="cost">
費用:各評価を変更するにはL$[COST] 全体費用:L$[TOTAL]
</text>
</floater>
|