summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/zh/floater_bulk_perms.xml
blob: 3729aa7620b90406987d4a129507487ee7adc097 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="floaterbulkperms" title="調整內容物權限">
	<floater.string name="nothing_to_modify_text">
		選擇未包含可編輯的內容物。
	</floater.string>
	<floater.string name="status_text">
		設定權限於 [NAME]
	</floater.string>
	<floater.string name="start_text">
		開始進行權限變更要求...
	</floater.string>
	<floater.string name="done_text">
		權限變更要求已完成。
	</floater.string>
	<icon name="icon_animation" tool_tip="動作"/>
	<icon name="icon_bodypart" tool_tip="身體部位"/>
	<icon name="icon_clothing" tool_tip="服裝"/>
	<icon name="icon_gesture" tool_tip="姿勢"/>
	<icon name="icon_notecard" tool_tip="記事卡"/>
	<icon name="icon_object" tool_tip="物件"/>
	<icon name="icon_script" tool_tip="腳本"/>
	<icon name="icon_sound" tool_tip="聲音"/>
	<icon name="icon_texture" tool_tip="材質"/>
	<icon name="icon_setting" tool_tip="環境設定"/>
	<button label="√ 全部" name="check_all"/>
	<button label="清除" label_selected="無" name="check_none"/>
	<text name="newperms">
		調整內容物權限:
	</text>
	<text name="GroupLabel">
		群組:
	</text>
	<check_box label="分享" name="share_with_group" tool_tip="允許此群組所有成員共享你修改此物件的權限。 你必須讓渡才能啟動角色限制。"/>
	<text name="AnyoneLabel">
		任何人:
	</text>
	<check_box label="複製" name="everyone_copy" tool_tip="任何人都可取用本物件的複本。 物件和其所有內容都必須允許複製和轉移"/>
	<text name="NextOwnerLabel">
		下一個所有人:
	</text>
	<check_box label="修改" name="next_owner_modify" tool_tip="下一個所有人可以編輯本物件的性質,如名稱或尺寸。"/>
	<check_box label="複製" name="next_owner_copy" tool_tip="下一個所有人可無限複製本物件。 複本將保留創作人的資料,其允許設定不能比原本物件更加放寬。"/>
	<check_box initial_value="true" label="轉移" name="next_owner_transfer" tool_tip="下一個所有人可贈送或轉售這個物件。"/>
	<button label="確定" name="ok"/>
	<button label="套用" name="apply"/>
	<button label="取消" name="close"/>
</floater>