summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pl/floater_inventory_item_properties.xml
blob: 97d13c4dfeea53e0b68acb63f2fb854ac7fe555e (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="item properties" title="WŁAŚCIWOŚCI OBIEKTÓW W SZAFIE">
	<floater.string name="unknown">(nieznany)</floater.string>
	<floater.string name="public">(publiczny)</floater.string>
	<floater.string name="you_can">Opcje:</floater.string>
	<floater.string name="owner_can">Właściciel może:</floater.string>
	<floater.string name="acquiredDate">[wkday,datetime,local] [mth,datetime,local] [day,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local] [year,datetime,local]</floater.string>
	<text name="LabelItemNameTitle">Nazwa:</text>
	<text name="LabelItemDescTitle">Opis:</text>
	<text name="LabelCreatorTitle">Twórca:</text>
	<button label="Profil..." label_selected="" name="BtnCreator"/>
	<text name="LabelOwnerTitle">Właściciel:</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">Ty:</text>
	<check_box label="Edytuj" name="CheckOwnerModify"/>
	<check_box label="Kopiuj" name="CheckOwnerCopy"/>
	<check_box label="Odsprzedaż" name="CheckOwnerTransfer"/>
	<text name="AnyoneLabel">Każdy:</text>
	<check_box label="Kopiuj" name="CheckEveryoneCopy"/>
	<text name="GroupLabel">Grupa:</text>
	<check_box label="Udostępnij" name="CheckShareWithGroup"/>
	<text name="NextOwnerLabel">Następny właściciel:</text>
	<check_box label="Edytuj" name="CheckNextOwnerModify"/>
	<check_box label="Kopiuje" name="CheckNextOwnerCopy"/>
	<check_box label="Odsprzedaż" name="CheckNextOwnerTransfer"/>
	<check_box label="Sprzedaż" name="CheckPurchase"/>
	<combo_box name="ComboBoxSaleType">
		<combo_box.item label="Kopia" name="Copy"/>
		<combo_box.item label="Zawartość" name="Contents"/>
		<combo_box.item label="Oryginał" name="Original"/>
	</combo_box>
	<spinner label="Cena:" name="Edit Cost"/>
	<text name="CurrencySymbol">L$</text>
</floater>