blob: ed7055b3a1f2a0fb63bab59cb9c9a1a2b2220556 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="land holdings floater" title="MI TERRENO">
<scroll_list name="parcel list">
<column label="Parcela" name="name"/>
<column label="Región" name="location"/>
<column label="Tipo" name="type"/>
<column label="Superficie" name="area"/>
<column label="" name="hidden"/>
</scroll_list>
<button label="Teleportar" label_selected="Teleportar" name="Teleport" tool_tip="Teleportar al centro de este terreno."/>
<button label="Mapa" label_selected="Mapa" name="Show on Map" tool_tip="Mostrar este terreno en el mapa del mundo" width="130"/>
<text name="contrib_label">
Contribuciones a sus grupos:
</text>
<scroll_list name="grant list">
<column label="Grupo" name="group"/>
<column label="Superficie" name="area"/>
</scroll_list>
<text name="allowed_label">
Propiedad de terreno permitida en el plan de pago:
</text>
<text name="allowed_text">
[AREA] m²
</text>
<text name="current_label">
Propiedades de terreno actuales:
</text>
<text name="current_text">
[AREA] m²
</text>
<text name="available_label">
Disponible para compras de terreno:
</text>
<text name="available_text">
[AREA] m²
</text>
<string name="area_string">
[AREA] m²
</string>
</floater>
|