summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/zh/panel_region_texture.xml
blob: 7b6152121fb91a44f2e6a0b16f0dbf96aae41cb8 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="地面材質" name="Textures">
	<text name="region_text_lbl">
		地區:
	</text>
	<text name="region_text">
		未知
	</text>
	<text name="detail_texture_text">
		地形材質(須 512x512,24 位元 .tga 檔格式)
	</text>
	<text name="height_text_lbl">
		1 (Low)
	</text>
	<text name="height_text_lbl2">
		2
	</text>
	<text name="height_text_lbl3">
		3
	</text>
	<text name="height_text_lbl4">
		4 (High)
	</text>
	<text name="height_text_lbl5">
		Texture Elevation Ranges
	</text>
	<text name="height_text_lbl6">
		Northwest
	</text>
	<text name="height_text_lbl7">
		Northeast
	</text>
	<spinner label="Low" name="height_start_spin_1"/>
	<spinner label="Low" name="height_start_spin_3"/>
	<spinner label="High" name="height_range_spin_1"/>
	<spinner label="High" name="height_range_spin_3"/>
	<text name="height_text_lbl8">
		Southwest
	</text>
	<text name="height_text_lbl9">
		Southeast
	</text>
	<spinner label="Low" name="height_start_spin_0"/>
	<spinner label="Low" name="height_start_spin_2"/>
	<spinner label="High" name="height_range_spin_0"/>
	<spinner label="High" name="height_range_spin_2"/>
	<text name="height_text_lbl10">
		These values represent the blend range for the textures above.
	</text>
	<text name="height_text_lbl11">
		Measured in meters, the LOW value is the MAXIMUM height of Texture #1, and the HIGH value is the MINIMUM height of Texture #4.
	</text>
	<button label="套用" name="apply_btn"/>
</panel>