summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pl/floater_land_holdings.xml
blob: 21e6b5ae2200026560079663f995da59b45516b3 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="land holdings floater" title="My Land">
	<scroll_list name="parcel list">
		<column label="Nazwa" name="name" />
		<column label="Położenie" name="location" />
		<column label="Obszar" name="area" />
		<column label="" name="hidden" />
	</scroll_list>
	<button label="Teleportuj" label_selected="Teleport" name="Teleport"
	     tool_tip="Teleportuj się do centrum tej Posiadłości." />
	<button label="Pokaż na Mapie" label_selected="Show on Map" name="Show on Map"
	     tool_tip="Pokaż to miejsce na mapie świata." />
	<text name="contrib_label">
		Kontrybucje do Twoich Grup:
	</text>
	<scroll_list name="grant list">
		<column label="Grupa" name="group" />
		<column label="Obszar" name="area" />
	</scroll_list>
	<text name="allowed_label">
		Dozwolone udziały przy obecnym planie płatności:
	</text>
	<text name="allowed_text">
		[AREA] metrów
	</text>
	<text name="current_label">
		Udziały w Posiadłościach:
	</text>
	<text name="current_text">
		[AREA] metrów
	</text>
	<text name="available_label">
		Dostępne na zakup Posiadłości:
	</text>
	<text name="available_text">
		[AREA] metrów
	</text>
	<string name="area_string">
		[AREA] metrów
	</string>
</floater>