blob: 1b2f2605f7fd758f97a10cc29337c96a86ba13de (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="land holdings floater" title="IL MIO TERRENO">
<scroll_list name="parcel list">
<column label="Lotto" name="name"/>
<column label="Regione" name="location"/>
<column label="Tipo" name="type"/>
<column label="Area" name="area"/>
</scroll_list>
<button label="Teletrasportati" label_selected="Teletrasportati" name="Teleport" tool_tip="Teletrasportati al centro di questo terreno."/>
<button label="Mappa" label_selected="Mappa" name="Show on Map" tool_tip="Mostra il terreno sulla mappa del mondo" width="130"/>
<text name="contrib_label">
Contributi ai tuoi gruppi:
</text>
<scroll_list name="grant list">
<column label="Gruppo" name="group"/>
<column label="Area" name="area"/>
</scroll_list>
<text name="allowed_label">
Proprietà di terreni consentite per l'attuale piano di pagamento:
</text>
<text name="allowed_text">
[AREA] m²
</text>
<text name="current_label">
Attuale proprietà di terreni:
</text>
<text name="current_text">
[AREA] m²
</text>
<text name="available_label">
Quantità disponibile per ulteriori acquisti di terreno:
</text>
<text name="available_text">
[AREA] m²
</text>
<string name="area_string">
[AREA] m²
</string>
</floater>
|