summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pl/floater_edit_sky_preset.xml
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/skins/default/xui/pl/floater_edit_sky_preset.xml')
-rw-r--r--indra/newview/skins/default/xui/pl/floater_edit_sky_preset.xml123
1 files changed, 123 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/pl/floater_edit_sky_preset.xml b/indra/newview/skins/default/xui/pl/floater_edit_sky_preset.xml
new file mode 100644
index 0000000000..6a30ac4ed9
--- /dev/null
+++ b/indra/newview/skins/default/xui/pl/floater_edit_sky_preset.xml
@@ -0,0 +1,123 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<floater name="Edit Sky Preset" title="Edytuj ustawienie nieba">
+ <string name="title_new">
+ Stwórz nowe Ustawienie nieba
+ </string>
+ <string name="title_edit">
+ Edytuj Ustawienie nieba
+ </string>
+ <string name="hint_new">
+ Nazwij Ustawienie, ustaw co trzeba i kliknij na "Zapisz".
+ </string>
+ <string name="hint_edit">
+ Aby edytować Ustawienie ustaw co trzeba i kliknij na "Zapisz".
+ </string>
+ <string name="combo_label">
+ -Wybierz Ustawienie-
+ </string>
+ <text name="hint">
+ Aby edytować Ustawienie ustaw co trzeba i kliknij na "Zapisz".
+ </text>
+ <text name="label">
+ Nazwa:
+ </text>
+ <text name="note">
+ Uwaga: jeśli zmienisz nazwę Ustawienia, to zaczniesz tworzyć nowe, a obecne pozostanie bez zmian.
+ </text>
+ <tab_container name="WindLight Tabs">
+ <panel label="ATMOSFERA" name="Atmosphere">
+ <text name="BHText">
+ Horyzont błękitu
+ </text>
+ <text name="BDensText">
+ Horyzont mgły
+ </text>
+ <text name="BDensText2">
+ Gęstość
+ </text>
+ <text name="HDText">
+ Gęstość mgły
+ </text>
+ <text name="DensMultText">
+ Mnożnik gęstości
+ </text>
+ <text name="WLDistanceMultText">
+ Mnożnik odległości
+ </text>
+ <text name="MaxAltText">
+ Maks. wysokość
+ </text>
+ </panel>
+ <panel label="OŚWIETLENIE" name="Lighting">
+ <text name="SLCText">
+ Kolor Słońca/Księżyca
+ </text>
+ <text name="WLAmbientText">
+ Otoczenie
+ </text>
+ <text name="SunGlowText">
+ Blask Słońca
+ </text>
+ <slider label="Skupienie" name="WLGlowB" />
+ <slider label="Rozmiar" name="WLGlowR" />
+ <text name="WLStarText">
+ Jasność gwiazd
+ </text>
+ <text name="SceneGammaText">
+ Gamma sceny
+ </text>
+ <text name="TODText">
+ Poz. Słońca/Księżyca
+ </text>
+ <text name="WL12am">
+ 24:00
+ </text>
+ <text name="WL6am">
+ 6:00
+ </text>
+ <text name="WL12pmHash">
+ 12:00
+ </text>
+ <text name="WL6pm">
+ 18:00
+ </text>
+ <text name="WL12am2">
+ 24:00
+ </text>
+ <time name="WLDayTime" value="6:00" />
+ <text name="WLEastAngleText">
+ Kąt wschodu
+ </text>
+ </panel>
+ <panel label="CHMURY" name="Clouds">
+ <text name="WLCloudColorText">
+ Kolor chmur
+ </text>
+ <text name="WLCloudColorText2">
+ Gęstość chmur XY
+ </text>
+ <slider label="G" name="WLCloudDensity" />
+ <text name="WLCloudCoverageText">
+ Zachmurzenie
+ </text>
+ <text name="WLCloudScaleText">
+ Rozmiar chmur
+ </text>
+ <text name="WLCloudDetailText">
+ Detale chmur (XY/Gęstość)
+ </text>
+ <slider label="G" name="WLCloudDetailDensity" />
+ <text name="WLCloudScrollXText">
+ Przesuwanie X
+ </text>
+ <check_box label="Blokada" name="WLCloudLockX" />
+ <text name="WLCloudScrollYText">
+ Przesuwanie Y
+ </text>
+ <check_box label="Blokada" name="WLCloudLockY" />
+ </panel>
+ </tab_container>
+ <check_box label="Ustaw jako moje Ustawienie Nieba" name="make_default_cb" />
+ <button label="Zapisz" name="save" />
+ <button label="Anuluj" name="cancel" />
+ </floater>