summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/zh/panel_region_debug.xml
blob: 1ffbcbf8fd00380f19fe0a6d1150657298cac92a (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="除錯" name="Debug">
	<text name="region_text_lbl">
		地區:
	</text>
	<text name="region_text">
		未知
	</text>
	<check_box label="關閉腳本" name="disable_scripts_check" tool_tip="關閉這個地區現在的全部腳本"/>
	<check_box label="Disable Collisions" name="disable_collisions_check" tool_tip="Disable non-avatar collisions in this region"/>
	<check_box label="Disable Physics" name="disable_physics_check" tool_tip="Disable all physics in this region"/>
	<button label="套用" name="apply_btn"/>
	<text name="objret_text_lbl">
		物件退回
	</text>
	<text name="resident_text_lbl">
		居民:
	</text>
	<line_editor name="target_avatar_name">
		(無)
	</line_editor>
	<button label="選擇" name="choose_avatar_btn"/>
	<text name="options_text_lbl">
		選項:
	</text>
	<check_box label="With scripts" name="return_scripts" tool_tip="只退回R包含腳本的物件"/>
	<check_box label="On someone else&apos;s land" name="return_other_land" tool_tip="Return only objects which are on land belonging to someone else"/>
	<check_box label="In every region of this estate" name="return_estate_wide" tool_tip="Return objects in all of the regions that make up this estate"/>
	<button label="退回" name="return_btn"/>
	<button label="Get Top Colliders..." name="top_colliders_btn" tool_tip="List of objects experiencing the most potential collisions"/>
	<button label="Get Top Scripts..." name="top_scripts_btn" tool_tip="List of objects spending the most time running scripts"/>
	<button label="地區重新啟動" name="restart_btn" tool_tip="給予兩分鐘倒數計時並重新啟動"/>
	<button label="延遲重新啟動" name="cancel_restart_btn" tool_tip="延遲地區重新啟動一小時"/>
</panel>