diff options
Diffstat (limited to 'indra/newview/skins/default/xui/zh/floater_bulk_perms.xml')
-rw-r--r-- | indra/newview/skins/default/xui/zh/floater_bulk_perms.xml | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/zh/floater_bulk_perms.xml b/indra/newview/skins/default/xui/zh/floater_bulk_perms.xml new file mode 100644 index 0000000000..98fa6804ba --- /dev/null +++ b/indra/newview/skins/default/xui/zh/floater_bulk_perms.xml @@ -0,0 +1,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> |