diff options
Diffstat (limited to 'indra/newview/skins/default/xui/zh/panel_region_texture.xml')
-rw-r--r-- | indra/newview/skins/default/xui/zh/panel_region_texture.xml | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/zh/panel_region_texture.xml b/indra/newview/skins/default/xui/zh/panel_region_texture.xml new file mode 100644 index 0000000000..42d70fddb8 --- /dev/null +++ b/indra/newview/skins/default/xui/zh/panel_region_texture.xml @@ -0,0 +1,54 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<panel label="Ground Textures" name="Textures"> + <text name="region_text_lbl"> + 地區: + </text> + <text name="region_text"> + 未知 + </text> + <text name="detail_texture_text"> + Terrain Textures (requires 512x512, 24 bit .tga files) + </text> + <text name="height_text_lbl"> + 1 (Low) + </text> + <text name="height_text_lbl2"> + 2 + </text> + <text name="height_text_lbl3"> + 3 + </text> + <text name="height_text_lbl4"> + 4 (High) + </text> + <text name="height_text_lbl5"> + Texture Elevation Ranges + </text> + <text name="height_text_lbl6"> + Northwest + </text> + <text name="height_text_lbl7"> + Northeast + </text> + <spinner label="Low" name="height_start_spin_1"/> + <spinner label="Low" name="height_start_spin_3"/> + <spinner label="High" name="height_range_spin_1"/> + <spinner label="High" name="height_range_spin_3"/> + <text name="height_text_lbl8"> + Southwest + </text> + <text name="height_text_lbl9"> + Southeast + </text> + <spinner label="Low" name="height_start_spin_0"/> + <spinner label="Low" name="height_start_spin_2"/> + <spinner label="High" name="height_range_spin_0"/> + <spinner label="High" name="height_range_spin_2"/> + <text name="height_text_lbl10"> + These values represent the blend range for the textures above. + </text> + <text name="height_text_lbl11"> + Measured in meters, the LOW value is the MAXIMUM height of Texture #1, and the HIGH value is the MINIMUM height of Texture #4. + </text> + <button label="套用" name="apply_btn"/> +</panel> |