diff options
Diffstat (limited to 'indra/newview/skins/default/xui/ja/floater_beacons.xml')
-rw-r--r-- | indra/newview/skins/default/xui/ja/floater_beacons.xml | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/indra/newview/skins/default/xui/ja/floater_beacons.xml b/indra/newview/skins/default/xui/ja/floater_beacons.xml index 2065656732..d2f4798949 100644 --- a/indra/newview/skins/default/xui/ja/floater_beacons.xml +++ b/indra/newview/skins/default/xui/ja/floater_beacons.xml @@ -1,15 +1,21 @@ <?xml version="1.0" encoding="utf-8" standalone="yes"?> <floater name="beacons" title="ビーコン(標識)"> <panel name="beacons_panel"> - <check_box label="タッチオンリーのスクリプトを含むオブジェクト" name="touch_only"/> - <check_box label="スクリプト・オブジェクト" name="scripted"/> - <check_box label="物理的オブジェクト" name="physical"/> + <text name="label_show"> + 表示: + </text> + <check_box label="ビーコン(標識)" name="beacons"/> + <check_box label="ハイライト" name="highlights"/> + <text name="beacon_width_label" tool_tip="ビーコン(標識)の幅"> + 幅: + </text> + <text name="label_objects"> + 対象オブジェクト: + </text> + <check_box label="物理的" name="physical"/> + <check_box label="スクリプト" name="scripted"/> + <check_box label="触れる" name="touch_only"/> <check_box label="音源" name="sounds"/> <check_box label="パーティクル源" name="particles"/> - <check_box label="ハイライトのレンダリング" name="highlights"/> - <check_box label="ビーコン(標識)のレンダリング" name="beacons"/> - <text name="beacon_width_label"> - ビーコン(標識)の幅 - </text> </panel> </floater> |