blob: c103ea938fc4155987dd5fd7a8a3dde4b433f67e (
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
|
<?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="材質"/>
<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"/>
<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="下一個所有人可贈送或轉售這個物件"/>
<button label="確定" name="ok"/>
<button label="套用" name="apply"/>
<button label="取消" name="close"/>
</floater>
|