diff options
Diffstat (limited to 'indra/newview/skins/default/xui/ja/panel_region_debug.xml')
-rw-r--r-- | indra/newview/skins/default/xui/ja/panel_region_debug.xml | 80 |
1 files changed, 40 insertions, 40 deletions
diff --git a/indra/newview/skins/default/xui/ja/panel_region_debug.xml b/indra/newview/skins/default/xui/ja/panel_region_debug.xml index b94ce14d64..4209fb17e5 100644 --- a/indra/newview/skins/default/xui/ja/panel_region_debug.xml +++ b/indra/newview/skins/default/xui/ja/panel_region_debug.xml @@ -1,40 +1,40 @@ -<?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"/>
- <text name="objret_text_lbl" width="120">
- オブジェクトの返却
- </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="スクリプト付きのもの" name="return_scripts" tool_tip="スクリプトのオブジェクトだけ返却します"/>
- <check_box label="他人の土地にあるもの" name="return_other_land" tool_tip="他人に属する土地にあるオブジェクトのみを返却"/>
- <check_box label="この不動産に属するすべてのリージョンのもの" name="return_estate_wide" tool_tip="この不動産に含まれているすべての地域のオブジェクトを返却"/>
- <button label="返却" name="return_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>
+<?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"/> + <text name="objret_text_lbl" width="120"> + オブジェクトの返却 + </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="スクリプト付きのもの" name="return_scripts" tool_tip="スクリプトのオブジェクトだけ返却します"/> + <check_box label="他人の土地にあるもの" name="return_other_land" tool_tip="他人に属する土地にあるオブジェクトのみを返却"/> + <check_box label="この不動産に属するすべてのリージョンのもの" name="return_estate_wide" tool_tip="この不動産に含まれているすべての地域のオブジェクトを返却"/> + <button label="返却" name="return_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> |