summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/zh/floater_inventory_view_finder.xml
blob: 9001615d89e537436e23ede884e67785798ed126 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Inventory Finder" title="最近_收納區_物品">
	<check_box label="動作" name="check_animation"/>
	<check_box label="名片" name="check_calling_card"/>
	<check_box label="服裝" name="check_clothing"/>
	<check_box label="姿勢" name="check_gesture"/>
	<check_box label="地標" name="check_landmark"/>
	<check_box label="記事卡" name="check_notecard"/>
	<check_box label="網面" name="check_mesh"/>
	<check_box label="物件" name="check_object"/>
	<check_box label="腳本" name="check_script"/>
	<check_box label="聲音" name="check_sound"/>
	<check_box label="材質" name="check_texture"/>
	<check_box label="快照" name="check_snapshot"/>
	<button label="全部" label_selected="全部" name="All"/>
	<button label="無" label_selected="無" name="None"/>
	<check_box label="固定顯示資料夾" name="check_show_empty"/>
	<check_box label="我建立的" name="check_created_by_me"/>
	<check_box label="其他人所建立" name="check_created_by_others"/>
	<check_box label="自上次登出" name="check_since_logoff"/>
	<text name="- OR -">
		- 或 -
	</text>
	<radio_group name="date_search_direction">
		<radio_item label="新近於" name="newer"/>
		<radio_item label="早於" name="older"/>
	</radio_group>
	<spinner label="小時前" name="spin_hours_ago"/>
	<text name="label_hours">
		小時
	</text>
	<spinner label="天前" name="spin_days_ago"/>
	<text name="label_days">
		日
	</text>
	<button label="關閉" label_selected="關閉" name="Close"/>
</floater>