summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/ja/panel_region_debug.xml
blob: 321c261aaa27ea59a26f1666afc2ba6d2b2e7c3a (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
<?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="この地域のスクリプトをすべて無効化" />
	<button label="?" name="disable_scripts_help" />
	<check_box label="衝突を無効化" name="disable_collisions_check"
	     tool_tip="この地域の非アバター衝突を無効化" />
	<button label="?" name="disable_collisions_help" />
	<check_box label="物理作用を無効化" name="disable_physics_check"
	     tool_tip="この地域の物理作用をすべて無効化" />
	<button label="?" name="disable_physics_help" />
	<button label="適用" name="apply_btn" />
	<button label="アバターを選択..." name="choose_avatar_btn" />
	<button
	     label="人の土地のアバター・スクリプト・オブジェクトを返却"
	     name="return_scripted_other_land_btn" />
	<button label="アバターのスクリプト・オブジェクトをすべて返却"
	     name="return_scripted_all_btn" />
	<button label="上部コライダー取得" name="top_colliders_btn"
	     tool_tip="衝突する可能性が最も高いオブジェクトのリスト" />
	<button label="?" name="top_colliders_help" />
	<button label="上部スクリプト取得" name="top_scripts_btn"
	     tool_tip="スクリプトの実行に最も時間を費やしているオブジェクトのリスト" />
	<button label="?" name="top_scripts_help" />
	<button label="地域再起動" name="restart_btn"
	     tool_tip="2分間のカウントダウン後、地域を再起動" />
	<button label="?" name="restart_help" />
	<button label="再起動を遅延" name="cancel_restart_btn"
	     tool_tip="地域の再起動を1時間遅延する" />
</panel>