diff options
author | Monroe Linden <monroe@lindenlab.com> | 2010-02-18 15:48:56 -0800 |
---|---|---|
committer | Monroe Linden <monroe@lindenlab.com> | 2010-02-18 15:48:56 -0800 |
commit | e0efa1dfa236f8a52a88212298b6e5113ef8f07a (patch) | |
tree | 9a94d26d308981d2070129147b9ba751118bdd76 /indra/newview/skins/default/xui/pt/panel_region_texture.xml | |
parent | ef9b7c5b36c7521c4519e682aa312c4c25c31c2f (diff) | |
parent | 890ec637d41330a2a91d23b09b6aaaf49738d19a (diff) |
Automated merge with ssh://hg.lindenlab.com/q/viewer-hotfix
Diffstat (limited to 'indra/newview/skins/default/xui/pt/panel_region_texture.xml')
-rw-r--r-- | indra/newview/skins/default/xui/pt/panel_region_texture.xml | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/pt/panel_region_texture.xml b/indra/newview/skins/default/xui/pt/panel_region_texture.xml new file mode 100644 index 0000000000..7f37919af2 --- /dev/null +++ b/indra/newview/skins/default/xui/pt/panel_region_texture.xml @@ -0,0 +1,57 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<panel label="Texturas de Chão" name="Textures"> + <text name="region_text_lbl"> + Região: + </text> + <text name="region_text"> + desconhecido + </text> + <text name="detail_texture_text" width="380"> + Texturas de Terreno (requer 512x512, arquivos 24 bit .tga ) + </text> + <text name="height_text_lbl"> + 1 (baixo) + </text> + <text name="height_text_lbl2"> + 2 + </text> + <text name="height_text_lbl3"> + 3 + </text> + <text name="height_text_lbl4"> + 4 (alto) + </text> + <text name="height_text_lbl5"> + Escalas de Elevação de Terreno + </text> + <text name="height_text_lbl6"> + Sudeste + </text> + <text name="height_text_lbl7"> + Noroeste + </text> + <text name="height_text_lbl8"> + Sudoeste + </text> + <text name="height_text_lbl9"> + Noroeste + </text> + <spinner label="Baixo" name="height_start_spin_0"/> + <spinner label="Baixo" name="height_start_spin_1"/> + <spinner label="Baixo" name="height_start_spin_2"/> + <spinner label="Baixo" name="height_start_spin_3"/> + <spinner label="Alto" name="height_range_spin_0"/> + <spinner label="Alto" name="height_range_spin_1"/> + <spinner label="Alto" name="height_range_spin_2"/> + <spinner label="Alto" name="height_range_spin_3"/> + <text name="height_text_lbl10"> + Os valores representam o intervalo de mistura das texturas acima. + </text> + <text name="height_text_lbl11"> + Em metros, o valor BAIXO é a altura MÁXIMA da Textura 1, e HIGH é a altura MÍNIMA da Textura 4. + </text> + <text name="height_text_lbl12"> + e o valor Alto é a altura Mínima da Textura #4. + </text> + <button label="Aplicar" name="apply_btn"/> +</panel> |