summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pl/floater_adjust_environment.xml
blob: 33dd99e491bb425410cbcd1398f21a13afeb79c3 (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="env_adjust_snapshot" title="Własne oświetlenie">
	<layout_stack name="outer_stack">
		<layout_panel name="env_controls">
			<layout_stack name="settings_stack">
				<layout_panel name="lp_1">
					<text name="ambient_lbl">
						Otoczenie:
					</text>
					<text name="blue_horizon_lbl">
						Hor. błękitu:
					</text>
					<text name="blue_density_lbl">
						Gęst. błękitu:
					</text>
					<button label="Reset" tool_tip="Zamknij i zresetuj do otoczenia współdzielonego" name="btn_reset" />
					<text name="sun_color_lbl">
						Kolor Słońca:
					</text>
					<text name="cloud_color_lbl">
						Kolor chmur:
					</text>
					<text name="cloud_map_label">
						Obraz chmur:
					</text>
					<text name="water_map_label">
						Obraz wody:
					</text>
				</layout_panel>
				<layout_panel name="lp_2">
					<text name="haze_horizon_label">
						Horyzont mgły:
					</text>
					<text name="haze_density_label">
						Gęstość mgły:
					</text>
					<text name="cloud_coverage_label">
						Zachmurzenie:
					</text>
					<text name="cloud_scale_label">
						Rozmiar chmur:
					</text>
					<text name="scene_gamma_label">
						Gamma sceny:
					</text>
				</layout_panel>
				<layout_panel name="lp_3">
					<text name="label">
						Słońce:
					</text>
					<text name="sun_azimuth_label">
						Azymut:
					</text>
					<text name="sun_elevation_label">
						Elewacja:
					</text>
					<check_box label="Pokaż emiter" name="sunbeacon" />
					<text name="scale_label">
						Rozmiar:
					</text>
					<text name="glow_focus_label">
						Ostrość blasku:
					</text>
					<text name="glow_size_label">
						Rozmiar blasku:
					</text>
					<text name="star_brightness_label">
						Jasność gwiazd:
					</text>
				</layout_panel>
				<layout_panel name="lp_4">
					<text name="label">
						Księżyc:
					</text>
					<text name="moon_azimuth_label">
						Azymut:
					</text>
					<text name="moon_elevation_label">
						Elewacja:
					</text>
					<check_box label="Pokaż emiter" name="moonbeacon" />
				</layout_panel>
			</layout_stack>
		</layout_panel>
	</layout_stack>
</floater>