blob: d4e5c73746d42a16fabba8a1fd5afa05c0e68993 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="worldmap" title="MAPPA DEL MONDO">
<panel name="layout_panel_1">
<text name="events_label">
Legenda
</text>
</panel>
<panel>
<text name="me_label">
Io
</text>
<text name="person_label">
Persona
</text>
<text name="by_owner_label">
da parte del proprietario
</text>
<text name="auction_label">
asta di terreni
</text>
<text name="pg_label">
Generale
</text>
<text name="mature_label">
Moderato
</text>
<text name="adult_label">
Adulto
</text>
</panel>
<panel>
<button name="Clear" tool_tip="Elimina le linee di monitoraggio e reimposta la mappa"/>
</panel>
</floater>
|