summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pl/floater_inventory_item_properties.xml
blob: 665172dd49a589c7c30c61c3516d2143dc2c0889 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="item properties" title="WŁAŚCIWOŚCI OBIEKTÓW W SZAFIE">
	<text name="LabelItemNameTitle">
		Nazwa:
	</text>
	<text name="LabelItemDescTitle">
		Opis:
	</text>
	<text name="LabelCreatorTitle">
		Twórca:
	</text>
	<text name="LabelCreatorName">
		Nicole Linden
	</text>
	<button label="Profil..." label_selected="" name="BtnCreator" />
	<text name="LabelOwnerTitle">
		Właściciel:
	</text>
	<text name="LabelOwnerName">
		Thrax Linden
	</text>
	<button label="Profil..." label_selected="" name="BtnOwner" />
	<text name="LabelAcquiredTitle">
		Nabyte:
	</text>
	<text name="LabelAcquiredDate">
		Wed May 24 12:50:46 2006
	</text>
	<text name="OwnerLabel">
		Opcje:
	</text>
	<check_box label="Modyfikuj" name="CheckOwnerModify" />
	<check_box label="Kopiuj" name="CheckOwnerCopy" />
	<check_box label="Sprzedaj/Oddaj" name="CheckOwnerTransfer" />
	<text name="BaseMaskDebug">
		P:
	</text>
	<text name="OwnerMaskDebug">
		W:
	</text>
	<text name="GroupMaskDebug">
		G:
	</text>
	<text name="EveryoneMaskDebug">
		W:
	</text>
	<text name="NextMaskDebug">
		N:
	</text>
	<check_box label="Udostępnij grupie" name="CheckShareWithGroup" />
	<check_box label="Udostępnij kopiowanie każdemu" name="CheckEveryoneCopy" />
	<text name="NextOwnerLabel">
		Następna Osoba:
	</text>
	<check_box label="Modyfikuje" name="CheckNextOwnerModify" />
	<check_box label="Kopiuje" name="CheckNextOwnerCopy" />
	<check_box label="Sprzedaje/Oddaje" name="CheckNextOwnerTransfer" />
	<text name="SaleLabel">
		Zaznacz Artykuł:
	</text>
	<check_box label="Sprzedaż" name="CheckPurchase" />
	<radio_group name="RadioSaleType">
		<radio_item name="radio" label="Oryginał" />
		<radio_item name="radio2" label="Kopia" />
	</radio_group>
	<text name="TextPrice">
		Cena:  L$
	</text>
	<string name="unknown">
		(nieznany)
	</string>
	<string name="public">
		(publiczny)
	</string>
	<string name="you_can">
		Opcje:
	</string>
	<string name="owner_can">
		Właściciel może:
	</string>
</floater>