blob: 2a791f51be81663a37be07660fc4b7fa6838723f (
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="Sua avaliação de Jeska Linden">
<radio_group name="behavior">
<radio_item type="string" length="1" name="Positive">
Positivo
</radio_item>
<radio_item type="string" length="1" name="No Rating">
Não Avaliado
</radio_item>
</radio_group>
<radio_group name="appearance">
<radio_item type="string" length="1" name="Positive">
Positivo
</radio_item>
<radio_item type="string" length="1" name="No Rating">
Não Avaliado
</radio_item>
</radio_group>
<radio_group name="building">
<radio_item type="string" length="1" name="Positive">
Positivo
</radio_item>
<radio_item type="string" length="1" name="No Rating">
Não Avaliado
</radio_item>
</radio_group>
<button label="OK" label_selected="OK" name="OK" />
<button label="Cancelar" label_selected="Cancelar" name="Cancel" />
<text type="string" length="1" name="Overall behavior:">
Comportamento geral:
</text>
<text type="string" length="1" name="Skill at appearance (clothing and attachments):">
Habilidade na aparência (roupa e anexos):
</text>
<text type="string" length="1" name="Skill at building:">
Habilidae na construção:
</text>
<text type="string" length="1" name="Message:">
Mensagem:
</text>
<text type="string" length="1" name="cost">
Custo: L$[COST] para mudar cada avaliação. Total: L$[TOTAL].
</text>
</floater>
|