summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pl/floater_post_process.xml
blob: 47c40d231530ee98a78ea0c122681a80a14aedd5 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="Post-Process Floater" title="USTAWIENIA PRZETWARZANIA KOŃCOWEGO">
	<tab_container name="Post-Process Tabs">
		<panel label="Filtr koloru" name="wmiColorFilterPanel">
			<check_box label="Włącz" name="wmiColorFilterToggle" />
			<text name="wmiColorFilterBrightnessText">
				Jasność
			</text>
			<text name="wmiColorFilterSaturationText">
				Nasycenie
			</text>
			<text name="wmiColorFilterContrastText">
				Kontrast
			</text>
			<text name="wmiColorFilterBaseText">
				Kontrast koloru podstawowego
			</text>
		</panel>
		<panel label="Noktowizja" name="wmiNightVisionPanel">
			<check_box label="Włącz" name="wmiNightVisionToggle" />
			<text name="wmiNightVisionBrightMultText">
				Wielokrotne wzmocnienie światła
			</text>
			<text name="wmiNightVisionNoiseSizeText">
				Rozmiar szumu
			</text>
			<text name="wmiNightVisionNoiseStrengthText">
				Moc szumu
			</text>
		</panel>
		<panel label="Poświata" name="wmiBloomPanel">
			<check_box label="Włącz" name="wmiBloomToggle" />
			<text name="wmiBloomExtractText">
				Ekstracja luminacji
			</text>
			<text name="wmiBloomSizeText">
				Rozmiar poświaty
			</text>
			<text name="wmiBloomStrengthText">
				Moc poświaty
			</text>
		</panel>
		<panel label="Dodatki" name="Extras">
			<button label="Wczytaj efekt" label_selected="Wczytaj efekt" name="PPLoadEffect" />
			<button label="Zapisz efekt" label_selected="Zapisz efekt" name="PPSaveEffect" />
			<line_editor label="Nazwa efektu" name="PPEffectNameEditor" />
		</panel>
	</tab_container>
</floater>