summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pl/panel_group_land_money.xml
blob: 98660b3f6e11853f67cccb59636046db25a4fd21 (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
85
86
87
88
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="Posiadłości i L$" name="land_money_tab">
	<string name="help_text">
		Posiadłości należące go Grupy są wymienione z danymi
o kontrybucjach. Ostrzeżenie pojawia się w momencie
kiedy używa się mniej Posiadłości od Kontrybucji.
Zakładki Szczegóły i Sprzedaż zawierają
informacje o finansach Grupy.
	</string>
	<button label="?" name="help_button" />
	<string name="cant_view_group_land_text">
		Nie masz pozwolenia na oglądanie Posiadłości Grupy.
	</string>
	<string name="cant_view_group_accounting_text">
		Nie masz dostępu do konta, finansów Grupy.
	</string>
	<string name="loading_txt">
		Ładowanie...
	</string>
	<text name="group_land_heading">
		Posiadłości Grupy
	</text>
	<scroll_list name="group_parcel_list">
		<column label="Nazwa Posiadłości" name="name" />
		<column label="Region" name="location" />
		<column label="Obszar" name="area" />
		<column label="" name="hidden" />
	</scroll_list>
	<button label="Pokaż na Mapie" label_selected="Pokaż na Mapie" name="map_button" />
	<text name="total_contributed_land_label">
		Kontrybucje:
	</text>
	<text name="total_contributed_land_value">
		[AREA] metrów
	</text>
	<text name="total_land_in_use_label">
		Używane Posiadłości:
	</text>
	<text name="total_land_in_use_value">
		[AREA] metrów
	</text>
	<text name="land_available_label">
		Dostępne Posiadłości:
	</text>
	<text name="land_available_value">
		[AREA] metrów
	</text>
	<text name="your_contribution_label">
		Twoje Kontrybucje:
	</text>
	<string name="land_contrib_error">
		Nie można ustalić Twoich kontrybucji.
	</string>
	<text name="your_contribution_max_value">
		metrów ([AMOUNT] maksimum)
	</text>
	<text name="group_over_limit_text">
		Członkowie Grupy muszą zwiększyć kredyt na używanie Posiadłości.
	</text>
	<text name="group_money_heading">
		L$ Grupy
	</text>
	<tab_container name="group_money_tab_container">
		<panel label="Planowanie" name="group_money_planning_tab">
			<text_editor name="group_money_planning_text">
				Obliczanie...
			</text_editor>
		</panel>
		<panel label="Szczegóły" name="group_money_details_tab">
			<text_editor name="group_money_details_text">
				Obliczanie...
			</text_editor>
			<button label="&lt; Wcześniej" label_selected="&lt; Wcześniej"
			     name="earlier_details_button" tool_tip="Do tyłu w czasie" />
			<button label="Później &gt;" label_selected="Później &gt;"
			     name="later_details_button" tool_tip="Do przodu w czasie" />
		</panel>
		<panel label="Sprzedaż" name="group_money_sales_tab">
			<text_editor name="group_money_sales_text">
				Obliczanie...
			</text_editor>
			<button label="&lt; Wcześniej" label_selected="&lt; Wcześniej"
			     name="earlier_sales_button" tool_tip="Do tyłu w czasie" />
			<button label="Później &gt;" label_selected="Później &gt;"
			     name="later_sales_button" tool_tip="Do przodu w czasie" />
		</panel>
	</tab_container>
</panel>