summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/ja/floater_build_options.xml
blob: 6865409e7ad6a109dbff86b7fcdba42f66d3ef86 (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"?>
<floater name="build options floater" title="グリッドオプション">
	<floater.string name="grid_screen_text">
		画面
	</floater.string>
	<floater.string name="grid_local_text">
		ローカル
	</floater.string>
	<floater.string name="grid_world_text">
		世界
	</floater.string>
	<floater.string name="grid_reference_text">
		リファレンス
	</floater.string>
	<floater.string name="grid_attachment_text">
		アタッチメント
	</floater.string>
	<text name="grid_mode_label" tool_tip="グリッドの不透明度">
		モード
	</text>
	<combo_box name="combobox grid mode" tool_tip="オブジェクトの配置に使うグリッドルーラを選択">
		<combo_box.item label="インワールドグリッド" name="World"/>
		<combo_box.item label="ローカルグリッド" name="Local"/>
		<combo_box.item label="リファレンスグリッド" name="Reference"/>
	</combo_box>
	<spinner label="単位(メートル)" name="GridResolution"/>
	<spinner label="範囲(メートル)" name="GridDrawSize"/>
	<check_box label="より細かい単位でスナップフィット" name="GridSubUnit"/>
	<check_box label="横断面を表示" name="GridCrossSection"/>
	<text name="grid_opacity_label" tool_tip="グリッドの不透明度">
		不透明度:
	</text>
	<slider label="グリッドの不透明度" name="GridOpacity"/>
</floater>