summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pl/floater_hardware_settings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/skins/default/xui/pl/floater_hardware_settings.xml')
-rw-r--r--indra/newview/skins/default/xui/pl/floater_hardware_settings.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/pl/floater_hardware_settings.xml b/indra/newview/skins/default/xui/pl/floater_hardware_settings.xml
new file mode 100644
index 0000000000..39695a67b6
--- /dev/null
+++ b/indra/newview/skins/default/xui/pl/floater_hardware_settings.xml
@@ -0,0 +1,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>