summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/it/floater_post_process.xml
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2010-02-18 18:39:56 -0800
committerLeyla Farazha <leyla@lindenlab.com>2010-02-18 18:39:56 -0800
commite9056ef59ddc7eec7d948b4f7cbf54220f1e3499 (patch)
tree15c3a0eca87f2912d1f67cb085b3706810a3a98e /indra/newview/skins/default/xui/it/floater_post_process.xml
parent363f4e877c0a3c7cac15b23645afb8d9337f1b6f (diff)
parente0249da7fd8af278b286b444da96fd2b5a54354e (diff)
Merge
Diffstat (limited to 'indra/newview/skins/default/xui/it/floater_post_process.xml')
-rw-r--r--indra/newview/skins/default/xui/it/floater_post_process.xml53
1 files changed, 53 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/it/floater_post_process.xml b/indra/newview/skins/default/xui/it/floater_post_process.xml
new file mode 100644
index 0000000000..3aa8b29101
--- /dev/null
+++ b/indra/newview/skins/default/xui/it/floater_post_process.xml
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<floater name="Post-Process Floater" title="IMPOSTAZIONI DI POST-PRODUZIONE">
+ <tab_container name="Post-Process Tabs">
+ <panel label="Filtro Colore" name="wmiColorFilterPanel">
+ <check_box label="Abilita" name="wmiColorFilterToggle"/>
+ <text name="wmiColorFilterBrightnessText">
+ Luminosità
+ </text>
+ <text name="wmiColorFilterSaturationText">
+ Saturazione
+ </text>
+ <text name="wmiColorFilterContrastText">
+ Contrasto
+ </text>
+ <text name="wmiColorFilterBaseText">
+ Colore Base Contrasto
+ </text>
+ <slider label="R" name="wmiColorFilterBaseR"/>
+ <slider label="G" name="wmiColorFilterBaseG"/>
+ <slider label="B" name="wmiColorFilterBaseB"/>
+ <slider label="I" name="wmiColorFilterBaseI"/>
+ </panel>
+ <panel label="Visione Notturna" name="wmiNightVisionPanel">
+ <check_box label="Abilita" name="wmiNightVisionToggle"/>
+ <text name="wmiNightVisionBrightMultText">
+ Amplificazione Multipla Luce
+ </text>
+ <text name="wmiNightVisionNoiseSizeText">
+ Ampiezza disturbo
+ </text>
+ <text name="wmiNightVisionNoiseStrengthText">
+ Forza disturbo
+ </text>
+ </panel>
+ <panel label="Raggiatura" name="wmiBloomPanel">
+ <check_box label="Abilita" name="wmiBloomToggle"/>
+ <text name="wmiBloomExtractText">
+ Estrazione luminosità
+ </text>
+ <text name="wmiBloomSizeText">
+ Dimensione raggiatura
+ </text>
+ <text name="wmiBloomStrengthText">
+ Forza raggiatura
+ </text>
+ </panel>
+ <panel label="Extra" name="Extras">
+ <button label="Carica effetto" label_selected="Carica effetto" name="PPLoadEffect"/>
+ <button label="Salva effetto" label_selected="Salva effetto" name="PPSaveEffect"/>
+ <line_editor label="Nome Effetto" name="PPEffectNameEditor"/>
+ </panel>
+ </tab_container>
+</floater>