diff options
author | Logue <logue@hotmail.co.jp> | 2023-05-31 07:05:03 +0900 |
---|---|---|
committer | Logue <logue@hotmail.co.jp> | 2023-05-31 07:05:03 +0900 |
commit | b586e6a9c2ab8b2efb48039738751ffeb3e85dee (patch) | |
tree | 215dfe4a0bc9e30eb15c81f84795bd7aa25b0534 /indra/newview/skins/default/xui/ja/floater_beacons.xml | |
parent | 5ffe1353a777455bb788d4851215ae272f6f0df6 (diff) |
Merged DRTVWR-577 Japanese Translation.
Diffstat (limited to 'indra/newview/skins/default/xui/ja/floater_beacons.xml')
-rw-r--r-- | indra/newview/skins/default/xui/ja/floater_beacons.xml | 39 |
1 files changed, 17 insertions, 22 deletions
diff --git a/indra/newview/skins/default/xui/ja/floater_beacons.xml b/indra/newview/skins/default/xui/ja/floater_beacons.xml index cb3dae0644..b8719f78f9 100644 --- a/indra/newview/skins/default/xui/ja/floater_beacons.xml +++ b/indra/newview/skins/default/xui/ja/floater_beacons.xml @@ -1,24 +1,19 @@ <?xml version="1.0" encoding="utf-8" standalone="yes"?> <floater name="beacons" title="ビーコン(標識)"> - <panel name="beacons_panel"> - <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="moapbeacon"/> - <check_box label="太陽" name="sun"/> - <check_box label="月" name="moon"/> - </panel> -</floater> + <panel name="beacons_panel"> + <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="moapbeacon" /> + <text name="label_objects">以下の向きを示す:</text> + <check_box label="太陽" name="sun" /> + <check_box label="月" name="moon" /> + </panel> +</floater>
\ No newline at end of file |