summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pt/panel_group_land_money.xml
blob: c66288adf0cda17ff6f1fac63da250d04e693761 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Terra L$" name="land_money_tab">
	<string name="help_text">
		Lotes pertencentes ao grupo são listadas com detalhes de contribuição. Um aviso aparece até que o total de Terras em Uso seja menor ou igual ao Total de Contribuições. As abas de Detalhes e Vendas fornecem informações sobre as finanças do grupo.
	</string>
	<button label="?" name="help_button"/>
	<string name="cant_view_group_land_text">
		Você não tem permissão para ver as terras pertencentes ao grupo.
	</string>
	<string name="cant_view_group_accounting_text">
		Você não tem permissão para ver as informações sobre as contas do grupo.
	</string>
	<string name="loading_txt">
		Carregando...
	</string>
	<text name="group_land_heading">
		Terra percentence ao grupo
	</text>
	<scroll_list name="group_parcel_list">
		<column label="Nome do Lote" name="name"/>
		<column label="Região" name="location"/>
		<column label="Área" name="area"/>
		<column label="" name="hidden"/>
	</scroll_list>
	<button label="Mostrar no Mapa" label_selected="Mostrar no Mapa" name="map_button"/>
	<text name="total_contributed_land_label">
		Contribuição Total:
	</text>
	<text name="total_contributed_land_value">
		[AREA] m2
	</text>
	<text name="total_land_in_use_label">
		Total de Terra em Uso:
	</text>
	<text name="total_land_in_use_value">
		[AREA] m2
	</text>
	<text name="land_available_label">
		Terra Disponível:
	</text>
	<text name="land_available_value">
		[AREA] m2
	</text>
	<text name="your_contribution_label">
		Sua Contribuição:
	</text>
	<string name="land_contrib_error">
		Não é possível definir sua contribuição para o terreno.
	</string>
	<text name="your_contribution_max_value">
		m2 ([AMOUNT] máxima)
	</text>
	<text name="group_over_limit_text">
		Membros do grupo precisam contribuir com mais créditos de Terra para garantir a terra em uso.
	</text>
	<text name="group_money_heading">
		Grupo L$
	</text>
	<tab_container name="group_money_tab_container">
		<panel label="Detalhes" name="group_money_details_tab">
			<text_editor name="group_money_details_text">
				Computando...
			</text_editor>
			<button label="&lt; Cedo" label_selected="&lt; Cedo" name="earlier_details_button" tool_tip="Voltar no Tempo"/>
			<button label="Tarde &gt;" label_selected="Tarde &gt;" name="later_details_button" tool_tip="Adiantar o Tempo"/>
		</panel>
		<panel label="Vendas" name="group_money_sales_tab">
			<text_editor name="group_money_sales_text">
				Computando...
			</text_editor>
			<button label="&lt; Mais Cedo" label_selected="&lt; Mais Cedo" name="earlier_sales_button" tool_tip="Voltar no Tempo"/>
			<button label="Mais Tarde" label_selected="Mais Tarde" name="later_sales_button" tool_tip="Adiantar o Tempo"/>
		</panel>
	</tab_container>
</panel>