blob: 98fa6804bac9451421f44f119146448620322c7f (
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="Body Parts"/>
<icon name="icon_clothing" tool_tip="Clothing"/>
<icon name="icon_gesture" tool_tip="Gestures"/>
<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="Textures"/>
<button label="√ All" name="check_all"/>
<button label="清除" label_selected="無" name="check_none"/>
<text name="newperms">
New Content Permissions
</text>
<text name="GroupLabel">
Group:
</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>
|