summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/zh/floater_bulk_perms.xml
blob: ffdd957f9100135762bccfd3bd48a68e14675004 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="floaterbulkperms" title="EDIT CONTENT PERMISSIONS">
	<floater.string name="nothing_to_modify_text">
		Selection contains no editable contents.
	</floater.string>
	<floater.string name="status_text">
		Setting permissions on [NAME]
	</floater.string>
	<floater.string name="start_text">
		Starting permission change requests...
	</floater.string>
	<floater.string name="done_text">
		Finished permission change requests.
	</floater.string>
	<icon name="icon_animation" tool_tip="Animation"/>
	<icon name="icon_bodypart" tool_tip="身體部位"/>
	<icon name="icon_clothing" tool_tip="服裝"/>
	<icon name="icon_gesture" tool_tip="姿勢"/>
	<icon name="icon_notecard" tool_tip="Notecards"/>
	<icon name="icon_object" tool_tip="Objects"/>
	<icon name="icon_script" tool_tip="Scripts"/>
	<icon name="icon_sound" tool_tip="Sounds"/>
	<icon name="icon_texture" tool_tip="材質"/>
	<button label="√ 全部" name="check_all"/>
	<button label="清除" label_selected="無" name="check_none"/>
	<text name="newperms">
		New Content Permissions
	</text>
	<text name="GroupLabel">
		社團:
	</text>
	<check_box label="分享" name="share_with_group"/>
	<text name="AnyoneLabel">
		任何人:
	</text>
	<check_box label="覆製" name="everyone_copy"/>
	<text name="NextOwnerLabel">
		下一個擁有者:
	</text>
	<check_box label="修改" name="next_owner_modify"/>
	<check_box label="覆製" name="next_owner_copy"/>
	<check_box initial_value="true" label="轉移" name="next_owner_transfer" tool_tip="Next owner can give away or resell this object"/>
	<button label="確定" name="apply"/>
	<button label="取銷" name="close"/>
</floater>