blob: a8dc05703c0b89cd3cb0cac309984f2d06fd3820 (
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="MAPA DEL MUNDO">
<panel name="layout_panel_1">
<text name="events_label">
Leyenda
</text>
</panel>
<panel>
<text name="me_label">
Yo
</text>
<text name="person_label">
Persona
</text>
<text name="by_owner_label">
por el propietario
</text>
<text name="auction_label">
subasta de terreno
</text>
<text name="pg_label">
General
</text>
<text name="mature_label">
Moderado
</text>
<text name="adult_label">
Adulto
</text>
</panel>
<panel>
<button name="Clear" tool_tip="Limpia las marcas y actualiza el mapa"/>
</panel>
</floater>
|