summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/it/floater_inventory_item_properties.xml
blob: 1312cac3c557643e754fad0a568d0ce729c80b95 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="item properties" title="Proprietà dell&apos;oggetto nell&apos;inventario">
	<text name="LabelItemNameTitle">
		Nome:
	</text>
	<text name="LabelItemDescTitle">
		Descrizione:
	</text>
	<text name="LabelCreatorTitle">
		Creatore:
	</text>
	<text name="LabelCreatorName">
		Nicole Linden
	</text>
	<button label="Profilo..." label_selected="" name="BtnCreator"/>
	<text name="LabelOwnerTitle">
		proprietario:
	</text>
	<text name="LabelOwnerName">
		Thrax Linden
	</text>
	<button label="Profilo..." label_selected="" name="BtnOwner"/>
	<text name="LabelAcquiredTitle">
		Acquisito:
	</text>
	<text name="LabelAcquiredDate">
		Wed May 24 12:50:46 2006
	</text>
	<text name="OwnerLabel">
		Tu puoi:
	</text>
	<check_box label="Modificare" name="CheckOwnerModify"/>
	<check_box label="Copiare" name="CheckOwnerCopy"/>
	<check_box label="Rivendere/Regalare" name="CheckOwnerTransfer"/>
	<text name="BaseMaskDebug">
		B:
	</text>
	<text name="OwnerMaskDebug">
		O:
	</text>
	<text name="GroupMaskDebug">
		G:
	</text>
	<text name="EveryoneMaskDebug">
		E:
	</text>
	<text name="NextMaskDebug">
		N:
	</text>
	<check_box label="Condividi con il gruppo" name="CheckShareWithGroup"/>
	<check_box label="Permetti a tutti di copiare" name="CheckEveryoneCopy"/>
	<text name="NextOwnerLabel">
		Il prossimo proprietario può:
	</text>
	<check_box label="Modificare" name="CheckNextOwnerModify"/>
	<check_box label="Copiare" name="CheckNextOwnerCopy"/>
	<check_box label="Rivendere/Regalare" name="CheckNextOwnerTransfer"/>
	<text name="SaleLabel">
		Metti l&apos;oggetto:
	</text>
	<check_box label="In vendita" name="CheckPurchase"/>
	<radio_group name="RadioSaleType">
		<radio_item name="radio">
			Originale
		</radio_item>
		<radio_item name="radio2">
			Copia
		</radio_item>
	</radio_group>
	<text name="TextPrice">
		Prezzo:  L$
	</text>
	<string name="unknown">
		(sconosciuto)
	</string>
	<string name="public">
		(pubblico)
	</string>
	<string name="you_can">
		Tu puoi:
	</string>
	<string name="owner_can">
		Il proprietario può:
	</string>
</floater>