summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pl/floater_hardware_settings.xml
blob: 39695a67b6ccf3111e609bbb0ee309f436cd315e (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="Hardware Settings Floater" title="USTAWIENIA SPRZĘTOWE">
	<text name="Filtering:">
		Filtrowanie:
	</text>
	<check_box label="Filtrowanie Anizotropowe" name="ani" />
	<text name="Antialiasing:">
		Antialiasing:
	</text>
	<combo_box label="Antialiasing" name="fsaa" width="84">
		<combo_box.item name="FSAADisabled" label="Wyłączone" />
		<combo_box.item name="2x" label="2x" />
		<combo_box.item name="4x" label="4x" />
		<combo_box.item name="8x" label="8x" />
		<combo_box.item name="16x" label="16x" />
	</combo_box>
	<spinner label="Gamma:" name="gamma" />
	<text name="(brightness, lower is brighter)">
		(jaskrawość, mniej jest jaśniej, 0=domyślny)
	</text>
	<text name="Enable VBO:">
		Włącz VBO:
	</text>
	<check_box label="Włącz Bufor Vertexów OpenGL" name="vbo" tool_tip="" />
	<slider label="Pamięć Tekstur (MB):" name="GrapicsCardTextureMemory" tool_tip="" />
	<spinner label="Stosunek Dystansu Mgły:" name="fog" />
	<button label="OK" label_selected="OK" name="OK" />
</floater>