summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/ru/floater_build_options.xml
blob: 9dd01dc823322631dd49ef05c498a95f7b6c5a24 (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
<?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>
</floater>