summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/it/panel_group_land_money.xml
blob: 16cc91cd9d9f445c7641ef30269db88bc1877213 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Terra &amp; L$" name="land_money_tab">
	<panel.string name="help_text">
		Viene visualizzata un&apos;avvertenza fino a quando il terreno totale in uso è inferiore o uguale al contributo totale.
	</panel.string>
	<panel.string name="cant_view_group_land_text">
		Non sei autorizzato a vedere quali terreni appartengono al gruppo.
	</panel.string>
	<panel.string name="epmty_view_group_land_text">
		Nessuna voce
	</panel.string>
	<panel.string name="cant_view_group_accounting_text">
		Non sei autorizzato a visionare le informazioni finanziarie del gruppo.
	</panel.string>
	<panel.string name="loading_txt">
		Attendi...
	</panel.string>
	<panel.string name="land_contrib_error">
		Impossibile definire il tuo contributo di terreno
	</panel.string>
	<panel name="layout_panel_landmoney">
		<scroll_list name="group_parcel_list">
			<scroll_list.columns label="Lotto" name="name"/>
			<scroll_list.columns label="Regione" name="location"/>
			<scroll_list.columns label="Tipo" name="type"/>
			<scroll_list.columns label="Superficie" name="area"/>
		</scroll_list>
		<text name="total_contributed_land_label">
			Contributo totale:
		</text>
		<text name="total_contributed_land_value">
			[AREA] m²
		</text>
		<button label="Mappa" label_selected="Mappa" name="map_button"/>
		<text name="total_land_in_use_label">
			Terreno totale in uso:
		</text>
		<text name="total_land_in_use_value">
			[AREA] m²
		</text>
		<text name="land_available_label">
			Terreno disponibile:
		</text>
		<text name="land_available_value">
			[AREA] m²
		</text>
		<text name="your_contribution_label">
			Il tuo contributo:
		</text>
		<text name="your_contribution_units">
			m²
		</text>
		<text name="your_contribution_max_value">
			([AMOUNT] max)
		</text>
		<text name="group_over_limit_text">
			Sono necessari più crediti del terreno per mantenere la terra in uso
		</text>
		<text name="group_money_heading">
			L$ gruppo
		</text>
	</panel>
	<tab_container name="group_money_tab_container">
		<panel label="PIANIFICAZIONE" name="group_money_planning_tab">
			<text_editor name="group_money_planning_text">
				Caricamento in corso...
			</text_editor>
		</panel>
		<panel label="DETTAGLI" name="group_money_details_tab">
			<text_editor name="group_money_details_text">
				Caricamento in corso...
			</text_editor>
			<button label="&lt; Precedente" label_selected="&lt; Precedente" name="earlier_details_button" tool_tip="Indietro" width="90"/>
			<button label="Successivo &gt;" label_selected="Successivo &gt;" left_delta="260" name="later_details_button" tool_tip="Avanti" width="90"/>
		</panel>
		<panel label="VENDITE" name="group_money_sales_tab">
			<text_editor name="group_money_sales_text">
				Caricamento in corso...
			</text_editor>
			<button label="&lt; Precedente" label_selected="&lt; Precedente" name="earlier_sales_button" tool_tip="Indietro" width="90"/>
			<button label="Successivo &gt;" label_selected="Successivo &gt;" left_delta="260" name="later_sales_button" tool_tip="Avanti" width="90"/>
		</panel>
	</tab_container>
</panel>