blob: 1e579938644148f035386699785dab541559b0ea (
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="Ihre Bewertung für Jeska Linden">
<radio_group name="behavior">
<radio_item type="string" length="1" name="Positive">
Positiv
</radio_item>
<radio_item type="string" length="1" name="No Rating">
Keine Einstufung
</radio_item>
</radio_group>
<radio_group name="appearance">
<radio_item type="string" length="1" name="Positive">
Positiv
</radio_item>
<radio_item type="string" length="1" name="No Rating">
Keine Einstufung
</radio_item>
</radio_group>
<radio_group name="building">
<radio_item type="string" length="1" name="Positive">
Positiv
</radio_item>
<radio_item type="string" length="1" name="No Rating">
Keine Einstufung
</radio_item>
</radio_group>
<button label="OK" label_selected="OK" name="OK" />
<button label="Abbrechen" label_selected="Abbrechen" name="Cancel" />
<text type="string" length="1" name="Overall behavior:">
Gesamtverhalten:
</text>
<text type="string" length="1" name="Skill at appearance (clothing and attachments):">
Fähigkeit in Aussehen (Kleider und Anhänge):
</text>
<text type="string" length="1" name="Skill at building:">
Fähigkeit in Bauen:
</text>
<text type="string" length="1" name="Message:">
Nachricht:
</text>
<text type="string" length="1" name="cost">
Kosten: [COST] L$ für jede Einstufung. Summe: [TOTAL] L$.
</text>
</floater>
|