summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/zh/floater_inventory_item_properties.xml
blob: 6998df75f33d14dba614c38677f8ad2190c8cb54 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="item properties" title="收納區物品屬性">
	<floater.string name="unknown">
		(未知)
	</floater.string>
	<floater.string name="public">
		(公開)
	</floater.string>
	<floater.string name="you_can">
		你可以:
	</floater.string>
	<floater.string name="owner_can">
		所有人可以:
	</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">
		名稱:
	</text>
	<text name="LabelItemDescTitle">
		描述:
	</text>
	<text name="LabelCreatorTitle">
		創造者:
	</text>
	<button label="檔案..." name="BtnCreator"/>
	<text name="LabelOwnerTitle">
		所有人:
	</text>
	<button label="檔案..." name="BtnOwner"/>
	<text name="LabelAcquiredTitle">
		取得於:
	</text>
	<text name="LabelAcquiredDate">
		Wed May 24 12:50:46 2006
	</text>
	<text name="OwnerLabel">
		你:
	</text>
	<check_box label="編輯" name="CheckOwnerModify"/>
	<check_box label="恚庨" name="CheckOwnerCopy"/>
	<check_box label="轉售" name="CheckOwnerTransfer"/>
	<text name="AnyoneLabel">
		任何人:
	</text>
	<check_box label="恚庨" name="CheckEveryoneCopy"/>
	<text name="GroupLabel">
		群組:
	</text>
	<check_box label="分享" name="CheckShareWithGroup"/>
	<text name="NextOwnerLabel">
		下一個所有人:
	</text>
	<check_box label="編輯" name="CheckNextOwnerModify"/>
	<check_box label="恚庨" name="CheckNextOwnerCopy"/>
	<check_box label="轉售" name="CheckNextOwnerTransfer"/>
	<check_box label="出售" name="CheckPurchase"/>
	<combo_box name="combobox sale copy">
		<combo_box.item label="恚庨" name="Copy"/>
		<combo_box.item label="原件" name="Original"/>
	</combo_box>
	<spinner label="價格:" name="Edit Cost"/>
	<text name="CurrencySymbol">
		L$
	</text>
</floater>