diff options
author | Oz Linden <oz@lindenlab.com> | 2011-07-21 09:30:22 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-07-21 09:30:22 -0400 |
commit | dcc57bbb0e684e548cda625a87738aa241ff37b0 (patch) | |
tree | ca6c8ff6f7ad0e366560d1c1604e1345b63dcf62 /indra/newview/skins/default/xui/pt/floater_environment_settings.xml | |
parent | 91bc7e34cf7abcbd6f5d3c5ac4af002d0fe4e3ec (diff) | |
parent | cec8d8b3e649d6cf946e427730793260f2c6296f (diff) |
merge changes for eli2_viewer-development
Diffstat (limited to 'indra/newview/skins/default/xui/pt/floater_environment_settings.xml')
-rw-r--r-- | indra/newview/skins/default/xui/pt/floater_environment_settings.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/pt/floater_environment_settings.xml b/indra/newview/skins/default/xui/pt/floater_environment_settings.xml new file mode 100644 index 0000000000..4055ba97ef --- /dev/null +++ b/indra/newview/skins/default/xui/pt/floater_environment_settings.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="Environment Editor Floater" title="AMBIENTE"> + <text name="note"> + Use as opções abaixo para personalizar as configurações de ambiente no visualizador. + </text> + <radio_group name="region_settings_radio_group"> + <radio_item label="Usar configurações da região" name="use_region_settings"/> + <radio_item label="Personalizar meu ambiente" name="use_my_settings"/> + </radio_group> + <panel name="user_environment_settings"> + <text name="note"> + Observação: suas configurações não se aplicam aos outros usuários. + </text> + <text name="water_settings_title"> + Configuração de água + </text> + <combo_box name="water_settings_preset_combo"> + <combo_box.item label="-Selecione uma pré-configuração-" name="item0"/> + </combo_box> + <text name="sky_dayc_settings_title"> + Ciclo céu / dia + </text> + <radio_group name="sky_dayc_settings_radio_group"> + <radio_item label="Céu fixo" name="my_sky_settings"/> + <radio_item label="Ciclo dia" name="my_dayc_settings"/> + </radio_group> + <combo_box name="sky_settings_preset_combo"> + <combo_box.item label="-Selecione uma pré-configuração-" name="item0"/> + </combo_box> + <combo_box name="dayc_settings_preset_combo"> + <combo_box.item label="-Selecione uma pré-configuração-" name="item0"/> + </combo_box> + </panel> + <button label="OK" name="ok_btn"/> + <button label="Cancelar" name="cancel_btn"/> +</floater> |