Merge branch 'master' of git://github.com/Lirusaito/SingularityViewer

This commit is contained in:
Siana Gearz
2012-08-12 14:52:47 +02:00
209 changed files with 11669 additions and 17831 deletions

View File

@@ -73,6 +73,7 @@
<ScrollHighlightedColor value="183, 184, 188, 128" /> <!-- Hover color -->
<ScrollbarThumbColor value="60, 76, 124, 255" /> <!-- Scroll bar-->
<ScrollbarTrackColor value="153, 154, 158, 255" /> <!-- Scroll bar background-->
<DefaultListText value="0, 0, 0, 255"/> <!-- We are replacing all the hardcoded black text with this color so we can make skins with white text on dark background -->
<!-- MENUS -->
<MenuBarBgColor value="62, 62, 62, 255" />
@@ -149,6 +150,13 @@
<RadarLinden value="0, 0, 128, 255" />
<RadarEstateOwner value="204, 102, 10, 255" />
<RadarMuted value="128, 128, 128, 255" />
<RadarTextChatRange value="255, 0, 0, 255"/>
<RadarTextShoutRange value="255, 255, 0, 128"/>
<RadarTextDrawDist value="0, 153, 0, 255"/>
<!-- SPEAKERS -->
<SpeakersInactive value="76, 76, 76, 255"/>
<SpeakersGhost value="255, 0, 0, 255"/>
<!-- MINI-MAP -->
<NetMapBackgroundColor value="0, 0, 0, 77" />

View File

@@ -1345,6 +1345,11 @@ Select the thumbnail to choose a different texture.
<string name="estate_override">
One or more of these options is set at the estate level
</string>
<string name="minutes">minutes</string>
<string name="1_minute">1 minute</string>
<string name="1_second">1 second</string>
<string name="seconds">seconds</string>
<string name="remaining">remaining</string>
<check_box bottom_delta="-20" enabled="true" follows="left|top" font="SansSerifSmall"
height="16" initial_value="false" label="Allow Group Access: [GROUP]"
left="8" mouse_opaque="true" name="GroupCheck" radio_style="false"

View File

@@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater bottom="-400" height="244" left="50" name="Hardware Settings Floater" title="Hardware Settings" width="500">
<text bottom="-42" height="12" left="10" name="Filtering:">Filtering:</text>
<check_box bottom="-46" control_name="RenderAnisotropic" height="16" initial_value="false" label="Anisotropic Filtering (slower when enabled)" left="148" name="ani" width="256"/>
<text bottom="-61" height="12" left="10" name="Antialiasing:" width="128">Antialiasing:</text>
<combo_box bottom="-65" control_name="RenderFSAASamples" height="16" initial_value="false" label="Antialiasing" left="148" name="fsaa" width="64">
<combo_item name="FSAADisabled" value="0">Disabled</combo_item>
<combo_item name="2x" value="2">2x</combo_item>
<combo_item name="4x" value="4">4x</combo_item>
<combo_item name="8x" value="8">8x</combo_item>
<combo_item name="16x" value="16">16x</combo_item>
</combo_box>
<spinner bottom_delta="-21" control_name="RenderGamma" decimal_digits="2" height="16" increment="0.01" initial_val="1" label="Gamma:" label_width="138" left="10" max_val="2" min_val="0.0" name="gamma" width="202"/>
<text bottom_delta="2" height="12" left="222" name="(brightness, lower is brighter)">(brightness, lower is brighter, 0=use default)</text>
<text bottom_delta="-20" height="12" left="10" name="Enable VBO:">Enable VBO:</text>
<check_box bottom_delta="-5" control_name="RenderVBOEnable" height="16" initial_value="true" label="Enable OpenGL Vertex Buffer Objects" left="148" name="vbo"
tool_tip="Enabling this on modern hardware gives a performance gain. However, older hardware often has poor implementations of VBOs and you may get crashes when this is enabled."/>
<check_box bottom_delta="-18" control_name="ShyotlRenderUseStreamVBO" height="16" initial_value="false" label="Enable Streamed VBOs" left="157" name="vbo_stream"
tool_tip="Disabling this may improve performance when VBOs are enabled. Disabling produced observable improvement on various AMD GPUs."/>
<text bottom_delta="-20" height="12" left="10" name="Enable FBO:">Enable Framebuffer Objects:</text>
<check_box bottom_delta="-5" control_name="RenderUseFBO" enabled="false" height="16" initial_value="true" label="Enable OpenGL Frame Buffer Objects" left="148" name="fbo"
tool_tip="Enabling this on modern hardware can provide a performance gain. However, enabling this when combined with antialiasing on AMD GPUs may cause edge artifacts. This setting is required for deferred rendering."/>
<slider bottom_delta="-21" control_name="TextureMemory" decimal_digits="0" height="16" increment="16" initial_val="32" label="Texture Memory (MB):" label_width="135" left="10" max_val="4096" min_val="0" name="GrapicsCardTextureMemory"
tool_tip="Amount of memory to allocate for textures. Defaults to Video Card Memory. Reducing this may improve performance but may also make textures blurry."
width="300"/>
<spinner bottom_delta="-24" control_name="RenderFogRatio" decimal_digits="1" height="16" increment="0.1" initial_val="4" label="Fog Distance Ratio:" label_width="138" left="10" max_val="10" min_val="0.5" name="fog" width="202"/>
<text bottom_delta="-50" height="40" left="10" name="note">
Note: the Gamma and Fog Distance Ratio settings are unavailable
(since useless) when the Atmospheric Shaders are enabled.
</text>
<button bottom="10" height="20" label="OK" label_selected="OK" left="-110" name="OK" scale_image="true" width="90"/>
</floater>

View File

@@ -113,16 +113,35 @@
mouse_opaque="true" name="NextMaskDebug" v_pad="0" width="90">
N:
</text>
<check_box bottom="-187" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Share with group" left="10"
mouse_opaque="true" name="CheckShareWithGroup" radio_style="false"
width="106" />
<check_box bottom_delta="-32" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Allow anyone to copy" left="10"
mouse_opaque="true" name="CheckEveryoneCopy" radio_style="false"
width="130" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-26" drop_shadow_visible="true" follows="left|top"
bottom_delta="-20" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10"
mouse_opaque="true" name="GroupLabel" v_pad="0" width="198">
Group members can:
</text>
<check_box bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Modify" left="10" mouse_opaque="true"
name="CheckGroupMod" radio_style="false" width="78" />
<check_box bottom_delta="0" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Copy" left_delta="78" mouse_opaque="true"
name="CheckGroupCopy" radio_style="false" width="88" />
<check_box bottom_delta="0" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Move" left_delta="88" mouse_opaque="true"
name="CheckGroupMove" radio_style="false" width="106" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-17" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10"
mouse_opaque="true" name="EveryoneLabel" v_pad="0" width="88">
Anyone can:
</text>
<check_box bottom_delta="-8" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Copy" left="88" mouse_opaque="true"
name="CheckEveryoneCopy" radio_style="false" width="88" />
<check_box bottom_delta="0" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Move" left_delta="88" mouse_opaque="true"
name="CheckEveryoneMove" radio_style="false" width="88" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-13" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10"
mouse_opaque="true" name="NextOwnerLabel" v_pad="0" width="88">
Next owner can:
@@ -130,10 +149,10 @@
<check_box bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Modify" left="10" mouse_opaque="true"
name="CheckNextOwnerModify" radio_style="false" width="78" />
<check_box bottom="-265" follows="left|top" font="SansSerifSmall" height="16"
<check_box bottom_delta="0" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Copy" left_delta="78" mouse_opaque="true"
name="CheckNextOwnerCopy" radio_style="false" width="88" />
<check_box bottom="-265" follows="left|top" font="SansSerifSmall" height="16"
<check_box bottom_delta="0" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Resell/Give away" left_delta="88"
mouse_opaque="true" name="CheckNextOwnerTransfer" radio_style="false"
width="106" />

View File

@@ -1,230 +1,230 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater bottom="-350" can_close="true" can_drag_on_left="false" can_minimize="true"
can_resize="false" height="400" left="50" min_height="400"
min_width="300" mouse_opaque="true" name="Post-Process Floater"
title="Post-Process Settings" width="400">
can_resize="false" height="400" left="50" min_height="400"
min_width="300" mouse_opaque="true" name="Post-Process Floater"
title="Post-Process Settings" width="400">
<tab_container bottom="-400" follows="left|top" height="400" left="0"
mouse_opaque="false" name="Post-Process Tabs" tab_position="top"
width="400">
mouse_opaque="false" name="Post-Process Tabs" tab_position="bottom"
width="400">
<panel border="true" bottom="-400" follows="left|top|right|bottom" height="400"
label="Color Filter" left="1" mouse_opaque="false"
name="ColorFilterPanel" width="398">
<check_box bottom="-20" follows="left|top"
font="SansSerifSmall" height="16" initial_value="false" label="Enable"
left="14" mouse_opaque="true" name="enable_color_filter" width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-20" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="ColorFilterGammaText" v_pad="0"
width="355">
Gamma
</text>
<slider bottom_delta="-30" can_edit_text="true" decimal_digits="2" follows="left"
height="18" increment="0.01" initial_val="1.0" label="" left="14"
max_val="10" min_val="-.25" mouse_opaque="true" name="gamma"
show_text="true" value="1.0" width="200" />
label="Color Filter" left="1" mouse_opaque="false"
name="ColorFilterPanel" width="398">
<check_box bottom="-40" follows="left|top"
font="SansSerifSmall" height="16" initial_value="false" label="Enable"
left="4" mouse_opaque="true" name="enable_color_filter" width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-20" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="ColorFilterBrightnessText" v_pad="0"
width="355">
bottom_delta="-20" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="ColorFilterGammaText" v_pad="0"
width="355">
Gamma
</text>
<slider bottom_delta="-30" can_edit_text="true" decimal_digits="2" follows="left"
height="18" increment="0.01" initial_val="1.0" label="" left="14" val_width="35"
max_val="10" min_val="-.25" mouse_opaque="true" name="gamma"
show_text="true" value="1.0" width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-20" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="ColorFilterBrightnessText" v_pad="0"
width="355">
Brightness
</text>
<slider bottom_delta="-30" can_edit_text="true" decimal_digits="2" follows="left"
height="18" increment="0.01" initial_val="1.0" label="" left="14"
max_val="4" min_val="0" mouse_opaque="true" name="brightness"
show_text="true" value="1.0" width="200" />
height="18" increment="0.01" initial_val="1.0" label="" left="14" val_width="35"
max_val="4" min_val="0" mouse_opaque="true" name="brightness"
show_text="true" value="1.0" width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-20" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="ColorFilterSaturationText" v_pad="0"
width="355">
bottom_delta="-20" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="ColorFilterSaturationText" v_pad="0"
width="355">
Saturation
</text>
<slider bottom_delta="-30" can_edit_text="true" decimal_digits="2" follows="left"
height="18" increment="0.01" initial_val="1.0" label="" left="14"
max_val="2" min_val="-1" mouse_opaque="true"
name="saturation" show_text="true" value="1.0" width="200" />
height="18" increment="0.01" initial_val="1.0" label="" left="14" val_width="35"
max_val="2" min_val="-2" mouse_opaque="true"
name="saturation" show_text="true" value="1.0" width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-20" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="ColorFilterContrastText" v_pad="0"
width="355">
bottom_delta="-20" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="ColorFilterContrastText" v_pad="0"
width="355">
Contrast
</text>
<slider bottom_delta="-30" can_edit_text="true"
decimal_digits="2" follows="left" height="18" increment="0.01"
initial_val="1.0" label="" left="14" max_val="4" min_val="0"
mouse_opaque="true" name="contrast" show_text="true"
value="1.0" width="200" />
decimal_digits="2" follows="left" height="18" increment="0.01" val_width="35"
initial_val="1.0" label="" left="14" max_val="4" min_val="0"
mouse_opaque="true" name="contrast" show_text="true"
value="1.0" width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-20" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="ColorFilterBaseText" v_pad="0"
width="355">
Contrast Base Colora
bottom_delta="-20" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="ColorFilterBaseText" v_pad="0"
width="355">
Contrast Base Colors
</text>
<slider bottom_delta="-30" can_edit_text="true"
decimal_digits="3" follows="left" height="18" increment="0.01"
initial_val="1.0" label="R" left="14" max_val="1" min_val="0"
mouse_opaque="true" name="contrast_base[0]" show_text="true" value="1.0"
width="200" />
decimal_digits="3" follows="left" height="18" increment="0.01"
initial_val="1.0" label="R" label_width="7" left="14" max_val="1" min_val="0"
mouse_opaque="true" name="contrast_base[0]" show_text="true" value="1.0"
width="200" />
<slider bottom_delta="-20" can_edit_text="true"
decimal_digits="3" follows="left" height="18" increment="0.01"
initial_val="1.0" label="G" left="14" max_val="1" min_val="0"
mouse_opaque="true" name="contrast_base[1]" show_text="true" value="1.0"
width="200" />
decimal_digits="3" follows="left" height="18" increment="0.01"
initial_val="1.0" label="G" label_width="7" left="14" max_val="1" min_val="0"
mouse_opaque="true" name="contrast_base[1]" show_text="true" value="1.0"
width="200" />
<slider bottom_delta="-20" can_edit_text="true"
decimal_digits="3" follows="left" height="18" increment="0.01"
initial_val="1.0" label="B" left="14" max_val="1" min_val="0"
mouse_opaque="true" name="contrast_base[2]" show_text="true" value="1.0"
width="200" />
decimal_digits="3" follows="left" height="18" increment="0.01"
initial_val="1.0" label="B" label_width="7" left="14" max_val="1" min_val="0"
mouse_opaque="true" name="contrast_base[2]" show_text="true" value="1.0"
width="200" />
<slider bottom_delta="-20" can_edit_text="true"
decimal_digits="3" follows="left" height="18" increment="0.01"
initial_val="0.5" label="I" left="14" max_val="1" min_val="0"
mouse_opaque="true" name="contrast_base[3]" show_text="true" value="1.0"
width="200" />
decimal_digits="3" follows="left" height="18" increment="0.01"
initial_val="0.5" label="I" label_width="7" left="14" max_val="1" min_val="0"
mouse_opaque="true" name="contrast_base[3]" show_text="true" value="1.0"
width="200" />
</panel>
<panel border="true" bottom="-180" follows="left|top|right|bottom" height="400"
label="Gauss Blur" left="1" mouse_opaque="false"
name="GaussBlurPanel" width="398">
<check_box bottom="-20" follows="left|top"
font="SansSerifSmall" height="16" initial_value="false" label="Enable"
left="14" mouse_opaque="true" name="enable_gauss_blur" width="200" />
label="Gauss Blur" left="1" mouse_opaque="false"
name="GaussBlurPanel" width="398">
<check_box bottom="-40" follows="left|top"
font="SansSerifSmall" height="16" initial_value="false" label="Enable"
left="4" mouse_opaque="true" name="enable_gauss_blur" width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-21" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="GaussBlurPassesText" v_pad="0"
width="355">
bottom_delta="-21" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="GaussBlurPassesText" v_pad="0"
width="355">
Passes to apply
</text>
<slider bottom_delta="-30" can_edit_text="true"
decimal_digits="0" follows="left"
height="18" increment="1" initial_val="9" label="" left="14"
max_val="25" min_val="1" mouse_opaque="true"
name="gauss_blur_passes" show_text="true" value="0.7" width="200" />
decimal_digits="0" follows="left"
height="18" increment="1" initial_val="9" label="" left="14"
max_val="25" min_val="1" mouse_opaque="true"
name="gauss_blur_passes" show_text="true" value="0.7" width="200" />
</panel>
<panel border="true" bottom="-180" follows="left|top|right|bottom" height="400"
label="Night Vision" left="1" mouse_opaque="false"
name="NightVisionPanel" width="398">
<check_box bottom="-20" follows="left|top"
font="SansSerifSmall" height="16" initial_value="false" label="Enable"
left="14" mouse_opaque="true" name="enable_night_vision" width="200" />
label="Night Vision" left="1" mouse_opaque="false"
name="NightVisionPanel" width="398">
<check_box bottom="-40" follows="left|top"
font="SansSerifSmall" height="16" initial_value="false" label="Enable"
left="4" mouse_opaque="true" name="enable_night_vision" width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-21" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="NightVisionBrightMultText" v_pad="0"
width="355">
bottom_delta="-21" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="NightVisionBrightMultText" v_pad="0"
width="355">
Light Amplification Multiple
</text>
<slider bottom_delta="-30" can_edit_text="true"
decimal_digits="3" follows="left"
height="18" increment="0.01" initial_val="3.0" label="" left="14"
max_val="10" min_val="1" mouse_opaque="true"
name="brightness_multiplier" show_text="true" value="0.7" width="200" />
<slider bottom_delta="-30" can_edit_text="true" val_width="50"
decimal_digits="3" follows="left"
height="18" increment="0.01" initial_val="3.0" label="" left="14"
max_val="10" min_val="1" mouse_opaque="true"
name="brightness_multiplier" show_text="true" value="0.7" width="220" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-20" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="NightVisionNoiseSizeText" v_pad="0"
width="355">
bottom_delta="-20" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="NightVisionNoiseSizeText" v_pad="0"
width="355">
Noise Size
</text>
<slider bottom_delta="-30" can_edit_text="true"
decimal_digits="3" follows="left" height="18" increment="0.1"
initial_val="1" label="" left="14" max_val="100" min_val="1"
mouse_opaque="true" name="noise_size" show_text="true"
value="1.0" width="200" />
<slider bottom_delta="-30" can_edit_text="true" val_width="50"
decimal_digits="3" follows="left" height="18" increment="0.1"
initial_val="1" label="" left="14" max_val="100" min_val="1"
mouse_opaque="true" name="noise_size" show_text="true"
value="1.0" width="220" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-20" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="NightVisionNoiseStrengthText"
v_pad="0" width="355">
bottom_delta="-20" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="NightVisionNoiseStrengthText"
v_pad="0" width="355">
Noise Strength
</text>
<slider bottom_delta="-30" can_edit_text="true" decimal_digits="3"
follows="left" height="18" increment="0.01" initial_val="0.3" label=""
left="14" max_val="1" min_val="0" mouse_opaque="true"
name="noise_strength" show_text="true" value="1.0" width="200" />
<slider bottom_delta="-30" can_edit_text="true" decimal_digits="3" val_width="50"
follows="left" height="18" increment="0.01" initial_val="0.3" label=""
left="14" max_val="1" min_val="0" mouse_opaque="true"
name="noise_strength" show_text="true" value="1.0" width="220" />
</panel>
<panel border="true" bottom="-180" follows="left|top|right|bottom" height="400"
label="Posterize" left="1" mouse_opaque="false"
name="PosterizePanel" width="398">
<check_box bottom="-20" follows="left|top"
font="SansSerifSmall" height="16" initial_value="false" label="Enable"
left="14" mouse_opaque="true" name="enable_posterize" width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-21" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="PosterLayersText" v_pad="0"
width="355">
Layer Count
</text>
<slider bottom_delta="-30" can_edit_text="true"
decimal_digits="3" follows="left"
height="18" increment="1" initial_val="10" label="" left="14"
max_val="20" min_val="1" mouse_opaque="true"
name="posterize_layers" show_text="true" value="10" width="200" />
</panel>
<!--<panel border="true" bottom="-180" follows="left|top|right|bottom" height="400"
label="Bloom" left="1" mouse_opaque="true"
name="BloomPanel" width="398">
<check_box bottom="-20" control_name="BloomToggle" follows="left|top"
font="SansSerifSmall" height="16" initial_value="false" label="Enable"
left="14" mouse_opaque="true" name="BloomToggle" width="200" />
<panel border="true" bottom="-180" follows="left|top|right|bottom" height="400"
label="Posterize" left="1" mouse_opaque="false"
name="PosterizePanel" width="398">
<check_box bottom="-40" follows="left|top"
font="SansSerifSmall" height="16" initial_value="false" label="Enable"
left="4" mouse_opaque="true" name="enable_posterize" width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-21" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="BloomExtractText" v_pad="0"
width="355">
bottom_delta="-21" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="PosterLayersText" v_pad="0"
width="355">
Layer Count
</text>
<slider bottom_delta="-30" can_edit_text="true"
decimal_digits="3" follows="left"
height="18" increment="1" initial_val="10" label="" left="14"
max_val="20" min_val="1" mouse_opaque="true"
name="posterize_layers" show_text="true" value="10" width="200" />
</panel>
<!--<panel border="true" bottom="-180" follows="left|top|right|bottom" height="400"
label="Bloom" left="1" mouse_opaque="true"
name="BloomPanel" width="398">
<check_box bottom="-40" control_name="BloomToggle" follows="left|top"
font="SansSerifSmall" height="16" initial_value="false" label="Enable"
left="4" mouse_opaque="true" name="BloomToggle" width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-21" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="BloomExtractText" v_pad="0"
width="355">
Luminosity Extraction
</text>
<slider bottom_delta="-30" can_edit_text="true" control_name="BloomExtract"
decimal_digits="3" follows="left" height="18" increment="0.01"
initial_val="0.9" label="" left="14" max_val="1" min_val="0"
mouse_opaque="true" name="BloomExtract" show_text="true" value="0.7"
width="200" />
decimal_digits="3" follows="left" height="18" increment="0.01"
initial_val="0.9" label="" left="14" max_val="1" min_val="0" val_width="41"
mouse_opaque="true" name="BloomExtract" show_text="true" value="0.7"
width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-20" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="BloomSizeText" v_pad="0" width="355">
bottom_delta="-20" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="BloomSizeText" v_pad="0" width="355">
Bloom Size
</text>
<slider bottom_delta="-30" can_edit_text="true" control_name="BloomSize"
decimal_digits="3" follows="left" height="18" increment="0.01"
initial_val="3.0" label="" left="14" max_val="20" min_val="0"
mouse_opaque="true" name="BloomSize" show_text="true" value="1.0"
width="200" />
decimal_digits="3" follows="left" height="18" increment="0.01"
initial_val="3.0" label="" left="14" max_val="20" min_val="0" val_width="41"
mouse_opaque="true" name="BloomSize" show_text="true" value="1.0"
width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-20" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="BloomStrengthText" v_pad="0"
width="355">
bottom_delta="-20" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="BloomStrengthText" v_pad="0"
width="355">
Bloom Strength
</text>
<slider bottom_delta="-30" can_edit_text="true" control_name="BloomStrength"
decimal_digits="3" follows="left" height="18" increment="0.01"
initial_val="1.2" label="" left="14" max_val="10" min_val="0"
mouse_opaque="true" name="BloomStrength" show_text="true" value="1.0"
width="200" />
</panel>-->
decimal_digits="3" follows="left" height="18" increment="0.01"
initial_val="1.2" label="" left="14" max_val="10" min_val="0" val_width="41"
mouse_opaque="true" name="BloomStrength" show_text="true" value="1.0"
width="200" />
</panel>-->
<panel border="true" bottom="-180" follows="left|top|right|bottom" height="400"
label="Extras" left="1" mouse_opaque="false" name="Extras"
width="398">
<button bottom="-33" enabled="true" font="SansSerif" halign="center" height="20"
label="LoadEffect" label_selected="LoadEffect" left="15"
mouse_opaque="true" name="PPLoadEffect" scale_image="true" width="100" />
<button bottom="-60" enabled="true" font="SansSerif" halign="center" height="20"
label="SaveEffect" label_selected="SaveEffect" left="15"
mouse_opaque="true" name="PPSaveEffect" scale_image="true" width="100" />
<combo_box allow_text_entry="false" bottom="-33" follows="left|top" height="18"
left_delta="120" max_chars="20" mouse_opaque="true" name="PPEffectsCombo"
width="150" />
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-75"
enabled="true" follows="left|right|bottom" font="SansSerif"
handle_edit_keys_directly="false" height="20"
label="Effect Name" left="135" max_length="40" mouse_opaque="true"
name="PPEffectNameEditor" select_all_on_focus_received="false"
select_on_focus="false" tab_group="1" width="150" />
label="Extras" left="1" mouse_opaque="false" name="Extras"
width="398">
<combo_box allow_text_entry="false" bottom="-43" follows="left|top" height="18"
left="15" max_chars="20" mouse_opaque="true" name="PPEffectsCombo"
width="150" />
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-86"
enabled="true" follows="left|right|bottom" font="SansSerif"
handle_edit_keys_directly="false" height="20"
label="Effect Name" left="15" max_length="40" mouse_opaque="true"
name="PPEffectNameEditor" select_all_on_focus_received="false"
select_on_focus="false" tab_group="1" width="150" />
<button bottom="-44" enabled="true" font="SansSerif" halign="center" height="20"
label="Load Effect" label_selected="Load Effect" left_delta="170"
mouse_opaque="true" name="PPLoadEffect" scale_image="true" width="100" />
<button bottom="-70" enabled="true" font="SansSerif" halign="center" height="20"
label="Save Effect" label_selected="Save Effect"
mouse_opaque="true" name="PPSaveEffect" scale_image="true" width="100" />
</panel>
</tab_container>
</floater>

View File

@@ -60,7 +60,7 @@
<button
name="im_btn"
label="IM"
tool_tip="Open Instant Message session"
tool_tip="Open Instant Message session (Shift-Enter)"
left="10"
bottom_delta="-22"
width="80"
@@ -82,7 +82,7 @@
<button
name="teleport_btn"
label="TP to"
tool_tip="Teleport to avatar's position"
tool_tip="Teleport to avatar's position (Ctrl-Enter)"
left_delta="90"
bottom_delta="0"
width="80"
@@ -128,7 +128,7 @@
<button
name="focus_btn"
label="Focus"
tool_tip="Focus camera on this avatar in the list"
tool_tip="Focus camera on this avatar in the list (Enter)"
left="10"
bottom_delta="-22"
width="80"
@@ -267,6 +267,18 @@
font="SansSerifSmall"
follows="bottom|left"
/>
<!-- Lowest row -->
<button
name="estate_ban_btn"
label="Eject And Ban From Estate"
tool_tip="Eject and Ban this avatar from the estate"
left="10"
bottom_delta="-24"
width="260"
height="20"
font="SansSerifSmall"
follows="bottom|left"
/>
</panel>
<panel border="true" bottom_delta="-150" follows="left|top|right|bottom" height="255"
@@ -326,4 +338,10 @@
/>
</panel>
</tab_container>
<string name="has_entered">has entered</string>
<string name="has_left">has left</string>
<string name="the_sim">the sim</string>
<string name="draw_distance">draw distance</string>
<string name="shout_range">shout range</string>
<string name="chat_range">chat range</string>
</floater>

View File

@@ -3,6 +3,11 @@
can_resize="true" enabled="true" height="400" left="408" min_height="100"
min_width="100" mouse_opaque="true" name="queue" title="Reset Progress"
width="300" border_bevel="none" border_thickness="0">
<string name="Starting">Starting [START] of [COUNT] items.</string>
<string name="Done">Done.</string>
<string name="Resetting">Resetting</string>
<string name="Running">Running</string>
<string name="NotRunning">Not Running</string>
<button bottom="-392" enabled="true" follows="right|bottom" font="SansSerif"
halign="center" height="24" label="Close" label_selected="Close" left="220"
mouse_opaque="true" name="close" width="64" />

View File

@@ -52,11 +52,16 @@
</menu_item_call>
<menu_item_separator bottom="-121" enabled="true" height="8" label="-----------" left="0"
mouse_opaque="true" name="separator2" width="243" />
<menu_item_call bottom="-140" enabled="true" height="19" label="Save Preview As..." left="0"
<menu_item_call bottom="-140" enabled="true" height="19" label="Save Preview As (TGA)..." left="0"
mouse_opaque="true" name="Save Preview As..." width="243">
<on_click function="File.SavePreview" userdata="" />
<on_enable function="File.EnableSaveAs" />
</menu_item_call>
<menu_item_call bottom="-140" enabled="true" height="19" label="Save Preview As (PNG)..." left="0"
mouse_opaque="true" name="Save Preview AsPNG..." width="243">
<on_click function="File.SavePreviewPNG" userdata="" />
<on_enable function="File.EnableSaveAs" />
</menu_item_call>
<menu_item_separator bottom="-148" enabled="true" height="8" label="-----------" left="0"
mouse_opaque="true" name="separator3" width="243" />
<menu_item_call bottom="-167" enabled="true" height="19" label="Take Snapshot" left="0"

View File

@@ -1,5 +1,4 @@
<?xml version="1.0" ?><notifications>
<global name="skipnexttime">
Don&apos;t show me this again
@@ -195,7 +194,7 @@ The media filters have been cleared
name="MissingAlert"
label="Unknown Alert Message"
type="alertmodal">
Your version of [APP_NAME] does not know how to display the alert message it just received.
Your version of [APP_NAME] does not know how to display the alert message it just received. Please verify that you have the latest [APP_NAME] installed.
Error details: The alert called &apos;[_NAME]&apos; was not found in notifications.xml.
<usetemplate
@@ -269,7 +268,7 @@ An error occurred while updating [APP_NAME]. Please download the latest version
icon="alertmodal.tga"
name="LoginFailedNoNetwork"
type="alertmodal">
Could not connect to the [SECOND_LIFE_GRID].
Could not connect to the [SECOND_LIFE_GRID].
&apos;[DIAGNOSTIC]&apos;
Make sure your Internet connection is working properly.
<usetemplate
@@ -430,7 +429,7 @@ Save all changes to clothing/body parts?
icon="alertmodal.tga"
name="GrantModifyRights"
type="alertmodal">
Granting modify rights to another resident allows them to change, delete or take ANY objects you may have in-world. Be VERY careful when handing out this permission.
Granting modify rights to another Resident allows them to change, delete or take ANY objects you may have in-world. Be VERY careful when handing out this permission.
Do you want to grant modify rights for [NAME]?
<usetemplate
name="okcancelbuttons"
@@ -442,7 +441,7 @@ Do you want to grant modify rights for [NAME]?
icon="alertmodal.tga"
name="GrantModifyRightsMultiple"
type="alertmodal">
Granting modify rights to another resident allows them to change ANY objects you may have in-world. Be VERY careful when handing out this permission.
Granting modify rights to another Resident allows them to change ANY objects you may have in-world. Be VERY careful when handing out this permission.
Do you want to grant modify rights for the selected Residents?
<usetemplate
name="okcancelbuttons"
@@ -1641,7 +1640,7 @@ Could not find &apos;data&apos; chunk in WAV header:
Wrong chunk size in WAV file:
[FILE]
</notification>
<notification
icon="alertmodal.tga"
name="SoundFileInvalidTooLong"
@@ -1716,11 +1715,11 @@ Unable to upload [FILE] due to the following reason: [REASON]
Please try again later.
</notification>
<notification
icon="alertmodal.tga"
name="UploadCostConfirmation"
type="alertmodal">
This upload will cost L$[PRICE], do you wish to continue with the upload?
<notification
icon="alertmodal.tga"
name="UploadCostConfirmation"
type="alertmodal">
This upload will cost [CURRENCY][PRICE], do you wish to continue with the upload?
<usetemplate
name="okcancelbuttons"
notext="Cancel"
@@ -1853,7 +1852,7 @@ Sorry, but system was unable to locate landmark destination.
<notification
icon="alertmodal.tga"
name="timeout_tport"
type="alertmodal">
type="notifytip">
Sorry, but system was unable to complete the teleport connection. Try again in a moment.
</notification>
<notification
@@ -1877,7 +1876,7 @@ The asset queue in this region is currently clogged so your teleport request wil
<notification
icon="alertmodal.tga"
name="expired_tport"
type="alertmodal">
type="notifytip">
Sorry, but the system was unable to complete your teleport request in a timely fashion. Please try again in a few minutes.
</notification>
<notification
@@ -1918,7 +1917,9 @@ Unable to force land ownership because selection spans multiple regions. Please
icon="alertmodal.tga"
name="ForceOwnerAuctionWarning"
type="alertmodal">
This parcel is up for auction. Forcing ownership will cancel the auction and potentially make some residents unhappy if bidding has begun. Force ownership?
This parcel is up for auction. Forcing ownership will cancel the auction and potentially make some Residents unhappy if bidding has begun.
Force ownership?
<tag>confirm</tag>
<usetemplate
name="okcancelbuttons"
notext="Cancel"
@@ -2656,7 +2657,7 @@ You have been moved into a nearby region.
<notification
icon="alertmodal.tga"
name="ClothingLoading"
type="alertmodal">
type="notifytip">
Your clothing is still downloading.
You can use [SECOND_LIFE] normally and other people will see you correctly.
<form name="form">
@@ -2882,7 +2883,7 @@ Can&apos;t add estate owner to estate &apos;Banned Resident&apos; list.
<notification
icon="alertmodal.tga"
name="CanNotChangeAppearanceUntilLoaded"
type="alertmodal">
type="notifytip">
Can&apos;t change appearance until clothing and shape are loaded.
</notification>
@@ -3083,6 +3084,7 @@ Visit the [SECOND_LIFE] Public Issue Tracker, where you can report bugs and othe
name="WebLaunchSinguIssue"
type="alertmodal">
Visit the Singularity Issue Tracker, to report bugs and issues with Singularity Viewer.
Please be sure that your report won't be a duplicate of an existing one.
<usetemplate
ignoretext="When launching web browser to view Singularity Issue Tracker"
name="okcancelignore"
@@ -3118,7 +3120,7 @@ Go to the Official [GRID_OWNER] Blog, for the latest news and information.
icon="alertmodal.tga"
name="WebLaunchLSLGuide"
type="alertmodal">
Go to the Scripting Guide for scripting help?
Do you want to open the Scripting Guide for help with scripting?
<usetemplate
ignoretext="When launching web browser to view the Scripting Guide"
name="okcancelignore"
@@ -3130,7 +3132,7 @@ Go to the Scripting Guide for scripting help?
icon="alertmodal.tga"
name="WebLaunchLSLWiki"
type="alertmodal">
Go to the LSL Portal for scripting help?
Do you want to visit the LSL Portal for help with scripting?
<usetemplate
ignoretext="When launching web browser to view the LSL Portal"
name="okcancelignore"
@@ -3565,6 +3567,18 @@ Kick [EVIL_USER] from this estate?
yestext="OK"/>
</notification>
<notification
icon="alert.tga"
label="Confirm Kick and Ban"
name="EstateBanUser"
type="alert">
Kick and Ban [EVIL_USER] from this estate?
<usetemplate
name="okcancelbuttons"
notext="Cancel"
yestext="OK"/>
</notification>
<notification
icon="alertmodal.tga"
name="EstateChangeCovenant"
@@ -3737,7 +3751,7 @@ You can click &apos;Change Preference&apos; to raise your maturity Rating prefer
icon="alertmodal.tga"
name="TooManyPrimsSelected"
type="alertmodal">
"There are too many prims selected. Please select [MAX_PRIM_COUNT] or fewer prims and try again"
There are too many prims selected. Please select [MAX_PRIM_COUNT] or fewer prims and try again
<usetemplate
name="okbutton"
yestext="OK"/>
@@ -4253,7 +4267,7 @@ Default: off
label="Voice Version Mismatch"
name="VoiceVersionMismatch"
type="alertmodal">
This version of [APP_NAME] is not compatible with the Voice Chat feature in this region. Please upgrate to the latest version.
This version of [APP_NAME] is not compatible with the Voice Chat feature in this region. In order for Voice Chat to function correctly you will need to update [APP_NAME].
</notification>
<notification
@@ -5542,7 +5556,7 @@ Terrain.raw downloaded
icon="notifytip.tga"
name="GestureMissing"
type="notifytip">
Gesture [NAME] is missing from database.
Gesture [NAME] is missing from the database.
</notification>
<notification
@@ -5901,7 +5915,7 @@ The objects on the selected parcel of land that is owned by [NAME] have been ret
icon="notify.tga"
name="OtherObjectsReturned2"
type="notify">
The objects on the selected parcel of land owned by the resident &apos;[NAME]&apos; have been returned to their owner.
The objects on the selected parcel of land owned by the Resident &apos;[NAME]&apos; have been returned to their owner.
</notification>
<notification
@@ -5934,7 +5948,7 @@ You can be hurt here. If you die, you will be teleported to your home location.
name="NoFly"
type="notify">
This land has flying disabled (&apos;no fly&apos;).
You cannot fly here.
You cannot fly here, without Always allow fly enabled from System preferences.
<unique/>
</notification>
@@ -6011,6 +6025,14 @@ You cannot create objects here.
yestext="OK"
/>
</notification>
<notification
icon="notify.tga"
name="SeeAvatars"
type="notify">
<unique/>
This parcel hides avatars and text chat from another parcel. You can&apos;t see other residents outside the parcel, and those outside are not able to see you. Regular text chat on channel 0 is also blocked.
</notification>
<notification
icon="notify.tga"
name="ScriptsStopped"
@@ -6030,14 +6052,14 @@ This region is not running any scripts.
name="NoOutsideScripts"
type="notify">
This land has outside scripts disabled (&apos;no outside scripts&apos;).
No scripts will run except those belonging to the land owner.
No scripts will work here except those belonging to the land owner.
</notification>
<notification
icon="notify.tga"
name="ClaimPublicLand"
type="notify">
Can only claim public land in region you&apos;re in.
You can only claim public land in the Region you&apos;re in.
</notification>
<notification
@@ -6294,6 +6316,7 @@ An object named [OBJECTFROMNAME] owned by (an unknown user) has given you a [OBJ
name="GodMessage"
type="notify">
[NAME]
[MESSAGE]
</notification>
@@ -6322,7 +6345,7 @@ An object named [OBJECTFROMNAME] owned by (an unknown user) has given you a [OBJ
icon="notify.tga"
name="TeleportOffered"
type="notify">
[NAME] has offered to teleport you to his or her location:
[NAME] has offered to teleport you to their location:
[MESSAGE]
<form name="form">
@@ -7381,4 +7404,3 @@ Your shape, skin, hair or eyes might be defect.
</notifications>

View File

@@ -146,6 +146,7 @@
<scroll_list background_visible="true" bottom="-282" column_padding="5" draw_border="true"
follows="left|top" height="90" left="79" mouse_opaque="false"
multi_select="false" name="groups" width="321" />
<string name="None">None</string>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-304" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="right" height="16" left="4"

View File

@@ -16,7 +16,7 @@
<view_border bevel_style="none" border_thickness="1" bottom_delta="0" follows="top|left" height="75"
left="235" name="CmdDivisor" width="0"/>
-->
<text bottom="-15" left="250" name="objects_link_text_box2" width="300">Chat:</text>
<text bottom="-15" left="250" name="objects_link_text_box2" width="300">Chat:</text>
<check_box bottom_delta="-25" left_delta="-5" follows="left|top" control_name="PlayTypingSound" initial_value="true"
label="Play the typing sound for local chat" tool_tip="Silences the chatting type sound, making it quieter for things like performances." name="play_typing_sound_check"/>
<check_box bottom_delta="-20" follows="left|top" control_name="HideNotificationsInChat" initial_value="false"
@@ -25,7 +25,7 @@
label="Allow MU pose method." tool_tip="Allows the use of both /me and : to perform emotes." name="allow_mu_pose_check"/>
<check_box bottom_delta="-20" follows="left|top" control_name="AscentAutoCloseOOC"
label="Auto-close OOC comments." tool_tip="Will automatically append '))' to any message starting with '((', or visa versa." name="close_ooc_check"/>
<text bottom_delta="-15" follows="left|top" name="objects_link_text_box3">Show links on chatting object names in chat history for:</text>
<text bottom_delta="-15" follows="left|top" name="objects_link_text_box3">Show links on chatting object names in chat history for:</text>
<radio_group bottom_delta="-26" control_name="LinksForChattingObjects" tool_tip="Enables a link to show you the owner of the speaking object."
follows="top" height="20" left="20" name="objects_link" width="350">
<radio_item bottom_delta="0" left_delta="5" name="no_object" width="48">No object</radio_item>
@@ -70,12 +70,21 @@
<panel border="true" left="1" bottom="-408" height="408" width="500" label="Spam" name="Spam">
<check_box control_name="_NACL_AntiSpamGlobalQueue" label="No messagetype-specific spam queues" name="spammsg_checkbox" width="256" left="6"/>
<button height="23" label="Reset antispam queues" label_selected="Reset antispam queues" name="reset_antispam" width="230" bottom_delta="0" left="260"/>
<spinner control_name="_NACL_AntiSpamTime" decimal_digits="0" increment="1" min_val="1" max_val="60" label="Antispam time(seconds):" label_width="330" name="antispamtime" width="390" left="10"/>
<spinner control_name="_NACL_AntiSpamAmount" decimal_digits="0" increment="1" min_val="5" max_val="100" label="Antispam amount:" label_width="330" name="antispamamount" width="390"/>
<spinner control_name="_NACL_AntiSpamSoundMulti" decimal_digits="0" increment="1" min_val="1" max_val="100" label="Amount multiplicatior for sound antispam:" label_width="330" left="10" name="antispamsoundmulti" width="390"/>
<spinner control_name="_NACL_AntiSpamSoundPreloadMulti" decimal_digits="0" increment="1" min_val="1" max_val="99999" label="Amount multiplicatior for sound preload antispam:" label_width="330" name="antispamsoundpreloadmulti" width="390"/>
<spinner control_name="_NACL_AntiSpamNewlines" decimal_digits="0" increment="1" min_val="5" max_val="99999" label="Amount of newlines to instablock message:" label_width="330" name="antispamnewlines" width="390"/>
<check_box control_name="_NACL_Antispam" height="16" label="Disable -all- dialogs (resets on login)" name="antispam_checkbox" left="6"/>
<spinner control_name="_NACL_AntiSpamTime" decimal_digits="0" increment="1" min_val="0" max_val="60" label="Antispam time(seconds):" label_width="330" tool_tip="Lower is less sensitive, 0 will turn off Antispam, but not Dialog Blocking." name="antispamtime" width="390" left="10"/>
<spinner control_name="_NACL_AntiSpamAmount" decimal_digits="0" increment="1" min_val="5" max_val="99999" label="Antispam amount:" label_width="330" tool_tip="Higher is less sensitive" name="antispamamount" width="390"/>
<spinner control_name="_NACL_AntiSpamSoundMulti" decimal_digits="0" increment="1" min_val="1" max_val="99999" label="Amount multiplicatior for sound antispam:" label_width="330" tool_tip="Higher is less sensitive" left="10" name="antispamsoundmulti" width="390"/>
<spinner control_name="_NACL_AntiSpamSoundPreloadMulti" decimal_digits="0" increment="1" min_val="1" max_val="99999" label="Amount multiplicatior for sound preload antispam:" label_width="330" tool_tip="Higher is less sensitive" name="antispamsoundpreloadmulti" width="390"/>
<spinner control_name="_NACL_AntiSpamNewlines" decimal_digits="0" increment="1" min_val="5" max_val="99999" label="Amount of newlines to instablock message:" label_width="330" tool_tip="Higher is less sensitive" name="antispamnewlines" width="390"/>
<check_box control_name="_NACL_Antispam" height="16" label="Disable -all- dialogs (resets on login)" name="antispam_checkbox" left="6"/>
<text name="Block All Dialogs From" left="10">Block All Dialogs From</text>
<check_box control_name="AntiSpamAlerts" height="16" label="Alerts" name="Alerts" left="14"/>
<check_box control_name="AntiSpamFriendshipOffers" height="16" label="Friendship Offers" name="Friendship Offers" bottom_delta="0" left_delta="120"/>
<check_box control_name="AntiSpamGroupInvites" height="16" label="Group Invites" name="Group Invites" bottom_delta="0" left_delta="120"/>
<check_box control_name="AntiSpamGroupNotices" height="16" label="Group Notices" name="Group Notices" bottom_delta="0" left_delta="120"/>
<check_box control_name="AntiSpamItemOffers" height="16" label="Item Offers" name="Item Offers" left="14"/>
<check_box control_name="AntiSpamScripts" height="16" label="Scripts" name="Scripts" bottom_delta="0" left_delta="120"/>
<check_box control_name="AntiSpamTeleports" height="16" label="Teleport Offers" name="Teleport Offers" bottom_delta="0" left_delta="120"/>
<check_box control_name="AntiSpamNotify" height="16" label="Notify when spam is blocked" name="Notify On Spam" tool_tip="When enabled, the bottom right corner may become a source of pseudo-spam whenever real spam is blocked." left="6"/>
</panel>
<panel border="true" bottom="-580" height="525" label="Text Options" left="1" name="TextOptions" width="418">

View File

@@ -120,7 +120,7 @@
<spinner bottom_delta="60" decimal_digits="0" follows="top" height="16" increment="1" label="Alpha" label_width="45" left_delta="70" max_val="100" min_val="0" name="alpha" width="97" control_name="EmeraldBuildPrefs_Alpha"/>
<spinner bottom_delta="-20" decimal_digits="2" follows="top" height="16" increment="0.05" label="Glow" label_width="45" max_val="1" min_val="0" name="glow" width="97" control_name="EmeraldBuildPrefs_Glow"/>
<check_box follows="top" height="16" label="Full Bright" name="EmFBToggle" control_name="EmeraldBuildPrefs_FullBright"/>
<text follows="top">Shine</text>
<text name="shine" follows="top">Shine</text>
<combo_box bottom_delta="-5" follows="top" left_delta="33" height="18" name="combobox shininess" tool_tip="Set the amount of shine for the object" width="64" control_name="EmeraldBuildPrefs_Shiny">
<combo_item name="None" value="None">None</combo_item>
<combo_item name="Low" value="Low">Low</combo_item>

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel border="true" bottom="-439" height="438" label="Graphics" left="102" name="Display panel" width="517">
<button bottom="-22" height="18" label="?" left="470" name="GraphicsPreferencesHelpButton" width="22"/>
<panel bottom="-449" height="438" label="Graphics" name="Display panel" width="517">
<check_box bottom="-23" height="16" initial_value="false" label="Run viewer in a window" left="10" name="windowed mode" width="120" tool_tip="If unchecked, viewer will display full-screen when logged in."/>
<text bottom="-62" height="12" name="WindowSizeLabel">Window Size:</text>
<combo_box bottom="-67" height="18" left="165" name="windowsize combo" width="150">
@@ -21,25 +20,29 @@
<combo_item name="8:5(Widescreen)" value="1.6">16:10 (Widescreen PC)</combo_item>
<combo_item name="16:9(Widescreen)" value="1.7777777">16:9 (Widescreen TV)</combo_item>
</combo_box>
<check_box bottom="-44" control_name="FullScreenAutoDetectAspectRatio" height="16" initial_value="false" label="Auto-detect ratio" left="358" name="aspect_auto_detect" width="256"/>
<text bottom="-91" height="12" left="10" name="QualityText">Quality &amp; Performance:</text>
<text bottom="-91" height="12" left="135" name="FasterText">Faster</text>
<text bottom="-107" height="12" left_delta="23" name="ShadersPrefText">Low</text>
<text bottom="-107" height="12" left_delta="47" name="ShadersPrefText2">Mid</text>
<text bottom="-107" height="12" left_delta="47" name="ShadersPrefText3">High</text>
<text bottom="-107" height="12" left_delta="47" name="ShadersPrefText4">Ultra</text>
<text bottom="-91" height="12" left_delta="14" name="QualityText2">Higher Quality</text>
<button bottom_delta="-20" height="20" label="Default" tool_tip="Reset to recommended graphics settings" left="355" name="Defaults" scale_image="true" width="100"/>
<check_box bottom="-44" control_name="FullScreenAutoDetectAspectRatio" height="16" initial_value="false" label="Auto-detect ratio" left="350" name="aspect_auto_detect" width="256"/>
<tab_container follows="all" bottom="0" border="false" left="0" height="360" width="518" name="graphics_tab" tab_position="bottom">
<panel border="true" bottom="-439" height="438" label="Main" left="102" name="Main" width="517">
<button bottom="327" height="18" label="?" left="470" name="GraphicsPreferencesHelpButton" width="22"/>
<text bottom="330" height="12" left="10" name="QualityText">Quality &amp; Performance:</text>
<text bottom_delta="0" height="12" left="135" name="FasterText">Faster</text>
<text bottom_delta="-16" height="12" left_delta="23" name="ShadersPrefText">Low</text>
<text bottom_delta="0" height="12" left_delta="47" name="ShadersPrefText2">Mid</text>
<text bottom_delta="0" height="12" left_delta="47" name="ShadersPrefText3">High</text>
<text bottom_delta="0" height="12" left_delta="47" name="ShadersPrefText4">Ultra</text>
<text bottom_delta="16" height="12" left_delta="23" name="QualityText2">Higher Quality</text>
<!-- Are these icons really necessary?
<icon bottom="-89" height="14" image_name="rounded_square.tga" left="173" name="LowDivet" width="2"/>
<icon bottom="-89" height="14" image_name="rounded_square.tga" left_delta="44" name="MidDivet" width="2"/>
<icon bottom="-89" height="14" image_name="rounded_square.tga" left_delta="44" name="HighDivet" width="2"/>
<icon bottom="-89" height="14" image_name="rounded_square.tga" left_delta="44" name="UltraDivet" width="2"/>
-->
<slider bottom="-91" control_name="RenderQualityPerformance" increment="1" initial_val="0" left="165" max_val="3" min_val="0" name="QualityPerformanceSelection" show_text="false" width="150" />
<check_box bottom="-96" control_name="RenderCustomSettings" label="Custom" left="395" initial_value="true" name="CustomSettings"/>
<slider bottom_delta="0" control_name="RenderQualityPerformance" increment="1" initial_val="0" left="165" max_val="3" min_val="0" name="QualityPerformanceSelection" show_text="false" width="150" />
<check_box bottom_delta="-5" control_name="RenderCustomSettings" label="Custom" left="395" initial_value="true" name="CustomSettings"/>
<!--view_border bevel_style="none" bottom="-395" height="280" left="5" name="GraphicsBorder" width="485"/-->
<text bottom="-130" height="12" left="10" name="ShadersText">Shaders:</text>
<check_box bottom_delta="-23" control_name="RenderTransparentWater" height="16" initial_value="true" label="Transparent water" left="10" name="TransparentWater"/>
<text bottom="300" height="12" left="10" name="ShadersText">Shaders:</text>
<check_box bottom_delta="-23" control_name="RenderTransparentWater" height="16" initial_value="true" label="Transparent water" left="10" name="TransparentWater"/>
<check_box bottom_delta="-17" control_name="RenderObjectBump" height="16" initial_value="true" label="Bump mapping and shiny" left="10" name="BumpShiny"/>
<check_box bottom_delta="-17" control_name="RenderLocalLights" height="16" label="Local Lights" name="LightingDetailRadio"/>
<check_box bottom_delta="-17" control_name="VertexShaderEnable" height="16" initial_value="true" label="Basic shaders" left_delta="0" name="BasicShaders" tool_tip="Disabling this option may prevent some graphics card drivers from crashing."/>
@@ -69,40 +72,64 @@
<combo_item name="4" value="4">Everything</combo_item>
</combo_box>
<slider bottom_delta="-20" left="5" control_name="RenderAvatarPhysicsLODFactor" increment="0.1" label=" Avatar Physics:" label_width="79" max_val="1" min_val="0" name="AvatarPhysicsDetail" show_text="false" width="160"/>
<text bottom_delta="-2" left="170" height="12" name="AvatarPhysicsDetailText">Off</text>
<!--text bottom="-131" height="12" left="464" name="DrawDistanceMeterText1">m</text-->
<text bottom="-131" height="12" left="470" name="DrawDistanceMeterText2">m</text>
<slider bottom="-135" control_name="RenderFarClip" decimal_digits="0" height="16" increment="8" initial_val="160" label="Draw Distance:" label_width="101" left="215" max_val="1024" min_val="64" name="DrawDistance" width="262"/>
<slider bottom_delta="-15" control_name="RenderMaxPartCount" decimal_digits="0" height="16" increment="256" initial_val="4096" label="Max. Particle Count:" label_width="101" max_val="8192" min_val="0" name="MaxParticleCount" width="262"/>
<slider bottom_delta="-15" control_name="RenderAvatarMaxVisible" decimal_digits="0" increment="1" initial_val="35" label="Max non-impostors" label_width="101" max_val="50" min_val="1" name="AvatarMaxVisible" width="250"/>
<slider bottom_delta="-25" control_name="RenderGlowResolutionPow" decimal_digits="0" height="16" increment="1" initial_val="8" label="Post Process Quality:" label_width="101" max_val="9" min_val="8" name="RenderPostProcess" show_text="false" width="226"/>
<text bottom_delta="-20" height="12" left="215" name="MeshDetailText">Level of Detail:</text>
<slider bottom_delta="-20" control_name="RenderVolumeLODFactor" increment="0.09375" label=" Objects:" label_width="79" max_val="2" min_val="0.5" name="ObjectMeshDetail" show_text="false" width="223"/>
<slider bottom_delta="-20" control_name="RenderFlexTimeFactor" increment="0.1" label=" Flexiprims:" label_width="79" max_val="1" min_val="0" name="FlexibleMeshDetail" show_text="false" width="223"/>
<slider bottom_delta="-20" control_name="RenderTreeLODFactor" increment="0.125" label=" Trees:" label_width="79" max_val="1" min_val="0" name="TreeMeshDetail" show_text="false" width="223"/>
<slider bottom_delta="-20" control_name="RenderAvatarLODFactor" increment="0.125" label=" Avatars:" label_width="79" max_val="1" min_val="0" name="AvatarMeshDetail" show_text="false" width="223"/>
<slider bottom_delta="-20" control_name="RenderTerrainLODFactor" increment="0.125" label=" Terrain:" label_width="79" max_val="2" min_val="1" name="TerrainMeshDetail" show_text="false" width="223"/>
<slider bottom_delta="-20" control_name="WLSkyDetail" decimal_digits="0" increment="8" label=" Sky:" label_width="79" max_val="128" min_val="16" name="SkyMeshDetail" show_text="false" width="223"/>
<text bottom="-192" height="12" left="444" name="PostProcessText">Low</text>
<text bottom_delta="-38" height="12" name="ObjectMeshDetailText">Low</text>
<text bottom_delta="-20" height="12" name="FlexibleMeshDetailText">Low</text>
<text bottom_delta="-20" height="12" name="TreeMeshDetailText">Low</text>
<text bottom_delta="-20" height="12" name="AvatarMeshDetailText">Low</text>
<text bottom_delta="-20" height="12" name="TerrainMeshDetailText">Low</text>
<text bottom_delta="-20" height="12" name="SkyMeshDetailText">Low</text>
<text bottom="-360" height="12" left="230" name="AvatarRenderingText">Avatar Rendering:</text>
<check_box bottom_delta="-16" control_name="RenderUseImpostors" initial_value="true" label="Avatar impostors" name="AvatarImpostors"/>
<check_box bottom_delta="-16" control_name="RenderAvatarVP" initial_value="true" label="Hardware skinning" name="AvatarVertexProgram"/>
<check_box bottom_delta="-16" control_name="RenderAvatarCloth" initial_value="true" label="Avatar cloth" name="AvatarCloth"/>
<text bottom="-360" height="12" left="395" name="TerrainDetailText">Terrain detail:</text>
<radio_group bottom_delta="-40" control_name="RenderTerrainDetail" draw_border="false" height="38" name="TerrainDetailRadio" width="321">
<slider bottom_delta="-20" left="5" control_name="RenderAvatarPhysicsLODFactor" increment="0.1" label=" Avatar Physics:" label_width="79" max_val="1" min_val="0" name="AvatarPhysicsDetail" show_text="false" width="160"/>
<text bottom_delta="-2" left="170" height="12" name="AvatarPhysicsDetailText">Off</text>
<text bottom="299" left="470" height="12" name="DrawDistanceMeterText1">m</text>
<text bottom="299" left="470" height="12" name="DrawDistanceMeterText2">m</text>
<slider bottom="295" left="215" control_name="RenderFarClip" decimal_digits="0" height="16" increment="8" initial_val="160" label="Draw Distance:" label_width="101" max_val="1024" min_val="64" name="DrawDistance" width="262"/>
<slider bottom_delta="-15" control_name="RenderMaxPartCount" decimal_digits="0" height="16" increment="256" initial_val="4096" label="Max. Particle Count:" label_width="101" max_val="8192" min_val="0" name="MaxParticleCount" width="262"/>
<slider bottom_delta="-15" control_name="RenderAvatarMaxVisible" decimal_digits="0" increment="1" initial_val="35" label="Max non-impostors" label_width="101" max_val="50" min_val="1" name="AvatarMaxVisible" width="250"/>
<slider bottom_delta="-25" control_name="RenderGlowResolutionPow" decimal_digits="0" height="16" increment="1" initial_val="8" label="Post Process Quality:" label_width="101" max_val="9" min_val="8" name="RenderPostProcess" show_text="false" width="226"/>
<text bottom_delta="-15" height="12" left="215" name="MeshDetailText">Level of Detail:</text>
<slider bottom_delta="-20" control_name="RenderVolumeLODFactor" increment="0.09375" label=" Objects:" label_width="79" max_val="2" min_val="0.5" name="ObjectMeshDetail" show_text="false" width="223"/>
<slider bottom_delta="-20" control_name="RenderFlexTimeFactor" increment="0.1" label=" Flexiprims:" label_width="79" max_val="1" min_val="0" name="FlexibleMeshDetail" show_text="false" width="223"/>
<slider bottom_delta="-20" control_name="RenderTreeLODFactor" increment="0.125" label=" Trees:" label_width="79" max_val="1" min_val="0" name="TreeMeshDetail" show_text="false" width="223"/>
<slider bottom_delta="-20" control_name="RenderAvatarLODFactor" increment="0.125" label=" Avatars:" label_width="79" max_val="1" min_val="0" name="AvatarMeshDetail" show_text="false" width="223"/>
<slider bottom_delta="-20" control_name="RenderTerrainLODFactor" increment="0.125" label=" Terrain:" label_width="79" max_val="2" min_val="1" name="TerrainMeshDetail" show_text="false" width="223"/>
<slider bottom_delta="-20" control_name="WLSkyDetail" decimal_digits="0" increment="8" label=" Sky:" label_width="79" max_val="128" min_val="16" name="SkyMeshDetail" show_text="false" width="223"/>
<text bottom_delta="100" left_delta="229" height="12" name="ObjectMeshDetailText">Low</text>
<text bottom_delta="-20" height="12" name="FlexibleMeshDetailText">Low</text>
<text bottom_delta="-20" height="12" name="TreeMeshDetailText">Low</text>
<text bottom_delta="-20" height="12" name="AvatarMeshDetailText">Low</text>
<text bottom_delta="-20" height="12" name="TerrainMeshDetailText">Low</text>
<text bottom_delta="-20" height="12" name="SkyMeshDetailText">Low</text>
<text bottom_delta="-30" height="12" left="230" name="AvatarRenderingText">Avatar Rendering:</text>
<check_box bottom_delta="-20" control_name="RenderUseImpostors" initial_value="true" label="Avatar impostors" name="AvatarImpostors"/>
<check_box bottom_delta="-16" control_name="RenderAvatarVP" initial_value="true" label="Hardware skinning" name="AvatarVertexProgram"/>
<check_box bottom_delta="-16" control_name="RenderAvatarCloth" initial_value="true" label="Avatar cloth" name="AvatarCloth"/>
<text bottom_delta="53" height="12" left="395" name="TerrainDetailText">Terrain detail:</text>
<radio_group bottom_delta="-44" control_name="RenderTerrainDetail" draw_border="false" height="38" name="TerrainDetailRadio" width="321">
<radio_item bottom="-15" height="16" left="3" name="0" width="315">Low</radio_item>
<radio_item bottom="-31" height="16" name="2" width="315">High</radio_item>
</radio_group>
<button bottom="-440" height="20" label="Reset to defaults" left="10" name="Defaults" scale_image="true" width="240"/>
<!--button bottom="-440" height="20" label="Advanced" left="230" name="CustomSettingsButton" scale_image="true" width="120" toggle="true" control_name="RenderCustomSettings"/-->
<button bottom="-440" height="20" label="Hardware" left="370" name="GraphicsHardwareButton" scale_image="true" width="120"/>
<string name="resolution_format">[RES_X] x [RES_Y]</string>
<string name="aspect_ratio_text">[NUM]:[DEN]</string>
</radio_group>
<text bottom="-106" height="12" left="444" name="PostProcessText">Low</text>
</panel>
<panel border="true" bottom="-400" height="244" left="50" name="Hardware" label="Hardware" width="500">
<check_box bottom="-22" control_name="RenderAnisotropic" height="16" initial_value="false" label="Anisotropic Filtering (slower when enabled)" left="5" name="ani" width="256"/>
<text bottom="-37" height="12" left="10" name="Antialiasing:" width="128">Antialiasing:</text>
<combo_box bottom="-41" control_name="RenderFSAASamples" height="16" initial_value="false" label="Antialiasing" left="148" name="fsaa" width="64">
<combo_item name="FSAADisabled" value="0">Disabled</combo_item>
<combo_item name="2x" value="2">2x</combo_item>
<combo_item name="4x" value="4">4x</combo_item>
<combo_item name="8x" value="8">8x</combo_item>
<combo_item name="16x" value="16">16x</combo_item>
</combo_box>
<spinner bottom_delta="70" control_name="TextureMemory" decimal_digits="0" height="16" increment="16" initial_val="32" label="Texture Memory (MB):" label_width="138" left="10" max_val="4096" min_val="0" name="GrapicsCardTextureMemory" tool_tip="Amount of memory to allocate for textures. Defaults to Video Card Memory. Reducing this may improve performance but may also make textures blurry." width="202"/>
<check_box bottom_delta="-25" control_name="RenderVBOEnable" height="16" initial_value="true" label="Enable OpenGL Vertex Buffer Objects" left="5" name="vbo"
tool_tip="Enabling this on modern hardware gives a performance gain. However, older hardware often has poor implementations of VBOs and you may get crashes when this is enabled."/>
<check_box bottom_delta="-18" control_name="ShyotlRenderUseStreamVBO" height="16" initial_value="false" label="Enable Streamed VBOs" left="14" name="vbo_stream"
tool_tip="Disabling this may improve performance when VBOs are enabled. Disabling produced observable improvement on various AMD GPUs."/>
<check_box bottom_delta="-25" control_name="RenderUseFBO" height="16" initial_value="true" label="Enable OpenGL Frame Buffer Objects" left="5" name="fbo"
tool_tip="Enabling this on modern hardware can provide a performance gain. However, enabling this when combined with antialiasing on AMD GPUs may cause edge artifacts. This setting is required for deferred rendering."/>
<spinner bottom="-42" control_name="RenderGamma" decimal_digits="2" height="16" increment="0.01" initial_val="1" label="Gamma:" label_width="138" left="250" max_val="2" min_val="0.0" name="gamma" width="202" tool_tip="(brightness, lower is brighter)"/>
<spinner bottom_delta="70" control_name="RenderFogRatio" decimal_digits="1" height="16" increment="0.1" initial_val="4" label="Fog Distance Ratio:" label_width="138" max_val="10" min_val="0.5" name="fog" width="202"/>
<text bottom_delta="-50" height="40" name="note">
Note: The Gamma and Fog Distance Ratio
settings are unavailable (since useless)
when the Atmospheric Shaders are enabled.
</text>
</panel>
</tab_container>
<string name="resolution_format">[RES_X] x [RES_Y]</string>
<string name="aspect_ratio_text">[NUM]:[DEN]</string>
</panel>

View File

@@ -38,6 +38,7 @@
<!-- progress -->
<string name="ProgressRestoring">Restoring...</string>
<string name="ProgressChangingResolution">Changing Resolution...</string>
<!-- Login -->
<string name="LoginInProgress">Logging in. [APP_NAME] may appear frozen. Please wait.</string>
<string name="LoginInProgressNoFrozen">Logging in...</string>
@@ -111,6 +112,10 @@
<string name="TooltipDragOntoOwnChild">You can't move a folder into its child</string>
<string name="TooltipDragOntoSelf">You can't move a folder into itself</string>
<!-- searching - generic -->
<string name="Searching">Searching...</string>
<string name="NoneFound">None found.</string>
<!-- Indicates that an avatar's name or other similar datum is being retrieved. General usage. -->
<string name="RetrievingData">Retrieving...</string>
@@ -225,6 +230,10 @@
<string name="anim_yes_happy">Yes (Happy)</string>
<string name="anim_yes_head">Yes</string>
<!-- build floater -->
<string name="multiple_textures">Multiple</string>
<!-- world map -->
<string name="texture_loading">Loading...</string>
<string name="worldmap_offline">Offline</string>
@@ -265,6 +274,8 @@
<string name="load_files">Load Files</string>
<string name="choose_the_directory">Choose Directory</string>
<string name="Sound: ">Sound: </string>
<!-- LSL Usage Hover Tips -->
<string name="LSLTipSleepTime">
Sleeps script for [SLEEP_TIME] seconds.
@@ -2749,6 +2760,12 @@ Where tag = tag string to match. Removes bot's matching the tag.
</string>
<!-- *** END OF OpenSimulator & Aurora-Sim syntax section *** -->
<!-- Strings needed by drop targets -->
<string name="CurrentlyNotSet">Currently not set</string>
<string name="CurrentlySetTo">Currently set to</string>
<string name="AnItemNotOnThisAccount">an item not on this account</string>
<string name="NotLoggedIn">Not logged in</string>
<!-- Avatar busy/away mode -->
<string name="AvatarSetNotAway">Not Away</string>
<string name="AvatarSetAway">Away</string>
@@ -2756,10 +2773,32 @@ Where tag = tag string to match. Removes bot's matching the tag.
<string name="AvatarSetBusy">Busy</string>
<!-- LLGroupNotify -->
<!-- used in the construction of a Group Notice blue dialog box, buttons, tooltip etc. Seems to be no longer utilized by code in Viewer 2.0 -->
<string name="next">Next</string>
<string name="ok">OK</string>
<string name="GroupNotifyGroupNotice">Group Notice</string>
<string name="GroupNotifyGroupNotices">Group Notices</string>
<string name="GroupNotifySentBy">Sent by</string>
<string name="GroupNotifyAttached">Attached:</string>
<string name="GroupNotifyViewPastNotices">View past notices or opt-out of receiving these messages here.</string>
<string name="GroupNotifyOpenAttachment">Open Attachment</string>
<string name="GroupNotifySaveAttachment">Save Attachment</string>
<!-- body parts -->
<string name="BodyPartsRightArm">Right Arm</string>
<string name="BodyPartsHead">Head</string>
<string name="BodyPartsLeftArm">Left Arm</string>
<string name="BodyPartsLeftLeg">Left Leg</string>
<string name="BodyPartsTorso">Torso</string>
<string name="BodyPartsRightLeg">Right Leg</string>
<!-- mouselook -->
<string name="LeaveMouselook">Press ESC to return to World View</string>
<!-- inventory -->
<string name="InventoryNoMatchingItems">No matching items found in inventory.</string>
<!-- use value="" because they have preceding spaces -->
<string name="no_transfer" value=" (no transfer)" />
<string name="no_modify" value=" (no modify)" />
@@ -2786,6 +2825,29 @@ Where tag = tag string to match. Removes bot's matching the tag.
<string name="HelloAvatar" value=" Hello, avatar! " />
<string name="ViewAllGestures" value=" View All &gt;&gt;" />
<string name="GetMoreGestures" value=" Get More &gt;&gt;" />
<!-- inventory filter -->
<!-- use value="" because they have preceding spaces -->
<string name="Animations" value=" Animations," />
<string name="Calling Cards" value=" Calling Cards," />
<string name="Clothing" value=" Clothing," />
<string name="Gestures" value=" Gestures," />
<string name="Landmarks" value=" Landmarks," />
<string name="Notecards" value=" Notecards," />
<string name="Objects" value=" Objects," />
<string name="Scripts" value=" Scripts," />
<string name="Sounds" value=" Sounds," />
<string name="Textures" value=" Textures," />
<string name="Snapshots" value=" Snapshots," />
<string name="No Filters" value="No " />
<string name="Since Logoff" value=" - Since Logoff" />
<string name="Worn" value=" - Worn" />
<!-- inventory FVBridge -->
<!-- This is used in llpanelinventory.cpp when constructing a context menu for an item for Sale -->
<string name="Buy">Buy</string>
<string name="Stone">Stone</string>
<string name="Metal">Metal</string>
<string name="Glass">Glass</string>
@@ -2794,12 +2856,59 @@ Where tag = tag string to match. Removes bot's matching the tag.
<string name="Plastic">Plastic</string>
<string name="Rubber">Rubber</string>
<string name="Light">Light</string>
<!-- compile queue-->
<string name="CompileQueueDownloadedCompiling">Downloaded, now compiling</string>
<string name="CompileQueueScriptNotFound">Script not found on server.</string>
<string name="CompileQueueProblemDownloading">Problem downloading</string>
<string name="CompileQueueInsufficientPermDownload">Insufficient permissions to download a script.</string>
<string name="CompileQueueInsufficientPermFor">Insufficient permissions for</string>
<string name="CompileQueueUnknownFailure">Unknown failure to download</string>
<string name="CompileQueueTitle">Recompilation Progress</string>
<string name="CompileQueueStart">recompile</string>
<string name="ResetQueueTitle">Reset Progress</string>
<string name="ResetQueueStart">reset</string>
<string name="RunQueueTitle">Set Running Progress</string>
<string name="RunQueueStart">set running</string>
<string name="NotRunQueueTitle">Set Not Running Progress</string>
<string name="NotRunQueueStart">set not running</string>
<!-- compile comment text-->
<string name="CompileSuccessful">Compile successful!</string>
<string name="CompileSuccessfulSaving">Compile successful, saving...</string>
<string name="SaveComplete">Save complete.</string>
<string name="ObjectOutOfRange">Script (object out of range)</string>
<string name="Unknown">(Unknown)</string>
<!-- Environment settings -->
<string name="Local">Local</string>
<string name="LocalSettings">Local Settings</string>
<string name="Region">Region</string>
<string name="RegionSettings">Region Settings</string>
<!-- inventory offer -->
<string name="InvOfferAnObjectNamed">An object named</string>
<string name="InvOfferOwnedByGroup">owned by the group</string>
<string name="InvOfferOwnedByUnknownGroup">owned by an unknown group</string>
<string name="InvOfferOwnedBy">owned by</string>
<string name="InvOfferOwnedByUnknownUser">owned by an unknown user</string>
<string name="InvOfferGaveYou">gave you</string>
<string name="InvOfferDecline">You decline [DESC] from [NAME].</string>
<!-- Viewer menu -->
<string name="AcquiredItems">Acquired Items</string>
<string name="Cancel">Cancel</string>
<string name="UploadingCosts">Uploading [NAME] costs [CURRENCY] [AMOUNT]</string>
<string name="UnknownFileExtension">
Unknown file extension .%s
Expected .wav, .tga, .bmp, .jpg, .jpeg, or .bvh
</string>
<string name="MuteObject2">Mute</string>
<string name="MuteAvatar">Mute</string>
<string name="UnmuteObject">Unmute</string>
<string name="UnmuteAvatar">Unmute</string>
<!-- menu accelerators -->
<string name="accel-mac-control">Ctrl-</string>
<string name="accel-mac-command">Cmd-</string>
@@ -2808,6 +2917,32 @@ Where tag = tag string to match. Removes bot's matching the tag.
<string name="accel-win-control">Ctrl-</string>
<string name="accel-win-alt">Alt-</string>
<string name="accel-win-shift">Shift-</string>
<!-- Directions, HUD -->
<string name="Direction_Forward">Forward</string>
<string name="Direction_Left">Left</string>
<string name="Direction_Right">Right</string>
<string name="Direction_Back">Back</string>
<string name="Direction_North">North</string>
<string name="Direction_South">South</string>
<string name="Direction_West">West</string>
<string name="Direction_East">East</string>
<string name="Direction_Up">Up</string>
<string name="Direction_Down">Down</string>
<string name="None">None</string>
<!-- punctuations -->
<string name=":">:</string>
<string name=",">,</string>
<string name="...">...</string>
<string name="***">***</string>
<string name="(">(</string>
<string name=")">)</string>
<string name=".">.</string>
<string name="'">'</string>
<string name="---">---</string>
<!-- OSMessageBox messages -->
<string name="MBCmdLineError">
An error was found parsing the command line.
@@ -2869,12 +3004,594 @@ If you continue to receive this message, contact the [SUPPORT_SITE].
If you continue to receive this message, contact the [SUPPORT_SITE].
</string>
<!-- Avatar Shape Information -->
<string name="5 O'Clock Shadow">5 O'Clock Shadow</string>
<string name="All White">All White</string>
<string name="Anime Eyes">Anime Eyes</string>
<string name="Arced">Arched</string>
<string name="Arm Length">Arm Length</string>
<string name="Attached">Attached</string>
<string name="Attached Earlobes">Attached Earlobes</string>
<string name="Back Fringe">Back Fringe</string>
<string name="Baggy">Baggy</string>
<string name="Bangs">Bangs</string>
<string name="Beady Eyes">Beady Eyes</string>
<string name="Belly Size">Belly Size</string>
<string name="Big">Big</string>
<string name="Big Butt">Big Butt</string>
<string name="Big Hair Back">Big Hair: Back</string>
<string name="Big Hair Front">Big Hair: Front</string>
<string name="Big Hair Top">Big Hair: Top</string>
<string name="Big Head">Big Head</string>
<string name="Big Pectorals">Big Pectorals</string>
<string name="Big Spikes">Big Spikes</string>
<string name="Black">Black</string>
<string name="Blonde">Blonde</string>
<string name="Blonde Hair">Blonde Hair</string>
<string name="Blush">Blush</string>
<string name="Blush Color">Blush Color</string>
<string name="Blush Opacity">Blush Opacity</string>
<string name="Body Definition">Body Definition</string>
<string name="Body Fat">Body Fat</string>
<string name="Body Freckles">Body Freckles</string>
<string name="Body Thick">Body Thick</string>
<string name="Body Thickness">Body Thickness</string>
<string name="Body Thin">Body Thin</string>
<string name="Bow Legged">Bow Legged</string>
<string name="Breast Buoyancy">Breast Buoyancy</string>
<string name="Breast Cleavage">Breast Cleavage</string>
<string name="Breast Size">Breast Size</string>
<string name="Bridge Width">Bridge Width</string>
<string name="Broad">Broad</string>
<string name="Brow Size">Brow Size</string>
<string name="Bug Eyes">Bug Eyes</string>
<string name="Bugged Eyes">Bugged Eyes</string>
<string name="Bulbous">Bulbous</string>
<string name="Bulbous Nose">Bulbous Nose</string>
<string name="Breast Physics Mass">Breast Mass</string>
<string name="Breast Physics Smoothing">Breast Smoothing</string>
<string name="Breast Physics Gravity">Breast Gravity</string>
<string name="Breast Physics Drag">Breast Drag</string>
<string name="Breast Physics InOut Max Effect">Max Effect</string>
<string name="Breast Physics InOut Spring">Spring</string>
<string name="Breast Physics InOut Gain">Gain</string>
<string name="Breast Physics InOut Damping">Damping</string>
<string name="Breast Physics UpDown Max Effect">Max Effect</string>
<string name="Breast Physics UpDown Spring">Spring</string>
<string name="Breast Physics UpDown Gain">Gain</string>
<string name="Breast Physics UpDown Damping">Damping</string>
<string name="Breast Physics LeftRight Max Effect">Max Effect</string>
<string name="Breast Physics LeftRight Spring">Spring</string>
<string name="Breast Physics LeftRight Gain">Gain</string>
<string name="Breast Physics LeftRight Damping">Damping</string>
<string name="Belly Physics Mass">Belly Mass</string>
<string name="Belly Physics Smoothing">Belly Smoothing</string>
<string name="Belly Physics Gravity">Belly Gravity</string>
<string name="Belly Physics Drag">Belly Drag</string>
<string name="Belly Physics UpDown Max Effect">Max Effect</string>
<string name="Belly Physics UpDown Spring">Spring</string>
<string name="Belly Physics UpDown Gain">Gain</string>
<string name="Belly Physics UpDown Damping">Damping</string>
<string name="Butt Physics Mass">Butt Mass</string>
<string name="Butt Physics Smoothing">Butt Smoothing</string>
<string name="Butt Physics Gravity">Butt Gravity</string>
<string name="Butt Physics Drag">Butt Drag</string>
<string name="Butt Physics UpDown Max Effect">Max Effect</string>
<string name="Butt Physics UpDown Spring">Spring</string>
<string name="Butt Physics UpDown Gain">Gain</string>
<string name="Butt Physics UpDown Damping">Damping</string>
<string name="Butt Physics LeftRight Max Effect">Max Effect</string>
<string name="Butt Physics LeftRight Spring">Spring</string>
<string name="Butt Physics LeftRight Gain">Gain</string>
<string name="Butt Physics LeftRight Damping">Damping</string>
<string name="Bushy Eyebrows">Bushy Eyebrows</string>
<string name="Bushy Hair">Bushy Hair</string>
<string name="Butt Size">Butt Size</string>
<string name="Butt Gravity">Butt Gravity</string>
<string name="bustle skirt">Bustle Skirt</string>
<string name="no bustle">No Bustle</string>
<string name="more bustle">More Bustle</string>
<string name="Chaplin">Chaplin</string>
<string name="Cheek Bones">Cheek Bones</string>
<string name="Chest Size">Chest Size</string>
<string name="Chin Angle">Chin Angle</string>
<string name="Chin Cleft">Chin Cleft</string>
<string name="Chin Curtains">Chin Curtains</string>
<string name="Chin Depth">Chin Depth</string>
<string name="Chin Heavy">Chin Heavy</string>
<string name="Chin In">Chin In</string>
<string name="Chin Out">Chin Out</string>
<string name="Chin-Neck">Chin-Neck</string>
<string name="Clear">Clear</string>
<string name="Cleft">Cleft</string>
<string name="Close Set Eyes">Close Set Eyes</string>
<string name="Closed">Closed</string>
<string name="Closed Back">Closed Back</string>
<string name="Closed Front">Closed Front</string>
<string name="Closed Left">Closed Left</string>
<string name="Closed Right">Closed Right</string>
<string name="Coin Purse">Coin Purse</string>
<string name="Collar Back">Collar Back</string>
<string name="Collar Front">Collar Front</string>
<string name="Corner Down">Corner Down</string>
<string name="Corner Up">Corner Up</string>
<string name="Creased">Creased</string>
<string name="Crooked Nose">Crooked Nose</string>
<string name="Cuff Flare">Cuff Flare</string>
<string name="Dark">Dark</string>
<string name="Dark Green">Dark Green</string>
<string name="Darker">Darker</string>
<string name="Deep">Deep</string>
<string name="Default Heels">Default Heels</string>
<string name="Dense">Dense</string>
<string name="Double Chin">Double Chin</string>
<string name="Downturned">Downturned</string>
<string name="Duffle Bag">Duffle Bag</string>
<string name="Ear Angle">Ear Angle</string>
<string name="Ear Size">Ear Size</string>
<string name="Ear Tips">Ear Tips</string>
<string name="Egg Head">Egg Head</string>
<string name="Eye Bags">Eye Bags</string>
<string name="Eye Color">Eye Color</string>
<string name="Eye Depth">Eye Depth</string>
<string name="Eye Lightness">Eye Lightness</string>
<string name="Eye Opening">Eye Opening</string>
<string name="Eye Pop">Eye Pop</string>
<string name="Eye Size">Eye Size</string>
<string name="Eye Spacing">Eye Spacing</string>
<string name="Eyebrow Arc">Eyebrow Arc</string>
<string name="Eyebrow Density">Eyebrow Density</string>
<string name="Eyebrow Height">Eyebrow Height</string>
<string name="Eyebrow Points">Eyebrow Points</string>
<string name="Eyebrow Size">Eyebrow Size</string>
<string name="Eyelash Length">Eyelash Length</string>
<string name="Eyeliner">Eyeliner</string>
<string name="Eyeliner Color">Eyeliner Color</string>
<string name="Eyes Bugged">Eyes Bugged</string>
<string name="Face Shear">Face Shear</string>
<string name="Facial Definition">Facial Definition</string>
<string name="Far Set Eyes">Far Set Eyes</string>
<string name="Fat Lips">Fat Lips</string>
<string name="Female">Female</string>
<string name="Fingerless">Fingerless</string>
<string name="Fingers">Fingers</string>
<string name="Flared Cuffs">Flared Cuffs</string>
<string name="Flat">Flat</string>
<string name="Flat Butt">Flat Butt</string>
<string name="Flat Head">Flat Head</string>
<string name="Flat Toe">Flat Toe</string>
<string name="Foot Size">Foot Size</string>
<string name="Forehead Angle">Forehead Angle</string>
<string name="Forehead Heavy">Forehead Heavy</string>
<string name="Freckles">Freckles</string>
<string name="Front Fringe">Front Fringe</string>
<string name="Full Back">Full Back</string>
<string name="Full Eyeliner">Full Eyeliner</string>
<string name="Full Front">Full Front</string>
<string name="Full Hair Sides">Full Hair Sides</string>
<string name="Full Sides">Full Sides</string>
<string name="Glossy">Glossy</string>
<string name="Glove Fingers">Glove Fingers</string>
<string name="Glove Length">Glove Length</string>
<string name="Hair">Hair</string>
<string name="Hair Back">Hair: Back</string>
<string name="Hair Front">Hair: Front</string>
<string name="Hair Sides">Hair: Sides</string>
<string name="Hair Sweep">Hair Sweep</string>
<string name="Hair Thickess">Hair Thickness</string>
<string name="Hair Thickness">Hair Thickness</string>
<string name="Hair Tilt">Hair Tilt</string>
<string name="Hair Tilted Left">Hair Tilted Left</string>
<string name="Hair Tilted Right">Hair Tilted Right</string>
<string name="Hair Volume">Hair: Volume</string>
<string name="Hand Size">Hand Size</string>
<string name="Handlebars">Handlebars</string>
<string name="Head Length">Head Length</string>
<string name="Head Shape">Head Shape</string>
<string name="Head Size">Head Size</string>
<string name="Head Stretch">Head Stretch</string>
<string name="Heel Height">Heel Height</string>
<string name="Heel Shape">Heel Shape</string>
<string name="Height">Height</string>
<string name="High">High</string>
<string name="High Heels">High Heels</string>
<string name="High Jaw">High Jaw</string>
<string name="High Platforms">High Platforms</string>
<string name="High and Tight">High and Tight</string>
<string name="Higher">Higher</string>
<string name="Hip Length">Hip Length</string>
<string name="Hip Width">Hip Width</string>
<string name="In">In</string>
<string name="In Shdw Color">Inner Shadow Color</string>
<string name="In Shdw Opacity">Inner Shadow Opacity</string>
<string name="Inner Eye Corner">Inner Eye Corner</string>
<string name="Inner Eye Shadow">Inner Eye Shadow</string>
<string name="Inner Shadow">Inner Shadow</string>
<string name="Jacket Length">Jacket Length</string>
<string name="Jacket Wrinkles">Jacket Wrinkles</string>
<string name="Jaw Angle">Jaw Angle</string>
<string name="Jaw Jut">Jaw Jut</string>
<string name="Jaw Shape">Jaw Shape</string>
<string name="Join">Join</string>
<string name="Jowls">Jowls</string>
<string name="Knee Angle">Knee Angle</string>
<string name="Knock Kneed">Knock Kneed</string>
<string name="Large">Large</string>
<string name="Large Hands">Large Hands</string>
<string name="Left Part">Left Part</string>
<string name="Leg Length">Leg Length</string>
<string name="Leg Muscles">Leg Muscles</string>
<string name="Less">Less</string>
<string name="Less Body Fat">Less Body Fat</string>
<string name="Less Curtains">Less Curtains</string>
<string name="Less Freckles">Less Freckles</string>
<string name="Less Full">Less Full</string>
<string name="Less Gravity">Less Gravity</string>
<string name="Less Love">Less Love</string>
<string name="Less Muscles">Less Muscles</string>
<string name="Less Muscular">Less Muscular</string>
<string name="Less Rosy">Less Rosy</string>
<string name="Less Round">Less Round</string>
<string name="Less Saddle">Less Saddle</string>
<string name="Less Square">Less Square</string>
<string name="Less Volume">Less Volume</string>
<string name="Less soul">Less soul</string>
<string name="Lighter">Lighter</string>
<string name="Lip Cleft">Lip Cleft</string>
<string name="Lip Cleft Depth">Lip Cleft Depth</string>
<string name="Lip Fullness">Lip Fullness</string>
<string name="Lip Pinkness">Lip Pinkness</string>
<string name="Lip Ratio">Lip Ratio</string>
<string name="Lip Thickness">Lip Thickness</string>
<string name="Lip Width">Lip Width</string>
<string name="Lipgloss">Lipgloss</string>
<string name="Lipstick">Lipstick</string>
<string name="Lipstick Color">Lipstick Color</string>
<string name="Long">Long</string>
<string name="Long Head">Long Head</string>
<string name="Long Hips">Long Hips</string>
<string name="Long Legs">Long Legs</string>
<string name="Long Neck">Long Neck</string>
<string name="Long Pigtails">Long Pigtails</string>
<string name="Long Ponytail">Long Ponytail</string>
<string name="Long Torso">Long Torso</string>
<string name="Long arms">Long arms</string>
<string name="Loose Pants">Loose Pants</string>
<string name="Loose Shirt">Loose Shirt</string>
<string name="Loose Sleeves">Loose Sleeves</string>
<string name="Love Handles">Love Handles</string>
<string name="Low">Low</string>
<string name="Low Heels">Low Heels</string>
<string name="Low Jaw">Low Jaw</string>
<string name="Low Platforms">Low Platforms</string>
<string name="Low and Loose">Low and Loose</string>
<string name="Lower">Lower</string>
<string name="Lower Bridge">Lower Bridge</string>
<string name="Lower Cheeks">Lower Cheeks</string>
<string name="Male">Male</string>
<string name="Middle Part">Middle Part</string>
<string name="More">More</string>
<string name="More Blush">More Blush</string>
<string name="More Body Fat">More Body Fat</string>
<string name="More Curtains">More Curtains</string>
<string name="More Eyeshadow">More Eyeshadow</string>
<string name="More Freckles">More Freckles</string>
<string name="More Full">More Full</string>
<string name="More Gravity">More Gravity</string>
<string name="More Lipstick">More Lipstick</string>
<string name="More Love">More Love</string>
<string name="More Lower Lip">More Lower Lip</string>
<string name="More Muscles">More Muscles</string>
<string name="More Muscular">More Muscular</string>
<string name="More Rosy">More Rosy</string>
<string name="More Round">More Round</string>
<string name="More Saddle">More Saddle</string>
<string name="More Sloped">More Sloped</string>
<string name="More Square">More Square</string>
<string name="More Upper Lip">More Upper Lip</string>
<string name="More Vertical">More Vertical</string>
<string name="More Volume">More Volume</string>
<string name="More soul">More soul</string>
<string name="Moustache">Moustache</string>
<string name="Mouth Corner">Mouth Corner</string>
<string name="Mouth Position">Mouth Position</string>
<string name="Mowhawk">Mohawk</string>
<string name="Muscular">Muscular</string>
<string name="Mutton Chops">Mutton Chops</string>
<string name="Nail Polish">Nail Polish</string>
<string name="Nail Polish Color">Nail Polish Color</string>
<string name="Narrow">Narrow</string>
<string name="Narrow Back">Narrow Back</string>
<string name="Narrow Front">Narrow Front</string>
<string name="Narrow Lips">Narrow Lips</string>
<string name="Natural">Natural</string>
<string name="Neck Length">Neck Length</string>
<string name="Neck Thickness">Neck Thickness</string>
<string name="No Blush">No Blush</string>
<string name="No Eyeliner">No Eyeliner</string>
<string name="No Eyeshadow">No Eyeshadow</string>
<string name="No Lipgloss">No Lipgloss</string>
<string name="No Lipstick">No Lipstick</string>
<string name="No Part">No Part</string>
<string name="No Polish">No Polish</string>
<string name="No Red">No Red</string>
<string name="No Spikes">No Spikes</string>
<string name="No White">No White</string>
<string name="No Wrinkles">No Wrinkles</string>
<string name="Normal Lower">Normal Lower</string>
<string name="Normal Upper">Normal Upper</string>
<string name="Nose Left">Nose Left</string>
<string name="Nose Right">Nose Right</string>
<string name="Nose Size">Nose Size</string>
<string name="Nose Thickness">Nose Thickness</string>
<string name="Nose Tip Angle">Nose Tip Angle</string>
<string name="Nose Tip Shape">Nose Tip Shape</string>
<string name="Nose Width">Nose Width</string>
<string name="Nostril Division">Nostril Division</string>
<string name="Nostril Width">Nostril Width</string>
<string name="Opaque">Opaque</string>
<string name="Open">Open</string>
<string name="Open Back">Open Back</string>
<string name="Open Front">Open Front</string>
<string name="Open Left">Open Left</string>
<string name="Open Right">Open Right</string>
<string name="Orange">Orange</string>
<string name="Out">Out</string>
<string name="Out Shdw Color">Outer Shadow Color</string>
<string name="Out Shdw Opacity">Outer Shadow Opacity</string>
<string name="Outer Eye Corner">Outer Eye Corner</string>
<string name="Outer Eye Shadow">Outer Eye Shadow</string>
<string name="Outer Shadow">Outer Shadow</string>
<string name="Overbite">Overbite</string>
<string name="Package">Package</string>
<string name="Painted Nails">Painted Nails</string>
<string name="Pale">Pale</string>
<string name="Pants Crotch">Pants Crotch</string>
<string name="Pants Fit">Pants Fit</string>
<string name="Pants Length">Pants Length</string>
<string name="Pants Waist">Pants Waist</string>
<string name="Pants Wrinkles">Pants Wrinkles</string>
<string name="Part">Part</string>
<string name="Part Bangs">Part Bangs</string>
<string name="Pectorals">Pectorals</string>
<string name="Pigment">Pigment</string>
<string name="Pigtails">Pigtails</string>
<string name="Pink">Pink</string>
<string name="Pinker">Pinker</string>
<string name="Platform Height">Platform Height</string>
<string name="Platform Width">Platform Width</string>
<string name="Pointy">Pointy</string>
<string name="Pointy Heels">Pointy Heels</string>
<string name="Ponytail">Ponytail</string>
<string name="Poofy Skirt">Poofy Skirt</string>
<string name="Pop Left Eye">Pop Left Eye</string>
<string name="Pop Right Eye">Pop Right Eye</string>
<string name="Puffy">Puffy</string>
<string name="Puffy Eyelids">Puffy Eyelids</string>
<string name="Rainbow Color">Rainbow Color</string>
<string name="Red Hair">Red Hair</string>
<string name="Regular">Regular</string>
<string name="Right Part">Right Part</string>
<string name="Rosy Complexion">Rosy Complexion</string>
<string name="Round">Round</string>
<string name="Ruddiness">Ruddiness</string>
<string name="Ruddy">Ruddy</string>
<string name="Rumpled Hair">Rumpled Hair</string>
<string name="Saddle Bags">Saddle Bags</string>
<string name="Scrawny Leg">Scrawny Leg</string>
<string name="Separate">Separate</string>
<string name="Shallow">Shallow</string>
<string name="Shear Back">Shear Back</string>
<string name="Shear Face">Shear Face</string>
<string name="Shear Front">Shear Front</string>
<string name="Shear Left Up">Shear Left Up</string>
<string name="Shear Right Up">Shear Right Up</string>
<string name="Sheared Back">Sheared Back</string>
<string name="Sheared Front">Sheared Front</string>
<string name="Shift Left">Shift Left</string>
<string name="Shift Mouth">Shift Mouth</string>
<string name="Shift Right">Shift Right</string>
<string name="Shirt Bottom">Shirt Bottom</string>
<string name="Shirt Fit">Shirt Fit</string>
<string name="Shirt Wrinkles">Shirt Wrinkles</string>
<string name="Shoe Height">Shoe Height</string>
<string name="Short">Short</string>
<string name="Short Arms">Short Arms</string>
<string name="Short Legs">Short Legs</string>
<string name="Short Neck">Short Neck</string>
<string name="Short Pigtails">Short Pigtails</string>
<string name="Short Ponytail">Short Ponytail</string>
<string name="Short Sideburns">Short Sideburns</string>
<string name="Short Torso">Short Torso</string>
<string name="Short hips">Short hips</string>
<string name="Shoulders">Shoulders</string>
<string name="Side Fringe">Side Fringe</string>
<string name="Sideburns">Sideburns</string>
<string name="Sides Hair">Sides Hair</string>
<string name="Sides Hair Down">Sides Hair Down</string>
<string name="Sides Hair Up">Sides Hair Up</string>
<string name="Skinny Neck">Skinny Neck</string>
<string name="Skirt Fit">Skirt Fit</string>
<string name="Skirt Length">Skirt Length</string>
<string name="Slanted Forehead">Slanted Forehead</string>
<string name="Sleeve Length">Sleeve Length</string>
<string name="Sleeve Looseness">Sleeve Looseness</string>
<string name="Slit Back">Slit: Back</string>
<string name="Slit Front">Slit: Front</string>
<string name="Slit Left">Slit: Left</string>
<string name="Slit Right">Slit: Right</string>
<string name="Small">Small</string>
<string name="Small Hands">Small Hands</string>
<string name="Small Head">Small Head</string>
<string name="Smooth">Smooth</string>
<string name="Smooth Hair">Smooth Hair</string>
<string name="Socks Length">Socks Length</string>
<string name="Soulpatch">Soulpatch</string>
<string name="Sparse">Sparse</string>
<string name="Spiked Hair">Spiked Hair</string>
<string name="Square">Square</string>
<string name="Square Toe">Square Toe</string>
<string name="Squash Head">Squash Head</string>
<string name="Stretch Head">Stretch Head</string>
<string name="Sunken">Sunken</string>
<string name="Sunken Chest">Sunken Chest</string>
<string name="Sunken Eyes">Sunken Eyes</string>
<string name="Sweep Back">Sweep Back</string>
<string name="Sweep Forward">Sweep Forward</string>
<string name="Tall">Tall</string>
<string name="Taper Back">Taper Back</string>
<string name="Taper Front">Taper Front</string>
<string name="Thick Heels">Thick Heels</string>
<string name="Thick Neck">Thick Neck</string>
<string name="Thick Toe">Thick Toe</string>
<string name="Thin">Thin</string>
<string name="Thin Eyebrows">Thin Eyebrows</string>
<string name="Thin Lips">Thin Lips</string>
<string name="Thin Nose">Thin Nose</string>
<string name="Tight Chin">Tight Chin</string>
<string name="Tight Cuffs">Tight Cuffs</string>
<string name="Tight Pants">Tight Pants</string>
<string name="Tight Shirt">Tight Shirt</string>
<string name="Tight Skirt">Tight Skirt</string>
<string name="Tight Sleeves">Tight Sleeves</string>
<string name="Toe Shape">Toe Shape</string>
<string name="Toe Thickness">Toe Thickness</string>
<string name="Torso Length">Torso Length</string>
<string name="Torso Muscles">Torso Muscles</string>
<string name="Torso Scrawny">Torso Scrawny</string>
<string name="Unattached">Unattached</string>
<string name="Uncreased">Uncreased</string>
<string name="Underbite">Underbite</string>
<string name="Unnatural">Unnatural</string>
<string name="Upper Bridge">Upper Bridge</string>
<string name="Upper Cheeks">Upper Cheeks</string>
<string name="Upper Chin Cleft">Upper Chin Cleft</string>
<string name="Upper Eyelid Fold">Upper Eyelid Fold</string>
<string name="Upturned">Upturned</string>
<string name="Very Red">Very Red</string>
<string name="Waist Height">Waist Height</string>
<string name="Well-Fed">Well-Fed</string>
<string name="White Hair">White Hair</string>
<string name="Wide">Wide</string>
<string name="Wide Back">Wide Back</string>
<string name="Wide Front">Wide Front</string>
<string name="Wide Lips">Wide Lips</string>
<string name="Wild">Wild</string>
<string name="Wrinkles">Wrinkles</string>
<!-- IM system messages -->
<string name="IM_announce_incoming">has begun an IM session with you.</string>
<string name="IM_autoresponded_to">Autoresponse sent to</string>
<string name="IM_autoresponse_sent_item">was sent auto-response item</string>
<string name="Unnamed">(Unnamed)</string>
<string name="Saved_message">(Saved [LONG_TIMESTAMP]) </string>
<string name="PowerUser1">You are bestowed with powers beyond mortal comprehension.</string>
<string name="PowerUser2">Use your newfound abilities wisely.</string>
<string name="Unlocked:">Unlocked:</string>
<string name="PowerUser3">- Animation Priority up to 7 - Meant for animations that should override anything and everything at all times. DO NOT USE THIS FOR GENERAL ANIMATIONS.</string>
<string name="RightClick">Right click</string>
<string name="PowerUser4">Destroy objects - Permanently deletes an object immediately, when you don't feel like waiting for the server to respond.</string>
<string name="PowerUser5">Explode objects - Turns an object physical, temporary, and delinks it.</string>
<string name="group_role_everyone">Everyone</string>
<string name="group_role_officers">Officers</string>
<string name="group_role_owners">Owners</string>
<string name="group_role_owners">Owners</string>
<string name="group_member_status_online">Online</string>
<string name="Chat">Chat</string>
<string name="DefaultMimeType">none/none</string>
@@ -2894,4 +3611,7 @@ Try enclosing path to the editor with double quotes.
<string name="Pathfinding_Object_Attr_Character">Character</string>
<string name="Pathfinding_Object_Attr_MultiSelect">(Multiple)</string>
<string name="Left">Left</string>
<string name="Right">Right</string>
</strings>

View File

@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="floater_about" title="Acerca de Singularity Viewer">
<tab_container name="about_tab">
<panel label="Información" help_topic="about_support_tab" name="support_panel">
<button label="Copiar al portapapeles" name="copy_btn"/>
</panel>
<tab_container name="about_tab">
<panel label="Información" help_topic="about_support_tab" name="support_panel">
<button label="Copiar al portapapeles" name="copy_btn"/>
</panel>
<panel label="Créditos" help_topic="about_credits_tab" name="credits_panel">
<text_editor name="credits_editor">
<panel label="Créditos" help_topic="about_credits_tab" name="credits_panel">
<text_editor name="credits_editor">
Singularity Viewer es desarrollado y mantenido por Siana Gearz, Shyotl Kuhr, Aleric Inglewood, Narv Czervik, Tigh MacFanatic, Inusaito Kanya, Sovereign Engineer y Latif Khalifa, con contribuciones de Fractured Crystal, Fritigern Gothly, Henri Beauchamp, McCabe Maxsted, Kadah Coba, Kitty Barnett, nhede Core, Nomade Zhao, Revolution Smythe, Selvone Franizzi, Thickbrick Sleaford, Zauber Parecelsus, Wolfspirit Magic y otros. Singularity está basado en el código fuente del Visor Ascent. Los créditos del Visor Ascent incluyen a Hg Beeks, Charley Levenque, Hazim Gazov, Zwagoth Klaar, Qarl Fizz, y otros. El Visor Ascent está basado en el código fuente del visor Inertia.
Singularity Viewer incluye código fuente aportado por los siguientes residentes: Able Whitman, Adam Marker, Agathos Frascati, Aimee Trescothick, Alejandro Rosenthal, Aleric Inglewood, Alissa Sabre, Angus Boyd, Ann Congrejo, Argent Stonecutter, Asuka Neely, Balp Allen, Benja Kepler, Biancaluce Robbiani, Blakar Ogre, blino Nakamura, Boroondas Gupte, Bulli Schumann, bushing Spatula, Carjay McGinnis, Catherine Pfeffer, Celierra Darling, Cron Stardust, Dale Glass, Drewan Keats, Dylan Haskell, Dzonatas Sol, Eddy Stryker, EponymousDylan Ra, Eva Nowicka, Farallon Greyskin, Feep Larsson, Flemming Congrejo, Fluf Fredriksson, Fractured Crystal, Fremont Cunningham, Geneko Nemeth, Gigs Taggart, Ginko Bayliss, Grazer Kline, Gudmund Shepherd, Hamncheese Omlet, HappySmurf Papp, Henri Beauchamp, Hikkoshi Sakai, Hiro Sommambulist, Hoze Menges, Ian Kas, Irene Muni, Iskar Ariantho, Jacek Antonelli, JB Kraft, Joghert LeSabre, Kage Pixel, Ken March, Kerutsen Sellery, Khyota Wulluf, Kunnis Basiat, Lisa Lowe, Lockhart Cordoso,
maciek marksman, Magnus Balczo, Malwina Dollinger, march Korda, Matthew Dowd, McCabe Maxsted, Michelle2 Zenovka, Mm Alder, Mr Greggan, Nicholaz Beresford, Nounouch Hapmouche, Patric Mills, Paul Churchill, Paula Innis, Peekay Semyorka, Peter Lameth, Pf Shan, princess niven, Renault Clio, Ringo Tuxing, Robin Cornelius, Ryozu Kojima, Salahzar Stenvaag, Sammy Frederix, Scrippy Scofield, Seg Baphomet, Sergen Davies, SignpostMarv Martin, Simon Nolan, SpacedOut Frye, Sporked Friis, Stevex Janus, Still Defiant, Strife Onizuka, Tayra Dagostino, TBBle Kurosawa, Teardrops Fall, tenebrous pau, Tharax Ferraris, Thickbrick Sleaford, Thraxis Epsilon, tiamat bingyi, TraductoresAnonimos Alter, Tue Torok, Vadim Bigbear, Vixen Heron, Whoops Babii, Wilton Lundquist, Zarkonnen Decosta, Zi Ree, Zipherius Turas, Franxisco Romano, Damian Zhaoying
maciek marksman, Magnus Balczo, Malwina Dollinger, march Korda, Matthew Dowd, McCabe Maxsted, Michelle2 Zenovka, Mm Alder, Mr Greggan, Nicholaz Beresford, Nounouch Hapmouche, Patric Mills, Paul Churchill, Paula Innis, Peekay Semyorka, Peter Lameth, Pf Shan, princess niven, Renault Clio, Ringo Tuxing, Robin Cornelius, Ryozu Kojima, Salahzar Stenvaag, Sammy Frederix, Scrippy Scofield, Seg Baphomet, Sergen Davies, SignpostMarv Martin, Simon Nolan, SpacedOut Frye, Sporked Friis, Stevex Janus, Still Defiant, Strife Onizuka, Tayra Dagostino, TBBle Kurosawa, Teardrops Fall, tenebrous pau, Tharax Ferraris, Thickbrick Sleaford, Thraxis Epsilon, tiamat bingyi, TraductoresAnonimos Alter, Tue Torok, Vadim Bigbear, Vixen Heron, Whoops Babii, Wilton Lundquist, Zarkonnen Decosta, Zi Ree, Zipherius Turas, Damian Zhaoying
Second Life llega a ti gracias a Philip, Tessa, Andrew, Cory, James, Ben, Char, Charlie, Colin, Dan, Daniel, Doug, Eric, Hamlet, Haney, Eve, Hunter, Ian, Jeff, Jennifer, Jim, John, Lee, Mark, Peter, Phoenix, Richard, Robin, Xenon, Steve, Tanya, Eddie, Avi, Frank, Bruce, Aaron, Alice, Bob, Debra, Eileen, Helen, Janet, Louie, Leviathania, Stefan, Ray, Kevin, Tom, Mikeb, MikeT, Burgess, Elena, Tracy, Bill, Todd, Ryan, Zach, Sarah, Nova, Tim, Stephanie, Michael, Evan, Nicolas, Catherine, Rachelle, Dave, Holly, Bub, Kelly, Magellan, Ramzi, Don, Sabin, Jill, Rheya, Jeska, Torley, Kona, Callum, Charity, Ventrella, Jack, Vektor, Iris, Chris, Nicole, Mick, Reuben, Blue, Babbage, Yedwab, Deana, Lauren, Brent, Pathfinder, Chadrick, Altruima, Jesse, Teeny, Monroe, Icculus, David, Tess, Lizzie, Patsy, Isaac, Lawrence, Cyn, Bo, Gia, Annette, Marius, Tbone, Jonathan, Karen, Ginsu, Satoko, Yuko, Makiko, Thomas, Harry, Seth, Alexei, Brian, Guy, Runitai, Ethan, Data, Cornelius, Kenny, Swiss, Zero, Natria, Wendy, Stephen,
Teeple, Thumper, Lucy, Dee, Mia, Liana, Warren, Branka, Aura, beez, Milo, Hermia, Red, Thrax, Joe, Sally, Magenta, Mogura, Paul, Jose, Rejean, Henrik, Lexie, Amber, Logan, Xan, Nora, Morpheus, Donovan, Leyla, MichaelFrancis, Beast, Cube, Bucky, Joshua, Stryfe, Harmony, Teresa, Claudia, Walker, Glenn, Fritz, Fordak, June, Cleopetra, Jean, Ivy, Betsy, Roosevelt, Spike, Ken, Which, Tofu, Chiyo, Rob, Zee, dustin, George, Del, Matthew, Cat, Jacqui, Lightfoot, Adrian, Viola, Alfred, Noel, Irfan, Sunil, Yool, Rika, Jane, Xtreme, Frontier, a2, Neo, Siobhan, Yoz, Justin, Elle, Qarl, Benjamin, Isabel, Gulliver, Everett, Christopher, Izzy, Stephany, Garry, Sejong, Sean, Tobin, Iridium, Meta, Anthony, Jeremy, JP, Jake, Maurice, Madhavi, Leopard, Kyle, Joon, Kari, Bert, Belinda, Jon, Kristi, Bridie, Pramod, KJ, Socrates, Maria, Ivan, Aric, Yamasaki, Adreanne, Jay, MitchK, Ceren, Coco, Durl, Jenny, Periapse, Kartic, Storrs, Lotte, Sandy, Rohn, Colossus, Zen, BigPapi, Brad, Pastrami, Kurz, Mani, Neuro, Jaime, MJ, Rowan,
@@ -19,11 +19,11 @@ Gabriel, Locklainn, Claire, Devin, Minerva, Monty, Austin, Bradford, Si, Keira,
Linden Lab agradece a los siguientes residentes: able whitman, Adeon Writer, adonaira aabye, Aeron Kohime, Agathos Frascati, Aimee Trescothick, Aleric Inglewood, Alissa Sabre, Aminom Marvin, Angela Talamasca, Aralara Rajal, Armin Weatherwax, Ashrilyn Hayashida, Athanasius Skytower, Aura Dirval, Barney Boomslang, Biancaluce Robbiani, Biker Offcourse, Borg Capalini, Bulli Schumann, catherine pfeffer, Chalice Yao, Corre Porta, Court Goodman, Cummere Mayo, Dale Innis, Darien Caldwell, Darjeeling Schoonhoven, Daten Thielt, dimentox travanti, Dirk Talamasca, Drew Dwi, Duckless Vandyke, Elanthius Flagstaff, Electro Burnstein, emiley tomsen, Escort DeFarge, Eva Rau, Ezian Ecksol, Fire Centaur, Fluf Fredriksson, Francisco Koolhoven, Frontera Thor, Frungi Stastny, Gally Young, gearsawe stonecutter, Gigs Taggart, Gordon Wendt, Gudmund Shepherd, Gypsy Paz, Harleen Gretzky, Henri Beauchamp, Inma Rau, Irene Muni, Iskar Ariantho, Jacek Antonelli, JB Kraft, Jessicka Graves, Joeseph Albanese, Joshua Philgarlic, Khyota
Wulluf, kirstenlee Cinquetti, Latif Khalifa, Lex Neva, Lilibeth Andree, Lisa Lowe, Lunita Savira, Loosey Demonia, lum pfohl, Marcos Fonzarelli, MartinRJ Fayray, Marusame Arai, Matthew Dowd, Maya Remblai, McCabe Maxsted, Meghan Dench, Melchoir Tokhes, Menos Short, Michelle2 Zenovka, Mimika Oh, Minerva Memel, Mm Alder, Ochi Wolfe, Omei Turnbull, Pesho Replacement, Phantom Ninetails, phoenixflames kukulcan, Polo Gufler, prez pessoa, princess niven, Prokofy Neva, Qie Niangao, Rem Beattie, RodneyLee Jessop, Saijanai Kuhn, Seg Baphomet, Sergen Davies, Shirley Marquez, SignpostMarv Martin, Sindy Tsure, Sira Arbizu, Skips Jigsaw, Sougent Harrop, Spritely Pixel, Squirrel Wood, StarSong Bright, Subversive Writer, Sugarcult Dagger, Sylumm Grigorovich, Tammy Nowotny, Tanooki Darkes, Tayra Dagostino, Theoretical Chemistry, Thickbrick Sleaford, valerie rosewood, Vex Streeter, Vixen Heron, Whoops Babii, Winter Ventura, Xiki Luik, Yann Dufaux, Yina Yao, Yukinoroh Kamachi, Zolute Infinity, Zwagoth Klaar
</text_editor>
</panel>
</text_editor>
</panel>
<panel label="Licenses" name="licenses_panel">
<text_editor name="licenses_editor">
<panel label="Licenses" name="licenses_panel">
<text_editor name="licenses_editor">
3Dconnexion SDK Copyright (C) 1992-2007 3Dconnexion
APR Copyright (C) 2000-2012 The Apache Software Foundation
Collada DOM Copyright 2006 Sony Computer Entertainment Inc.
@@ -50,8 +50,8 @@ zlib Copyright (C) 1995-2012 Jean-loup Gailly and Mark Adler.
All rights reserved. Ver licenses.txt para mayor información.
Voice chat Audio coding: Polycom(R) Siren14(TM) (ITU-T Rec. G.722.1 Annex C)
</text_editor>
</panel>
</tab_container>
<string name="you_are_at">Estás en [POSITION]</string>
</text_editor>
</panel>
</tab_container>
<string name="you_are_at">Estás en [POSITION]</string>
</floater>

View File

@@ -1,97 +1,97 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="geminifloater" title="Animation Overrider">
<view_border name="ao_notecard"/>
<view_border name="ao_notecard_vis"/>
<text name="Give inventory" tool_tip="Arrastra aquí una nota de configuración de ZHAO. Las animaciones tienen que estar en la misma carpeta que la nota de configuración">
Arrastra aquí la nota del ZHAO II
</text>
<view_border name="ao_notecard_disp"/>
<text name="ao_nc_text" tool_tip="">
Utilizando: ITEM
</text>
<button name="opencard" label="Ver Notecard"/>
<button name="reloadcard" label="Recargar"/>
<check_box control_name="AOEnabled" label="Activar animations override" name="AOEnabled"/>
<check_box control_name="AOSitsEnabled" label="Activar sits override" name="AOSitsEnabled"/>
<text name="buttons_desc">
De Pie:
</text>
<combo_box name="stands" label=""/>
<button name="prevstand" tool_tip="Vista Previa de Pie" label="&lt;&lt;"/>
<button name="nextstand" tool_tip="Siguiente Animación de Pie" label="&gt;&gt;"/>
<check_box control_name="AOStandRandomize" label="Orden de Reprodución al azar" name="AOStandRandomize"/>
<check_box control_name="AONoStandsInMouselook" label="Desactiva De Pie en Vista Subjetiva" name="AONoStandsInMouselook"/>
<check_box control_name="EnableAORemote" label="Mostrar AO En Barra de Herram." name="ao_remote_checkbox"/>
<spinner control_name="AOStandInterval" name="standtime" label="Tiempo de Ejecución:" label_width="120" tool_tip="Tiempo de ejecuón de la animación, en segundos" />
<button name="newcard" label="Nueva Plantilla de Nota" />
<button label="Más &gt;&gt;" name="more_btn" tool_tip="Opciones Avanzadas" />
<button label="&lt;&lt; Menos" name="less_btn" tool_tip="Opciones Avanzadas" />
<tab_container label="Por Defecto" name="tabcontainer" >
<panel label="Animaciones por Defecto" name="tabdefaultanims">
<text name="textdefaultwalk">
Caminar:
</text>
<combo_box name="walks" label="" control_name="AODefaultWalk" />
<text name="textdefaultrun">
Correr:
</text>
<combo_box name="runs" label="" control_name="AODefaultRun" />
<text name="textdefaultjump">
Saltar:
</text>
<combo_box name="jumps" label="" control_name="AODefaultJump" />
<text name="textdefaultsit">
Sentado:
</text>
<combo_box name="sits" label="" control_name="AODefaultSit" />
<text name="textdefaultgsit">
Sentado en el Suelo:
</text>
<combo_box name="gsits" label="" control_name="AODefaultGroundSit" />
<text name="textdefaultcrouch">
Agachado:
</text>
<combo_box name="crouchs" label="" control_name="AODefaultCrouch" />
<text name="textdefaultcrouchwalk">
Caminar Agachado:
</text>
<combo_box name="cwalks" label="" control_name="AODefaultCrouchWalk" />
<text name="textdefaultfall">
Caer:
</text>
<combo_box name="falls" label="" control_name="AODefaultFall" />
<text name="textdefaulthover">
Flotar:
</text>
<combo_box name="hovers" label="" control_name="AODefaultHover" />
<text name="textdefaultfly">
Volar:
</text>
<combo_box name="flys" label="" control_name="AODefaultFly" />
<text name="textdefaultflyslow">
Vuelo Lento:
</text>
<combo_box name="flyslows" label="" control_name="AODefaultFlySlow" />
<text name="textdefaultflyup">
Volar Subiendo:
</text>
<combo_box name="flyups" label="" control_name="AODefaultFlyUp" />
<text name="textdefaultflydown">
Volar Bajando:
</text>
<combo_box name="flydowns" label="" control_name="AODefaultFlyDown" />
<text name="textdefaultland">
Aterrizar:
</text>
<combo_box name="lands" label="" control_name="AODefaultLand" />
<text name="textdefaultstandup">
Ponerse de Pie:
</text>
<combo_box name="standups" label="" control_name="AODefaultStandUp" />
<text name="textdefaultprejump">
Antes de Saltar:
</text>
<combo_box name="prejumps" label="" control_name="AODefaultPreJump" />
</panel>
</tab_container>
<view_border name="ao_notecard"/>
<view_border name="ao_notecard_vis"/>
<text name="Give inventory" tool_tip="Arrastra aquí una nota de configuración de ZHAO. Las animaciones tienen que estar en la misma carpeta que la nota de configuración">
Arrastra aquí la nota del ZHAO II
</text>
<view_border name="ao_notecard_disp"/>
<text name="ao_nc_text" tool_tip="">
Utilizando: ITEM
</text>
<button name="opencard" label="Ver Notecard"/>
<button name="reloadcard" label="Recargar"/>
<check_box control_name="AOEnabled" label="Activar animations override" name="AOEnabled"/>
<check_box control_name="AOSitsEnabled" label="Activar sits override" name="AOSitsEnabled"/>
<text name="buttons_desc">
De Pie:
</text>
<combo_box name="stands" label=""/>
<button name="prevstand" tool_tip="Vista Previa de Pie" label="&lt;&lt;"/>
<button name="nextstand" tool_tip="Siguiente Animación de Pie" label="&gt;&gt;"/>
<check_box control_name="AOStandRandomize" label="Orden de Reprodución al azar" name="AOStandRandomize"/>
<check_box control_name="AONoStandsInMouselook" label="Desactiva De Pie en Vista Subjetiva" name="AONoStandsInMouselook"/>
<check_box control_name="EnableAORemote" label="Mostrar AO En Barra de Herram." name="ao_remote_checkbox"/>
<spinner control_name="AOStandInterval" name="standtime" label="Tiempo de Ejecución:" label_width="120" tool_tip="Tiempo de ejecuón de la animación, en segundos" />
<button name="newcard" label="Nueva Plantilla de Nota" />
<button label="Más &gt;&gt;" name="more_btn" tool_tip="Opciones Avanzadas" />
<button label="&lt;&lt; Menos" name="less_btn" tool_tip="Opciones Avanzadas" />
<tab_container label="Por Defecto" name="tabcontainer" >
<panel label="Animaciones por Defecto" name="tabdefaultanims">
<text name="textdefaultwalk">
Caminar:
</text>
<combo_box name="walks" label="" control_name="AODefaultWalk" />
<text name="textdefaultrun">
Correr:
</text>
<combo_box name="runs" label="" control_name="AODefaultRun" />
<text name="textdefaultjump">
Saltar:
</text>
<combo_box name="jumps" label="" control_name="AODefaultJump" />
<text name="textdefaultsit">
Sentado:
</text>
<combo_box name="sits" label="" control_name="AODefaultSit" />
<text name="textdefaultgsit">
Sentado en el Suelo:
</text>
<combo_box name="gsits" label="" control_name="AODefaultGroundSit" />
<text name="textdefaultcrouch">
Agachado:
</text>
<combo_box name="crouchs" label="" control_name="AODefaultCrouch" />
<text name="textdefaultcrouchwalk">
Caminar Agachado:
</text>
<combo_box name="cwalks" label="" control_name="AODefaultCrouchWalk" />
<text name="textdefaultfall">
Caer:
</text>
<combo_box name="falls" label="" control_name="AODefaultFall" />
<text name="textdefaulthover">
Flotar:
</text>
<combo_box name="hovers" label="" control_name="AODefaultHover" />
<text name="textdefaultfly">
Volar:
</text>
<combo_box name="flys" label="" control_name="AODefaultFly" />
<text name="textdefaultflyslow">
Vuelo Lento:
</text>
<combo_box name="flyslows" label="" control_name="AODefaultFlySlow" />
<text name="textdefaultflyup">
Volar Subiendo:
</text>
<combo_box name="flyups" label="" control_name="AODefaultFlyUp" />
<text name="textdefaultflydown">
Volar Bajando:
</text>
<combo_box name="flydowns" label="" control_name="AODefaultFlyDown" />
<text name="textdefaultland">
Aterrizar:
</text>
<combo_box name="lands" label="" control_name="AODefaultLand" />
<text name="textdefaultstandup">
Ponerse de Pie:
</text>
<combo_box name="standups" label="" control_name="AODefaultStandUp" />
<text name="textdefaultprejump">
Antes de Saltar:
</text>
<combo_box name="prejumps" label="" control_name="AODefaultPreJump" />
</panel>
</tab_container>
</floater>

View File

@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="floater_asset_text_editor" title="Editor de Textos">
<text name="status_text">
Cargando...
</text>
<button name="upload_btn" label="[UPLOAD]"/>
<button name="save_btn" label="Grabar"/>
<simple_text_editor name="text_editor" />
<text name="status_text">
Cargando...
</text>
<button name="upload_btn" label="[UPLOAD]"/>
<button name="save_btn" label="Grabar"/>
<simple_text_editor name="text_editor" />
</floater>

View File

@@ -1,21 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="floater_blacklist" title="Lista Negra">
<button name="add_btn" label="Agregar..."/>
<button name="remove_btn" label="Borrar"/>
<combo_box name="asset_combo" label="Tipo de Asset"/>
<line_editor name="id_edit" label="Colocar aquí el UUID del Asset UUID." />
<line_editor name="name_edit" label="Colocar aquí el Nombre de la entrada."/>
<scroll_list name="file_list">
<column name="asset_id" label="ID del Asset"/>
<column name="entry_name" label="Nombre" />
<column name="entry_type" label="Tipo"/>
<column name="entry_agent" label="Agregado por"/>
<column name="entry_date" label="Fecha"/>
<!--column dynamicwidth="false" name="asset_id" label="Asset-ID" width="130"/-->
</scroll_list>
<button name="save_btn" label="Guardar XML" width="100" />
<button name="load_btn" label="Cargar XML" left_delta="110" width="100"/>
<button name="clear_btn" label="Limpiar" left_delta="110" />
<!--button name="rerender_btn" follows="right|bottom" width="150" bottom_delta="0" left_delta="400" height="20" label="Rerender all Objects"/-->
<button name="copy_uuid_btn" label="Copiar UUID"/>
<button name="add_btn" label="Agregar..."/>
<button name="remove_btn" label="Borrar"/>
<combo_box name="asset_combo" label="Tipo de Asset"/>
<line_editor name="id_edit" label="Colocar aquí el UUID del Asset UUID." />
<line_editor name="name_edit" label="Colocar aquí el Nombre de la entrada."/>
<scroll_list name="file_list">
<column name="asset_id" label="ID del Asset"/>
<column name="entry_name" label="Nombre" />
<column name="entry_type" label="Tipo"/>
<column name="entry_agent" label="Agregado por"/>
<column name="entry_date" label="Fecha"/>
</scroll_list>
<button name="save_btn" label="Guardar XML" width="100" />
<button name="load_btn" label="Cargar XML" left_delta="110" width="100"/>
<button name="clear_btn" label="Limpiar" left_delta="110" />
<button name="copy_uuid_btn" label="Copiar UUID"/>
</floater>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<multi_floater name="floater_chatterbox" title="Comunicarse">
<tab_container name="chatterbox_tabs"/>
</multi_floater>
<tab_container name="chatterbox_tabs"/>
</multi_floater>1

View File

@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="clothing" title="Ropas">
<scroll_list name="clothing_list">
<column label="" name="icon"/>
<column label="Nombre" name="name"/>
<column name="sort" width="-1" />
</scroll_list>
<button label="Quitarse" name="take_off_btn"/>
<button label="Vestirse" name="wear_btn"/>
<scroll_list name="clothing_list">
<column label="" name="icon"/>
<column label="Nombre" name="name"/>
<column name="sort" width="-1" />
</scroll_list>
<button label="Quitarse" name="take_off_btn"/>
<button label="Vestirse" name="wear_btn"/>
</floater>

View File

@@ -1,23 +1,18 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- All our XML is utf-8 encoded. -->
<!-- Floaters can optionally have their titlebar drag handle on the left.
If so, the title is not visible.
When a floater is resizable, a min_width and min_height must be specified. -->
<floater name="floater_contact_groups" title="Administrar Grupos">
<text name="InstructManageContacts">
Selecciona un Grupo (o Presiona Nuevo para crear uno):
</text>
<combo_box tool_tip="Grupos de Contactos" name="buddy_group_combobox">
<combo_item name="All" value="All">
Todos
</combo_item>
</combo_box>
<button label="+" name="combo_group_add"/>
<button label="-" name="combo_group_remove"/>
<button label="Nuevo" name="combo_group_create"/>
<text name="contact_list_text">
Actualmente en:
</text>
<scroll_list name="group_scroll_list"/>
<floater name="floater_contact_groups" title="Administrar Grupos">
<text name="InstructManageContacts">
Selecciona un Grupo (o Presiona Nuevo para crear uno):
</text>
<combo_box tool_tip="Grupos de Contactos" name="buddy_group_combobox">
<combo_item name="All" value="All">
Todos
</combo_item>
</combo_box>
<button label="+" name="combo_group_add"/>
<button label="-" name="combo_group_remove"/>
<button label="Nuevo" name="combo_group_create"/>
<text name="contact_list_text">
Actualmente en:
</text>
<scroll_list name="group_scroll_list"/>
</floater>

View File

@@ -6,7 +6,7 @@
Buscando...
</string>
<string name="not_found_text">
Nada encontrado.
Nada hallado.
</string>
<text name="find">
Buscar:
@@ -167,10 +167,10 @@
Arte y Cultura
</combo_item>
<combo_item name="Charity/SupportGroups">
Representaciones
Grupos de Ayuda y Caridad
</combo_item>
<combo_item name="Miscellaneous">
Miscelaneos
Misceláneos
</combo_item>
</combo_box>
<check_box label="Contenido PG" name="incpg"/>
@@ -180,7 +180,7 @@
<button label="Borrar" label_selected="Borrar" name="Delete"/>
<scroll_list name="results">
<column label="Nombre" name="name"/>
<column label="Hora (PT)" name="date"/>
<column label="a (PT)" name="date"/>
<column label="Hora" name="time"/>
</scroll_list>
<button label="Siguiente &gt;" label_selected="Siguiente &gt;" name="Next &gt;"/>
@@ -247,8 +247,6 @@ subasta. Para comprarlo directamente, visítalo y pulsa en el nombre del terreno
<text name="areacheck_symbol">
</text>
<line_editor name="priceedit"/>
<line_editor name="areaedit"/>
<button label="Buscar" label_selected="Buscar" name="Search"/>
<scroll_list name="results">
<column label="Nombre" name="name"/>
@@ -270,7 +268,6 @@ subasta. Para comprarlo directamente, visítalo y pulsa en el nombre del terreno
<text name="find">
Buscar:
</text>
<line_editor name="name"/>
<check_box label="Contenido PG" name="incpg"/>
<check_box label="Contenido Mature" name="incmature"/>
<check_box label="Contenido Adulto" name="incadult"/>
@@ -380,7 +377,6 @@ subasta. Para comprarlo directamente, visítalo y pulsa en el nombre del terreno
<text name="find">
Buscar:
</text>
<line_editor name="name"/>
<button label="Buscar" label_selected="Buscar" name="Search"/>
<scroll_list name="results">
<column label="Nombre" name="name"/>
@@ -409,7 +405,6 @@ subasta. Para comprarlo directamente, visítalo y pulsa en el nombre del terreno
<column label="Nombre" name="name"/>
<column label="Miembros" name="members"/>
</scroll_list>
<text name="result_text"/>
</panel>
</tab_container>
<panel name="Panel Avatar"/>

View File

@@ -1,638 +1,387 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="true" can_drag_on_left="false" can_minimize="true"
can_resize="true" height="570" min_height="570" min_width="780"
name="directory" rect_control="FloaterFindRect2" title="Search Second Life"
width="780">
<tab_container bottom="-570" follows="left|top|right|bottom" height="550" left="0"
mouse_opaque="false" name="Directory Tabs" tab_position="top" width="780">
<panel border="true" bottom="-549" follows="left|top|right|bottom" height="533"
label="All" left="1" mouse_opaque="false" name="find_all_old_panel" width="778">
<floater name="directory" title="Buscar en Second Life">
<tab_container name="Directory Tabs">
<panel label="Todo" name="find_all_old_panel">
<string name="searching_text">
Searching...
Buscando...
</string>
<string name="not_found_text">
None Found.
Nada Encontrado.
</string>
<button bottom="-533" follows="left|bottom" font="SansSerif" halign="center"
height="20" label="&lt; Prev" label_selected="&lt; Prev" left="80"
mouse_opaque="true" name="&lt; Prev" width="60" />
<button bottom="-533" follows="left|bottom" font="SansSerif" halign="center"
height="20" label="Next &gt;" label_selected="Next &gt;"
mouse_opaque="true" name="Next &gt;" width="60" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-24" drop_shadow_visible="true" follows="left|top" font="SansSerif"
h_pad="0" halign="left" height="16" left="4" mouse_opaque="true"
name="find" v_pad="0" width="50">
Find:
<button label="&lt; Ant." label_selected="&lt; Ant." name="&lt; Prev"/>
<button label="Sig. &gt;" label_selected="Sig. &gt;" name="Next &gt;"/>
<text name="find">
Buscar:
</text>
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-24"
follows="left|top" font="SansSerif" height="18" left_delta="38"
max_length="63" mouse_opaque="true" name="name" width="128" spell_check="true" />
<button bottom="-26" follows="left|top" font="SansSerif" halign="center" height="20"
label="Search" label_selected="Search" left_delta="136" mouse_opaque="true"
name="Search" width="70" />
<check_box bottom="-22" control_name="ShowPGSearchAll" follows="left|top"
font="SansSerifSmall" height="16" initial_value="true"
label="PG content" left_delta="78" mouse_opaque="true"
name="incpg" width="156" />
<check_box bottom="-22" control_name="ShowMatureSearchAll" follows="left|top"
font="SansSerifSmall" height="16" initial_value="false"
label="Mature content" left_delta="100" mouse_opaque="true"
name="incmature" width="156" />
<check_box bottom="-22" control_name="ShowAdultSearchAll" follows="left|top"
font="SansSerifSmall" height="16" initial_value="false"
label="Adult content" left_delta="120" mouse_opaque="true"
name="incadult" width="156" />
<scroll_list background_visible="true" bottom="-513" column_padding="0" draw_border="true"
draw_heading="false" fg_disable_color="1, 1, 1, 1"
follows="left|top|right|bottom" height="464" left="4" mouse_opaque="true"
multi_select="false" name="results" search_column="1" width="339">
<column label="" name="icon" width="24" />
<column label="Name" name="name" width="235" />
<column label="Price" name="price" width="90" />
<column label="Time (PT)" name="date" width="90" />
<column label="Time" name="time" width="-1" />
<column label="Traffic" name="dwell" width="90" />
<column label="Area" name="area" width="90" />
<column label="L$/sq.m" name="per_meter" width="90" />
<column label="Online" name="online" width="90" />
<column label="Members" name="members" width="90" />
<button label="Buscar" label_selected="Buscar" name="Search"/>
<check_box label="Contenido PG" name="incpg"/>
<check_box label="Contenido Mature" name="incmature"/>
<check_box label="Contenido Adulto" name="incadult"/>
<scroll_list name="results">
<column label="" name="icon"/>
<column label="Nombre" name="name"/>
<column label="Precio" name="price"/>
<column label="Día (PT)" name="date"/>
<column label="Hora" name="time"/>
<column label="Tráfico" name="dwell"/>
<column label="Superfice" name="area"/>
<column label="L$/m²" name="per_meter"/>
<column label="Conectado" name="online"/>
<column label="Miembros" name="members"/>
</scroll_list>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-20" drop_shadow_visible="true" follows="left|bottom"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4"
mouse_opaque="true" name="result_text" v_pad="0" width="328" />
</panel>
<panel border="true" bottom="-549" follows="left|top|right|bottom" height="533"
label="Classifieds" left="1" left_delta="68" mouse_opaque="false"
name="classified_panel" width="778">
<panel label="Clasificados" name="classified_panel">
<string name="searching_text">
Searching...
Buscando...
</string>
<string name="not_found_text">
None Found.
Nada Encontrado.
</string>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-24" drop_shadow_visible="true" follows="left|top" font="SansSerif"
h_pad="0" halign="left" height="16" left="4" mouse_opaque="true"
name="find" v_pad="0" width="50">
Find:
<text name="find">
Buscar:
</text>
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-24"
follows="left|right|top" font="SansSerif" height="18" left="56"
max_length="63" mouse_opaque="true" name="name" width="160" spell_check="true" />
<check_box bottom="-22" control_name="ShowPGClassifieds" follows="right|top"
font="SansSerifSmall" height="16" initial_value="true"
label="PG content" left="420" mouse_opaque="true"
name="incpg" width="156" />
<check_box bottom="-40" control_name="ShowMatureClassifieds" follows="right|top"
font="SansSerifSmall" height="16" initial_value="true"
label="Mature content" left="420" mouse_opaque="true"
name="incmature" width="156" />
<check_box bottom="-58" control_name="ShowAdultClassifieds" follows="right|top"
font="SansSerifSmall" height="16" initial_value="false"
label="Adult content" left="420" mouse_opaque="true"
name="incadult" width="156" />
<combo_box allow_text_entry="false" bottom="-46" follows="right|top" height="18" left="230"
max_chars="20" mouse_opaque="true" name="Category" width="158">
<combo_item name="AnyCategory" value="0">
Any Category
<check_box label="Contenido PG" name="incpg"/>
<check_box label="Contenido Mature" name="incmature"/>
<check_box label="Contenido Adulto" name="incadult"/>
<combo_box name="Category">
<combo_item name="AnyCategory">
Cualquier Categoría
</combo_item>
<combo_item name="Shopping" value="1">
Shopping
<combo_item name="Shopping">
Compra
</combo_item>
<combo_item name="LandRental" value="2">
Land Rental
<combo_item name="LandRental">
Terreno en alquiler
</combo_item>
<combo_item name="PropertyRental" value="3">
Property Rental
<combo_item name="PropertyRental">
Propiedad en alquiler
</combo_item>
<combo_item name="SpecialAttraction" value="4">
Special Attraction
<combo_item name="SpecialAttraction">
Atracciones especiales
</combo_item>
<combo_item name="NewProducts" value="5">
New Products
<combo_item name="NewProducts">
Nuevos Productos
</combo_item>
<combo_item name="Employment" value="6">
Employment
<combo_item name="Employment">
Empleos
</combo_item>
<combo_item name="Wanted" value="7">
Wanted
<combo_item name="Wanted">
Se Busca
</combo_item>
<combo_item name="Service" value="8">
Service
<combo_item name="Service">
Servicios
</combo_item>
<combo_item name="Personal" value="9">
<combo_item name="Personal">
Personal
</combo_item>
</combo_box>
<button bottom="-48" follows="right|top" font="SansSerif" halign="center" height="20"
label="Browse" label_selected="Browse" left="121" mouse_opaque="true"
name="Browse" width="95" />
<button bottom="-48" follows="right|top" font="SansSerif" halign="center" height="20"
label="Search" label_selected="Search" left="121" mouse_opaque="true" name="Search"
visible="false" width="95" />
<button bottom="-46" follows="right|top" font="SansSerif" halign="center" height="20"
label="Place an Ad..." label_selected="Place an Ad..." left="630"
mouse_opaque="true" name="Place an Ad..." width="145" />
<button bottom="-533" follows="left|bottom" font="SansSerif" halign="center"
height="20" label="Delete" label_selected="Delete" left="80"
mouse_opaque="true" name="Delete" width="80" />
<scroll_list background_visible="true" bottom="-510" column_padding="0" draw_border="true"
draw_heading="true" follows="left|top|right|bottom" height="450" left="4"
mouse_opaque="true" multi_select="false" name="results" search_column="2" width="339">
<column label="" name="icon" width="24" />
<column label="" name="type" width="-1" />
<column label="Name" name="name" width="225" />
<column label="Price" name="price" width="55" />
<button label="Navegar" label_selected="Navegar" name="Browse"/>
<button label="Buscar" label_selected="Buscar" name="Search"/>
<button label="Poner un Anuncio..." label_selected="Poner un Anuncio..." name="Place an Ad..."/>
<button label="Borrar" label_selected="Borrar" name="Delete"/>
<scroll_list name="results">
<column label="" name="icon"/>
<column label="" name="type"/>
<column label="Nombre" name="name"/>
<column label="Precio" name="price"/>
</scroll_list>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-20" drop_shadow_visible="true" follows="left|bottom"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4"
mouse_opaque="true" name="result_text" v_pad="0" width="80" />
<button bottom="-533" follows="right|bottom" font="SansSerif" halign="center"
height="20" label="Next &gt;" label_selected="Next &gt;"
mouse_opaque="true" name="Next &gt;" right="344" width="80" />
<button bottom_delta="0" follows="right|bottom" font="SansSerif" halign="center"
height="20" label="&lt; Prev" label_selected="&lt; Prev"
mouse_opaque="true" name="&lt; Prev" right="258" width="80" />
<button label="Sig. &gt;" label_selected="Sig. &gt;" name="Next &gt;"/>
<button label="&lt; Ant." label_selected="&lt; Ant." name="&lt; Prev"/>
</panel>
<panel border="true" bottom="-549" default_tab_group="1"
follows="left|top|right|bottom" height="533" label="Events" left="1"
mouse_opaque="false" name="events_panel" width="778">
<panel label="Eventos" name="events_panel">
<string name="searching_text">
Searching...
Buscando...
</string>
<string name="not_found_text">
None Found.
Ninguno Encontrado.
</string>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-24" drop_shadow_visible="true" follows="left|top" font="SansSerif"
h_pad="0" halign="left" height="16" left="4" mouse_opaque="true"
name="text2" v_pad="0" width="50">
Find:
<text name="text2">
Buscar:
</text>
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-24"
follows="left|right|top" font="SansSerif" height="18" left="56"
max_length="63" mouse_opaque="true" name="event_search_text" width="160" spell_check="true" />
<radio_group bottom="-40" draw_border="false" follows="right|top" height="40" left="560"
mouse_opaque="true" name="date_mode" width="300">
<radio_item bottom="-20" follows="left|top" height="20" left="0" mouse_opaque="true"
name="current" width="174">
In-Progress and Upcoming
<radio_group name="date_mode">
<radio_item name="current">
En curso y próximos
</radio_item>
<radio_item bottom_delta="-10" follows="left|top" height="20" left="0" mouse_opaque="true"
name="date" width="56">
Date
<radio_item name="date">
Fecha
</radio_item>
</radio_group>
<button bottom="-40" follows="right|top" font="SansSerif" halign="center" height="20"
label="&lt;&lt;" label_selected="&lt;&lt;" left_delta="54"
mouse_opaque="true" name="&lt;&lt;" tool_tip="Go back a day" width="24" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-36" drop_shadow_visible="true" follows="right|top" font="SansSerif"
h_pad="0" halign="center" height="14" left_delta="22" mouse_opaque="true"
name="date_text" v_pad="0" width="48">
<button label="&lt;&lt;" label_selected="&lt;&lt;" name="&lt;&lt;" tool_tip="Retroceder un día"/>
<text name="date_text">
6/6
</text>
<button bottom="-40" follows="right|top" font="SansSerif" halign="center" height="20"
label="&gt;&gt;" label_selected="&gt;&gt;" left_delta="50"
mouse_opaque="true" name="&gt;&gt;" tool_tip="Go forward a day" width="24" />
<button bottom="-40" follows="right|top" font="SansSerif" halign="center" height="20"
label="Today" label_selected="Today" left_delta="28" mouse_opaque="true"
name="Today" tool_tip="Show today&apos;s events" width="60" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-24" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="20" left="289"
mouse_opaque="true" name="text" v_pad="0" width="90" visible="false">
Category:
<button label="&gt;&gt;" label_selected="&gt;&gt;" name="&gt;&gt;" tool_tip="Avanzar un día"/>
<button label="Hoy" label_selected="Hoy" name="Today" tool_tip="Mostrar los eventos del día de hoy"/>
<text name="text">
Categoría:
</text>
<combo_box allow_text_entry="false" bottom="-46" follows="right|top" height="18" left="230"
max_chars="20" mouse_opaque="true" name="category combo" width="158">
<combo_item name="All" value="0">
Any Category
<combo_box name="category combo">
<combo_item name="All">
Cualquier categoría
</combo_item>
<combo_item name="Discussion" value="18">
Discussion
<combo_item name="Discussion">
Debates
</combo_item>
<combo_item name="Sports" value="19">
Sports
<combo_item name="Sports">
Deportes
</combo_item>
<combo_item name="LiveMusic" value="20">
Live Music
<combo_item name="LiveMusic">
Música en vivo
</combo_item>
<combo_item name="Commercial" value="22">
Commercial
<combo_item name="Commercial">
Comercial
</combo_item>
<combo_item name="Nightlife/Entertainment" value="23">
Nightlife/Entertainment
<combo_item name="Nightlife/Entertainment">
Vida nocturna/Entretenimiento
</combo_item>
<combo_item name="Games/Contests" value="24">
Games/Contests
<combo_item name="Games/Contests">
Juegos/Concursos
</combo_item>
<combo_item name="Pageants" value="25">
Pageants
<combo_item name="Pageants">
Representaciones
</combo_item>
<combo_item name="Education" value="26">
Education
<combo_item name="Education">
Educación
</combo_item>
<combo_item name="ArtsandCulture" value="27">
Arts and Culture
<combo_item name="ArtsandCulture">
Arte y Cultura
</combo_item>
<combo_item name="Charity/SupportGroups" value="28">
Charity/Support Groups
<combo_item name="Charity/SupportGroups">
Grupos de Ayuda y Caridad
</combo_item>
<combo_item name="Miscellaneous" value="29">
Miscellaneous
Misceláneos
</combo_item>
</combo_box>
<check_box bottom="-22" control_name="ShowPGEvents" follows="right|top"
font="SansSerifSmall" height="16" initial_value="true"
label="PG content" left="420" mouse_opaque="true"
name="incpg" width="156" />
<check_box bottom="-40" control_name="ShowMatureEvents" follows="right|top"
font="SansSerifSmall" height="16" initial_value="true"
label="Mature content" left="420" mouse_opaque="true"
name="incmature" width="156" />
<check_box bottom="-58" control_name="ShowAdultEvents" follows="right|top"
font="SansSerifSmall" height="16" initial_value="false"
label="Adult content" left="420" mouse_opaque="true"
name="incadult" width="156" />
<button bottom="-48" follows="right|top" font="SansSerif" halign="center" height="20"
label="Search" label_selected="Search" left="121" mouse_opaque="true" name="Search"
visible="true" width="95" />
<button bottom="-533" follows="left|bottom" font="SansSerif" halign="center"
height="20" label="Delete" label_selected="Delete" left="80"
mouse_opaque="true" name="Delete" width="80" />
<scroll_list background_visible="true" bottom="-510" column_padding="0" draw_border="true" draw_heading="true"
follows="left|top|right|bottom" height="450" left="4" mouse_opaque="true"
multi_select="false" name="results" search_column="2" width="339">
<column label="" name="icon" width="24" />
<column label="" name="type" width="-1" />
<column dynamicwidth="true" label="Name" name="name" />
<column label="Time (PT)" name="date" sort="time" width="106" />
<column label="" name="event_id" width="-1" />
<column label="Time" name="time" width="-1" />
<check_box label="Contenido PG" name="incpg"/>
<check_box label="Contenido Mature" name="incmature"/>
<check_box label="Contenido Adult" name="incadult"/>
<button label="Buscar" label_selected="Buscar" name="Search"/>
<button label="Borrar" label_selected="Borrar" name="Delete"/>
<scroll_list name="results">
<column label="" name="icon"/>
<column label="" name="type"/>
<column label="Nombre" name="name" />
<column label="Día (PT)" name="date"/>
<column label="" name="event_id"/>
<column label="Hora" name="time"/>
</scroll_list>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-20" drop_shadow_visible="true" follows="left|bottom"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4"
mouse_opaque="true" name="result_text" v_pad="0" width="80" />
<button bottom="-533" follows="right|bottom" font="SansSerif" halign="center"
height="20" label="Next &gt;" label_selected="Next &gt;"
mouse_opaque="true" name="Next &gt;" right="344" width="80" />
<button bottom_delta="0" follows="right|bottom" font="SansSerif" halign="center"
height="20" label="&lt; Prev" label_selected="&lt; Prev"
mouse_opaque="true" name="&lt; Prev" right="258" width="80" />
<button label="Sig. &gt;" label_selected="Sig. &gt;" name="Next &gt;"/>
<button label="&lt; Ant." label_selected="&lt; Ant." name="&lt; Prev"/>
</panel>
<panel border="true" bottom="-549" follows="left|top|right|bottom" height="533"
label="Land Sales" left="1" mouse_opaque="false" name="land_sales_panel"
width="778" default_tab_group="1">
<panel label="Venta de Terrenos" name="land_sales_panel">
<string name="searching_text">
Searching...
Buscando...
</string>
<string name="not_found_text">
None Found.
Ninguno Encontrado.
</string>
<string name="land_help_text">
Land can be bought direct for in-world money ([CURRENCY]) or at auction for either [CURRENCY] or [REALCURRENCY].
To buy direct, visit the land and click on the place name in the title bar.
El terreno puede comprarse directamente en la moneda del mundo ([CURRENCY]) , o con [CURRENCY] o [REALCURRENCY]. en una
subasta. Para comprarlo directamente, visítalo y pulsa en el nombre del terreno en la barra superior del visor.
</string>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-24" drop_shadow_visible="true" follows="left|top" font="SansSerif"
h_pad="0" halign="left" height="16" left="4" mouse_opaque="true"
name="find" v_pad="0" width="50">
Find:
<text name="find">
Buscar:
</text>
<check_box bottom="-22" control_name="ShowPGLand" follows="right|top"
font="SansSerifSmall" height="16" initial_value="true"
label="PG content" left="420" mouse_opaque="true"
name="incpg" tab_group="7" width="156" />
<check_box bottom="-40" control_name="ShowMatureLand" follows="right|top"
font="SansSerifSmall" height="16" initial_value="true"
label="Mature content" left="420" mouse_opaque="true"
name="incmature" tab_group="8" width="156" />
<check_box bottom="-58" control_name="ShowAdultLand" follows="right|top"
font="SansSerifSmall" height="16" initial_value="false"
label="Adult content" left="420" mouse_opaque="true"
name="incadult" tab_group="9" width="156" />
<combo_box allow_text_entry="false" bottom="-46" follows="left|top|right" height="18" left="282"
max_chars="20" mouse_opaque="true" name="type" tab_group="6" width="128">
<combo_item name="AllTypes" value="All Types">
All Types
<check_box label="Contenido PG" name="incpg"/>
<check_box label="Contenido Mature" name="incmature"/>
<check_box label="Contenido Adult" name="incadult"/>
<combo_box name="type">
<combo_item name="AllTypes">
Todos los tipos
</combo_item>
<combo_item name="Auction" value="Auction">
Auction
<combo_item name="Auction">
Subasta
</combo_item>
<combo_item name="MainlandSales" value="Mainland Sales">
For Sale - Mainland
<combo_item name="MainlandSales">
En Venta - Mainland
</combo_item>
<combo_item name="EstateSales" value="Estate Sales">
For Sale - Estate
<combo_item name="EstateSales">
En Venta - Estado
</combo_item>
</combo_box>
<check_box bottom="-24" control_name="FindLandPrice" follows="left|top"
font="SansSerifSmall" height="16" initial_value="true"
label="Price &#8804; " left="56" mouse_opaque="true" name="pricecheck"
tab_group="1" width="88" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" follows="left|top"
bottom="-24" font="SansSerifSmall" halign="left" height="16" left="116" mouse_opaque="true"
name="pricecheck_symbol" width="15">
L$
<check_box label="Precio &#8804; " name="pricecheck"/>
<text name="pricecheck_symbol">
[CURRENCY]
</text>
<check_box bottom_delta="-18" control_name="FindLandArea" follows="left|top"
font="SansSerifSmall" height="16" initial_value="true"
label="Area &#8805; " left="56" mouse_opaque="true" name="areacheck"
tab_group="3" width="80" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" follows="left|top"
bottom="-42" font="SansSerifSmall" halign="left" height="16" left="170" mouse_opaque="true"
name="areacheck_symbol" width="15">
<check_box label="Superficie &#8805; " name="areacheck"/>
<text name="areacheck_symbol">
</text>
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-22"
follows="left|top" font="SansSerifSmall" height="16" left="132"
max_length="10" mouse_opaque="true" name="priceedit" tab_group="2" width="50" spell_check="true" />
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-18"
follows="left|top" font="SansSerifSmall" height="16" left="117"
max_length="10" mouse_opaque="true" name="areaedit" tab_group="4" width="50" spell_check="true" />
<button bottom="-48" follows="left|top" font="SansSerif" halign="center" height="20"
label="Search" label_selected="Search" left="208" mouse_opaque="true"
name="Search" tab_group="5" width="70" />
<scroll_list background_visible="true" bottom="-510" column_padding="0" draw_border="true" draw_heading="true"
follows="left|top|right|bottom" height="450" left="4" mouse_opaque="true"
multi_select="false" name="results" search_column="2" tab_group="10" width="387">
<column label="" name="icon" width="24" />
<column label="" name="type" width="-1" />
<column dynamicwidth="true" label="Name" name="name" />
<column label="Type" name="landtype" width="50" />
<column label="L$ Price" name="price" width="65" />
<column label="Area" name="area" width="50" />
<column label="L$/m²" name="per_meter" width="65" />
<button label="Buscar" label_selected="Buscar" name="Search"/>
<scroll_list name="results">
<column label="" name="icon"/>
<column label="" name="type"/>
<column label="Nombre" name="name" />
<column label="Tipo" name="landtype"/>
<column label="[CURRENCY] Precio" name="price"/>
<column label="Superficie" name="area"/>
<column label="[CURRENCY]/m²" name="per_meter"/>
</scroll_list>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-20" drop_shadow_visible="true" follows="left|bottom"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4"
mouse_opaque="true" name="result_text" v_pad="0" width="328" />
<button bottom="-533" follows="right|bottom" font="SansSerif" halign="center"
height="20" label="Next &gt;" label_selected="Next &gt;"
mouse_opaque="true" name="Next &gt;" right="344" width="80" />
<button bottom_delta="0" follows="right|bottom" font="SansSerif" halign="center"
height="20" label="&lt; Prev" label_selected="&lt; Prev"
mouse_opaque="true" name="&lt; Prev" right="258" width="80" />
<button label="Sig. &gt;" label_selected="Sig. &gt;" name="Next &gt;"/>
<button label="&lt; Ant." label_selected="&lt; Ant." name="&lt; Prev"/>
</panel>
<panel border="true" bottom="-549" follows="left|top|right|bottom" height="533"
label="Places" left="1" mouse_opaque="false" name="places_panel"
width="778">
<panel label="Lugares" name="places_panel">
<string name="searching_text">
Searching...
Buscando...
</string>
<string name="not_found_text">
None Found.
Ninguno Encontrado.
</string>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-24" drop_shadow_visible="true" follows="left|top" font="SansSerif"
h_pad="0" halign="left" height="16" left="4" mouse_opaque="true"
name="find" v_pad="0" width="50">
Find:
<text name="find">
Buscar:
</text>
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-24"
follows="left|right|top" font="SansSerif" height="18" left="56"
max_length="63" mouse_opaque="true" name="name" width="160" spell_check="true" />
<check_box bottom="-22" control_name="ShowPGSims" follows="right|top"
font="SansSerifSmall" height="16" initial_value="true"
label="PG content" left="420" mouse_opaque="true"
name="incpg" width="156" />
<check_box bottom="-40" control_name="ShowMatureSims" follows="right|top"
font="SansSerifSmall" height="16" initial_value="true"
label="Mature content" left="420" mouse_opaque="true"
name="incmature" width="156" />
<check_box bottom="-58" control_name="ShowAdultSims" follows="right|top"
font="SansSerifSmall" height="16" initial_value="false"
label="Adult content" left="420" mouse_opaque="true"
name="incadult" width="156" />
<combo_box allow_text_entry="false" bottom="-46" enabled="false" follows="right|top" height="18" left="230"
max_chars="20" mouse_opaque="true" name="Category" width="128" visible="false">
<combo_item name="AnyCategory" value="any">
Any Category
<check_box label="Contenido PG" name="incpg"/>
<check_box label="Contenido Mature" name="incmature"/>
<check_box label="Contenido Adulto" name="incadult"/>
<combo_box name="Category">
<combo_item name="AnyCategory">
Cualquier Categoría
</combo_item>
<combo_item name="LindenLocation" value="linden">
Official Location
<combo_item name="LindenLocation">
Localización Linden
</combo_item>
<combo_item name="Arts&amp;Culture" value="arts">
Artsand Culture
<combo_item name="Arts&amp;Culture">
Arte y Cultura
</combo_item>
<combo_item name="Business" value="store">
Business
<combo_item name="Business">
Negocios
</combo_item>
<combo_item name="Educational" value="educational">
Educational
<combo_item name="Educational">
Educacional
</combo_item>
<combo_item name="Gaming" value="game">
Gaming
<combo_item name="Gaming">
Juegos de Azar
</combo_item>
<combo_item name="Hangout" value="gather">
Hangout
<combo_item name="Hangout">
Entretenimiento
</combo_item>
<combo_item name="NewcomerFriendly" value="newcomer">
Newcomer Friendly
<combo_item name="NewcomerFriendly">
Para recién llegados
</combo_item>
<combo_item name="Parks&amp;Nature" value="park">
Parks and Nature
<combo_item name="Parks&amp;Nature">
Parques y Naturaleza
</combo_item>
<combo_item name="Residential" value="home">
Residential
<combo_item name="Residential">
Residencial
</combo_item>
<combo_item name="Shopping" value="shopping">
Shopping
<combo_item name="Shopping">
Compras
</combo_item>
<combo_item name="Other" value="other">
Other
<combo_item name="Other">
Otra
</combo_item>
<combo_item name="Rental" value="rental">
Alquiler
</combo_item>
<combo_item name="Rental" value="rental">
Rental
</combo_item>
</combo_box>
<!-- This is used only during the AO transition and can be deleted once the AO transition is
complete. It is identical to the combo box above except that it has the Adult category.
You might also want to set it back to default visible and enabled. -->
<combo_box allow_text_entry="false" bottom="-46" enabled="false" follows="right|top" height="18" left="230"
max_chars="20" mouse_opaque="true" name="Category_Adult" width="128" visible="false">
<combo_item name="AnyCategory" value="any">
Any Category
<combo_box name="Category_Adult">
<combo_item name="AnyCategory">
Cualquier Categoría
</combo_item>
<combo_item name="LindenLocation" value="linden">
Linden Location
<combo_item name="LindenLocation">
Localización Linden
</combo_item>
<combo_item name="Adult" value="adult">
Adult
Adulto
</combo_item>
<combo_item name="Arts&amp;Culture" value="arts">
Arts and Culture
<combo_item name="Arts&amp;Culture">
Arte y Cultura
</combo_item>
<combo_item name="Business" value="store">
Business
<combo_item name="Business">
Negocios
</combo_item>
<combo_item name="Educational" value="educational">
Educational
<combo_item name="Educational">
Educacional
</combo_item>
<combo_item name="Gaming" value="game">
Gaming
<combo_item name="Gaming">
Juegos de Azar
</combo_item>
<combo_item name="Hangout" value="gather">
Hangout
<combo_item name="Hangout">
Entretenimiento
</combo_item>
<combo_item name="NewcomerFriendly" value="newcomer">
Newcomer Friendly
<combo_item name="NewcomerFriendly">
Para recién llegados
</combo_item>
<combo_item name="Parks&amp;Nature" value="park">
Parks and Nature
<combo_item name="Parks&amp;Nature">
Parques y Naturaleza
</combo_item>
<combo_item name="Residential" value="home">
Residential
<combo_item name="Residential">
Residencial
</combo_item>
<combo_item name="Shopping" value="shopping">
Shopping
<combo_item name="Shopping">
Compras
</combo_item>
<combo_item name="Other" value="other">
Other
<combo_item name="Other">
Otra
</combo_item>
<combo_item name="Rental" value="rental">
Alquiler
</combo_item>
<combo_item name="Rental" value="rental">
Rental
</combo_item>
</combo_box>
<button bottom="-48" follows="right|top" font="SansSerif" halign="center" height="20"
label="Search" label_selected="Search" left="121" mouse_opaque="true"
name="Search" width="95" />
<scroll_list background_visible="true" bottom="-510" column_padding="0" draw_border="true"
draw_heading="true"
follows="left|top|right|bottom" height="450" left="4" mouse_opaque="true"
multi_select="false" name="results" search_column="2" width="339">
<column label="" name="icon" width="24" />
<column label="" name="type" width="-1" />
<column dynamicwidth="true" label="Name" name="name" />
<column label="Traffic" name="dwell" width="75" />
<button label="Buscar" label_selected="Buscar" name="Search"/>
<scroll_list name="results">
<column label="" name="icon"/>
<column label="" name="type"/>
<column abel="Nombre" name="name" />
<column label="Tráfico" name="dwell"/>
</scroll_list>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-20" drop_shadow_visible="true" follows="left|bottom"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4"
mouse_opaque="true" name="result_text" v_pad="0" width="328" />
<button bottom="-533" follows="left|bottom" font="SansSerif" halign="center"
height="20" label="Next &gt;" label_selected="Next &gt;"
mouse_opaque="true" name="Next &gt;" right="344" width="80" />
<button bottom_delta="0" follows="left|bottom" font="SansSerif" halign="center"
height="20" label="&lt; Prev" label_selected="&lt; Prev"
mouse_opaque="true" name="&lt; Prev" right="258" width="80" />
<button label="Sig. &gt;" label_selected="Sig. &gt;" name="Next &gt;"/>
<button label="&lt; Ant." label_selected="&lt; Ant." name="&lt; Prev"/>
</panel>
<panel border="true" bottom="-549" follows="left|top|right|bottom" height="533"
label="People" left="1" mouse_opaque="false" name="people_panel"
width="778">
<panel label="Personas" name="people_panel">
<string name="searching_text">
Searching...
Buscando...
</string>
<string name="not_found_text">
None Found.
Nadie encontrado.
</string>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-24" drop_shadow_visible="true" follows="left|top" font="SansSerif"
h_pad="0" halign="left" height="16" left="4" mouse_opaque="true"
name="find" v_pad="0" width="50">
Find:
</text>
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-24"
follows="left|right|top" font="SansSerif" height="18" left="56"
max_length="63" mouse_opaque="true" name="name" width="160" spell_check="true" />
<button bottom="-48" follows="right|top" font="SansSerif" halign="center" height="20"
label="Search" label_selected="Search" left="121" mouse_opaque="true"
name="Search" width="95" />
<scroll_list background_visible="true" bottom="-510" column_padding="0" draw_border="true"
draw_heading="true"
follows="left|top|right|bottom" height="450" left="4" mouse_opaque="true"
multi_select="false" name="results" search_column="2" width="326">
<column label="" name="icon" width="24" />
<column label="" name="type" width="-1" />
<column label="Name" name="name" width="274" />
</scroll_list>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-20" drop_shadow_visible="true" follows="left|bottom"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4"
mouse_opaque="true" name="result_text" v_pad="0" width="328" />
<button bottom="-533" follows="left|bottom" font="SansSerif" halign="center"
height="20" label="Next &gt;" label_selected="Next &gt;"
mouse_opaque="true" name="Next &gt;" right="330" width="80" />
<button bottom_delta="0" follows="left|bottom" font="SansSerif" halign="center"
height="20" label="&lt; Prev" label_selected="&lt; Prev"
mouse_opaque="true" name="&lt; Prev" right="244" width="80" />
</panel>
<panel border="true" bottom="-549" follows="left|top|right|bottom" height="533"
label="Groups" left="1" mouse_opaque="false" name="groups_panel"
width="778">
<string name="searching_text">
Searching...
</string>
<string name="not_found_text">
None Found.
</string>
<button bottom="-533" follows="left|bottom" font="SansSerif" halign="center"
height="20" label="Next &gt;" label_selected="Next &gt;"
mouse_opaque="true" name="Next &gt;" right="344" width="80" />
<button bottom_delta="0" follows="left|bottom" font="SansSerif" halign="center"
height="20" label="&lt; Prev" label_selected="&lt; Prev"
mouse_opaque="true" name="&lt; Prev" right="258" width="80" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-24" drop_shadow_visible="true" follows="left|top" font="SansSerif"
h_pad="0" halign="left" height="16" left="4" mouse_opaque="true"
name="find" v_pad="0" width="50">
Find:
<text name="find">
Buscar:
</text>
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-24"
follows="left|top" font="SansSerif" height="18" left_delta="38"
max_length="63" mouse_opaque="true" name="name" width="200" spell_check="true" />
<button bottom="-26" follows="left|top" font="SansSerif" halign="center" height="20"
label="Search" label_selected="Search" left_delta="210" mouse_opaque="true"
name="Search" width="70" />
<check_box bottom="-46" control_name="ShowPGGroups" follows="left|top"
font="SansSerifSmall" height="16" initial_value="true"
label="PG content" left="4" mouse_opaque="true"
name="incpg" width="204" />
<check_box bottom="-46" control_name="ShowMatureGroups" follows="left|top"
font="SansSerifSmall" height="16" initial_value="true"
label="Mature content" left_delta="90" mouse_opaque="true"
name="incmature" width="204" />
<check_box bottom="-46" control_name="ShowAdultGroups" follows="left|top"
font="SansSerifSmall" height="16" initial_value="false"
label="Adult content" left_delta="110" mouse_opaque="true"
name="incadult" width="204" />
<scroll_list background_visible="true" bottom="-513" column_padding="0" draw_border="true"
draw_heading="true"
follows="left|top|right|bottom" height="464" left="4" mouse_opaque="true"
multi_select="false" name="results" search_column="2" width="339">
<column label="" name="icon" sort="score" sort_ascending="false" width="24" />
<column label="" name="type" width="-1" />
<column dynamicwidth="true" label="Name" name="name" />
<column halign="left" label="Members" name="members" sort_ascending="false" width="100" />
<column label="" name="score" width="-1" />
<button label="Buscar" label_selected="Buscar" name="Search"/>
<scroll_list name="results">
<column label="" name="icon"/>
<column label="" name="type"/>
<column label="Nombre" name="name"/>
</scroll_list>
<button label="Sig. &gt;" label_selected="Sig. &gt;" name="Next &gt;"/>
<button label="&lt; Ant." label_selected="&lt; Ant." name="&lt; Prev"/>
</panel>
<panel label="Grupos" name="groups_panel">
<string name="searching_text">
Buscando...
</string>
<string name="not_found_text">
Ninguno Encontrado.
</string>
<button label="Sig. &gt;" label_selected="Sig. &gt;" name="Next &gt;"/>
<button label="&lt; Ant." label_selected="&lt; Ant." name="&lt; Prev"/>
<text name="find">
Buscar:
</text>
<button label="Buscar" label_selected="Buscar" name="Search"/>
<check_box label="Contenido PG" name="incpg"/>
<check_box label="Contenido Mature" name="incmature"/>
<check_box label="Contenido Adulto" name="incadult"/>
<scroll_list name="results">
<column label="" name="icon"/>
<column label="" name="type"/>
<column label="Nombre" name="name" />
<column label="Miembros" name="members"/>
<column label="" name="score"/>
</scroll_list>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-20" drop_shadow_visible="true" follows="left|bottom"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4"
mouse_opaque="true" name="result_text" v_pad="0" width="328" />
</panel>
</tab_container>
<panel bottom="-560" follows="right|top" height="470" left="340"
name="classified_details_panel" width="440" />
<panel bottom="-560" follows="right|top" height="486" left="350" name="Panel Avatar"
width="430" />
<panel bottom="-560" follows="right|top" height="470" left="340"
name="event_details_panel" width="440" />
<panel bottom="-580" follows="right|top" height="515" left="350"
name="group_details_panel_holder" width="430">
<panel bottom="0" follows="right|top" height="470" left="0" name="group_details_panel"
width="430" />
<panel name="classified_details_panel"/>
<panel name="Panel Avatar"/>
<panel name="event_details_panel"/>
<panel name="group_details_panel_holder">
<panel name="group_details_panel"/>
</panel>
<panel bottom="-560" follows="right|top" height="470" left="340"
name="place_details_panel" width="440" />
<panel bottom="-560" follows="right|top" height="470" left="385"
name="place_details_small_panel" width="395" />
<panel name="place_details_panel"/>
<panel name="place_details_small_panel"/>
</floater>

File diff suppressed because it is too large Load Diff

View File

@@ -6,11 +6,9 @@
<text name="set_name_label">
Nuevo Nombre a Mostrar:
</text>
<line_editor name="display_name_editor"/>
<text name="name_confirm_label">
Vuelve a escribir tu nombre nuevo para confirmarlo:
</text>
<line_editor name="display_name_confirm"/>
<button label="Guardar" name="save_btn" tool_tip="Guardar tu nuevo Nombre a Mostrar" />
<button label="Restablecer" name="reset_btn" tool_tip="Hacer que tu Nombre a Mostrar sea el mismo que tu nombre de usuario" />
<button label="Cancelar" name="cancel_btn" tool_tip="Cancelar y cerrar esta ventana" />

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="floater_explore_animations" title="Animaciones">
<scroll_list name="anim_list">
<column label="Nombre" name="name" />
<column label="" name="info" />
</scroll_list>
<scroll_list name="anim_list">
<column label="Nombre" name="name" />
<column label="" name="info" />
</scroll_list>
</floater>

View File

@@ -1,25 +1,25 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="floater_explore_sounds" title="Sonidos">
<text name="result_label">
Fuentes:
</text>
<check_box name="avatars_chk" label="Avatares"/>
<check_box name="objects_chk" label="Objetos"/>
<check_box name="collision_chk" label="Sonido de Colisión por Defecto" />
<text name="result_label">
Controles:
</text>
<check_box name="repeated_asset_chk" label="Mostrar Repeticiones"/>
<check_box name="pause_chk" label="Pausar Registro" left_delta="130" />
<scroll_list name="sound_list">
<column tool_tip="Tipo" name="type" />
<column label="Tiempo" name="playing" width="60" />
<column label="Propietario" name="owner" />
<column label="Sonido" name="sound" />
</scroll_list>
<button label="Mirar Hacia" name="look_at_btn" />
<button label="Reproducir Localmente" name="play_locally_btn" width="150"/>
<button label="Reproducir en el Mundo" name="play_ambient_btn" left_delta="155" width="155"/>
<button label="Detener" name="stop_btn"/>
<button label="Agregar a Lista Negra" name="bl_btn" />
<text name="result_label">
Fuentes:
</text>
<check_box name="avatars_chk" label="Avatares"/>
<check_box name="objects_chk" label="Objetos"/>
<check_box name="collision_chk" label="Sonido de Colisión por Defecto" />
<text name="result_label">
Controles:
</text>
<check_box name="repeated_asset_chk" label="Mostrar Repeticiones"/>
<check_box name="pause_chk" label="Pausar Registro" left_delta="130" />
<scroll_list name="sound_list">
<column tool_tip="Tipo" name="type" />
<column label="Tiempo" name="playing" width="60" />
<column label="Propietario" name="owner" />
<column label="Sonido" name="sound" />
</scroll_list>
<button label="Mirar Hacia" name="look_at_btn" />
<button label="Reproducir Localmente" name="play_locally_btn" width="150"/>
<button label="Reproducir en el Mundo" name="play_ambient_btn" left_delta="155" width="155"/>
<button label="Detener" name="stop_btn"/>
<button label="Agregar a Lista Negra" name="bl_btn" />
</floater>

View File

@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="fast_timers">
<string name="pause" >
Pausa
</string>
<string name="run">
Ejecutar
</string>
<button name="pause_btn"label="Pausa"/>
<string name="pause" >
Pausa
</string>
<string name="run">
Ejecutar
</string>
<button name="pause_btn" label="Pausa"/>
</floater>

View File

@@ -1,87 +1,87 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="contents" title="Prueba de Fuentes">
<text font="SansSerifSmall">
SansSerifSmall
</text>
<text font="SansSerifMedium">
SansSerifMedium
</text>
<text font="SansSerif">
SansSerif, sin tamaño ni estilo (Debería ser igual a Medium)
</text>
<text font="SansSerifLarge">
SansSerifLarge
</text>
<text font="SansSerifHuge">
SansSerifHuge
</text>
<text font="Monospace">
Monospace
</text>
<text font="Monospace" font_size="Large">
Monospace tamaño=Grande
</text>
<text font="SansSerifLarge" font_style="BOLD">
SansSerifLarge estilo=NEGRITA
</text>
<text font="SansSerifBold">
SansSerifBold
</text>
<text font="SansSerif" font_style="BOLD">
SansSerif estilo=NEGRITA (debería ser igual a SansSerifBold)
</text>
<text font="SansSerif" font-style="ITALIC">
SansSerif estilo=ITÁLICA
</text>
<text font="SansSerif" font-style="BOLD|ITALIC">
SansSerif estilo=NEGRITA|ITÁLICA
</text>
<text font="SansSerif" font-style="BOLD|ITALIC" font-shadow="soft">
SansSerif estilo=NEGRITA|ITÁLICA sombreado = DROP_SHADOW_SOFT
</text>
<text font="SansSerif" font-style="UNDERLINE">
SansSerif estilo=SUBRAYADO
</text>
<text font="SansSerif" font-shadow="hard">
SansSerif sombreado =DROP_SHADOW
</text>
<text font="SansSerif" font-shadow="soft">
SansSerif sombreado=DROP_SHADOW_SOFT
</text>
<text font="DejaVu">
DejaVu
</text>
<text font="DejaVu" font-style="BOLD">
DejaVu estilo=NEGRITA
</text>
<text font="DejaVu" font-style="ITALIC">
DejaVu estilo=ITALIC
</text>
<text font="DejaVu" font-style="BOLD|ITALIC">
DejaVu estilo=NEGRITA|ITÁLICA
</text>
<text font="DejaVu" font_size="Large" font-style="BOLD|ITALIC">
DejaVu tamaño=grande estilo=NEGRITA|ITÁLICA
</text>
<text font="Helvetica">
Helvetica
</text>
<text font="Helvetica" font-style="BOLD">
Helvetica estilo=NEGRITA
</text>
<text font="Helvetica" font-style="ITALIC">
Helvetica estilo=ITALIC
</text>
<text font="Helvetica" font-style="BOLD|ITALIC">
Helvetica estilo=NEGRITA|ITÁLICA
</text>
<text font="Helvetica" font_size="Large" font-style="BOLD|ITALIC">
Helvetica tamaño=grande estilo=NEGRITA|ITÁLICA
</text>
<text name="linea">
OverrideTest, debería de aparecer aquí en Times. (Desde default/xui/en-us)
</text>
<text font="BogusFontName">
BogusFontName
</text>
<text font="SansSerifSmall">
SansSerifSmall
</text>
<text font="SansSerifMedium">
SansSerifMedium
</text>
<text font="SansSerif">
SansSerif, sin tamaño ni estilo (Debería ser igual a Medium)
</text>
<text font="SansSerifLarge">
SansSerifLarge
</text>
<text font="SansSerifHuge">
SansSerifHuge
</text>
<text font="Monospace">
Monospace
</text>
<text font="Monospace" font_size="Large">
Monospace tamaño=Grande
</text>
<text font="SansSerifLarge" font_style="BOLD">
SansSerifLarge estilo=NEGRITA
</text>
<text font="SansSerifBold">
SansSerifBold
</text>
<text font="SansSerif" font_style="BOLD">
SansSerif estilo=NEGRITA (debería ser igual a SansSerifBold)
</text>
<text font="SansSerif" font-style="ITALIC">
SansSerif estilo=ITÁLICA
</text>
<text font="SansSerif" font-style="BOLD|ITALIC">
SansSerif estilo=NEGRITA|ITÁLICA
</text>
<text font="SansSerif" font-style="BOLD|ITALIC" font-shadow="soft">
SansSerif estilo=NEGRITA|ITÁLICA sombreado = DROP_SHADOW_SOFT
</text>
<text font="SansSerif" font-style="UNDERLINE">
SansSerif estilo=SUBRAYADO
</text>
<text font="SansSerif" font-shadow="hard">
SansSerif sombreado =DROP_SHADOW
</text>
<text font="SansSerif" font-shadow="soft">
SansSerif sombreado=DROP_SHADOW_SOFT
</text>
<text font="DejaVu">
DejaVu
</text>
<text font="DejaVu" font-style="BOLD">
DejaVu estilo=NEGRITA
</text>
<text font="DejaVu" font-style="ITALIC">
DejaVu estilo=ITALIC
</text>
<text font="DejaVu" font-style="BOLD|ITALIC">
DejaVu estilo=NEGRITA|ITÁLICA
</text>
<text font="DejaVu" font_size="Large" font-style="BOLD|ITALIC">
DejaVu tamaño=grande estilo=NEGRITA|ITÁLICA
</text>
<text font="Helvetica">
Helvetica
</text>
<text font="Helvetica" font-style="BOLD">
Helvetica estilo=NEGRITA
</text>
<text font="Helvetica" font-style="ITALIC">
Helvetica estilo=ITALIC
</text>
<text font="Helvetica" font-style="BOLD|ITALIC">
Helvetica estilo=NEGRITA|ITÁLICA
</text>
<text font="Helvetica" font_size="Large" font-style="BOLD|ITALIC">
Helvetica tamaño=grande estilo=NEGRITA|ITÁLICA
</text>
<text name="linea">
OverrideTest, debería de aparecer aquí en Times. (Desde default/xui/en-us)
</text>
<text font="BogusFontName">
BogusFontName
</text>
</floater>

View File

@@ -1,285 +1,106 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater bottom="-534" can_close="true" can_drag_on_left="false" can_minimize="true"
can_resize="false" height="384" left="433" min_height="384" min_width="400"
mouse_opaque="true" name="godtools floater" title="God Tools" width="400">
<tab_container bottom="-384" follows="left|top" height="364" left="0" mouse_opaque="false"
name="GodTools Tabs" tab_position="top" width="400">
<panel border="true" bottom="-363" follows="left|top|right|bottom" height="347"
label="Grid" left="1" mouse_opaque="false" name="grid" width="398">
<button bottom="-28" follows="left|top" font="SansSerif" halign="center" height="20"
label="Kick all users" label_selected="Kick all users" left="10"
mouse_opaque="true" name="Kick all users" width="100" />
<button bottom_delta="-28" follows="left|top" font="SansSerif" halign="center"
height="20" label="Flush This Region&apos;s Map Visibility Caches"
label_selected="Flush This Region&apos;s Map Visibility Caches" left="10"
mouse_opaque="true" name="Flush This Region&apos;s Map Visibility Caches"
width="250" />
<floater name="godtools floater" title="Herramientas de Dios">
<tab_container name="GodTools Tabs">
<panel label="Grid" name="grid">
<button label="Expulsar a todos los usuarios" label_selected="Expulsar a todos los usuarios" name="Kick all users" width="200"/>
<button label="Vaciar caché de visibilidad del Mapa de esta Región" label_selected="Vaciar caché de visibilidad del Mapa de esta Región" name="Flush This Region&apos;s Map Visibility Caches" width="350"/>
</panel>
<panel border="true" bottom="-363" follows="left|top|right|bottom" height="347"
label="Region" left="1" mouse_opaque="false" name="region" width="398">
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-20" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10"
mouse_opaque="true" name="Sim Name:" v_pad="0" width="50">
Sim Name:
<panel label="Región" name="region">
<text name="Sim Name:">
Nombre del Sim:
</text>
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-26"
follows="left|top|right" font="SansSerifSmall" height="16" left="70"
max_length="63" mouse_opaque="true" name="region name" width="208" />
<check_box bottom="-46" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Prelude" left="10" mouse_opaque="true"
name="check prelude" tool_tip="Set this to make the region a prelude."
width="180" />
<check_box bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Fixed Sun" left="10" mouse_opaque="true"
name="check fixed sun"
tool_tip="Fix the sun position (like in Region/Estate &gt; Terrain."
width="180" />
<check_box bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Reset Home On Teleport" left="10"
mouse_opaque="true" name="check reset home"
tool_tip="When resident teleports out, reset their home to the destination position."
width="180" />
<check_box bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Visible" left="10" mouse_opaque="true"
name="check visible"
tool_tip="Set this to make the region visible to non-gods." width="180" />
<check_box bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Damage" left="10" mouse_opaque="true"
name="check damage" tool_tip="Set this to enable damage in this region."
width="180" />
<check_box bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Block Traffic Tracking" left="10"
mouse_opaque="true" name="block dwell"
tool_tip="Set this to make the region not compute traffic." width="180" />
<check_box bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Block Terraform" left="10" mouse_opaque="true"
name="block terraform"
tool_tip="Set this to disallow people terraforming their land" width="180" />
<check_box bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Sandbox" left="10" mouse_opaque="true"
name="is sandbox" tool_tip="Toggle whether this is a sandbox region."
width="180" />
<button bottom_delta="-52" follows="top|right" font="SansSerifSmall" halign="center"
height="20" label="Bake Terrain" label_selected="Bake Terrain" left="8"
mouse_opaque="true" name="Bake Terrain"
tool_tip="Save the current terrain as default." width="110" />
<button bottom_delta="-24" follows="top|right" font="SansSerifSmall" halign="center"
height="20" label="Revert Terrain" label_selected="Revert Terrain" left="8"
mouse_opaque="true" name="Revert Terrain"
tool_tip="Replace the current terrain with default." width="110" />
<button bottom_delta="-24" follows="top|right" font="SansSerifSmall" halign="center"
height="20" label="Swap Terrain" label_selected="Swap Terrain" left="8"
mouse_opaque="true" name="Swap Terrain"
tool_tip="Swap current terrain with default." width="110" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-46" drop_shadow_visible="true" follows="left|top" font="SansSerif"
h_pad="0" halign="left" height="16" left="200" mouse_opaque="true"
name="estate id" v_pad="0" width="190">
Estate ID:
<check_box label="Preludio" name="check prelude" tool_tip="Marcar aqui para hacer un preludio de esta Región."/>
<check_box label="Sol Fijo" name="check fixed sun" tool_tip="Fijar la posición del sol (Así como en Región/Estado &gt; Terreno."/>
<check_box label="Reiniciar Base al Teleportar" name="check reset home" tool_tip="Cuando un residente se teleporta a otro lugar, reiniciar su base al punto de destino."/>
<check_box label="Visible" name="check visible" tool_tip="Marcar aquí para hacer esta región visible para todos"/>
<check_box label="Daño" name="check damage" tool_tip="Marcar aquí para habilitar el daño en esta región"/>
<check_box label="Bloquear Seguimiento de Tráfico" name="block dwell" tool_tip="Marcar aquí para que esta región no compute el tráfico"/>
<check_box label="Bloquear Terraformado" name="block terraform" tool_tip="Marcar aquí para impedir que los usuarios puedan terraformar sus terrenos"/>
<check_box label="Sandbox" name="is sandbox" tool_tip="Definir cuando esta región es o no un sandbox."/>
<button label="Resguardar Terreno" label_selected="Resguardar Terreno" name="Bake Terrain" tool_tip="Guardar el terreno actual como predefinido"/>
<button label="Revertir Terreno" label_selected="Revertir Terreno" name="Revert Terrain" tool_tip="Sustituir el terreno actual por el predefinido"/>
<button label="Intercambiar Terreno" label_selected="Intercambiar Terreno" name="Swap Terrain" tool_tip="Intercambiar terreno por el predefinido"/>
<text name="estate id">
ID del Estado:
</text>
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-46"
follows="top|right" font="SansSerifSmall" height="16" left_delta="108"
max_length="10" mouse_opaque="true" name="estate" width="50" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-66" drop_shadow_visible="true" follows="left|top" font="SansSerif"
h_pad="0" halign="left" height="16" left="200" mouse_opaque="true"
name="parent id" v_pad="0" width="190">
Parent ID:
<text name="parent id">
ID del padre:
</text>
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-66"
follows="top|right" font="SansSerifSmall" height="16" left_delta="108"
max_length="10" mouse_opaque="true" name="parentestate"
tool_tip="This is the parent estate for this region" width="50" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-86" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="200"
mouse_opaque="true" name="Grid Pos: " v_pad="0" width="190">
Grid Pos:
<line_editor name="parentestate" tool_tip="Esta es una propiedad padre para esta región"/>
<text name="Grid Pos: ">
Pos. del Grid:
</text>
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-86"
follows="top|right" font="SansSerifSmall" height="16" left_delta="88"
max_length="10" mouse_opaque="true" name="gridposx"
tool_tip="This is the grid x position for this region" width="50" />
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-86"
follows="top|right" font="SansSerifSmall" height="16" left_delta="60"
max_length="10" mouse_opaque="true" name="gridposy"
tool_tip="This is the grid y position for this region" width="40" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-106" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="200"
mouse_opaque="true" name="Redirect to Grid: " v_pad="0" width="190">
Redirect to Grid:
<line_editor name="gridposx" tool_tip="Esta es la posición X para esta región en el grid"/>
<line_editor name="gridposy" tool_tip="Esta es la posición Y para esta región en el grid"/>
<text name="Redirect to Grid: ">
Redireccionar al Grid:
</text>
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-106"
follows="top|right" font="SansSerifSmall" height="16" left_delta="88"
max_length="10" mouse_opaque="true" name="redirectx" width="50" />
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-106"
follows="top|right" font="SansSerifSmall" height="16" left_delta="60"
max_length="10" mouse_opaque="true" name="redirecty" width="40" />
<spinner bottom="-126" decimal_digits="3" follows="top|right" height="16"
increment="0.1" initial_val="1" left="308" max_val="4" min_val="0"
mouse_opaque="true" name="billable factor" width="80" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-126" drop_shadow_visible="true" follows="left|top"
font="SansSerif" h_pad="0" halign="left" height="16" left_delta="-108"
mouse_opaque="true" name="billable factor text" v_pad="0" width="110">
Billable Factor:
<text name="billable factor text">
Factor de cobro:
</text>
<spinner bottom="-146" decimal_digits="3" follows="top|right" height="16" increment="1"
initial_val="1" left="308" max_val="100" min_val="0" mouse_opaque="true"
name="land cost" width="80" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-146" drop_shadow_visible="true" follows="left|top"
font="SansSerif" h_pad="0" halign="left" height="16" left_delta="-108"
mouse_opaque="true" name="land cost text" v_pad="0" width="110">
[CURRENCY] per sq. meter:
<text name="land cost text">
[CURRENCY] por m2:
</text>
<button bottom="-170" follows="top|right" font="SansSerifSmall" halign="center"
height="20" label="Refresh" label_selected="Refresh" left="278"
mouse_opaque="true" name="Refresh"
tool_tip="Click here to refresh the above information." width="110" />
<button bottom_delta="-56" follows="top|right" font="SansSerifSmall" halign="center"
height="20" label="Apply" label_selected="Apply" left="278"
mouse_opaque="true" name="Apply"
tool_tip="Click here to apply any changes from above." width="110" />
<button bottom="-258" follows="top|right" font="SansSerifSmall" halign="center"
height="20" label="Select Region" label_selected="Select Region" left="128"
mouse_opaque="true" name="Select Region"
tool_tip="Select the whole region with the land tool." width="110" />
<button bottom_delta="-24" follows="top|right" font="SansSerifSmall" halign="center"
height="20" label="Autosave now" label_selected="Autosave now" left="128"
mouse_opaque="true" name="Autosave now"
tool_tip="Save gzipped state to autosave directory." width="110" />
<button label="Actualizar" label_selected="Actualizar" name="Refresh" tool_tip="Pulsa aqui para actualizar la información superior"/>
<button label="Aplicar" label_selected="Aplicar" name="Apply" tool_tip="Pulsa aqui para aplicar los cambios superiores"/>
<button label="Seleccionar Región" label_selected="Seleccionar Región" name="Select Region" tool_tip="Seccionar toda la región con la herramienta de terreno"/>
<button label="Guardado Automático Ahora" label_selected="Guardado Automático Ahora" name="Autosave now" tool_tip="Guardar con gzip el estado actual en el directorio de guardado automático"/>
</panel>
<panel border="true" bottom="-363" follows="left|top|right|bottom" height="347"
label="Objects" left="1" mouse_opaque="false" name="objects" width="398">
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-20" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10"
mouse_opaque="true" name="Sim Name:" v_pad="0" width="50">
Sim Name:
<panel label="Objetos" name="objects">
<text name="Sim Name:">
Nombre del Sim:
</text>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-20" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="10" left_delta="60"
mouse_opaque="true" name="region name" v_pad="0" width="320">
Welsh
<text name="region name">
Galés
</text>
<check_box bottom="-46" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Disable Scripts" left="10" mouse_opaque="true"
name="disable scripts"
tool_tip="Set this to disable all scripts in this region" width="110" />
<check_box bottom="-46" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Disable Collisions" left_delta="120"
mouse_opaque="true" name="disable collisions"
tool_tip="Set this to disable non-agent collisions in this region"
width="121" />
<check_box bottom="-46" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Disable Physics" left_delta="120"
mouse_opaque="true" name="disable physics"
tool_tip="Set this to disable all physics in this region" width="130" />
<button bottom="-74" follows="top|right" font="SansSerifSmall" halign="center"
height="20" label="Apply" label_selected="Apply" left="278"
mouse_opaque="true" name="Apply"
tool_tip="Click here to apply any changes from above." width="110" />
<button bottom="-98" follows="top|right" font="SansSerifSmall" halign="center"
height="20" label="Set Target" label_selected="Set Target" left="8"
mouse_opaque="true" name="Set Target"
tool_tip="Set the target avatar for object deletion." width="110" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-88" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="10" left="130"
mouse_opaque="true" name="target_avatar_name" v_pad="0" width="260">
(no target)
<check_box label="Desactivar Scripts" name="disable scripts" tool_tip="Marca aquí para desactivar todos los scripts en esta región"/>
<check_box label="Desactivar Colisiones" name="disable collisions" tool_tip="Marca aquí para desactivar las colisiones entre no agentes para esta región"/>
<check_box label="Desactivar Física" name="disable physics" tool_tip="Marca aquí para desactivar toda la física de esta región"/>
<button label="Aplicar" label_selected="Aplicar" name="Apply" tool_tip="Pulsa aquí para aplicar los cambios superiores"/>
<button label="Definir Objetivo" label_selected="Definir Objetivo" name="Set Target" tool_tip="Define el avatar objetivo para la eliminación del objeto."/>
<text name="target_avatar_name">
(sin objetivo)
</text>
<button bottom="-146" follows="top|right" font="SansSerifSmall" halign="center"
height="20" label="Delete Target&apos;s Scripted Objects On Others Land"
label_selected="Delete Target&apos;s Scripted Objects On Others Land"
left="8" mouse_opaque="true"
name="Delete Target&apos;s Scripted Objects On Others Land"
tool_tip="Delete all scripted objects owned by the target on land not owned by the target. (no copy) objects will be returned."
width="380" />
<button bottom_delta="-48" follows="top|right" font="SansSerifSmall" halign="center"
height="20" label="Delete Target&apos;s Scripted Objects On *Any* Land"
label_selected="Delete Target&apos;s Scripted Objects On *Any* Land"
left="8" mouse_opaque="true"
name="Delete Target&apos;s Scripted Objects On *Any* Land"
tool_tip="Delete all scripted objects owned by the target in this region. (no copy) objects will be returned."
width="380" />
<button bottom_delta="-48" follows="top|right" font="SansSerifSmall" halign="center"
height="20" label="Delete *ALL* Of Target&apos;s Objects"
label_selected="Delete *ALL* Of Target&apos;s Objects" left="8"
mouse_opaque="true" name="Delete *ALL* Of Target&apos;s Objects"
tool_tip="Delete all objects owned by the target in this region. (no copy) objects will be returned."
width="380" />
<button bottom_delta="-48" follows="top|right" font="SansSerifSmall" halign="center"
height="20" label="Get Top Colliders" label_selected="Get Top Colliders"
left="8" mouse_opaque="true" name="Get Top Colliders"
tool_tip="Gets list of objects experiencing the most narrowphase callbacks."
width="110" />
<button bottom_delta="-24" follows="top|right" font="SansSerifSmall" halign="center"
height="20" label="Get Top Scripts" label_selected="Get Top Scripts"
left="8" mouse_opaque="true" name="Get Top Scripts"
tool_tip="Gets list of objects spending the most time running scripts."
width="110" />
<button bottom_delta="-24" follows="top|right" font="SansSerifSmall" halign="center"
height="20" label="Scripts digest" label_selected="Scripts digest" left="8"
mouse_opaque="true" name="Scripts digest"
tool_tip="Gets a list of all scripts and number of occurences of each."
width="110" />
<button label="Borrar objetos con scripts del Objetivo en otros terrenos" label_selected="Borrar objetos con scripts del Objetivo en otros terrenos" name="Delete Target&apos;s Scripted Objects On Others Land" tool_tip="Borrar todos los objetivos con scripts propiedad del Objetivo en terrenos que no son propiedad del Objetivo. Los Objetos (No Copiables) serán retornados"/>
<button label="Borrar los objetos con scripts del Objetivo en *Cualquier* terreno" label_selected="Borrar los objetos con scripts del Objetivo en *Cualquier* terreno" name="Delete Target&apos;s Scripted Objects On *Any* Land" tool_tip="Borra todos los objetos con scripts propiedad del Objetivo en esta región. Los objetos (no copiables) serán retornados"/>
<button label="Borrar *TODOS* los objetos del Objetivo" label_selected="Borrar *TODOS* los objetos del Objetivo" name="Delete *ALL* Of Target&apos;s Objects" tool_tip="Borra todos los objetos propiedad del Objetivo en esta región. Los objetos (no copiables) serán retornados"/>
<button label="Obtener Principales Colisionadores" label_selected="Obtener Principales Colisionadores" name="Get Top Colliders" tool_tip="Obtiene una lista de los objetos que experimentan llamadas de fase estrecha."/>
<button label="Obtener Principales Scripts" label_selected="Obtener Principales Scripts" name="Get Top Scripts" tool_tip="Obtiene una lista de los objetos que consumen mas tiempo ejecutando scripts"/>
<button label="Compilación de Scripts" label_selected="Compilación de Scripts" name="Scripts digest" tool_tip="Obtener un listado de todos los scripts y número de ocurrencias de cada uno."/>
</panel>
<panel border="true" bottom="-363" follows="left|top|right|bottom" height="347"
label="Request" left="1" mouse_opaque="true" name="request" width="398">
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-14" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10"
mouse_opaque="true" name="Destination:" v_pad="0" width="80">
Destination:
<panel label="Solicitar" name="request">
<text name="Destination:">
Destino:
</text>
<combo_box allow_text_entry="false" bottom="-20" follows="left|top" height="16" left="100"
max_chars="20" mouse_opaque="true" name="destination" width="290">
<combo_item name="Selection" value="Selection">
Selection
<combo_box name="destination">
<combo_item name="Selection">
Selección
</combo_item>
<combo_item name="AgentRegion" value="Agent Region">
Agent Region
<combo_item name="AgentRegion">
Agente de Region
</combo_item>
</combo_box>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-38" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10"
mouse_opaque="true" name="Request:" v_pad="0" width="80">
Request:
<text name="Request:">
Requerimiento:
</text>
<combo_box allow_text_entry="true" bottom="-44" follows="left|top" height="16" left="100"
max_chars="20" mouse_opaque="true" name="request" width="290">
<combo_item name="colliders&lt;steps&gt;" value="colliders &lt;steps&gt;">
colliders &lt;steps&gt;
<combo_box name="request">
<combo_item name="colliders&lt;steps&gt;" >
Colisionadores &lt;pasos&gt;
</combo_item>
<combo_item name="scripts&lt;count&gt;,&lt;optionalpattern&gt;"
value="scripts &lt;count&gt;,&lt;optional pattern&gt;">
scripts &lt;count&gt;,&lt;optional pattern&gt;
<combo_item name="scripts&lt;count&gt;,&lt;optionalpattern&gt;">
scripts &lt;conteo&gt;,&lt;patrón opcional&gt;
</combo_item>
<combo_item name="objects&lt;pattern&gt;" value="objects &lt;pattern&gt;">
objects &lt;pattern&gt;
<combo_item name="objects&lt;pattern&gt;">
objetos &lt;patrón&gt;
</combo_item>
<combo_item name="rez&lt;asset_id&gt;" value="rez &lt;asset_id&gt;">
<combo_item name="rez&lt;asset_id&gt;">
rez &lt;asset_id&gt;
</combo_item>
</combo_box>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-62" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10"
mouse_opaque="true" name="Parameter:" v_pad="0" width="80">
Parameter:
<text name="Parameter:">
Parámetro:
</text>
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-68"
follows="left|top" font="SansSerifSmall" height="16" left="100"
max_length="63" mouse_opaque="true" name="parameter" width="290" />
<button bottom="-116" follows="left|top" font="SansSerif" halign="center" height="20"
label="Make Request" label_selected="Make Request" left="10"
mouse_opaque="true" name="Make Request" width="100" />
<button label="Hacer Solicitud" label_selected="Hacer Solicitud" name="Make Request"/>
</panel>
</tab_container>
</floater>

View File

@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="goup titles" title="Títulos del Grupo (Tags)" >
<scroll_list name="titles_list">
<column name="title" label="Título" />
<column name="group_name" label="Grupo"/>
<!--Hidden field, used as storage for UUID, please keep at width 0-->
<column name="group_id" label="" width="0" />
</scroll_list>
<button name="activate" label="Activar" tool_tip="Activa el título de Grupo Seleccionado"/>
<scroll_list name="titles_list">
<column name="title" label="Título" />
<column name="group_name" label="Grupo"/>
<!--Hidden field, used as storage for UUID, please keep at width 0-->
<column name="group_id" label=""/>
</scroll_list>
<button name="activate" label="Activar" tool_tip="Activa el título de Grupo Seleccionado"/>
</floater>

View File

@@ -1,47 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="Hardware Settings Floater" title="Opciones del Dispositivo">
<text name="Filtering:">
Filtrado:
</text>
<check_box label="Filtrado Anisotrópico (más lento si se activa)" name="ani"/>
<text name="Antialiasing:">
Antialiasing:
</text>
<combo_box label="Antialiasing" name="fsaa">
<combo_item name="FSAADisabled" value="0">
Desactivado
</combo_item>
<combo_item name="2x" value="2">
2x
</combo_item>
<combo_item name="4x" value="4">
4x
</combo_item>
<combo_item name="8x" value="8">
8x
</combo_item>
<combo_item name="16x" value="16">
16x
</combo_item>
</combo_box>
<spinner label="Gama:" name="gamma"/>
<text name="(brightness, lower is brighter)">
(brillo; menor es más brillante, 0=predeterminado)
</text>
<text name="Enable VBO:">
Activar VBO:
</text>
<check_box label="Activar OpenGL Vertex Buffer Objects" name="vbo" tool_tip="En hardware moderno, habilitar esta opción mejora el rendimiento. Pero en hardware antiguo, el habilitarlo hace que, frecuentemente, se obtenga una implementación pobre de VBO, lo que puede provocarle caídas."/>
<check_box label="Activar Streamed VBOs" left="157" name="vbo_stream" tool_tip="Desactivar esta opción puede mejorar el rendimiento cuando se habilita VBO. Desactivarlo produce una mejora visible en diversas GPUs de AMD."/>
<text name="Enable FBO:">
Activar Framebuffer Objects:
</text>
<check_box label="Activar OpenGL Frame Buffer Objects" name="fbo" tool_tip="Habilitar esta opción en hardware moderno puede proporcionar una mejora en el rendimiento. Sin embargo, si se habilita en combinacoón con el antialiasing en GPUs de AMD pueden causar problemas de mezcla de texturas. Este ajuste es necesario para renderizado diferido.."/>
<slider label="Memoria para Texturas (MB):" name="GrapicsCardTextureMemory" tool_tip="Cantidad de memoria asignada a las texturas. Por defecto es la memoria de la tarjeta de vídeo. Reducir esta cantidad puede mejorar el rendimiento, pero también puede hacer que las texturas se vean borrosas."/>
<spinner label="Intensidad de la Niebla:" name="fog"/>
<text name="note">
Nota: Las configuraciones de Gama e Intensidad de la Niebla no están
disponibles cuando se activan las Sombras de la Atmósfera.
</text>
<button label="OK" label_selected="OK" name="OK"/>
</floater>

View File

@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="floater_hex" title="Editor Hexadecimal" >
<text name="status_text" >
Cargando...
</text>
<slider label="Columnas" name="column_count"/>
<button name="upload_btn" label="[UPLOAD]"/>
<button name="save_btn" label="Guardar"/>
<hex_editor name="hex"/>
<text name="status_text" >
Cargando...
</text>
<slider label="Columnas" name="column_count"/>
<button name="upload_btn" label="[UPLOAD]"/>
<button name="save_btn" label="Guardar"/>
<hex_editor name="hex"/>
</floater>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="floater_html_simple" title="">
<web_browser name="browser"/>
<web_browser name="browser"/>
</floater>

View File

@@ -1,9 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="floater_hud" title="Tutorial">
<!-- NOTE: Height and width must match values in settings.xml for
<!-- NOTE: Height and width must match values in settings.xml for
FloaterHUDRect because this floater is resized to those values
in LLViewerWindow initialization. JC -->
<web_browser name="floater_hud_browser"
start_url="data:text/html,%3Chtml%3E%3Chead%3E%3C/head%3E%3Cbody bgcolor=%22#000000%22 text=%22ffffff%22%3E%3Ch1%3E%3Ctt%3E%0D%0A%0D%0ALoading...%3C/tt%3E%3C/h1%3E%3C/body%3E%3C/html%3E"
/>
<web_browser name="floater_hud_browser" start_url="data:text/html,%3Chtml%3E%3Chead%3E%3C/head%3E%3Cbody bgcolor=%22#000000%22 text=%22ffffff%22%3E%3Ch1%3E%3Ctt%3E%0D%0A%0D%0ALoading...%3C/tt%3E%3C/h1%3E%3C/body%3E%3C/html%3E"/>
</floater>

View File

@@ -3,13 +3,11 @@
<text name="name_label">
Nombre:
</text>
<line_editor name="name_form"/>
<text name="description_label">
Descripción:
</text>
<line_editor name="description_form"/>
<text name="preview_label">
Vista Previa como:
Vista Previa como:
</text>
<combo_box label="Ropa" name="clothing_type_combo">
<combo_item name="Image">

View File

@@ -1,42 +1,42 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater label="(desconocido)" name="im_floater" title="(desconocido)">
<string name="ringing">
Joining Voice Chat...
Uniéndose al Chat de Voz...
</string>
<string name="connected">
Connected, click End Call to hang up
Conectado, pulsa Colgar para terminar
</string>
<string name="hang_up">
Left Voice Chat
Abandonando Chat de Voz
</string>
<string name="voice_icon">
icn_voice-groupfocus.tga
</string>
<string name="title_string">
Instant Message with [NAME]
Mensaje Instantáneo con [NAME]
</string>
<string name="typing_start_string">
[NAME] is typing...
[NAME] está escribiendo...
</string>
<string name="session_start_string">
Starting session with [NAME], please wait.
Iniciando sesión con [NAME], espera por favor.
</string>
<string name="default_text_label">
Click here to instant message.
Pulsa aquí para enviar un Mensaje Instantáneo.
</string>
<string name="moderated_chat_label">
(Moderated: Voices off by default)
(Moderado: Voz apagada por defecto)
</string>
<string name="muted_text_label">
Your text chat has been disabled by a Group Moderator.
Tu chat de texto ha sido deshabilitado por un Moderador del Grupo.
</string>
<layout_stack name="panels">
<layout_panel name="im_contents_panel">
<button label="Group Info" name="group_info_btn"/>
<button label="Join Call" name="start_call_btn"/>
<button label="End Call" name="end_call_btn"/>
<button label="Info del Grupo" name="group_info_btn"/>
<button label="Unirse" name="start_call_btn"/>
<button label="Finalizar" name="end_call_btn"/>
<button label="Historial" name="history_btn"/>
<button label="&lt; &lt;" label_selected="&gt; &gt;" name="toggle_active_speakers_btn" tool_tip="Click here to toggle a list of active participants in this IM session."/>
<button label="&lt; &lt;" label_selected="&gt; &gt;" name="toggle_active_speakers_btn" tool_tip="Pulsa aquí para mostrar/ocultar la lista de participantes activos en esta sesión de MI."/>
<button label="Enviar" name="send_btn"/>
</layout_panel>
</layout_stack>

View File

@@ -1,149 +1,149 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="Inventory" title="Inventario">
<search_editor label="Escribe aquí para buscar" name="inventory search editor"/>
<button label="" name="collapse_btn" tool_tip="Cerrar Todo" />
<button label="" name="Inventory.ExpandAll" tool_tip="Expandir Todo"/>
<text name="group_titles_textbox">
Filtro Rápido:
</text>
<!-- Inventory Type Filter Labels -->
<string name="filter_type_all">
Todos los Tipos
</string>
<string name="filter_type_animation">
Animaciones
</string>
<string name="filter_type_callingcard">
Tarjetas de Llamada
</string>
<string name="filter_type_wearable">
Ropas / Partes de Cuerpo
</string>
<string name="filter_type_gesture">
Gestos
</string>
<string name="filter_type_landmark">
Hitos
</string>
<string name="filter_type_notecard">
Notas
</string>
<string name="filter_type_object">
Objetos
</string>
<string name="filter_type_script">
Scripts
</string>
<string name="filter_type_sound">
Sonidos
</string>
<string name="filter_type_texture">
Texturas
</string>
<string name="filter_type_snapshot">
Fotos
</string>
<string name="filter_type_custom">
Personalizado...
</string>
<combo_box name="Quick Filter" label="Filtro Rápido">
<combo_item name="filter_type_all">
Todos los Tipos
</combo_item>
<separator />
<combo_item name="filter_type_animation">
Animaciones
</combo_item>
<combo_item name="filter_type_callingcard">
Tarjetas de Llamada
</combo_item>
<combo_item name="filter_type_wearable">
Ropas / Partes de Cuerpo
</combo_item>
<combo_item name="filter_type_gesture">
Gestos
</combo_item>
<combo_item name="filter_type_landmark">
Hitos
</combo_item>
<combo_item name="filter_type_notecard">
Notas
</combo_item>
<combo_item name="filter_type_object">
Objetos
</combo_item>
<combo_item name="filter_type_script">
Scripts
</combo_item>
<combo_item name="filter_type_sound">
Sonidos
</combo_item>
<combo_item name="filter_type_texture">
Texturas
</combo_item>
<combo_item name="filter_type_snapshot">
Fotos
</combo_item>
<separator />
<combo_item name="filter_type_custom">
Personalizado...
</combo_item>
</combo_box>
<tab_container name="inventory filter tabs" >
<inventory_panel label="Todos los Items" name="All Items"/>
<inventory_panel label="Items Recientes" name="Recent Items"/>
<inventory_panel label="Items Vestidos" name="Worn Items"/>
</tab_container>
<menu_bar name="Inventory Menu">
<menu label="Archivo" name="File">
<menu_item_call label="Abrir" name="Open"></menu_item_call>
<menu_item_separator name="separator"/>
<menu_item_call label="Nueva Ventana" name="New Window"></menu_item_call>
<menu_item_separator name="separator2"/>
<menu_item_call label="Mostrar Filtros" name="Show Filters"></menu_item_call>
<menu_item_call label="Restablecer Filtros" name="Reset Current"></menu_item_call>
<menu_item_call label="Cerrar todas las Carpetas" name="Close All Folders"></menu_item_call>
<menu_item_separator name="separator3"/>
<menu_item_call label="Vaciar la Papelera" name="Empty Trash"></menu_item_call>
<menu_item_call label="Actualizar Inventario" name="Refresh Inventory"></menu_item_call>
</menu>
<menu label="Crear" name="Create">
<menu_item_call label="Nueva Carpeta" name="New Folder"></menu_item_call>
<menu_item_call label="Nuevo Script" name="New Script"></menu_item_call>
<menu_item_call label="Nueva Nota" name="New Note"></menu_item_call>
<menu_item_call label="Nuevo Gesto" name="New Gesture"></menu_item_call>
<menu label="Ropas Nuevas" name="New Clothes">
<menu_item_call label="Nueva Camisa" name="New Shirt"></menu_item_call>
<menu_item_call label="Nuevos Pantalones" name="New Pants"></menu_item_call>
<menu_item_call label="Nuevos Zapatos" name="New Shoes"></menu_item_call>
<menu_item_call label="Nuevas Medias" name="New Socks"></menu_item_call>
<menu_item_call label="Nueva Chaqueta" name="New Jacket"></menu_item_call>
<menu_item_call label="Nueva Falda" name="New Skirt"></menu_item_call>
<menu_item_call label="Nuevos Guantes" name="New Gloves"></menu_item_call>
<menu_item_call label="Nueva Camiseta" name="New Undershirt"></menu_item_call>
<menu_item_call label="Nueva Ropa Interior" name="New Underpants"></menu_item_call>
<menu_item_call label="Nuevo Tatuaje" name="New Tattoo"></menu_item_call>
<menu_item_call label="Nueva Capa Alfa" name="New Alpha"></menu_item_call>
<menu_item_call label="Nueva Física" name="New Physics"></menu_item_call>
</menu>
<menu label="Partes de Cuerpo Nuevas" name="New Body Parts">
<menu_item_call label="Nueva Forma" name="New Shape"></menu_item_call>
<menu_item_call label="Nueva Piel" name="New Skin"></menu_item_call>
<menu_item_call label="Nuevo Pelo" name="New Hair"></menu_item_call>
<menu_item_call label="Nuevos Ojos" name="New Eyes"></menu_item_call>
</menu>
</menu>
<menu label="Ordenar" name="Sort">
<menu_item_check label="Por Nombre" name="By Name"></menu_item_check>
<menu_item_check label="Por Fecha" name="By Date"></menu_item_check>
<menu_item_separator name="separator"/>
<menu_item_check label="Carpetas, siempre por Nombre" name="Folders Always By Name"></menu_item_check>
<menu_item_check label="Carpeta de Sistema al Principio" name="System Folders To Top"></menu_item_check>
</menu>
<menu label="Buscar" name="Search">
<menu_item_check label="Nombre del Item" name="Item name"></menu_item_check>
<menu_item_check label="Descripción del Item" name="Item description"></menu_item_check>
<menu_item_check label="Creador del Item" name="Item creatorr"></menu_item_check>
</menu>
</menu_bar>
<search_editor label="Escribe aquí para buscar" name="inventory search editor"/>
<button label="" name="collapse_btn" tool_tip="Cerrar Todo" />
<button label="" name="Inventory.ExpandAll" tool_tip="Expandir Todo"/>
<text name="group_titles_textbox">
Filtro Rápido:
</text>
<!-- Inventory Type Filter Labels -->
<string name="filter_type_all">
Todos los Tipos
</string>
<string name="filter_type_animation">
Animaciones
</string>
<string name="filter_type_callingcard">
Tarjetas de Llamada
</string>
<string name="filter_type_wearable">
Ropas / Partes de Cuerpo
</string>
<string name="filter_type_gesture">
Gestos
</string>
<string name="filter_type_landmark">
Hitos
</string>
<string name="filter_type_notecard">
Notas
</string>
<string name="filter_type_object">
Objetos
</string>
<string name="filter_type_script">
Scripts
</string>
<string name="filter_type_sound">
Sonidos
</string>
<string name="filter_type_texture">
Texturas
</string>
<string name="filter_type_snapshot">
Fotos
</string>
<string name="filter_type_custom">
Personalizado...
</string>
<combo_box name="Quick Filter" label="Filtro Rápido">
<combo_item name="filter_type_all">
Todos los Tipos
</combo_item>
<separator />
<combo_item name="filter_type_animation">
Animaciones
</combo_item>
<combo_item name="filter_type_callingcard">
Tarjetas de Llamada
</combo_item>
<combo_item name="filter_type_wearable">
Ropas / Partes de Cuerpo
</combo_item>
<combo_item name="filter_type_gesture">
Gestos
</combo_item>
<combo_item name="filter_type_landmark">
Hitos
</combo_item>
<combo_item name="filter_type_notecard">
Notas
</combo_item>
<combo_item name="filter_type_object">
Objetos
</combo_item>
<combo_item name="filter_type_script">
Scripts
</combo_item>
<combo_item name="filter_type_sound">
Sonidos
</combo_item>
<combo_item name="filter_type_texture">
Texturas
</combo_item>
<combo_item name="filter_type_snapshot">
Fotos
</combo_item>
<separator />
<combo_item name="filter_type_custom">
Personalizado...
</combo_item>
</combo_box>
<tab_container name="inventory filter tabs" >
<inventory_panel label="Todos los Items" name="All Items"/>
<inventory_panel label="Items Recientes" name="Recent Items"/>
<inventory_panel label="Items Vestidos" name="Worn Items"/>
</tab_container>
<menu_bar name="Inventory Menu">
<menu label="Archivo" name="File">
<menu_item_call label="Abrir" name="Open"></menu_item_call>
<menu_item_separator name="separator"/>
<menu_item_call label="Nueva Ventana" name="New Window"></menu_item_call>
<menu_item_separator name="separator2"/>
<menu_item_call label="Mostrar Filtros" name="Show Filters"></menu_item_call>
<menu_item_call label="Restablecer Filtros" name="Reset Current"></menu_item_call>
<menu_item_call label="Cerrar todas las Carpetas" name="Close All Folders"></menu_item_call>
<menu_item_separator name="separator3"/>
<menu_item_call label="Vaciar la Papelera" name="Empty Trash"></menu_item_call>
<menu_item_call label="Actualizar Inventario" name="Refresh Inventory"></menu_item_call>
</menu>
<menu label="Crear" name="Create">
<menu_item_call label="Nueva Carpeta" name="New Folder"></menu_item_call>
<menu_item_call label="Nuevo Script" name="New Script"></menu_item_call>
<menu_item_call label="Nueva Nota" name="New Note"></menu_item_call>
<menu_item_call label="Nuevo Gesto" name="New Gesture"></menu_item_call>
<menu label="Ropas Nuevas" name="New Clothes">
<menu_item_call label="Nueva Camisa" name="New Shirt"></menu_item_call>
<menu_item_call label="Nuevos Pantalones" name="New Pants"></menu_item_call>
<menu_item_call label="Nuevos Zapatos" name="New Shoes"></menu_item_call>
<menu_item_call label="Nuevas Medias" name="New Socks"></menu_item_call>
<menu_item_call label="Nueva Chaqueta" name="New Jacket"></menu_item_call>
<menu_item_call label="Nueva Falda" name="New Skirt"></menu_item_call>
<menu_item_call label="Nuevos Guantes" name="New Gloves"></menu_item_call>
<menu_item_call label="Nueva Camiseta" name="New Undershirt"></menu_item_call>
<menu_item_call label="Nueva Ropa Interior" name="New Underpants"></menu_item_call>
<menu_item_call label="Nuevo Tatuaje" name="New Tattoo"></menu_item_call>
<menu_item_call label="Nueva Capa Alfa" name="New Alpha"></menu_item_call>
<menu_item_call label="Nueva Física" name="New Physics"></menu_item_call>
</menu>
<menu label="Partes de Cuerpo Nuevas" name="New Body Parts">
<menu_item_call label="Nueva Forma" name="New Shape"></menu_item_call>
<menu_item_call label="Nueva Piel" name="New Skin"></menu_item_call>
<menu_item_call label="Nuevo Pelo" name="New Hair"></menu_item_call>
<menu_item_call label="Nuevos Ojos" name="New Eyes"></menu_item_call>
</menu>
</menu>
<menu label="Ordenar" name="Sort">
<menu_item_check label="Por Nombre" name="By Name"></menu_item_check>
<menu_item_check label="Por Fecha" name="By Date"></menu_item_check>
<menu_item_separator name="separator"/>
<menu_item_check label="Carpetas, siempre por Nombre" name="Folders Always By Name"></menu_item_check>
<menu_item_check label="Carpeta de Sistema al Principio" name="System Folders To Top"></menu_item_check>
</menu>
<menu label="Buscar" name="Search">
<menu_item_check label="Nombre del Item" name="Item name"></menu_item_check>
<menu_item_check label="Descripción del Item" name="Item description"></menu_item_check>
<menu_item_check label="Creador del Item" name="Item creatorr"></menu_item_check>
</menu>
</menu_bar>
</floater>

View File

@@ -1,10 +1,8 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="floater_inventory_backup" title="Respaldar Inventario">
<scroll_list name="item_list">
<column name="type" width="20" />
<column label="Nombre" name="name" />
<column label="Estado" name="status"/>
</scroll_list>
<line_editor name="progress_background" />
<line_editor name="progress_foreground"/>
<scroll_list name="item_list">
<column name="type" width="20" />
<column label="Nombre" name="name" />
<column label="Estado" name="status"/>
</scroll_list>
</floater>

View File

@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="inventory_backup_settings" title="Opciones de Descarga">
<check_box name="chk_textures" label="Texturas" />
<check_box name="chk_sounds" label="Sonidos" />
<check_box name="chk_callingcards" label="Tarjetas de LLamada" />
<check_box name="chk_landmarks" label="Hitos" />
<check_box name="chk_scripts" label="Scripts" />
<check_box name="chk_wearables" label="Wearables" />
<check_box name="chk_objects" label="Objetos" />
<check_box name="chk_notecards" label="Notas" />
<check_box name="chk_animations" label="Animaciones" />
<check_box bottom_delta="-20" follows="left|top" left="10" ="chk_gestures" label="Gestos" />
<!--<check_box bottom_delta="-20" follows="left|top" left="10" name="chk_others" label="Others" />-->
<button label="Siguiente >>" name="next_btn" />
<check_box name="chk_textures" label="Texturas" />
<check_box name="chk_sounds" label="Sonidos" />
<check_box name="chk_callingcards" label="Tarjetas de LLamada" />
<check_box name="chk_landmarks" label="Hitos" />
<check_box name="chk_scripts" label="Scripts" />
<check_box name="chk_wearables" label="Wearables" />
<check_box name="chk_objects" label="Objetos" />
<check_box name="chk_notecards" label="Notas" />
<check_box name="chk_animations" label="Animaciones" />
<check_box name="chk_gestures" label="Gestos" />
<!--<check_box bottom_delta="-20" follows="left|top" left="10" name="chk_others" label="Others" />-->
<button label="Siguiente >>" name="next_btn" />
</floater>

View File

@@ -47,8 +47,17 @@
<text name="NextMaskDebug">
N:
</text>
<check_box label="Compartir con el Grupo" name="CheckShareWithGroup"/>
<check_box label="Permitir a cualquiera que lo copie" name="CheckEveryoneCopy"/>
<text name="GroupLabel">
Los miembros del grupo pueden:
</text>
<check_box label="Modificarlo" name="CheckGroupMod"/>
<check_box label="Copiarlo" name="CheckGroupCopy"/>
<check_box label="Moverlo" name="CheckGroupMove"/>
<text name="EveryoneLabel">
Cualquiera puede:
</text>
<check_box label="Copiarlo" name="CheckEveryoneCopy"/>
<check_box label="Moverlo" name="CheckEveryoneMove"/>
<text name="NextOwnerLabel" width="250">
El próximo propietario puede:
</text>
@@ -56,7 +65,7 @@
<check_box label="Copiarlo" name="CheckNextOwnerCopy"/>
<check_box label="Venderlo/Darlo" name="CheckNextOwnerTransfer"/>
<text name="SaleLabel" width="150">
Marcar Item como:
Marcar Ítem como:
</text>
<check_box label="En Venta" name="CheckPurchase"/>
<radio_group name="RadioSaleType">

View File

@@ -2,52 +2,51 @@
<!-- Local Asset Browser: xui -->
<!-- floater definition start -->
<floater name="local_bitmap_browser_floater" title="Navegador Local de Bitmap" >
<!-- floater definition end, left side begin -->
<button name="add_btn" label="Agregar"/>
<button name="del_btn" label="Quitar"/>
<button name="upload_btn" label="Subir"/>
<button name="more_btn" label="Mas"/>
<button name="less_btn" label="Menos"/>
<scroll_list name="bitmap_list" >
<column name="bitmap_name" label="Nombre"/>
<column name="bitmap_uuid" label="UUID"/>
</scroll_list>
<!-- left side done, right side begin -->
<line_editor name="path_text"/>
<text name="path_caption_text">
Ruta Local:
</text>
<line_editor name="uuid_text" />
<text name="uuid_caption_text">
Local UdddUID:
</text>
<texture_picker label="Textura" name="texture_view"/>
<check_box label="Mantener Actualizado" name="keep_updating_checkbox" tool_tip="Activar o desactivar el control periódico de las fuentes de bitmaps en tu disco duro para ver si han sido actualizadas"/>
<combo_box name="type_combobox">
<combo_item name="type_texture" value="type_texture">
Textura
</combo_item>
<combo_item name="type_sculptie" value="type_sculptie">
Sculptmap
</combo_item>
<combo_item name="type_layer" value="type_layer">
Ropas
</combo_item>
</combo_box>
<text name="time_caption_text">
Hora:
</text>
<text name="time_text">
(aqui la fecha)
</text>
<text name="link_caption_text">
Enlace:
</text>
<text name="link_text">
(Estado del Link)
</text>
<text name="name_caption_text">
Nombre:
</text>
<line_editor name="name_text"/>
<!-- floater definition end, left side begin -->
<button name="add_btn" label="Agregar"/>
<button name="del_btn" label="Quitar"/>
<button name="upload_btn" label="Subir"/>
<button name="more_btn" label="Mas"/>
<button name="less_btn" label="Menos"/>
<scroll_list name="bitmap_list" >
<column name="bitmap_name" label="Nombre"/>
<column name="bitmap_uuid" label="UUID"/>
</scroll_list>
<!-- left side done, right side begin -->
<line_editor name="path_text"/>
<text name="path_caption_text">
Ruta Local:
</text>
<line_editor name="uuid_text" />
<text name="uuid_caption_text">
Local UdddUID:
</text>
<texture_picker label="Textura" name="texture_view"/>
<check_box label="Mantener Actualizado" name="keep_updating_checkbox" tool_tip="Activar o desactivar el control periódico de las fuentes de bitmaps en tu disco duro para ver si han sido actualizadas"/>
<combo_box name="type_combobox">
<combo_item name="type_texture" value="type_texture">
Textura
</combo_item>
<combo_item name="type_sculptie" value="type_sculptie">
Sculptmap
</combo_item>
<combo_item name="type_layer" value="type_layer">
Ropas
</combo_item>
</combo_box>
<text name="time_caption_text">
Hora:
</text>
<text name="time_text">
(aqui la fecha)
</text>
<text name="link_caption_text">
Enlace:
</text>
<text name="link_text">
(Estado del Link)
</text>
<text name="name_caption_text">
Nombre:
</text>
</floater>

View File

@@ -1,27 +1,27 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="floatermediafilter" title="Filtro de Medios">
<text name="info1" >
Los dominios en Negrita están en la lista permanente (ej.: en lista blanca o lista negra).
</text>
<text name="info2" >
Los dominios en itálica están en la lista de sesión (ej: permitidos o denegados temporariamente).
</text>
<scroll_list name="whitelist_list" >
<column name="whitelist_col" label="Dominios Permitidos u objetos del servidor" />
</scroll_list>
<scroll_list name="blacklist_list" >
<column name="blacklist_col" label="Dominios bloqueados u objetos del servidor" />
</scroll_list>
<button name="add_whitelist" label="Añadir..." tool_tip="Añadir un servidor a la Lista Blanca"/>
<button name="remove_whitelist" label="Quitar" tool_tip="Quitar el servidor seleccionado de la Lista Blanca"/>
<button name="clear_lists" label="Limpiar Listas" tool_tip="Limpiar todas las Listas" />
<button name="show_ips" label="Mostrar IPs" tool_tip="Mostrar las direcciones IP asociadas a cada nombre de dominio (Hace que el visor entre en paus mientras actualiza la lista debido a la búsqueda de DNSs)"/>
<button name="add_blacklist" label="Añadir..." tool_tip="Añadir un server a la Lista Negra"/>
<button name="remove_blacklist" label="Quitar" tool_tip="Quitar el servidor seleccionado de la Lista Negra"/>
<text name="add_text">
Nuevo dominio:
</text>
<check_box name="match_ip" label="Añadir/Quitar IP coincidente" tool_tip="Añadir o Quitar cualquier IP asociada con un nombre de dominio agregado o quitado"/>
<line_editor name="input_domain" tool_tip="Ingresa la nueva URL, nombre de dominio, IP o ruta HTTP del servidor del objeto con script"/>
<button name="commit_domain" label="Añadir" tool_tip="Añadir a la Lista"/>
<text name="info1" >
Los dominios en Negrita están en la lista permanente (ej.: en lista blanca o lista negra).
</text>
<text name="info2" >
Los dominios en itálica están en la lista de sesión (ej: permitidos o denegados temporariamente).
</text>
<scroll_list name="whitelist_list" >
<column name="whitelist_col" label="Dominios Permitidos u objetos del servidor" />
</scroll_list>
<scroll_list name="blacklist_list" >
<column name="blacklist_col" label="Dominios bloqueados u objetos del servidor" />
</scroll_list>
<button name="add_whitelist" label="Añadir..." tool_tip="Añadir un servidor a la Lista Blanca"/>
<button name="remove_whitelist" label="Quitar" tool_tip="Quitar el servidor seleccionado de la Lista Blanca"/>
<button name="clear_lists" label="Limpiar Listas" tool_tip="Limpiar todas las Listas" />
<button name="show_ips" label="Mostrar IPs" tool_tip="Mostrar las direcciones IP asociadas a cada nombre de dominio (Hace que el visor entre en paus mientras actualiza la lista debido a la búsqueda de DNSs)"/>
<button name="add_blacklist" label="Añadir..." tool_tip="Añadir un server a la Lista Negra"/>
<button name="remove_blacklist" label="Quitar" tool_tip="Quitar el servidor seleccionado de la Lista Negra"/>
<text name="add_text">
Nuevo dominio:
</text>
<check_box name="match_ip" label="Añadir/Quitar IP coincidente" tool_tip="Añadir o Quitar cualquier IP asociada con un nombre de dominio agregado o quitado"/>
<line_editor name="input_domain" tool_tip="Ingresa la nueva URL, nombre de dominio, IP o ruta HTTP del servidor del objeto con script"/>
<button name="commit_domain" label="Añadir" tool_tip="Añadir a la Lista"/>
</floater>

View File

@@ -1,14 +1,12 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="Message Builder" title="Constructor de Mensajes" >
<scroll_list name="net_list">
<column name="text" label="texto" />
<column name="state" label="Estado" />
</scroll_list>
<combo_box name="untrusted_message_combo" tool_tip="No Seguro">
</combo_box>
<combo_box name="trusted_message_combo" tool_tip="Seguro">
</combo_box>
<text_editor name="message_edit" >
</text_editor>
<button name="send_btn" label="Enviar" tool_tip="Enviar (Ctrl+Intro)"/>
<scroll_list name="net_list">
<column name="text" label="texto" />
<column name="state" label="Estado" />
</scroll_list>
<combo_box name="untrusted_message_combo" tool_tip="No Seguro">
</combo_box>
<combo_box name="trusted_message_combo" tool_tip="Seguro">
</combo_box>
<button name="send_btn" label="Enviar" tool_tip="Enviar (Ctrl+Intro)"/>
</floater>

View File

@@ -1,28 +1,24 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="Message Log" title="Registro de Mensajes" >
<scroll_list name="net_list">
<column name="text" label="texto" />
<column name="icon0" label="icon0"/>
<column name="icon1" label="icon1"/>
</scroll_list>
<button name="filter_choice_btn" label="…"/>
<line_editor name="filter_edit" />
<button name="filter_apply_btn" label="✔"/>
<button name="clear_log_btn" label="C"/>
<scroll_list name="message_log">
<column name="sequence" label="secuencia"/>
<column name="type" label="tipo"/>
<column name="direction" label="dirección"/>
<column name="net" label="red"/>
<column name="name" label="nombre"/>
<!--<column name="flag_zer" label="zer" width="8"/>
<column name="flag_rel" label="rel" width="8"/>
<column name="flag_rsd" label="rsd" width="8"/>
<column name="flag_ack" label="ack" width="8"/>-->
<column name="summary" label="sumario"/>
</scroll_list>
<text name="log_status_text">
</text>
<text_editor name="net_info" >
</text_editor>
<scroll_list name="net_list">
<column name="text" label="texto" />
<column name="icon0" label="icon0"/>
<column name="icon1" label="icon1"/>
</scroll_list>
<button name="filter_choice_btn" label="…"/>
<line_editor name="filter_edit" />
<button name="filter_apply_btn" label="✔"/>
<button name="clear_log_btn" label="C"/>
<scroll_list name="message_log">
<column name="sequence" label="secuencia"/>
<column name="type" label="tipo"/>
<column name="direction" label="dirección"/>
<column name="net" label="red"/>
<column name="name" label="nombre"/>
<!--<column name="flag_zer" label="zer" width="8"/>
<column name="flag_rel" label="rel" width="8"/>
<column name="flag_rsd" label="rsd" width="8"/>
<column name="flag_ack" label="ack" width="8"/>-->
<column name="summary" label="sumario"/>
</scroll_list>
</floater>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="mute floater" short_title="Lista de Ignorados" title="Residentes y Objetos Ignorados">
<scroll_list name="mutes" tool_tip="Lista de residentes ignorados actualmente" />
<button label="Residente Ignorado..." label_selected="Residente Ignorado..." name="Mute resident..." tool_tip="Selecciona un residente para ignorar" />
<button label="Ignorar objeto por su nombre..." label_selected="Ignorar objeto por su nombre..." name="Mute object by name..."/>
<button label="No Ignorar" label_selected="No Ignorar" name="Unmute" tool_tip="Quitar un residente u objeto de la lista de ignorados" />
<scroll_list name="mutes" tool_tip="Lista de residentes ignorados actualmente" />
<button label="Residente Ignorado..." label_selected="Residente Ignorado..." name="Mute resident..." tool_tip="Selecciona un residente para ignorar" />
<button label="Ignorar objeto por su nombre..." label_selected="Ignorar objeto por su nombre..." name="Mute object by name..."/>
<button label="No Ignorar" label_selected="No Ignorar" name="Unmute" tool_tip="Quitar un residente u objeto de la lista de ignorados" />
</floater>

View File

@@ -1,96 +1,91 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="item properties" title="Propiedades de los Items del Inventario">
<text name="LabelItemNameTitle">
Nombre:
</text>
<line_editor name="name_line"/>
<text name="LabelItemDescTitle">
Descripción:
</text>
<line_editor name="desc_line"/>
<text name="LabelAssetTitle">
Asset:
</text>
<line_editor name="asset_id_line"/>
<text name="LabelCreatorTitle">
Creador:
</text>
<line_editor name="creator_id_line"/>
<text name="LabelOwnerTitle">
Propietario:
</text>
<line_editor name="owner_id_line"/>
<combo_box name="type_combo">
<combo_item name="texture" value="texture">
textura
</combo_item>
<combo_item name="sound" value="sound">
sonido
</combo_item>
<combo_item name="callcard" value="callcard">
tarjeta de llamada
</combo_item>
<combo_item name="landmark" value="landmark">
hito
</combo_item>
<combo_item name="script" value="script">
script
</combo_item>
<combo_item name="clothing" value="clothing">
Ropa
</combo_item>
<combo_item name="object" value="object">
objeto
</combo_item>
<combo_item name="notecard" value="notecard">
nota
</combo_item>
<combo_item name="category" value="category">
categoría
</combo_item>
<combo_item name="root" value="root">
raíz
</combo_item>
<combo_item name="lsltext" value="lsltext">
lsltext
</combo_item>
<combo_item name="lslbyte" value="lslbyte">
lslbyte
</combo_item>
<combo_item name="txtr_tga" value="txtr_tga">
txtr_tga
</combo_item>
<combo_item name="bodypart" value="bodypart">
parte de cuerpo
</combo_item>
<combo_item name="trash" value="trash">
papelera
</combo_item>
<combo_item name="snapshot" value="snapshot">
foto
</combo_item>
<combo_item name="lstndfnd" value="lstndfnd">
lstndfnd
</combo_item>
<combo_item name="snd_wav" value="snd_wav">
snd_wav
</combo_item>
<combo_item name="img_tga" value="img_tga">
img_tga
</combo_item>
<combo_item name="jpeg" value="jpeg">
jpeg
</combo_item>
<combo_item name="animatn" value="animatn">
animación
</combo_item>
<combo_item name="gesture" value="gesture">
gesto
</combo_item>
<combo_item name="simstate" value="simstate">
simstate
</combo_item>
</combo_box>
<check_box label="Abrir inmediatamente" name="chk_open"/>
<button label="OK" name="ok_btn"/>
<text name="LabelItemNameTitle">
Nombre:
</text>
<text name="LabelItemDescTitle">
Descripción:
</text>
<text name="LabelAssetTitle">
Asset:
</text>
<text name="LabelCreatorTitle">
Creador:
</text>
<text name="LabelOwnerTitle">
Propietario:
</text>
<combo_box name="type_combo">
<combo_item name="texture">
Textura
</combo_item>
<combo_item name="sound">
Sonido
</combo_item>
<combo_item name="callcard">
Tarjeta de llamada
</combo_item>
<combo_item name="landmark">
Hito
</combo_item>
<combo_item name="script">
Script
</combo_item>
<combo_item name="clothing">
Ropa
</combo_item>
<combo_item name="object">
Objeto
</combo_item>
<combo_item name="notecard">
Nota
</combo_item>
<combo_item name="category">
Categoría
</combo_item>
<combo_item name="root">
Raíz
</combo_item>
<combo_item name="lsltext">
lsltext
</combo_item>
<combo_item name="lslbyte">
lslbyte
</combo_item>
<combo_item name="txtr_tga">
txtr_tga
</combo_item>
<combo_item name="bodypart">
Parte de cuerpo
</combo_item>
<combo_item name="trash">
Papelera
</combo_item>
<combo_item name="snapshot">
Foto
</combo_item>
<combo_item name="lstndfnd">
lstndfnd
</combo_item>
<combo_item name="snd_wav">
Sonido_wav
</combo_item>
<combo_item name="img_tga">
Imagen tga
</combo_item>
<combo_item name="jpeg">
jpeg
</combo_item>
<combo_item name="animatn">
Animación
</combo_item>
<combo_item name="gesture">
Gesto
</combo_item>
<combo_item name="simstate">
simstate
</combo_item>
</combo_box>
<check_box label="Abrir inmediatamente" name="chk_open"/>
<button label="OK" name="ok_btn"/>
</floater>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="Import" title="Progreso de la Importación">
<text name="name_label">
Progreso
</text>
<text name="name_label">
Progreso
</text>
</floater>

View File

@@ -50,10 +50,10 @@
<slider label="" name="noise_strength"/>
</panel>
<panel label="Extras" name="Extras">
<combo_box name="PPEffectsCombo"/>
<line_editor label="Nombre del Efecto" name="PPEffectNameEditor"/>
<button label="Cargar Efecto" label_selected="Cargar Efecto" name="PPLoadEffect"/>
<button label="Guardar Efecto" label_selected="Guardar Efecto" name="PPSaveEffect"/>
<combo_box name="PPEffectsCombo"/>
<line_editor label="Nombre del Efecto" name="PPEffectNameEditor"/>
</panel>
</tab_container>
</floater>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="existing_landmark_preview">
<panel name="place_details_panel"/>
<button label="Descartar" name="Discard btn"/>
<panel name="place_details_panel"/>
<button label="Descartar" name="Discard btn"/>
</floater>

View File

@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="preview_sound">
<text name="name_label">
Nombre:
</text>
<text name="desc txt">
Descripción:
</text>
<button label="Reproducir Localmente" label_selected="Reproducir Localmente" left="150"
mouse_opaque="true" name="Sound audition btn" scale_image="true"
sound_flags="0" tool_tip="Play this sound so that only you can hear it."
width="148" />
<button label="Reproducir en Mundo" label_selected="Reproducir en Mundo" left_delta="-146" name="Sound play btn" tool_tip="Play this sound so that others can hear it."
width="142" />
<button label="Reproducir Localmente" label_selected="Reproducir Localmente" left="150" name="Sound audition btn" tool_tip="Reproducir reste sonido sólo para ti."/>
<button label="Reproducir en Mundo" label_selected="Reproducir en Mundo" left_delta="-146" name="Sound play btn" tool_tip="Reproducir este sonido para que todos puedan escucharlo"/>
</floater>

View File

@@ -1,29 +1,29 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="preview_texture">
<text name="desc txt">
Descripción:
Descripción:
</text>
<text name="uuid txt">
UUID:
UUID:
</text>
<text name="uploader txt">
Subida por:
Subida por:
</text>
<button label="Perfil" name="openprofile"/>
<text name="uploadtime txt">
Subida el:
Subida el:
</text>
<text name="alphanote">
Cargando...
Cargando...
</text>
<button label="Mantener" label_selected="Mantener" name="Keep"/>
<button label="Descartar" label_selected="Descartar" name="Discard"/>
<button label="Copiar al Inventario" name="Copy To Inventory"/>
<text name="dimensions">
Tamaño: [WIDTH] x [HEIGHT]
Tamaño: [WIDTH] x [HEIGHT]
</text>
<text name="aspect_ratio">
Aspecto Vista Previa
Aspecto Vista Previa
</text>
<combo_box name="combo_aspect_ratio" tool_tip="Vista Previa en aspecto fijo">
<combo_item name="Unconstrained">

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="radar" title="Radar">
<scroll_list name="avatar_list" tool_tip="Mantén presionada la tecla Mayús o la tecla Ctrl al pulsar con el mouse para seleccionar multiples avatares">
<column name="marked" label="Marcar" tool_tip="Avatares Marcados"/>
<column name="avatar_name" label="Nombre" tool_tip="Mantén presionada la tecla Mayús o la tecla Ctrl al pulsar con el mouse para seleccionar multiples avatares"/>

View File

@@ -1,40 +1,13 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater bottom="-423" can_close="true" can_drag_on_left="false" can_minimize="true"
can_resize="false" can_tear_off="true" enabled="true" height="120"
left="223" min_height="100" min_width="100" mouse_opaque="true"
name="script search" title="Script Search" width="300">
<check_box bottom="-77" control_name="LSLFindCaseInsensitivity" enabled="true" follows="left|top" font="SansSerifSmall"
height="16" initial_value="false" label="Case Insensitive" left="55"
mouse_opaque="true" name="case_text" radio_style="false" width="240" />
<button bottom="-108" enabled="true" font="SansSerif" halign="center" height="24"
label="Search" label_selected="Search" left="10" mouse_opaque="true"
name="search_btn" scale_image="true" width="90" />
<button bottom="-108" enabled="true" font="SansSerif" halign="center" height="24"
label="Replace" label_selected="Replace" left="105" mouse_opaque="true"
name="replace_btn" scale_image="true" width="90" />
<button bottom="-108" enabled="true" font="SansSerif" halign="center" height="24"
label="Replace All" label_selected="Replace All" left="200"
mouse_opaque="true" name="replace_all_btn" scale_image="true" width="90" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-37" drop_shadow_visible="true" enabled="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="5"
mouse_opaque="true" name="txt" v_pad="0" width="45">
Search
<floater name="script search" title="Búsqueda en Script">
<check_box label="Mayúscylas/Minúsculas" name="case_text"/>
<button label="Buscar" label_selected="Buscar" name="search_btn"/>
<button label="Reemplazar" label_selected="Reemplazar" name="replace_btn"/>
<button label="Reemplazar Todo" label_selected="Reemplazar Todo" name="replace_all_btn"/>
<text name="txt">
Buscar
</text>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-58" drop_shadow_visible="true" enabled="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="5"
mouse_opaque="true" name="txt2" v_pad="0" width="45">
Replace
<text name="txt2">
Reemplazar
</text>
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-37"
enabled="true" follows="left|top" font="SansSerifSmall"
handle_edit_keys_directly="false" height="16" left="55" max_length="254"
mouse_opaque="true" name="search_text" select_all_on_focus_received="false"
select_on_focus="false" width="240" />
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-58"
enabled="true" follows="left|top" font="SansSerifSmall"
handle_edit_keys_directly="false" height="16" left="55" max_length="254"
mouse_opaque="true" name="replace_text"
select_all_on_focus_received="false" select_on_focus="false" width="240" />
</floater>

View File

@@ -1,41 +1,38 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="true" can_drag_on_left="false" can_minimize="false"
can_resize="false" height="550" min_height="140" min_width="300"
name="Image Preview" title="" width="550">
<text left ="20" bottom_delta="-25" follows="top|left" height="15" name="preview_label" font="SansSerifLarge">
Preview image as:
<floater name="Image Preview" title="">
<text name="preview_label">
Vista Previa de la imagen como:
</text>
<combo_box bottom_delta="-8" follows="left|top" height="24" label="Clothing Type"
left="145" name="clothing_type_combo" width="160">
<combo_box label="Ropas" name="clothing_type_combo">
<combo_item name="Image">
Image
Imagen
</combo_item>
<combo_item name="Hair">
Hair
Pelo
</combo_item>
<combo_item name="FemaleHead">
Female Head
Cabeza Femenina
</combo_item>
<combo_item name="FemaleUpperBody">
Female Upper Body
Cuerpo Superior Femenino
</combo_item>
<combo_item name="FemaleLowerBody">
Female Lower Body
Cuerpo Inferior Femenino
</combo_item>
<combo_item name="MaleHead">
Male Head
Cabeza Masculina
</combo_item>
<combo_item name="MaleUpperBody">
Male Upper Body
Cuerpo Superior Masculino
</combo_item>
<combo_item name="MaleLowerBody">
Male Lower Body
Cuerpo Inferior Masculino
</combo_item>
<combo_item name="Skirt">
Skirt
Falda
</combo_item>
<combo_item name="SculptedPrim">
Sculpted Prim
Prim Sculpt
</combo_item>
</combo_box>
</floater>

View File

@@ -1,40 +1,13 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater bottom="-423" can_close="true" can_drag_on_left="false" can_minimize="true"
can_resize="false" can_tear_off="true" enabled="true" height="120"
left="223" min_height="100" min_width="100" mouse_opaque="true"
name="script search" title="Search / Replace" width="300">
<check_box bottom="-77" control_name="LSLFindCaseInsensitivity" enabled="true" follows="left|top" font="SansSerifSmall"
height="16" initial_value="false" label="Case Insensitive" left="55"
mouse_opaque="true" name="case_text" radio_style="false" width="240" />
<button bottom="-108" enabled="true" font="SansSerif" halign="center" height="24"
label="Search" label_selected="Search" left="10" mouse_opaque="true"
name="search_btn" scale_image="true" width="90" />
<button bottom="-108" enabled="true" font="SansSerif" halign="center" height="24"
label="Replace" label_selected="Replace" left="105" mouse_opaque="true"
name="replace_btn" scale_image="true" width="90" />
<button bottom="-108" enabled="true" font="SansSerif" halign="center" height="24"
label="Replace All" label_selected="Replace All" left="200"
mouse_opaque="true" name="replace_all_btn" scale_image="true" width="90" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-37" drop_shadow_visible="true" enabled="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="5"
mouse_opaque="true" name="search_label" v_pad="0" width="45">
Search
<floater name="script search" title="Buscar / Reemplazar">
<check_box label="Mayúsculas/Minúsculas" name="case_text"/>
<button label="Buscar" label_selected="Buscar" name="search_btn"/>
<button label="Reemplazar" label_selected="Reemplazar" name="replace_btn"/>
<button label="Reemplazar Todo" label_selected="Reemplazar Todo" name="replace_all_btn"/>
<text name="search_label">
Buscar
</text>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-58" drop_shadow_visible="true" enabled="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="5"
mouse_opaque="true" name="replace_label" v_pad="0" width="45">
Replace
<text name="replace_label">
Reemplazar
</text>
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-37"
enabled="true" follows="left|top" font="SansSerifSmall"
handle_edit_keys_directly="false" height="16" left="55" max_length="254"
mouse_opaque="true" name="search_text" select_all_on_focus_received="false"
select_on_focus="false" width="240" />
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-58"
enabled="true" follows="left|top" font="SansSerifSmall"
handle_edit_keys_directly="false" height="16" left="55" max_length="254"
mouse_opaque="true" name="replace_text"
select_all_on_focus_received="false" select_on_focus="false" width="240" />
</floater>

View File

@@ -1,15 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater border="true" bottom="372" can_close="false" can_drag_on_left="false"
can_minimize="false" can_resize="false" can_tear_off="true" enabled="true"
height="100" left="415" min_height="100" min_width="100"
mouse_opaque="true" name="modal container" title="" width="240">
<button bottom="-90" enabled="true" font="SansSerif" halign="center" height="20"
label="Cancel" label_selected="Cancel" left="138" mouse_opaque="true"
name="Cancel" scale_image="true" width="82" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-26" drop_shadow_visible="true" enabled="true" follows="left|top"
font="SansSerif" h_pad="0" halign="left" height="16" left="20"
mouse_opaque="true" name="Save item as:" v_pad="0" width="200">
Press a key to select
<floater name="modal container">
<button label="Cancelar" label_selected="Cancelar" name="Cancel"/>
<text name="Save item as:">
Pulsa una tecla para seleccionar
</text>
</floater>

View File

@@ -1,99 +1,69 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="true" can_drag_on_left="false" can_minimize="false"
can_resize="false" height="485" min_height="485" min_width="450"
name="sell land" title="Sell Land" width="450">
<texture_picker bottom_delta="-175" enabled="false" follows="top|left" height="135" left="244"
name="info_image" right="424" width="180" />
<text bottom_delta="144" follows="top|left" font="SansSerifSmall" left="16"
name="info_parcel_label" width="64">
Parcel:
<floater name="sell land" title="Vender Terreno">
<text name="info_parcel_label">
Parcela:
</text>
<text bottom_delta="-5" follows="top|left" font="SansSerif" height="16" left="72"
name="info_parcel" right="-20" >
<text name="info_parcel">
PARCEL NAME
</text>
<text follows="top|left" font="SansSerifSmall" left="16" name="info_size_label"
width="64">
Size:
<text name="info_size_label">
Tamaño:
</text>
<text bottom_delta="-21" follows="top|left" font="SansSerif" height="32" left="72"
name="info_size" right="-20" >
[AREA] sq.m.
<text name="info_size">
[AREA] m²
</text>
<text bottom_delta="-94" follows="top|left" font="SansSerifHuge" height="24"
left="16" name="info_action" text_color="white" width="210">
To sell this parcel:
<text name="info_action">
Vender esta parcela:
</text>
<icon bottom_delta="-66" follows="top|left" height="64" image_name="badge_note.j2c"
left="0" name="step_price" width="64" />
<text bottom_delta="38" follows="top|left" height="16" left="72" name="price_label"
right="-20" font="SansSerifBig" >
Set a price:
<text name="price_label">
Definir el precio:
</text>
<text follows="top|left" height="16" left="72" name="price_text" right="-20">
Choose an appropriate price for this land.
<text name="price_text">
Escoge un precio apropiado para este terreno.
</text>
<text height="16" left="72" name="price_ld" width="20">
<text name="price_ld">
[CURRENCY]
</text>
<line_editor bottom_delta="0" follows="top|left" height="16" increment="1" initial_val="0"
left_delta="20" max_val="999999999" min_val="0" name="price" width="100" />
<text bottom_delta="0" height="16" left_delta="110" name="price_per_m" width="200">
([CURRENCY][PER_METER] per square meter)
<text name="price_per_m">
([CURRENCY][PER_METER] por metro cuadro)
</text>
<icon follows="top|left" height="64" image_name="badge_note.j2c" left="0"
name="step_sell_to" width="64" />
<text bottom_delta="38" follows="top|left" height="16" left="72" name="sell_to_label"
right="-20" font="SansSerifBig" >
Sell the land to:
<text name="sell_to_label">
Vender este terreno a:
</text>
<text follows="top|left" height="16" left="72" name="sell_to_text" right="-20">
Choose whether to sell to anyone or a particular buyer.
<text name="sell_to_text">
Elige si quieres vender este terreno a cualquiera o a alguien en particular.
</text>
<combo_box bottom_delta="-16" follows="top|right" height="16" left="72" name="sell_to"
width="140">
<combo_item enabled="false" name="--selectone--" value="select">
-- select one --
<combo_box name="sell_to">
<combo_item name="--selectone--">
-- Escoge a alguien--
</combo_item>
<combo_item name="Anyone" value="anyone">
Anyone
<combo_item name="Anyone">
Cualquiera
</combo_item>
<combo_item name="Specificuser:" value="user">
Specific user:
<combo_item name="Specificuser:">
Usuario Específico:
</combo_item>
</combo_box>
<line_editor bottom_delta="-20" enabled="false" follows="top|right" height="16"
name="sell_to_agent" width="150" />
<button bottom_delta="0" height="16" label="Select..." left_delta="155"
name="sell_to_select_agent" width="110" />
<icon follows="top|left" height="64" image_name="badge_note.j2c" left="0"
name="step_sell_objects" width="64" />
<text bottom_delta="38" follows="top|left" height="16" left="72"
name="sell_objects_label" right="-20" font="SansSerifBig" >
Sell the objects with the land?
<button label="Elegir..." name="sell_to_select_agent"/>
<text name="sell_objects_label">
¿Vender los objetos con el terreno?
</text>
<text bottom_delta="-20" follows="top|left" height="16" left="72"
name="sell_objects_text">
Land owner&apos;s transferable objects on parcel will change ownership.
<text name="sell_objects_text">
La propiedad de los objetos transferibles en la parcela cambiarán de propietario.
</text>
<radio_group bottom_delta="-44" follows="top|right" height="40" left="72"
name="sell_objects" right="420">
<radio_item bottom="0" height="0" left="10" name="none" visible="false" />
<radio_item bottom="-20" height="16" left="10" name="no">
No, keep ownership of objects
<radio_group name="sell_objects">
<radio_item name="none"/>
<radio_item name="no">
No, mantener propiedad de los objetos
</radio_item>
<radio_item bottom="-40" height="16" left="10" name="yes">
Yes, sell objects with land
<radio_item name="yes">
Si, vender los objetos con la propiedad
</radio_item>
</radio_group>
<button bottom_delta="4" height="16" label="Show Objects" name="show_objects"
right="414" width="110" />
<text bottom_delta="-35" follows="top|left" height="16" left="72"
name="nag_message_label" right="-20" font="SansSerifBig" >
REMEMBER: All sales are final.
<button label="Mostrar Objetos" name="show_objects"/>
<text name="nag_message_label">
RECUERDA: Todas las ventas son finales.
</text>
<button bottom="-479" follows="bottom|left" height="20" label="Set Land For Sale"
left="72" name="sell_btn" width="160" />
<button bottom_delta="0" follows="bottom|right" height="20" label="Cancel"
name="cancel_btn" right="444" width="90" />
<button label="Definir Terreno en Venta" name="sell_btn"/>
<button label="Cancelar" name="cancel_btn"/>
</floater>

View File

@@ -1,31 +1,18 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="true" can_drag_on_left="false" can_minimize="false"
can_resize="false" height="215" name="settings_debug"
title="Debug Settings" width="350">
<combo_box allow_text_entry="true" bottom="-50" follows="top|left" font="SansSerifSmall"
height="20" left="15" max_chars="255" name="settings_combo" />
<text_editor bottom_delta="-75" enabled="false" height="60" width="320" hide_scrollbar="true"
name="comment_text" word_wrap="true" />
<combo_box bottom_delta="-30" follows="top|left" font="SansSerifSmall" height="20"
left="15" name="boolean_combo" visible="false">
<combo_item name="TRUE" value="true">
TRUE
<floater name="settings_debug" title="Configurar del Depurador">
<combo_box name="settings_combo" />
<combo_box name="boolean_combo">
<combo_item name="TRUE">
VERDADERO
</combo_item>
<combo_item name="FALSE" value="">
FALSE
<combo_item name="FALSE">
FALSO
</combo_item>
</combo_box>
<line_editor bottom_delta="0" height="20" name="val_text" visible="false" width="300" />
<color_swatch bottom="30" can_apply_immediately="true" height="55" label="Color"
name="color_swatch" visible="true" width="37" />
<spinner bottom_delta="25" height="20" label="x" label_width="40" max_val="10000000"
name="val_spinner_1" visible="false" width="120" />
<spinner bottom_delta="0" height="20" label="x" label_width="40" left_delta="135"
max_val="10000000" name="val_spinner_2" visible="false" width="120" />
<spinner bottom_delta="-20" height="20" label="x" label_width="40" left="15"
max_val="10000000" name="val_spinner_3" visible="false" width="120" />
<spinner bottom_delta="0" height="20" label="x" label_width="40" left_delta="135"
max_val="10000000" name="val_spinner_4" visible="false" width="120" />
<button bottom="5" height="20" label="Reset to default" left="15" name="default_btn"
width="150" />
<color_swatch label="Color" name="color_swatch"/>
<spinner label="x" name="val_spinner_1"/>
<spinner label="x" name="val_spinner_2"/>
<spinner label="x" name="val_spinner_3"/>
<spinner label="x" name="val_spinner_4"/>
<button label="Restablecer" name="default_btn"/>
</floater>

View File

@@ -1,19 +1,14 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true"
height="500" min_height="300" min_width="300" name="floaterreleasemessage"
title="Entering Region" width="700">
<button bottom="10" follows="bottom|right" font="SansSerifSmall" height="20"
label="Close" name="close_btn" right="-10" width="50" />
<web_browser bottom="40" follows="top|left|bottom|right" font="SansSerifSmall" left="15"
name="release_message_floater_browser" right="-15" top="-30" />
<floater name="floaterreleasemessage" title="Entrando a Región">
<button label="Cerrar" name="close_btn"/>
<string name="in-world_help_title">
In-World Help
Ayuda en el Mundo
</string>
<string name="in-world_help_url">
http://www.secondlife.com/app/support/inworld.html
</string>
<string name="additional_help_title">
Additional Help
Ayuda Adicional
</string>
<string name="additional_help_url">
http://www.secondlife.com/app/support/support.html

View File

@@ -1,80 +1,33 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<multi_floater bottom="256" can_close="true" can_drag_on_left="false" can_minimize="true"
can_resize="false" height="148" left="256" name="floater_chatterbox" title="" title_bar="true" width="300" rect_control="ChatterboxRect">
<icon image_name="checkerboard_transparency_bg.png" follows="left|right|top|bottom" bottom="0" left="0" height="128" width="300" />
<panel name="panel_littletoolbar" width="300" height="28" left="0" bottom="0" background_opaque="true" background_visible="true">
<panel bottom="0" filename="panel_bg_toolbar.xml" height="26" left="0" width="300" follows="left|right|top|bottom"/>
<button bottom="0" font="SansSerif" height="24"
image_selected="btn_chatbar_selected.tga" scale_image="true"
image_unselected="btn_chatbar.tga" label="" left="2" name="chat_btn"
image_overlay="icn_chatbar.tga" tool_tip="Show Chat Bar. (Enter)"
width="50" auto_resize="false" follows="left|right" user_resize="false"/>
<icon image_name="spacer24.tga" left_delta="2" width="2" height="2" follows="left|right" auto_resize="false" color="0,0,0,0"/>
<flyout_button bottom="0" font="SansSerif" height="24" label="Communicate" left_delta="52"
name="communicate_btn" tool_tip="Communicate with your Friends and Groups."
list_position="above" auto_resize="false"
width="120" follows="left|right" user_resize="false"/>
<icon image_name="spacer24.tga" width="2" height="2" follows="left|right" auto_resize="false" color="0,0,0,0"/>
<button bottom="0" left_delta="122"
font="SansSerif"
height="24"
label="Fly"
image_overlay="icn_toolbar_fly.tga"
image_overlay_alignment="left"
image_selected="toolbar_btn_selected.tga"
image_unselected="toolbar_btn_enabled.tga"
toggle="true"
auto_resize="false"
image_disabled="toolbar_btn_disabled.tga"
scale_image="true"
label_selected="Stop Flying" left="0" name="fly_btn"
tool_tip="Start flying. Use E/C or PgUp/PgDn to fly up and down."
width="120"
follows="left|right"
user_resize="false"/>
</panel>
<panel name="panel_unfocused_floater" background_opaque="false" background_visible="true" bg_alpha_color="DefaultBackgroundColor" height="100" width="148" left="2" bottom="29" border="true" border_color="FloaterUnfocusBorderColor">
<panel background_opaque="false" background_visible="false" bg_alpha_color="0,0,0,0" height="17" width="148" bottom="83" />
<text name="titlebar_focused" text_color="LabelDisabledColor" bottom_delta="6" left_delta="15" font="SansSerif">Unfocused</text>
<icon image_name="closebox.tga" left_delta="116" bottom="83" width="16" height="16" color="FloaterButtonImageColor"/>
<icon image_name="minimize.tga" left_delta="-17" bottom_delta="0" width="16" height="16" color="FloaterButtonImageColor"/>
<combo_box name="combo_box_1" label="Combo Box" height="20" width="90" bottom_delta="-22" left="2" />
<text_editor type="string" length="1" bg_readonly_color="ChatHistoryBgColor" bg_writeable_color="ChatHistoryBgColor"
bottom="5" embedded_items="false" enabled="false"
follows="left|top|right|bottom" font="SansSerif" height="50" left="5"
max_length="2147483647" mouse_opaque="true" name="Chat History Editor"
text_color="ChatHistoryTextColor"
text_readonly_color="ChatHistoryTextColor" width="140" word_wrap="true">Text</text_editor>
</panel>
<panel name="panel_focused_floater" background_opaque="true" background_visible="true" height="100" width="148" left="152" bottom="29" border="true">
<panel background_opaque="false" background_visible="true" bg_alpha_color="TitleBarFocusColor" height="17" width="148" bottom="83" />
<text name="titlebar_focused" text_color="LabelTextColor" bottom_delta="6" left_delta="15" font="SansSerif">Focused</text>
<icon image_name="closebox.tga" left_delta="116" bottom="83" width="16" height="16" color="FloaterButtonImageColor" />
<icon image_name="minimize.tga" left_delta="-17" bottom_delta="0" width="16" height="16" color="FloaterButtonImageColor"/>
<icon enabled="false" image_name="tabarea.tga"
bg_alpha_color="blue" color="DefaultShadowLight" border="false"
bottom="0" follows="left|right|bottom" height="17" left="1" scale_image="true"
mouse_opaque="false" name="chatterbox_tab_container" width="148"></icon>
<tab_container bottom="0" follows="left|right|top|bottom" height="102" left="0"
name="chatterbox_tabs" tab_position="bottom" tab_min_width="40" width="148" >
<panel name="test_1" label="Focused">
<slider bottom_delta="-36" control_name="SliderTest" follows="left|top|right"
height="15" increment="0.05" initial_val="0.5" label="Slider"
label_width="36" left="5" max_val="1" min_val="0" name="SliderTestName"
show_text="false" volume="true" width="140" />
<check_box name="check_box_test_1" label="True" bottom_delta="56" initial_value="true" left="0" />
<check_box name="check_box_test_2" label="False" bottom_delta="0" left_delta="50" initial_value="false" />
<text_editor type="string" length="1" bg_readonly_color="ChatHistoryBgColor" bg_writeable_color="ChatHistoryBgColor"
bottom="8" embedded_items="false" enabled="false"
font="SansSerif" height="22" left="2"
max_length="2147483647" mouse_opaque="true" name="Chat History Editor" hide_scrollbar="true"
text_color="ChatHistoryTextColor"
text_readonly_color="ChatHistoryTextColor" width="140" word_wrap="true">Chat Text</text_editor>
</panel>
<panel name="test_2" label="Unfocused" />
</tab_container>
</panel>
<multi_floater name="floater_chatterbox" title="" >
<panel name="panel_littletoolbar" >
<button label="" left="2" name="chat_btn" tool_tip="Mostrar barra de Chat. (Intro)"/>
<flyout_button label="Comunicarse" name="communicate_btn" tool_tip="Comunicarte con tus amigos y grupos."/>
<button label="Volar" label_selected="Dejar de Volar" name="fly_btn" tool_tip="Comenzar a Volar. Usa E/C o AvPág/RePág para ascender y descender."/>
</panel>
<panel name="panel_unfocused_floater" >
<text name="titlebar_focused" >
Sin foco
</text>
<combo_box name="combo_box_1" label="Combo Box"/>
<text_editor name="Chat History Editor">
Text
</text_editor>
</panel>
<panel name="panel_focused_floater">
<text name="titlebar_focused" >
En foco
</text>
<tab_container name="chatterbox_tabs">
<panel name="test_1" label="En foco">
<slider label="Control Deslizante" label_width="36" name="SliderTestName"/>
<check_box name="check_box_test_1" label="Verdadero"/>
<check_box name="check_box_test_2" label="Falso"/>
<text_editor name="Chat History Editor">
Chat de Texto
</text_editor>
</panel>
<panel name="test_2" label="Sin Foco" />
</tab_container>
</panel>
</multi_floater>

View File

@@ -1,122 +1,103 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater bottom="-300" can_close="true" can_drag_on_left="false" can_minimize="false"
can_resize="false" follows="left|top" height="566" name="Snapshot"
rect_control="FloaterSnapshotRect" title="Snapshot Preview" width="215">
<text bottom_delta="-40" follows="top|left" height="15" left="10" name="type_label"
width="195">
Snapshot destination
</text>
<radio_group bottom_delta="-65" follows="left|top" height="60" label="Snapshot type"
left="10" name="snapshot_type_radio" width="195">
<radio_item bottom="-19" height="16" name="postcard">
Send via email
<floater name="Snapshot" title="Vista Previa de la foto">
<text name="type_label">
Destino de la foto
</text>
<radio_group label="Tipo de foto" name="snapshot_type_radio">
<radio_item name="postcard">
Enviar por Email
</radio_item>
<radio_item bottom="-38" height="16" name="texture">
Save to your inventory ([UPLOADFEE])
</radio_item>
<radio_item bottom="-57" height="16" name="local">
Save to your hard drive
<radio_item name="texture">
Guardarla en tu inventario ([UPLOADFEE])
</radio_item>
<radio_item name="local">
Guardarla en disco duro
</radio_item>
</radio_group>
<text bottom="-236" follows="left|top" height="25" left="10" name="file_size_label"
width="195">
File size: [SIZE] KB
<text name="file_size_label">
Tamaño del Archivo: [SIZE] KB
</text>
<button bottom="-246" follows="left|top" height="20" label="Refresh Snapshot" left="10"
name="new_snapshot_btn" width="195" />
<button bottom_delta="-22" follows="left|top" height="20" label="Send" left="10"
name="send_btn" width="105" />
<button bottom_delta="0" follows="left|top" height="20" label="Save ([UPLOADFEE])" left="10"
name="upload_btn" width="105" />
<flyout_button bottom_delta="0" follows="left|top" height="20" label="Save" left="10"
list_position="below" mouse_opaque="true" name="save_btn" tool_tip="Save image to a file"
width="105">
<flyout_button_item value="save" name="save_item">Save</flyout_button_item>
<flyout_button_item value="saveas" name="saveas_item">Save As...</flyout_button_item>
</flyout_button>
<button bottom_delta="0" follows="left|top" height="20" label="Cancel" left="120"
name="discard_btn" width="85" />
<button bottom="-290" follows="left|top" font="SansSerifSmall" halign="center"
height="20" label="More &gt;&gt;" left="10"
mouse_opaque="true" name="more_btn" scale_image="TRUE"
tool_tip="Advanced Options" width="80" />
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" halign="center"
height="20" label="&lt;&lt; Less" left_delta="0"
mouse_opaque="true" name="less_btn" scale_image="TRUE"
tool_tip="Advanced Options" width="80" />
<text bottom_delta="-20" follows="top|left" height="15" left="10" name="type_label2"
width="115">
Size
</text>
<text bottom_delta="0" follows="top|left" height="15" left="130" name="format_label"
width="70">
Format
</text>
<combo_box bottom_delta="-22" follows="left|top" height="20" label="Resolution" left="10"
name="postcard_size_combo" width="115">
<combo_item name="CurrentWindow" value="[i0,i0]">
Current Window
<button label="Actualizar foto" name="new_snapshot_btn"/>
<button label="Enviar" name="send_btn"/>
<button label="Guardar ([UPLOADFEE])" name="upload_btn"/>
<flyout_button label="Guardar" name="save_btn" tool_tip="Guardar la imagen en un archivo">
<flyout_button_item name="save_item">
Guardar
</flyout_button_item>
<flyout_button_item name="saveas_item">
Guardar Como...
</flyout_button_item>
</flyout_button>
<button label="Cancelar" name="discard_btn"/>
<button label="Más &gt;&gt;" name="more_btn" tool_tip="Opciones Avanzadas"/>
<button label="&lt;&lt; Menos" name="less_btn" tool_tip="Opciones Avanzadas"/>
<text name="type_label2">
Tamaño
</text>
<text name="format_label">
Formato
</text>
<combo_box label="Resolución" name="postcard_size_combo">
<combo_item name="CurrentWindow">
Ventana Actual
</combo_item>
<combo_item name="640x480" value="[i640,i480]">
<combo_item name="640x480">
640x480
</combo_item>
<combo_item name="800x600" value="[i800,i600]">
<combo_item name="800x600">
800x600
</combo_item>
<combo_item name="1024x768" value="[i1024,i768]">
<combo_item name="1024x768">
1024x768
</combo_item>
<combo_item name="Custom" value="[i-1,i-1]">
Custom
<combo_item name="Custom">
Personalizado
</combo_item>
</combo_box>
<combo_box bottom_delta="0" follows="left|top" height="20" label="Resolution" left="10"
name="texture_size_combo" width="115">
<combo_item name="CurrentWindow" value="[i0,i0]">
Current Window
<combo_box label="Resolución" name="texture_size_combo">
<combo_item name="CurrentWindow">
Ventana Actual
</combo_item>
<combo_item name="Small(128x128)" value="[i128,i128]">
Small (128x128)
<combo_item name="Small(128x128)">
Pequeño (128x128)
</combo_item>
<combo_item name="Medium(256x256)" value="[i256,i256]">
Medium (256x256)
<combo_item name="Medium(256x256)">
Medio (256x256)
</combo_item>
<combo_item name="Large(512x512)" value="[i512,i512]">
Large (512x512)
<combo_item name="Large(512x512)">
Alto (512x512)
</combo_item>
<combo_item name="Custom" value="[i-1,i-1]">
Custom
<combo_item name="Custom">
Personalizado
</combo_item>
</combo_box>
<combo_box bottom_delta="0" follows="left|top" height="20" label="Resolution" left="10"
name="local_size_combo" width="115">
<combo_item name="CurrentWindow" value="[i0,i0]">
Current Window
<combo_box label="Resolución" name="local_size_combo">
<combo_item name="CurrentWindow">
Ventana Actual
</combo_item>
<combo_item name="320x240" value="[i320,i240]">
<combo_item name="320x240">
320x240
</combo_item>
<combo_item name="640x480" value="[i640,i480]">
<combo_item name="640x480">
640x480
</combo_item>
<combo_item name="800x600" value="[i800,i600]">
<combo_item name="800x600">
800x600
</combo_item>
<combo_item name="1024x768" value="[i1024,i768]">
<combo_item name="1024x768">
1024x768
</combo_item>
<combo_item name="1280x1024" value="[i1280,i1024]">
<combo_item name="1280x1024">
1280x1024
</combo_item>
<combo_item name="1600x1200" value="[i1600,i1200]">
<combo_item name="1600x1200">
1600x1200
</combo_item>
<combo_item name="Custom" value="[i-1,i-1]">
Custom
<combo_item name="Custom">
Personalizado
</combo_item>
</combo_box>
<combo_box bottom_delta="0" follows="left|top" height="20" label="Format" left="130"
name="local_format_combo" width="70">
<combo_box label="Formato" name="local_format_combo">
<combo_item name="PNG">
PNG
</combo_item>
@@ -127,46 +108,29 @@
BMP
</combo_item>
</combo_box>
<spinner bottom_delta="-25" decimal_digits="0" follows="left|top" height="20"
increment="32" label="Width" label_width="30" left="10" max_val="6016"
min_val="32" name="snapshot_width" width="95" allow_text_entry="false"/>
<spinner bottom_delta="0" decimal_digits="0" follows="left|top" height="20"
increment="32" label="Height" label_width="35" left="110" max_val="6016"
min_val="32" name="snapshot_height" width="95" allow_text_entry="false"/>
<check_box bottom_delta="-20" follows="left|top" label="Constrain Proportions" left="10"
name="keep_aspect_check" />
<slider bottom_delta="-20" decimal_digits="0" follows="left|top" height="15"
increment="1" initial_val="75" label="Image Quality" left="10"
max_val="100" min_val="0" name="image_quality_slider" width="210" />
<text bottom_delta="-28" follows="left|top" height="20" left="10"
name="layer_type_label" width="50">
Capture:
<spinner label="Ancho" name="snapshot_width"/>
<spinner label="Alto" name="snapshot_height"/>
<check_box label="Mantener Proporciones" name="keep_aspect_check" />
<slider label="Calidad de la Imagen" name="image_quality_slider"/>
<text name="layer_type_label">
Captura:
</text>
<combo_box bottom_delta="3" follows="left|top" height="20" label="Image Layers" left="60"
name="layer_types" width="145">
<combo_item name="Colors" value="colors">
Colors
<combo_box label="Capas de la Imagen" name="layer_types">
<combo_item name="Colors">
Colores
</combo_item>
<combo_item name="Depth" value="depth">
Depth
<combo_item name="Depth">
Profundidad
</combo_item>
</combo_box>
<check_box bottom_delta="-20" follows="left|top" label="Show interface in snapshot"
left="10" name="ui_check" />
<check_box bottom_delta="-20" follows="left|top" label="Show HUD objects in snapshot"
left="10" name="hud_check" />
<check_box bottom_delta="-20" follows="left|top" label="Keep open after saving" left="10"
name="keep_open_check" />
<check_box bottom_delta="-20" follows="left|top" label="Freeze frame (fullscreen preview)"
left="10" name="freeze_frame_check" />
<check_box bottom_delta="-20" follows="left|top" label="Auto-refresh" left="10"
name="auto_snapshot_check" />
<check_box bottom_delta="-20" follows="left|top" control_name="TemporaryUpload" enabled="true"
initial_value="false" label="Temporary Image (Free)" left="10"
name="temp_check" tooltip="Sets the asset to be temporary, meaning it's free, but in return, only good for a short time before it ceases to exist." />
<check_box label="Incluir la interfaz en la foto" name="ui_check" />
<check_box label="Incluir HUDs en la foto"name="hud_check" />
<check_box label="Mantener abierto tras guardar" name="keep_open_check"/>
<check_box label="Congelar la toma (Vista Previa en Pantalla Completa)" name="freeze_frame_check"/>
<check_box label="Actualizar Automáticamente" name="auto_snapshot_check"/>
<check_box label="Imagen Temporal (Gratis)" name="temp_check" tooltip="Definir en los activos que es una imagen temporaria, lo que signfica que será gratis, pero también que su existencia será limitada."/>
<string name="unknown">
unknown
desconocido
</string>
</floater>

View File

@@ -1,29 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="true" can_drag_on_left="false" can_minimize="true"
can_resize="false" height="190" min_height="140" min_width="300"
name="Sound Preview" title="sound.wav" width="300">
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-35" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="15" left="10"
mouse_opaque="false" name="name_label" v_pad="0" width="275">
Name:
<floater name="Sound Preview">
<text name="name_label">
Nombre:
</text>
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-23"
follows="left|top|right" font="SansSerifSmall" height="19" left="10"
max_length="63" mouse_opaque="true" name="name_form" width="280" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-19" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="15" left="10"
mouse_opaque="false" name="description_label" v_pad="0" width="270">
Description:
<text name="description_label">
Descripción:
</text>
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-23"
follows="left|top|right" font="SansSerifSmall" height="19" left="10"
max_length="127" mouse_opaque="true" name="description_form" width="280" spell_check="true" />
<button bottom="-180" follows="right|bottom" font="SansSerif" halign="center"
height="20" label="Cancel" label_selected="Cancel" left="200"
mouse_opaque="true" name="cancel_btn" width="90" />
<button bottom="-180" follows="left|bottom" font="SansSerif" halign="center"
height="20" label="Upload ([UPLOADFEE])"
left_delta="-135" mouse_opaque="true" name="ok_btn" width="130" />
<button label="Cancelar" label_selected="Cancelar" name="cancel_btn"/>
<button label="Subir ([UPLOADFEE])" name="ok_btn"/>
</floater>

View File

@@ -1,14 +1,3 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="true"
follows="right|top"
width="250"
height="392"
min_width="100"
min_height="100"
mouse_opaque="false"
name="stats floater"
can_resize="true"
rect_control="FloaterStatisticsRect"
title="Statistics"
>
<floater name="stats floater" title="Estadísticas">
</floater>

View File

@@ -1,43 +1,31 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="true" can_drag_on_left="false" can_minimize="true"
can_resize="false" height="250" min_height="220" min_width="83"
name="telehub" title="Telehub" width="272">
<text bottom_delta="-40" follows="left|top" font="SansSerifSmall" height="16"
left="10" name="status_text_connected" width="260">
Telehub connected to object [OBJECT]
<floater name="telehub" title="Punto de Teleporte">
<text name="status_text_connected">
Punto de Teleporte conectado al objeto [OBJECT]
</text>
<text bottom_delta="0" follows="left|top" font="SansSerifSmall" height="16" left="10"
name="status_text_not_connected" width="200">
No telehub connected.
<text name="status_text_not_connected">
Punto de Teleporte sin conectar.
</text>
<text bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="20"
left="10" name="help_text_connected" width="260">
To remove, click Disconnect.
<text name="help_text_connected">
Para quitar, pulsa desconectar.
</text>
<text bottom_delta="0" follows="left|top" font="SansSerifSmall" height="20" left="10"
name="help_text_not_connected" width="260">
Select object and click Connect Telehub.
<text name="help_text_not_connected">
Selecciona el objeto y pulsa Conectar el Punto de Teleporte.
</text>
<button bottom_delta="-20" follows="top|left" font="SansSerifSmall" height="20"
label="Connect Telehub" left="10" name="connect_btn" width="110" />
<button bottom_delta="0" follows="top|left" font="SansSerifSmall" height="20"
label="Disconnect" left="130" name="disconnect_btn" width="110" />
<text bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16"
left="10" name="spawn_points_text" width="200">
Spawn Points (positions, not objects):
<button label="Conectar el Punto de Teleporte" name="connect_btn"/>
<button label="Desconectar" name="disconnect_btn"/>
<text name="spawn_points_text">
Generar Puntos (posiciones, no objetos):
</text>
<scroll_list bottom_delta="-60" draw_border="true" follows="left|top" font="SansSerifSmall"
height="60" left="10" multi_select="false" name="spawn_points_list"
width="230" />
<button bottom_delta="-25" follows="top|left" font="SansSerifSmall" height="20"
label="Add Spawn" left="10" name="add_spawn_point_btn" width="110" />
<button bottom_delta="0" follows="top|left" font="SansSerifSmall" height="20"
label="Remove Spawn" left="130" name="remove_spawn_point_btn" width="110" />
<text bottom_delta="-85" follows="top|left" font="SansSerifSmall" height="80"
left="10" name="spawn_point_help" width="260">
Select object and click Add to specify position.
You may then move or delete the object.
Positions are relative to the telehub center.
Select item in list to show position in world.
<button label="Añadir punto" name="add_spawn_point_btn"/>
<button label="Quitar punto" name="remove_spawn_point_btn"/>
<text name="spawn_point_help">
Selecciona el objeto y pulsa Añadir para
especificar la posición.
Hecho eso, puedes mover o borrar el objeto.
Las posiciones son relativas al centro del
Punto de Teleporte.
Selecciona un ítem de la lista para mostrar su
posición en el mundo.
</text>
</floater>

View File

@@ -1,55 +1,8 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!--agentd teleport floater-->
<floater
name="teleport_floater"
title="Teleport"
can_resize="true"
can_minimize="true"
can_close="true"
can_drag_on_left="false"
width="300"
height="150"
min_width="80"
min_height="150"
>
<text name="teleport_text"
font="SansSerifSmall"
left="10"
bottom_delta="-40"
width="260"
height="16"
follows="left|top"
> Public Region Seed: </text>
<combo_box allow_text_entry="true"
name="teleport_edit"
width="250"
height="20"
left="10"
bottom_delta="-30"
follows="left|top"
hidden="false"
mouse_opaque="true"
max_length="420"
font="SansSerif"
bevel_style="in"
border_style="line"
border_thickness="1"
select_all_on_focus_received="true"
/>
<button
name="teleport_btn"
label="Teleport"
font="SansSerifSmall"
left="10"
bottom_delta="-25"
width="100"
height="20"
follows="top|left"
/>
<button bottom_delta="0" follows="bottom|right" height="20" label="Cancel" right="224"
name="cancel_btn" width="90" />
<floater name="teleport_floater" title="Teleportar" >
<text name="teleport_text"> Semillas Región Pública: </text>
<combo_box name="teleport_edit"/>
<button name="teleport_btn" label="Teleportar"/>
<button label="Cancelar" name="cancel_btn"/>
</floater>

View File

@@ -1,28 +1,15 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="teleporthistory" title="Teleport History" rect_control="FloaterTeleportHistoryRect"
can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true"
min_width="550" min_height="150" width="550" height="200">
<scroll_list name="places_list" can_resize="true" multi_select="false"
background_visible="true" draw_border="true" draw_stripes="true" draw_heading="true"
height="150" width="530" bottom_delta="-170" top="10" left="10" follows="left|top|right|bottom">
<column name="parcel" label="Parcel" dynamicwidth="true" />
<column name="region" label="Region" width="150" />
<column name="position" label="Position" width="90" />
<column name="visited" label="Visited" width="110" />
<floater name="teleporthistory" title="Historial de Teleporte" >
<scroll_list name="places_list">
<column name="parcel" label="Parcela"/>
<column name="region" label="Región"/>
<column name="position" label="Posición"/>
<column name="visited" label="Visitado"/>
<!--Hidden fields, used as storage for prebuilt strings, please keep at width 0-->
<column name="slurl" label="" width="0" />
<column name="simstring" label="" width="0" />
<column name="slurl" label=""/>
<column name="simstring" label=""/>
</scroll_list>
<button name="teleport" label="Teleport" tool_tip="Teleport to selected location"
enabled="false" mouse_opaque="true" font="SansSerif" halign="center"
height="20" width="90" bottom_delta="-24" left="10" follows="left|bottom"
/>
<button name="show_on_map" label="Show on map" tool_tip="Center map on selected location."
enabled="false" mouse_opaque="true" font="SansSerif" halign="center"
height="20" width="125" bottom_delta="0" left_delta="100" follows="left|bottom"
/>
<button name="copy_slurl" label="Copy SLURL to clipboard" tool_tip="Copy selected location as SLURL."
enabled="false" mouse_opaque="true" font="SansSerif" halign="center"
height="20" width="180" bottom_delta="0" left_delta="135" follows="left|bottom"
/>
<button name="teleport" label="Teleporte" tool_tip="Teleportar a la ubicación seleccionada"/>
<button name="show_on_map" label="Mostrar en el mapa" tool_tip="Centrar mapa en la ubicación seleccionada."/>
<button name="copy_slurl" label="Copiar SLURL al portapapeles" tool_tip="Copiar ubicación seleccionada al portapapeles."/>
</floater>

View File

@@ -1,4 +1,2 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater bottom="40" can_close="true" can_drag_on_left="false" can_minimize="true"
can_resize="false" height="225" left="40" name="Test" title="Test"
width="180" />
<floater name="Test" title="Test"/>

View File

@@ -1,112 +1,45 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater bottom="-516" can_close="true" can_drag_on_left="false" can_minimize="false"
can_resize="true" can_tear_off="true" enabled="true" height="360"
left="478" min_height="360" min_width="460" mouse_opaque="true"
name="texture picker" title="Pick: Texture" width="460">
<floater name="texture picker" title="Seleccionar: Textura" >
<string name="choose_picture">
Click to choose a picture
Pulsar para seleccionar una textura
</string>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-110" drop_shadow_visible="true" enabled="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="center" height="14" left="4"
mouse_opaque="true" name="Multiple" v_pad="0" width="163">
Multiple
<text name="Multiple">
Múltiple
</text>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-204" drop_shadow_visible="true" enabled="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="14" left="4"
mouse_opaque="true" name="unknown" v_pad="0" width="163">
Dimensions: [DIMENSIONS]
<text name="unknown">
Medidas: [DIMENSIONS]
</text>
<button bottom="-228" enabled="false" follows="left|bottom" font="SansSerifSmall"
halign="center" height="20" label="Default" label_selected="Default"
left="4" mouse_opaque="true" name="Default" scale_image="true" width="64" />
<button bottom="-228" enabled="false" follows="left|bottom" font="SansSerifSmall"
halign="center" height="20" label="Alpha" label_selected="Alpha" left="72"
mouse_opaque="true" name="Alpha" scale_image="true" width="64" />
<button bottom="-252" enabled="true" follows="left|bottom" font="SansSerifSmall"
halign="center" height="20" label="Blank" label_selected="Blank" left="4"
mouse_opaque="true" name="Blank" scale_image="true" width="64" />
<button bottom="-252" enabled="false" follows="left|bottom" font="SansSerifSmall"
halign="center" height="20" label="Invisible" label_selected="Invisible" left="72"
mouse_opaque="true" name="Invisible" scale_image="true" width="64" />
<check_box bottom="-305" enabled="true" follows="left|bottom" font="SansSerifSmall"
height="20" initial_value="true" label="Show Folders" left="4"
mouse_opaque="true" name="show_folders_check" radio_style="false"
width="150" />
<check_box bottom="-322" enabled="true" follows="left|bottom" font="SansSerifSmall"
height="20" initial_value="true" label="Apply Immediately" left="4"
mouse_opaque="true" name="apply_immediate_check" radio_style="false"
width="150" />
<button bottom="-322" enabled="true" follows="left|bottom" font="SansSerif"
halign="center" height="32" image_selected="eye_button_active.tga"
image_unselected="eye_button_inactive.tga" label="" label_selected=""
left="139" mouse_opaque="true" name="Pipette" scale_image="true" width="32" />
<button bottom="-322" enabled="true" follows="right|bottom" font="SansSerif"
halign="center" height="20" label="Cancel" label_selected="Cancel"
left="176" mouse_opaque="true" name="Cancel" scale_image="true" width="100" />
<button bottom="-322" enabled="true" follows="right|bottom" font="SansSerif"
halign="center" height="20" label="Select" label_selected="Select"
left="280" mouse_opaque="true" name="Select" scale_image="true" width="100" />
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-345"
left="8" follows="bottom|left" font="SansSerif" handle_edit_keys_directly="false"
height="20" max_length="36" mouse_opaque="true" name="texture_uuid"
select_all_on_focus_received="false" width="230" />
<button enabled="true" follows="left|bottom" font="SansSerif"
height="20" label="Apply UUID" label_selected="Apply UUID"
left="238" bottom="-345" mouse_opaque="true"
name="ApplyUUID" scale_image="true" width="100" />
<button label="Predeterminda" label_selected="Predeterminada" name="Default"/>
<button label="Alfa" label_selected="Alfa" name="Alpha"/>
<button label="Blanca" label_selected="Blanca" name="Blank"/>
<button label="Invisible" label_selected="Invisible" name="Invisible"/>
<check_box label="Mostrar Carpetas" name="show_folders_check"/>
<check_box label="Aplicar inmediatamente" name="apply_immediate_check"/>
<button label="" label_selected="" name="Pipette"/>
<button label="Cancelar" label_selected="Cancelar" name="Cancel"/>
<button label="Seleccionar" label_selected="Seleccionar" name="Select"/>
<button label="Aplciar UUID" label_selected="Aplicar UUID" name="ApplyUUID"/>
<string name="pick title">
Pick:
Seleccionar:
</string>
<tab_container border="false" bottom_delta="20" width="410" height="300" left="175" mouse_opaque="false" name="actions_tab_container" tab_position="top" follows="left|top|right|bottom">
<panel border="false" bottom_delta="0" follows="right|top" height="300" label="Inventory" left="0" mouse_opaque="false" name="server_tab" width="410">
<search_editor bottom_delta="-20" enabled="true" follows="left|top|right" height="16"
label="Type here to search" left="0" mouse_opaque="true"
name="inventory search editor" width="271" />
<inventory_panel allow_multi_select="false" border="true" bottom="-270" enabled="true"
follows="left|top|right|bottom" height="245" left="0" mouse_opaque="true"
name="inventory panel" sort_order="TexturePickerSortOrder" width="271" />
</panel>
<panel border="false" bottom_delta="0" follows="left|top" height="300" label="Computer" left="175" mouse_opaque="false" name="local_tab" width="410">
<!-- tag: vaa emerald local_asset_browser [begin] -->
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-20" drop_shadow_visible="true" enabled="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="14" left="4"
mouse_opaque="true" name="select_local" v_pad="0" width="400">
Select texture on your computer to preview inworld
</text>
<button bottom_delta="-22" enabled="true" follows="left|top"
font="SansSerifSmall" halign="center" height="20"
label="Add" left="4" mouse_opaque="true"
name="Add" scale_image="true" width="70" visible="true" />
<button bottom_delta="0" enabled="true" follows="left|top"
font="SansSerifSmall" halign="center" height="20"
label="Remove" left_delta="73" mouse_opaque="true"
name="Remove" scale_image="true" width="70" visible="true" />
<button bottom_delta="0" enabled="true" follows="left|top"
font="SansSerifSmall" halign="center" height="20"
label="Properties..." left_delta="103" mouse_opaque="true"
name="Browser" scale_image="true" width="90" visible="true" />
<scroll_list
name="local_name_list"
left="0"
bottom="-270"
width="271"
height="225"
follows="left|top|right|bottom"
column_padding="0"
can_resize="false"
draw_heading="true"
multi_select="true"
search_column="1"
visible="true"
>
<column name="unit_name" label="Name" dynamicwidth="true" />
<column name="unit_id_HIDDEN" label="ID" width="0" />
</scroll_list>
<!-- tag: vaa emerald local_asset_browser [end] -->
</panel>
</tab_container>
<tab_container name="actions_tab_container">
<panel label="Inventario" name="server_tab">
<search_editor label="Escribe aquí para buscar" name="inventory search editor"/>
</panel>
<panel label="Computador" name="local_tab">
<!-- tag: vaa emerald local_asset_browser [begin] -->
<text name="select_local">
Selecciona una textura desde tu computador para tener una vista previa en el mundo
</text>
<button label="Añadir" name="Add"/>
<button label="Quitar" name="Remove"/>
<button label="Propiedades..." name="Browser"/>
<scroll_list name="local_name_list">
<column name="unit_name" label="Nombre"/>
<column name="unit_id_HIDDEN" label="ID"/>
</scroll_list>
<!-- tag: vaa emerald local_asset_browser [end] -->
</panel>
</tab_container>
</floater>

File diff suppressed because it is too large Load Diff

View File

@@ -1,90 +1,60 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true"
height="400" min_height="300" min_width="580" name="top_objects"
title="loading..." width="580">
<text bottom="-50" follows="left|top" font="SansSerif" height="20" left="10"
name="title_text" width="400">
Loading...
<floater name="top_objects" title="cargando...">
<text name="title_text">
Cargando...
</text>
<scroll_list bottom_delta="-200" draw_border="true" draw_heading="true"
follows="left|top|bottom|right" height="200" left="10" multi_select="true"
name="objects_list" width="560">
<column label="Score" name="score" width="43" />
<column label="Name" name="name" dynamicwidth="true" />
<column label="Owner" name="owner" width="100" />
<column label="Location" name="location" width="100" />
<column label="Time" name="time" width="105" />
<column label="Mono Time" name="mono_time" width="50" />
<column label="URLs" name="URLs" width="50" />
</scroll_list>
<text bottom_delta="-30" follows="left|bottom" font="SansSerifSmall" height="20"
left="10" name="id_text" width="100">
Object ID:
<scroll_list name="objects_list">
<column label="Puntuación" name="score"/>
<column label="Nombre" name="name"/>
<column label="Propietario" name="owner"/>
<column label="Ubicación" name="location"/>
<column label="Tiempo" name="time" width="60"/>
<column label="Tiempo en Mono" name="mono_time" width="100"/>
<column label="URLs" name="URLs"/>
</scroll_list>
<text name="id_text">
ID del Objeto:
</text>
<line_editor bottom_delta="3" enabled="false"
follows="left|bottom|right" font="SansSerifSmall" height="20" left="80"
name="id_editor" width="385" />
<button bottom_delta="0" follows="bottom|right" height="20" label="Show Beacon"
name="show_beacon_btn" right="-10" width="100" />
<text bottom_delta="-30" follows="left|bottom" font="SansSerifSmall" height="20"
left="10" name="obj_name_text" width="100">
Object Name:
<button label="Mostrar Balizas" name="show_beacon_btn"/>
<text name="obj_name_text">
Objeto:
</text>
<line_editor bottom_delta="3" enabled="true"
follows="left|bottom|right" font="SansSerifSmall" height="20" left="80"
name="object_name_editor" width="385" />
<button bottom_delta="0" follows="bottom|right" height="20" label="Filter"
name="filter_object_btn" right="-10" width="100" />
<text bottom_delta="-30" follows="left|bottom" font="SansSerifSmall" height="20"
left="10" name="owner_name_text" width="100">
Owner Name:
<button label="Filtro" name="filter_object_btn"/>
<text name="owner_name_text">
Propietario:
</text>
<line_editor bottom_delta="3" enabled="true"
follows="left|bottom|right" font="SansSerifSmall" height="20" left="80"
name="owner_name_editor" width="385" />
<button bottom_delta="0" follows="bottom|right" height="20" label="Filter"
name="filter_owner_btn" right="-10" width="100" />
<button bottom="35" follows="bottom|left" height="20" label="Return Selected" left="10"
name="return_selected_btn" width="110" />
<button bottom="35" follows="bottom|left" height="20" label="Return All" left="125"
name="return_all_btn" width="110" />
<button bottom="35" follows="bottom|left" height="20" label="Lag Warning" left="240"
name="lagwarning" width="110" />
<button bottom="35" follows="bottom|left" height="20" label="Kick" left="355"
name="kick" width="110" />
<button bottom="10" follows="bottom|left" height="20" label="Disable Selected"
left="10" name="disable_selected_btn" width="110" />
<button bottom="10" follows="bottom|left" height="20" label="Disable All" left="125"
name="disable_all_btn" width="110" />
<button bottom="10" follows="bottom|left" height="20" label="Profile" left="240"
name="profile" width="110" />
<button bottom="10" follows="bottom|left" height="20" label="TP to" left="355"
name="tpto" width="110" />
<button bottom="35" follows="bottom|right" height="20" label="Refresh"
name="refresh_btn" right="-10" width="100" />
<button label="Filtro" name="filter_owner_btn"/>
<button label="Devolver Seleccionado" name="return_selected_btn" width="152"/>
<button label="Devolver Todo" left="165" name="return_all_btn" width="110" />
<button label="Advertencia de Lag" left="280" name="lagwarning" width="130" />
<button label="Expulsar" left="415" name="kick" width="80" />
<button label="Desactivar Seleccionado" name="disable_selected_btn" width="152" />
<button label="Desactivar Todo" left="165" name="disable_all_btn" width="110" />
<button label="Perfil" left="280" name="profile" width="130" />
<button label="TP a" left="415" name="tpto" width="80" />
<button label="Actualizar" name="refresh_btn" right="-10" width="70" />
<string name="top_scripts_title">
Top Scripts
</string>
<string name="top_scripts_text">
[COUNT] scripts taking a total of [TIME] ms
[COUNT] scripts usando un total de [TIME] ms
</string>
<string name="scripts_score_label">
Time
Tiempo
</string>
<string name="scripts_mono_time_label">
Mono Time
Tiempo en Mono
</string>
<string name="top_colliders_title">
Top Colliders
Top Colisionadores
</string>
<string name="top_colliders_text">
Top [COUNT] objects experiencing many potential collisions
Top [COUNT] objetos con muchas potenciales colisiones
</string>
<string name="colliders_score_label">
Score
Puntaje
</string>
<string name="none_descriptor">
None found.
Ninguno Encontrado.
</string>
</floater>

View File

@@ -1,35 +1,17 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="false" can_drag_on_left="false" can_minimize="false"
can_resize="false" height="500" min_height="100" min_width="100"
name="modal container" title="" width="600">
<button bottom="-484" enabled="false" font="SansSerif" halign="center" height="20"
label="Continue" label_selected="Continue" left="484" mouse_opaque="true"
name="Continue" width="100" />
<button bottom="-484" font="SansSerif" halign="center" height="20" label="Cancel"
label_selected="Cancel" left="16" mouse_opaque="true" name="Cancel"
width="100" />
<check_box bottom="-435" follows="top|right"
font="SansSerifSmall" height="16" initial_value="false" label="I Agree to the Terms of Service"
left="16" mouse_opaque="true" name="agree_chk" width="55" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-50" drop_shadow_visible="true" follows="left|top" font="SansSerif"
h_pad="0" halign="left" height="30" left="16" mouse_opaque="true"
name="tos_heading" v_pad="0" width="552">
Please read the following Terms of Service carefully. To continue logging in to Second Life,
you must accept the agreement.
<floater name="modal container" title="">
<button label="Continuar" label_selected="Continuar" name="Continue"/>
<button label="Cancelar" label_selected="Cancelar" name="Cancel"/>
<check_box label="Acepto los Términos del Servicio" name="agree_chk"/>
<text name="tos_heading">
Por favor, lee cuidadosamente las siguientes Condiciones del Servicio. Si quieres seguir
iniciando sesión en Second Life, debes aceptar el acuerdo.
</text>
<text_editor bottom="-376" embedded_items="false" follows="left|top" font="SansSerif"
height="283" left="16" max_length="65536" mouse_opaque="true"
name="tos_text" width="568"
word_wrap="true">
<text_editor name="tos_text">
TOS_TEXT
</text_editor>
<!-- Loading text says: "Loading Terms of Service..." URL encoded -->
<web_browser bottom="-406" embedded_items="false" follows="left|top" font="SansSerif"
height="340" left="16" max_length="65536" mouse_opaque="true"
name="tos_html"
start_url="data:text/html,%3Chtml%3E%3Chead%3E%3C/head%3E%3Cbody text=%22000000%22%3E%3Ch2%3E Loading %3Ca%20target%3D%22_external%22%20href%3D%22http%3A//secondlife.com/app/tos/%22%3ETerms%20of%20Service%3C/a%3E...%3C/h2%3E %3C/body%3E %3C/html%3E"
width="568" word_wrap="true" />
<web_browser name="tos_html" start_url="data:text/html,%3Chtml%3E%3Chead%3E%3C/head%3E%3Cbody text=%22000000%22%3E%3Ch2%3E Loading %3Ca%20target%3D%22_external%22%20href%3D%22http%3A//secondlife.com/app/tos/%22%3ETerms%20of%20Service%3C/a%3E...%3C/h2%3E %3C/body%3E %3C/html%3E"/>
<string name="real_url">
http://secondlife.com/app/tos/
</string>

View File

@@ -1,21 +1,13 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="true" can_drag_on_left="false" can_minimize="false"
can_resize="false" height="87" max_height="91" min_height="87"
min_width="500" name="url_entry" title="" width="500">
<text bottom="-20" follows="top|left" height="15" left="20" name="media_label"
top="-20">
Media URL:
<floater name="url_entry" title="">
<text name="media_label">
URL del Media:
</text>
<combo_box allow_text_entry="true" bottom="-35" follows="left|top|right" height="19"
left="90" max_chars="255" max_length="550" name="media_entry" width="370" />
<button bottom="10" bottom_delta="-35" follows="top|left" height="20" label="OK"
left="20" name="ok_btn" width="64" />
<button bottom="10" bottom_delta="0" follows="top|left" height="20" label="Cancel"
left="112" name="cancel_btn" width="64" />
<button bottom="10" bottom_delta="0" follows="top|right" height="20" label="Clear"
name="clear_btn" right="460" width="64" />
<text bottom_delta="2" follows="bottom|left" height="15" left="220"
name="loading_label" visible="false">
Loading...
<combo_box name="media_entry"/>
<button label="OK" name="ok_btn"/>
<button label="Cancelar" name="cancel_btn"/>
<button label="Limpiar" name="clear_btn"/>
<text name="loading_label">
Cargando...
</text>
</floater>

View File

@@ -1,6 +1,3 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="true" can_drag_on_left="false" can_minimize="true"
can_resize="false" width="320" min_width="320" height="320" min_height="320"
name="floater_vfs" title="Local Assets" rect_control="FloaterVFSRect">
<floater name="floater_vfs" title="Activos Locales">
</floater>

View File

@@ -1,6 +1,3 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="true" can_drag_on_left="false" can_minimize="true"
can_resize="false" width="320" min_width="320" height="320" min_height="320"
name="floater_vfs" title="VFS Explorer" rect_control="FloaterVFSRect">
<floater name="floater_vfs" title="Explorador del VFS">
</floater>

View File

@@ -1,39 +1,21 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="false" can_drag_on_left="false" can_minimize="false"
can_resize="false" height="500" min_height="100" min_width="100"
name="modal container" title="" width="600">
<button bottom="-484" enabled="false" font="SansSerif" halign="center" height="20"
label="Continue" label_selected="Continue" left="484" mouse_opaque="true"
name="Continue" width="100" />
<button bottom="-484" font="SansSerif" halign="center" height="20" label="Cancel"
label_selected="Cancel" left="16" mouse_opaque="true" name="Cancel"
width="100" />
<check_box bottom="-435" follows="top|right"
font="SansSerifSmall" height="16" initial_value="false" label="I Agree to the Terms of the Vivox Acceptable Use Policy"
left="16" mouse_opaque="true" name="agree_chk" width="55" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-50" drop_shadow_visible="true" follows="left|top" font="SansSerif"
h_pad="0" halign="left" height="30" left="16" mouse_opaque="true"
name="license_heading" v_pad="0" width="552">
Please read the following license carefully.
To use voice, you must accept the license agreement.
</text>
<text_editor bottom="-376" embedded_items="false" follows="left|top" font="SansSerif"
height="283" left="16" max_length="65536" mouse_opaque="true"
name="license_text" width="568"
word_wrap="true">
LICENSE_TEXT
</text_editor>
<!-- Loading text says: "Loading Vivox Personal License Agreement..." URL encoded -->
<web_browser bottom="-406" embedded_items="false" follows="left|top" font="SansSerif"
height="340" left="16" max_length="65536" mouse_opaque="true"
name="license_html"
start_url="data:text/html,%3Chtml%3E%3Chead%3E%3C/head%3E%3Cbody text=%22000000%22%3E%3Ch2%3E Loading %3Ca%20target%3D%22_external%22%20href%3D%22http%3A//vivox.com/vivox_aup.html%22%3EVivox%20Acceptable%20Use%20Policy%3C/a%3E...%3C/h2%3E %3C/body%3E %3C/html%3E"
width="568" word_wrap="true" />
<string name="real_url">
vivox_aup.html
</string>
<string name="fallback_html">
vivox_aup.html
</string>
<floater name="modal container" title="">
<button label="Continuar" label_selected="Continuar" name="Continue"/>
<button label="Cancelar" label_selected="Cancelar" name="Cancel"/>
<check_box label="Acetpo los Términos de la Política Aceptable de Uso de Vivox" name="agree_chk"/>
<text name="license_heading">
Por favor lee cuidadosamente la siguiente licencia.
Para usar el chat de voz debes aceptar el acuerdo de licencia.
</text>
<text_editor name="license_text">
LICENSE_TEXT
</text_editor>
<!-- Loading text says: "Loading Vivox Personal License Agreement..." URL encoded -->
<web_browser name="license_html" start_url="data:text/html,%3Chtml%3E%3Chead%3E%3C/head%3E%3Cbody text=%22000000%22%3E%3Ch2%3E Loading %3Ca%20target%3D%22_external%22%20href%3D%22http%3A//vivox.com/vivox_aup.html%22%3EVivox%20Acceptable%20Use%20Policy%3C/a%3E...%3C/h2%3E %3C/body%3E %3C/html%3E" />
<string name="real_url">
vivox_aup.html
</string>
<string name="fallback_html">
vivox_aup.html
</string>
</floater>

View File

@@ -1,19 +1,14 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater bottom="0" can_minimize="true" can_resize="false" height="300" left="0"
name="floater_voice_wizard" title="Voice Setup" width="420">
<tab_container bottom="30" hide_tabs="true" left="4" name="wizard_tabs" right="-2"
tab_position="bottom" top="-20">
<panel bottom="0" filename="panel_voice_enable.xml" left="0" right="0" />
<panel bottom="0" filename="panel_voice_options.xml" left="0" right="0" />
<panel bottom="0" filename="panel_audio_device.xml" left="0" name="device_settings"
right="0" />
<floater name="floater_voice_wizard" title="Configuración Chat de Voz">
<tab_container name="wizard_tabs">
<panel filename="panel_voice_enable.xml"/>
<panel filename="panel_voice_options.xml"/>
<panel filename="panel_audio_device.xml" name="device_settings"/>
</tab_container>
<panel border="false" bottom="8" height="20" left="8" mouse_opaque="true"
name="content_panel" width="404">
<button bottom="0" height="20" label="Previous" left="55" name="back_btn" width="85" />
<button bottom="0" height="20" label="Next" left_delta="90" name="next_btn" width="85" />
<button bottom="0" height="20" label="Finish" left_delta="90" name="ok_btn" width="85" />
<button bottom="0" height="20" label="Cancel" left_delta="90" name="cancel_btn"
width="80" />
<panel name="content_panel">
<button label="Anterior" name="back_btn"/>
<button label="Siguiente" name="next_btn"/>
<button label="Finalizar" name="ok_btn"/>
<button label="Cancelar" name="cancel_btn"/>
</panel>
</floater>

View File

@@ -1,257 +1,101 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater bottom="-150" can_close="true" can_drag_on_left="false" can_minimize="true"
can_resize="false" height="240" left="50" min_height="200"
min_width="400" mouse_opaque="true" name="Water Floater"
rect_control="FloaterAdvancedWaterRect" title="Advanced Water Editor"
width="700">
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-50" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="KeyFramePresetsText" v_pad="0"
width="110">
Water Presets:
<floater name="Water Floater" title="Editor Avanzado del Agua">
<text name="KeyFramePresetsText">
Aguar Predefinida:
</text>
<combo_box allow_text_entry="false" bottom="-50" follows="left|top" height="18"
left_delta="110" max_chars="20" mouse_opaque="true"
name="WaterPresetsCombo" width="150" />
<button bottom="-53" enabled="true" font="SansSerif" halign="center" height="20"
label="New" label_selected="New" left_delta="170"
mouse_opaque="true" name="WaterNewPreset" scale_image="true" width="70" />
<button bottom_delta="0" enabled="true" font="SansSerif" halign="center" height="20"
label="Save" label_selected="Save" left_delta="80"
mouse_opaque="true" name="WaterSavePreset" scale_image="true" width="70" />
<button bottom_delta="0" enabled="true" font="SansSerif" halign="center" height="20"
label="Delete" label_selected="Delete" left_delta="80"
mouse_opaque="true" name="WaterDeletePreset" scale_image="true" width="70" />
<tab_container bottom="-240" follows="left|top" height="180" left="0"
mouse_opaque="false" name="Water Tabs" tab_position="top" width="700">
<panel border="true" bottom="-240" follows="left|top|right|bottom" height="180"
label="Settings" left="1" mouse_opaque="false"
name="Settings" width="698">
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-20" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="BHText" v_pad="0" width="355">
Water Fog Color
<combo_box name="WaterPresetsCombo"/>
<button label="Nuevo" label_selected="Nuevo" name="WaterNewPreset"/>
<button label="Guardar" label_selected="Guardar" name="WaterSavePreset"/>
<button label="Borrar" label_selected="Borrar" name="WaterDeletePreset"/>
<tab_container name="Water Tabs">
<panel label="Configuraciones" name="Settings">
<text name="BHText">
Color del Aguar
</text>
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="160" name="WaterFogColorHelp" width="18" />
<color_swatch border_color="0.45098, 0.517647, 0.607843, 1" bottom="-80"
can_apply_immediately="true" color="0.5, 0.5, 0.5, 1" follows="left|top"
height="50" label="" left="40" mouse_opaque="true"
name="WaterFogColor" tool_tip="Click to open Color Picker" width="40" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-90" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="WaterFogDensText" v_pad="0" width="355">
Fog Density Exponent
<button name="WaterFogColorHelp"/>
<color_swatch label="" name="WaterFogColor" tool_tip="Pulsa para abrir el selector de color"/>
<text name="WaterFogDensText">
Transparencia
</text>
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="160" name="WaterFogDensityHelp" width="18" />
<slider bottom_delta="-30" can_edit_text="false" control_name="WaterFogDensity"
decimal_digits="1" follows="left" height="10" increment=".1"
initial_val="16" label="" left="24" max_val="10" min_val="0"
mouse_opaque="true" name="WaterFogDensity" show_text="true" value="1.0"
width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-130" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="WaterUnderWaterFogModText" v_pad="0"
width="355">
Underwater Fog Modifier
<button label="?" name="WaterFogDensityHelp"/>
<slider label="" name="WaterFogDensity"/>
<text name="WaterUnderWaterFogModText">
Modificador claridad del agua
</text>
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="160" name="WaterUnderWaterFogModHelp" width="18" />
<slider bottom_delta="-30" can_edit_text="false" control_name="" decimal_digits="2"
follows="left" height="10" increment=".01" initial_val="16" label=""
left="24" max_val="2" min_val="0" mouse_opaque="true"
name="WaterUnderWaterFogMod" show_text="true" value="0.25" width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-20" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="245" mouse_opaque="true" name="BDensText" v_pad="0" width="355">
Reflection Wavelet Scale
<button label="?" name="WaterUnderWaterFogModHelp"/>
<slider label="" name="WaterUnderWaterFogMod"/>
<text name="BDensText">
Escala de Reflexión de Ondulaciones
</text>
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="395" name="WaterNormalScaleHelp" width="18" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-37" drop_shadow_visible="true" follows="left|top|right"
font="SansSerifSmall" h_pad="0" halign="center" height="16"
left="245" mouse_opaque="true" name="BHText2" v_pad="0" width="10">
<button label="?" name="WaterNormalScaleHelp"/>
<text name="BHText2">
1
</text>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right"
font="SansSerifSmall" h_pad="0" halign="center" height="16"
left_delta="0" mouse_opaque="true" name="BHText3" v_pad="0" width="10">
<text name="BHText3">
2
</text>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right"
font="SansSerifSmall" h_pad="0" halign="center" height="16"
left_delta="0" mouse_opaque="true" name="BHText4" v_pad="0" width="10">
<text name="BHText4">
3
</text>
<slider bottom="-50" can_edit_text="false" control_name="WaterNormalScaleX"
decimal_digits="1" follows="left" height="10" increment="0.1"
initial_val="0.7" label="" left="259" max_val="10" min_val="0"
mouse_opaque="true" name="WaterNormalScaleX" show_text="true" value="1.0"
width="200" />
<slider bottom_delta="-11" can_edit_text="false" control_name="WaterNormalScaleY"
decimal_digits="1" follows="left" height="10" increment="0.1"
initial_val="0.7" label="" left="259" max_val="10" min_val="0"
mouse_opaque="true" name="WaterNormalScaleY" show_text="true" value="1.0"
width="200" />
<slider bottom_delta="-11" can_edit_text="false" control_name="WaterNormalScaleZ"
decimal_digits="1" follows="left" height="10" increment="0.1"
initial_val="0.7" label="" left="259" max_val="10" min_val="0"
mouse_opaque="true" name="WaterNormalScaleZ" show_text="true" value="1.0"
width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-80" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="245" mouse_opaque="true" name="HDText" v_pad="0" width="355">
Fresnel Scale
<slider label="" name="WaterNormalScaleX"/>
<slider label="" name="WaterNormalScaleY"/>
<slider label="" name="WaterNormalScaleZ"/>
<text name="HDText">
Escala Fresnel
</text>
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="395" name="WaterFresnelScaleHelp" width="18" />
<slider bottom_delta="-30" can_edit_text="false" control_name="WaterFresnelScale"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="0.7" label="" left="259" max_val="1" min_val="0"
mouse_opaque="true" name="WaterFresnelScale" show_text="true" value="1.0"
width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-115" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="245" mouse_opaque="true" name="FresnelOffsetText" v_pad="0"
width="355">
Fresnel Offset
<button label="?" name="WaterFresnelScaleHelp"/>
<slider label="" name="WaterFresnelScale"/>
<text name="FresnelOffsetText">
Desplazamiento Fresnel
</text>
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="395" name="WaterFresnelOffsetHelp" width="18" />
<slider bottom_delta="-30" can_edit_text="false" control_name="WaterFresnelOffset"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="0.7" label="" left="259" max_val="1" min_val="0"
mouse_opaque="true" name="WaterFresnelOffset" show_text="true" value="1.0"
width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-20" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="480" mouse_opaque="true" name="DensMultText" v_pad="0" width="355">
Refract Scale Above
<button label="?" name="WaterFresnelOffsetHelp"/>
<slider label="" name="WaterFresnelOffset"/>
<text name="DensMultText">
Refracción de la Superficie
</text>
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="630" name="WaterScaleAboveHelp" width="18" />
<slider bottom_delta="-30" can_edit_text="false" control_name="WaterScaleAbove"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="0.1" label="" left="494" max_val="1" min_val="0"
mouse_opaque="true" name="WaterScaleAbove" show_text="true" value="1.0"
width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-53" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="480" mouse_opaque="true" name="WaterScaleBelowText" v_pad="0"
width="355">
Refract Scale Below
<button label="?" name="WaterScaleAboveHelp"/>
<slider label="" name="WaterScaleAbove"/>
<text name="WaterScaleBelowText">
Refracción bajo la Superficie
</text>
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="630" name="WaterScaleBelowHelp" width="18" />
<slider bottom_delta="-30" can_edit_text="false" control_name="WaterScaleBelow"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="0" label="" left="494" max_val="1" min_val="0"
mouse_opaque="true" name="WaterScaleBelow" show_text="true" value="0.0"
width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-87" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="480" mouse_opaque="true" name="MaxAltText" v_pad="0" width="355">
Blur Multiplier
<button label="?" name="WaterScaleBelowHelp"/>
<slider label="" name="WaterScaleBelow"/>
<text name="MaxAltText">
Desenfoque
</text>
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="630" name="WaterBlurMultiplierHelp" width="18" />
<slider bottom_delta="-30" can_edit_text="false" control_name="WaterBlurMult"
decimal_digits="3" follows="left" height="10" increment=".001"
initial_val="0" label="" left="494" max_val=".16" min_val="0"
mouse_opaque="true" name="WaterBlurMult" show_text="true" value="0"
width="200" />
<button label="?" name="WaterBlurMultiplierHelp"/>
<slider label="" name="WaterBlurMult"/>
</panel>
<panel border="true" bottom="-240" follows="left|top|right|bottom" height="180"
label="Image" left="1" mouse_opaque="false" name="Waves"
width="698">
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-20" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="BHText" v_pad="0" width="355">
Big Wave Direction
<panel label="Imagen" name="Waves">
<text name="BHText">
Dirección de la Ola Grande
</text>
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="155" name="WaterWave1Help" width="18" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-37" drop_shadow_visible="true" follows="left|top|right"
font="SansSerifSmall" h_pad="0" halign="center" height="16"
left="10" mouse_opaque="true" name="WaterWave1DirXText" v_pad="0"
width="10">
<button label="?" name="WaterWave1Help"/>
<text name="WaterWave1DirXText">
X
</text>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right"
font="SansSerifSmall" h_pad="0" halign="center" height="16"
left_delta="0" mouse_opaque="true" name="WaterWave1DirYText" v_pad="0"
width="10">
<text name="WaterWave1DirYText">
Y
</text>
<slider bottom="-50" can_edit_text="false" control_name="WaterWave1DirX"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="0.7" label="" left="24" max_val="4" min_val="-4"
mouse_opaque="true" name="WaterWave1DirX" show_text="true" value="0.7"
width="200" />
<slider bottom_delta="-11" can_edit_text="false" control_name="WaterWave1DirY"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="0.7" label="" left="24" max_val="4" min_val="-4"
mouse_opaque="true" name="WaterWave1DirY" show_text="true" value="0.7"
width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-70" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="BHText2" v_pad="0" width="355">
Little Wave Direction
<slider label="" name="WaterWave1DirX"/>
<slider label="" name="WaterWave1DirY"/>
<text name="BHText2">
Dirección de la Ola Normal
</text>
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="155" name="WaterWave2Help" width="18" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-87" drop_shadow_visible="true" follows="left|top|right"
font="SansSerifSmall" h_pad="0" halign="center" height="16"
left="10" mouse_opaque="true" name="WaterWave2DirXText" v_pad="0"
width="10">
<button label="?" name="WaterWave2Help"/>
<text name="WaterWave2DirXText">
X
</text>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right"
font="SansSerifSmall" h_pad="0" halign="center" height="16"
left_delta="0" mouse_opaque="true" name="WaterWave2DirYText" v_pad="0"
width="10">
<text name="WaterWave2DirYText">
Y
</text>
<slider bottom="-100" can_edit_text="false" control_name="WaterWave2DirX"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="0.7" label="" left="24" max_val="4" min_val="-4"
mouse_opaque="true" name="WaterWave2DirX" show_text="true" value="0.7"
width="200" />
<slider bottom_delta="-11" can_edit_text="false" control_name="WaterWave2DirY"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="0.7" label="" left="24" max_val="4" min_val="-4"
mouse_opaque="true" name="WaterWave2DirY" show_text="true" value="0.7"
width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-20" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="240" mouse_opaque="true" name="BHText3" v_pad="0" width="355">
Normal Map
<slider label="" name="WaterWave2DirX"/>
<slider label="" name="WaterWave2DirY"/>
<text name="BHText3">
Vista Normal
</text>
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="365" name="WaterNormalMapHelp" width="18" />
<texture_picker bottom="-165" height="143" label="" left="250" name="WaterNormalMap"
width="128" />
<button label="?" name="WaterNormalMapHelp"/>
<texture_picker label="" name="WaterNormalMap"/>
</panel>
</tab_container>
<string name="WLDefaultWaterNames">

View File

@@ -1,25 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater border="true" bottom="372" can_close="false" can_drag_on_left="false"
can_minimize="false" can_resize="false" can_tear_off="true" enabled="true"
height="100" left="415" min_height="100" min_width="100"
mouse_opaque="true" name="modal container" title="" width="240">
<button bottom="-90" enabled="true" font="SansSerif" halign="center" height="20"
label="Save" label_selected="Save" left="20" mouse_opaque="true"
name="Save" scale_image="true" width="82" />
<button bottom="-90" enabled="true" font="SansSerif" halign="center" height="20"
label="Cancel" label_selected="Cancel" left="138" mouse_opaque="true"
name="Cancel" scale_image="true" width="82" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-26" drop_shadow_visible="true" enabled="true" follows="left|top"
font="SansSerif" h_pad="0" halign="left" height="16" left="20"
mouse_opaque="true" name="Save item as:" v_pad="0" width="200">
Save item as:
<floater name="modal container" title="">
<button label="Guardar" label_selected="Guardar" name="Save"/>
<button label="Cancelar" label_selected="Cancelar" name="Cancel"/>
<text name="Save item as:">
Guardar item como:
</text>
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-50"
enabled="true" follows="left|top" font="SansSerif"
handle_edit_keys_directly="true" height="20" left="20" max_length="63"
mouse_opaque="true" name="name ed" select_all_on_focus_received="false"
select_on_focus="false" width="200">
New [DESC]
<line_editor name="name ed">
Nuevo [DESC]
</line_editor>
</floater>

View File

@@ -1,590 +1,227 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater bottom="-150" can_close="true" can_drag_on_left="false" can_minimize="true"
can_resize="false" height="220" left="50" min_height="180"
min_width="400" mouse_opaque="true" name="WindLight floater"
rect_control="FloaterAdvancedSkyRect" title="Advanced Sky Editor"
width="700">
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-50" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="KeyFramePresetsText" v_pad="0"
width="110">
Sky Presets:
<floater name="WindLight floater" title="Editor Avanzado del Cielo">
<text name="KeyFramePresetsText">
Cielo Predefinidos:
</text>
<combo_box allow_text_entry="false" bottom="-50" follows="left|top" height="18"
left_delta="110" max_chars="20" mouse_opaque="true" name="WLPresetsCombo"
width="150" />
<button bottom="-53" enabled="true" font="SansSerif" halign="center" height="20"
label="New" label_selected="New" left_delta="170"
mouse_opaque="true" name="WLNewPreset" scale_image="true" width="70" />
<button bottom_delta="0" enabled="true" font="SansSerif" halign="center" height="20"
label="Save" label_selected="Save" left_delta="80"
mouse_opaque="true" name="WLSavePreset" scale_image="true" width="70" />
<button bottom_delta="0" enabled="true" font="SansSerif" halign="center" height="20"
label="Delete" label_selected="Delete" left_delta="80"
mouse_opaque="true" name="WLDeletePreset" scale_image="true" width="70" />
<button bottom_delta="0" enabled="true" font="SansSerif" halign="center" height="20"
label="Day Cycle Editor" label_selected="Day Cycle Editor"
left_delta="120" mouse_opaque="true" name="WLDayCycleMenuButton"
scale_image="true" width="120" />
<tab_container bottom="-220" follows="left|top" height="160" left="0"
mouse_opaque="false" name="WindLight Tabs" tab_position="top" width="700">
<panel border="true" bottom="-220" follows="left|top|right|bottom" height="160"
label="Atmosphere" left="1" mouse_opaque="false"
name="Atmosphere" width="698">
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-20" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="BHText" v_pad="0" width="355">
Blue Horizon
<combo_box name="WLPresetsCombo"/>
<button label="Nuevo" label_selected="Nuevo" name="WLNewPreset"/>
<button label="Guardar" label_selected="Guardar" name="WLSavePreset"/>
<button label="Borrar" label_selected="Borrar" name="WLDeletePreset"/>
<button label="Editor Ciclo Diario" label_selected="Editor Ciclo Diario" name="WLDayCycleMenuButton"/>
<tab_container name="WindLight Tabs">
<panel label="Atmofera" name="Atmosphere">
<text name="BHText">
Coloración
</text>
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="160" name="WLBlueHorizonHelp" width="18" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-37" drop_shadow_visible="true" follows="left|top|right"
font="SansSerifSmall" h_pad="0" halign="center" height="16"
left="10" mouse_opaque="true" name="BHText2" v_pad="0" width="10">
<button label="?" name="WLBlueHorizonHelp"/>
<text name="BHText2">
R
</text>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right"
font="SansSerifSmall" h_pad="0" halign="center" height="16"
left_delta="0" mouse_opaque="true" name="BHText3" v_pad="0" width="10">
<text name="BHText3">
G
</text>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right"
font="SansSerifSmall" h_pad="0" halign="center" height="16"
left_delta="0" mouse_opaque="true" name="BHText4" v_pad="0" width="10">
<text name="BHText4">
B
</text>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right"
font="SansSerifSmall" h_pad="0" halign="center" height="16"
left_delta="0" mouse_opaque="true" name="BHText5" v_pad="0" width="10">
<text name="BHText5">
I
</text>
<slider bottom="-50" can_edit_text="false" control_name="WLBlueHorizonR"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="0.7" label="" left="24" max_val="1" min_val="0"
mouse_opaque="true" name="WLBlueHorizonR" show_text="true" value="0.7"
width="200" />
<slider bottom_delta="-11" can_edit_text="false" control_name="WLBlueHorizonG"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="0.7" label="" left="24" max_val="1" min_val="0"
mouse_opaque="true" name="WLBlueHorizonG" show_text="true" value="0.7"
width="200" />
<slider bottom_delta="-11" can_edit_text="false" control_name="WLBlueHorizonB"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="0.7" label="" left="24" max_val="1" min_val="0"
mouse_opaque="true" name="WLBlueHorizonB" show_text="true" value="0.7"
width="200" />
<slider bottom_delta="-11" can_edit_text="false" control_name="WLBlueHorizonI"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="1.0" label="" left="24" max_val="1" min_val="0"
mouse_opaque="true" name="WLBlueHorizonI" show_text="true" value="1.0"
width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-87" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="BDensText" v_pad="0" width="355">
Haze Horizon
<slider label="" name="WLBlueHorizonR"/>
<slider label="" name="WLBlueHorizonG"/>
<slider label="" name="WLBlueHorizonB"/>
<slider label="" name="WLBlueHorizonI"/>
<text name="BDensText">
Cantidad de la Bruma
</text>
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="160" name="WLHazeHorizonHelp" width="18" />
<slider bottom_delta="-30" can_edit_text="false" control_name="WLHazeHorizon"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="0.25" label="" left="24" max_val="1.0" min_val="0"
mouse_opaque="true" name="WLHazeHorizon" show_text="true" value="1.0"
width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-20" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="245" mouse_opaque="true" name="BDensText2" v_pad="0" width="355">
Blue Density
<button label="?" name="WLHazeHorizonHelp"/>
<slider label="" name="WLHazeHorizon"/>
<text name="BDensText2">
Saturación
</text>
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="395" name="WLBlueDensityHelp" width="18" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-37" drop_shadow_visible="true" follows="left|top|right"
font="SansSerifSmall" h_pad="0" halign="center" height="16"
left="245" mouse_opaque="true" name="BHText6" v_pad="0" width="10">
<button label="?" name="WLBlueDensityHelp"/>
<text name="BHText6">
R
</text>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right"
font="SansSerifSmall" h_pad="0" halign="center" height="16"
left_delta="0" mouse_opaque="true" name="BHText7" v_pad="0" width="10">
<text name="BHText7">
G
</text>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right"
font="SansSerifSmall" h_pad="0" halign="center" height="16"
left_delta="0" mouse_opaque="true" name="BHText8" v_pad="0" width="10">
<text name="BHText8">
B
</text>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right"
font="SansSerifSmall" h_pad="0" halign="center" height="16"
left_delta="0" mouse_opaque="true" name="BHText9" v_pad="0" width="10">
<text name="BHText9">
I
</text>
<slider bottom="-50" can_edit_text="false" control_name="WLBlueDensityR"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="0.7" label="" left="259" max_val="1" min_val="0"
mouse_opaque="true" name="WLBlueDensityR" show_text="true" value="1.0"
width="200" />
<slider bottom_delta="-11" can_edit_text="false" control_name="WLBlueDensityG"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="0.7" label="" left="259" max_val="1" min_val="0"
mouse_opaque="true" name="WLBlueDensityG" show_text="true" value="1.0"
width="200" />
<slider bottom_delta="-11" can_edit_text="false" control_name="WLBlueDensityB"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="0.7" label="" left="259" max_val="1" min_val="0"
mouse_opaque="true" name="WLBlueDensityB" show_text="true" value="1.0"
width="200" />
<slider bottom_delta="-11" can_edit_text="false" control_name="WLBlueDensityI"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="1" label="" left="259" max_val="1" min_val="0"
mouse_opaque="true" name="WLBlueDensityI" show_text="true" value="1.0"
width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-87" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="245" mouse_opaque="true" name="HDText" v_pad="0" width="355">
Haze Density
<slider label="" name="WLBlueDensityR"/>
<slider label="" name="WLBlueDensityG"/>
<slider label="" name="WLBlueDensityB"/>
<slider label="" name="WLBlueDensityI"/>
<text name="HDText">
Densidad de la Bruma
</text>
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="395" name="WLHazeDensityHelp" width="18" />
<slider bottom_delta="-30" can_edit_text="false" control_name="WLHazeDensity"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="0.7" label="" left="259" max_val="4" min_val="0"
mouse_opaque="true" name="WLHazeDensity" show_text="true" value="1.0"
width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-20" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="480" mouse_opaque="true" name="DensMultText" v_pad="0" width="355">
Density Multiplier
<button label="?" name="WLHazeDensityHelp"/>
<slider label="" name="WLHazeDensity"/>
<text name="DensMultText">
Densidad
</text>
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="630" name="WLDensityMultHelp" width="18" />
<slider bottom_delta="-30" can_edit_text="false" control_name="WLDensityMult"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="0.1" label="" left="494" max_val="0.9" min_val="0"
mouse_opaque="true" name="WLDensityMult" show_text="true" value="1.0"
width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-53" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="480" mouse_opaque="true" name="WLDistanceMultText" v_pad="0"
width="355">
Distance Multiplier
<button label="?" name="WLDensityMultHelp"/>
<slider label="" name="WLDensityMult"/>
<text name="WLDistanceMultText">
Distancia
</text>
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="630" name="WLDistanceMultHelp" width="18" />
<slider bottom_delta="-30" can_edit_text="false" control_name="WLDistancMult"
decimal_digits="1" follows="left" height="10" increment="0.1"
initial_val="1.0" label="" left="494" max_val="100" min_val="0"
mouse_opaque="true" name="WLDistanceMult" show_text="true" value="0.0"
width="207" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-87" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="480" mouse_opaque="true" name="MaxAltText" v_pad="0" width="355">
Max Altitude
<button label="?" name="WLDistanceMultHelp"/>
<slider label="" name="WLDistanceMult"/>
<text name="MaxAltText">
Altitud Máx.
</text>
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="630" name="WLMaxAltitudeHelp" width="18" />
<slider bottom_delta="-30" can_edit_text="false" control_name="WLMaxAltitude"
decimal_digits="0" follows="left" height="10" increment="1"
initial_val="500" label="" left="494" max_val="4000" min_val="0"
mouse_opaque="true" name="WLMaxAltitude" show_text="true" value="4000"
width="205" />
<button label="?" name="WLMaxAltitudeHelp">
<slider label="" name="WLMaxAltitude"/>
</panel>
<panel border="true" bottom="-180" follows="left|top|right|bottom" height="160"
label="Lighting" left="1" mouse_opaque="true"
name="Lighting" width="698">
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-20" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="SLCText" v_pad="0" width="355">
Sun/Moon Color
<panel label="Iluminación" name="Lighting">
<text name="SLCText">
Color Sol/Luna
</text>
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="160" name="WLSunlightColorHelp" width="18" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-37" drop_shadow_visible="true" follows="left|top|right"
font="SansSerifSmall" h_pad="0" halign="center" height="16"
left="10" mouse_opaque="true" name="BHText" v_pad="0" width="10">
<button label="?" name="WLSunlightColorHelp"/>
<text name="BHText">
R
</text>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right"
font="SansSerifSmall" h_pad="0" halign="center" height="16"
left_delta="0" mouse_opaque="true" name="BHText2" v_pad="0" width="10">
<text name="BHText2">
G
</text>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right"
font="SansSerifSmall" h_pad="0" halign="center" height="16"
left_delta="0" mouse_opaque="true" name="BHText3" v_pad="0" width="10">
<text name="BHText3">
B
</text>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right"
font="SansSerifSmall" h_pad="0" halign="center" height="16"
left_delta="0" mouse_opaque="true" name="BHText4" v_pad="0" width="10">
<text name="BHText4">
I
</text>
<slider bottom="-50" can_edit_text="false" control_name="WLSunlightR"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="0.7" label="" left="24" max_val="1" min_val="0"
mouse_opaque="true" name="WLSunlightR" show_text="true" value="0.7"
width="200" />
<slider bottom_delta="-11" can_edit_text="false" control_name="WLSunlightG"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="0.7" label="" left="24" max_val="1" min_val="0"
mouse_opaque="true" name="WLSunlightG" show_text="true" value="0.7"
width="200" />
<slider bottom_delta="-11" can_edit_text="false" control_name="WLSunlightB"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="0.7" label="" left="24" max_val="1" min_val="0"
mouse_opaque="true" name="WLSunlightB" show_text="true" value="0.7"
width="200" />
<slider bottom_delta="-11" can_edit_text="false" control_name="WLSunlightI"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="1.0" label="" left="24" max_val="1" min_val="0"
mouse_opaque="true" name="WLSunlightI" show_text="true" value="1.0"
width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-87" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="TODText" v_pad="0" width="355">
Sun/Moon Position
<slider label=""name="WLSunlightR"/>
<slider label="" name="WLSunlightG"/>
<slider label="" name="WLSunlightB"/>
<slider label="" name="WLSunlightI"/>
<text name="TODText">
Posisción Sol/Luna
</text>
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="160" name="WLTimeOfDayHelp" width="18" />
<icon bottom_delta="-30" follows="left|top" height="20" image_name="icon_diurnal.tga"
left="30" name="SkyDayCycle" width="148" />
<slider bottom_delta="-30" can_edit_text="false" control_name="WLSunAngle"
decimal_digits="3" follows="left" height="10" increment="0.001"
initial_val="0.7" label="" left="24" max_val="1" min_val="0"
mouse_opaque="true" name="WLSunAngle" show_text="true" value="1.0"
width="204" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-20" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="245" mouse_opaque="true" name="WLAmbientText" v_pad="0" width="355">
Ambient
<button label="?" name="WLTimeOfDayHelp"/>
<slider label="" name="WLSunAngle"/>
<text name="WLAmbientText">
Ambiente
</text>
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="395" name="WLAmbientHelp" width="18" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-37" drop_shadow_visible="true" follows="left|top|right"
font="SansSerifSmall" h_pad="0" halign="center" height="16"
left="245" mouse_opaque="true" name="BHText5" v_pad="0" width="10">
<button label="?" name="WLAmbientHelp"/>
<text name="BHText5">
R
</text>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right"
font="SansSerifSmall" h_pad="0" halign="center" height="16"
left_delta="0" mouse_opaque="true" name="BHText6" v_pad="0" width="10">
<text name="BHText6">
G
</text>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right"
font="SansSerifSmall" h_pad="0" halign="center" height="16"
left_delta="0" mouse_opaque="true" name="BHText7" v_pad="0" width="10">
<text name="BHText7">
B
</text>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right"
font="SansSerifSmall" h_pad="0" halign="center" height="16"
left_delta="0" mouse_opaque="true" name="BHText8" v_pad="0" width="10">
<textname="BHText8">
I
</text>
<slider bottom="-50" can_edit_text="false" control_name="WLAmbientR" decimal_digits="2"
follows="left" height="10" increment="0.01" initial_val="0.7" label=""
left="259" max_val="1" min_val="0" mouse_opaque="true" name="WLAmbientR"
show_text="true" value="1.0" width="200" />
<slider bottom_delta="-11" can_edit_text="false" control_name="WLAmbientG"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="0.7" label="" left="259" max_val="1" min_val="0"
mouse_opaque="true" name="WLAmbientG" show_text="true" value="1.0"
width="200" />
<slider bottom_delta="-11" can_edit_text="false" control_name="WLAmbientB"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="0.7" label="" left="259" max_val="1" min_val="0"
mouse_opaque="true" name="WLAmbientB" show_text="true" value="1.0"
width="200" />
<slider bottom_delta="-11" can_edit_text="false" control_name="WLAmbientI"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="1" label="" left="259" max_val="1" min_val="0"
mouse_opaque="true" name="WLAmbientI" show_text="true" value="1.0"
width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-87" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="245" mouse_opaque="true" name="WLEastAngleText" v_pad="0" width="355">
East Angle
<slider label="" name="WLAmbientR" />
<slider label="" name="WLAmbientG"/>
<slider label="" name="WLAmbientB"/>
<slider label="" name="WLAmbientI"/>
<text name="WLEastAngleText">
Ángulo de elevación
</text>
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="395" name="WLEastAngleHelp" width="18" />
<slider bottom_delta="-30" can_edit_text="false" control_name="WLEastAngle"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="0.0" label="" left="259" max_val="1" min_val="0"
mouse_opaque="true" name="WLEastAngle" show_text="true" value="1.0"
width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-20" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="480" mouse_opaque="true" name="SunGlowText" v_pad="0" width="355">
Sun Glow
<button label="?" name="WLEastAngleHelp"/>
<slider label="" name="WLEastAngle"/>
<text name="SunGlowText">
Resplandor del Sol
</text>
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="630" name="WLSunGlowHelp" width="18" />
<slider bottom_delta="-30" can_edit_text="false" control_name="WLGlowB"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="0.1" label="Focus " left="494" max_val="0.5" min_val="0"
mouse_opaque="true" name="WLGlowB" show_text="true" value="1.0" width="200" />
<slider bottom_delta="-11" can_edit_text="false" control_name="WLGlowR"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="0.25" label="Size " left="494" max_val="1.99" min_val="1"
mouse_opaque="true" name="WLGlowR" show_text="true" value="1.0" width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-67" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="480" mouse_opaque="true" name="SceneGammaText" v_pad="0" width="200">
Scene Gamma
<button label="?" name="WLSunGlowHelp"/>
<slider label="Visión" name="WLGlowB"/>
<slider label="Tamaño " name="WLGlowR"/>
<text name="SceneGammaText">
Gamma de la escena
</text>
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="630" name="WLSceneGammaHelp" width="18" />
<slider bottom_delta="-30" can_edit_text="false" control_name="WLGamma"
decimal_digits="2" follows="bottom" height="10" increment="0.01"
initial_val="2.0" label="" left="494" max_val="10.0" min_val="0"
mouse_opaque="true" name="WLGamma" show_text="true" value="2.0" width="207" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-102" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="480" mouse_opaque="true" name="WLStarText" v_pad="0" width="355">
Star Brightness
<button label="?" name="WLSceneGammaHelp"/>
<slider label="" name="WLGamma"/>
<text name="WLStarText">
Brillo de las Estrellas
</text>
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="630" name="WLStarBrightnessHelp" width="18" />
<slider bottom_delta="-30" can_edit_text="false" control_name="WLStarAlpha"
decimal_digits="2" follows="bottom" height="10" increment="0.01"
initial_val="0" label="" left="494" max_val="2" min_val="0"
mouse_opaque="true" name="WLStarAlpha" show_text="true" value="0"
width="200" />
<button label="?" name="WLStarBrightnessHelp"/>
<slider label="" name="WLStarAlpha"/>
</panel>
<panel border="true" bottom="-180" follows="left|top|right|bottom" height="160"
label="Clouds" left="1" mouse_opaque="false" name="Clouds"
width="698">
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-20" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="WLCloudColorText" v_pad="0" width="355">
Cloud Color
<panel label="Nubes" name="Clouds">
<text name="WLCloudColorText">
Color de las Nubes
</text>
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="160" name="WLCloudColorHelp" width="18" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-37" drop_shadow_visible="true" follows="left|top|right"
font="SansSerifSmall" h_pad="0" halign="center" height="16"
left="10" mouse_opaque="true" name="BHText" v_pad="0" width="10">
<button label="?" name="WLCloudColorHelp"/>
<text name="BHText">
R
</text>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right"
font="SansSerifSmall" h_pad="0" halign="center" height="16"
left_delta="0" mouse_opaque="true" name="BHText2" v_pad="0" width="10">
<text name="BHText2">
G
</text>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right"
font="SansSerifSmall" h_pad="0" halign="center" height="16"
left_delta="0" mouse_opaque="true" name="BHText3" v_pad="0" width="10">
<text name="BHText3">
B
</text>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right"
font="SansSerifSmall" h_pad="0" halign="center" height="16"
left_delta="0" mouse_opaque="true" name="BHText4" v_pad="0" width="10">
<text name="BHText4">
I
</text>
<slider bottom="-50" can_edit_text="false" control_name="WLCloudColorR"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="0.7" label="" left="24" max_val="1" min_val="0"
mouse_opaque="true" name="WLCloudColorR" show_text="true" value="0.7"
width="200" />
<slider bottom_delta="-11" can_edit_text="false" control_name="WLCloudColorG"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="0.7" label="" left="24" max_val="1" min_val="0"
mouse_opaque="true" name="WLCloudColorG" show_text="true" value="0.7"
width="200" />
<slider bottom_delta="-11" can_edit_text="false" control_name="WLCloudColorB"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="0.7" label="" left="24" max_val="1" min_val="0"
mouse_opaque="true" name="WLCloudColorB" show_text="true" value="0.7"
width="200" />
<slider bottom_delta="-11" can_edit_text="false" control_name="WLCloudColorI"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="1.0" label="" left="24" max_val="1" min_val="0"
mouse_opaque="true" name="WLCloudColorI" show_text="true" value="1.0"
width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-87" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="10" mouse_opaque="true" name="WLCloudColorText2" v_pad="0"
width="355">
Cloud XY/Density
<slider label="" name="WLCloudColorR"/>
<slider label="" name="WLCloudColorG"/>
<slider label="" name="WLCloudColorB"/>
<slider label="" name="WLCloudColorI"/>
<text name="WLCloudColorText2">
Posisición/Densidad de las Nubes
</text>
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="160" name="WLCloudDensityHelp" width="18" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-103" drop_shadow_visible="true" follows="left|top|right"
font="SansSerifSmall" h_pad="0" halign="center" height="16"
left="10" mouse_opaque="true" name="BHText5" v_pad="0" width="10">
<button label="?" name="WLCloudDensityHelp"/>
<text name="BHText5">
X
</text>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right"
font="SansSerifSmall" h_pad="0" halign="center" height="16"
left_delta="0" mouse_opaque="true" name="BHText6" v_pad="0" width="10">
<text name="BHText6">
Y
</text>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right"
font="SansSerifSmall" h_pad="0" halign="center" height="16"
left_delta="0" mouse_opaque="true" name="BHText7" v_pad="0" width="10">
<text name="BHText7">
D
</text>
<slider bottom="-117" can_edit_text="false" control_name="WLCloudX" decimal_digits="2"
follows="left" height="10" increment="0.01" initial_val="0.5" label=""
left="24" max_val="1" min_val="0" mouse_opaque="true" name="WLCloudX"
show_text="true" value="0.5" width="200" />
<slider bottom_delta="-11" can_edit_text="false" control_name="WLCloudY"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="0.5" label="" left="24" max_val="1" min_val="0"
mouse_opaque="true" name="WLCloudY" show_text="true" value="0.5"
width="200" />
<slider bottom_delta="-11" can_edit_text="false" control_name="WLCloudDensity"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="1.0" label="" left="24" max_val="1" min_val="0"
mouse_opaque="true" name="WLCloudDensity" show_text="true" value="1.0"
width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-20" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="245" mouse_opaque="true" name="WLCloudCoverageText" v_pad="0"
width="355">
Cloud Coverage
<slider label="" name="WLCloudX"/>
<slider label="" name="WLCloudY"/>
<slider label="" name="WLCloudDensity"/>
<text name="WLCloudCoverageText">
Nubosidad
</text>
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="395" name="WLCloudCoverageHelp" width="18" />
<slider bottom_delta="-30" can_edit_text="false" control_name="WLCloudCoverage"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="0.5" label="" left="259" max_val="1" min_val="0"
mouse_opaque="true" name="WLCloudCoverage" show_text="true" value="0.0"
width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-55" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="245" mouse_opaque="true" name="WLCloudScaleText" v_pad="0"
width="355">
Cloud Scale
<button label="?" name="WLCloudCoverageHelp"/>
<slider label="" name="WLCloudCoverage"/>
<text name="WLCloudScaleText">
Altitud de la Nubes
</text>
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="395" name="WLCloudScaleHelp" width="18" />
<slider bottom_delta="-30" can_edit_text="false" control_name="WLCloudScale"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="1.0" label="" left="259" max_val="1.0" min_val="0.01"
mouse_opaque="true" name="WLCloudScale" show_text="true" value="1.0"
width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-87" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="245" mouse_opaque="true" name="WLCloudDetailText" v_pad="0"
width="355">
Cloud Detail (XY/Density)
<button label="?" name="WLCloudScaleHelp"/>
<slider label="" name="WLCloudScale"/>
<text name="WLCloudDetailText">
Detalle de las Nubes
(Posición/Densidad)
</text>
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="395" name="WLCloudDetailHelp" width="18" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-103" drop_shadow_visible="true" follows="left|top|right"
font="SansSerifSmall" h_pad="0" halign="center" height="16"
left="245" mouse_opaque="true" name="BHText8" v_pad="0" width="10">
<button label="?" name="WLCloudDetailHelp"/>
<text name="BHText8">
X
</text>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right"
font="SansSerifSmall" h_pad="0" halign="center" height="16"
left_delta="0" mouse_opaque="true" name="BHText9" v_pad="0" width="10">
<text name="BHText9">
Y
</text>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right"
font="SansSerifSmall" h_pad="0" halign="center" height="16"
left_delta="0" mouse_opaque="true" name="BHText10" v_pad="0" width="10">
<text name="BHText10">
D
</text>
<slider bottom="-117" can_edit_text="false" control_name="WLCloudDetailX"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="0.5" label="" left="259" max_val="1" min_val="0"
mouse_opaque="true" name="WLCloudDetailX" show_text="true" value="0.5"
width="200" />
<slider bottom_delta="-11" can_edit_text="false" control_name="WLCloudDetailY"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="0.5" label="" left="259" max_val="1" min_val="0"
mouse_opaque="true" name="WLCloudDetailY" show_text="true" value="0.5"
width="200" />
<slider bottom_delta="-11" can_edit_text="false" control_name="WLCloudDetailDensity"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="1.0" label="" left="259" max_val="1" min_val="0"
mouse_opaque="true" name="WLCloudDetailDensity" show_text="true"
value="1.0" width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-20" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="480" mouse_opaque="true" name="WLCloudScrollXText" v_pad="0"
width="355">
Cloud Scroll X
<slider label="" name="WLCloudDetailX"/>
<slider label="" name="WLCloudDetailY"/>
<slider label="" name="WLCloudDetailDensity"/>
<text name="WLCloudScrollXText">
Velocidad Nubes en X
</text>
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="605" name="WLCloudScrollXHelp" width="18" />
<check_box control_name="WLCloudLockX" follows="left" font="SansSerifSmall" height="16"
initial_value="false" label="Lock" left="625" mouse_opaque="true"
name="WLCloudLockX" width="200" />
<slider bottom_delta="-15" can_edit_text="false" control_name="WLCloudScrollX"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="0.5" label="" left="494" max_val="10" min_val="-10"
mouse_opaque="true" name="WLCloudScrollX" show_text="true" value="0.0"
width="200" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-60" drop_shadow_visible="true" follows="left|top|right"
font="SansSerif" h_pad="0" halign="left" height="16"
left="480" mouse_opaque="true" name="WLCloudScrollYText" v_pad="0"
width="355">
Cloud Scroll Y
<button label="?" name="WLCloudScrollXHelp"/>
<check_box label="Bloquear" name="WLCloudLockX"/>
<slider label="" name="WLCloudScrollX"/>
<text name="WLCloudScrollYText">
Velocidad Nubes en Y
</text>
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="605" name="WLCloudScrollYHelp" width="18" />
<check_box control_name="WLCloudLockY" follows="left" font="SansSerifSmall" height="16"
initial_value="false" label="Lock" left="625" mouse_opaque="true"
name="WLCloudLockY" width="200" />
<slider bottom_delta="-15" can_edit_text="false" control_name="WLCloudScrollY"
decimal_digits="2" follows="left" height="10" increment="0.01"
initial_val="0.5" label="" left="494" max_val="10" min_val="-10"
mouse_opaque="true" name="WLCloudScrollY" show_text="true" value="0.0"
width="200" />
<check_box bottom="-120" control_name="DrawClassicClouds" follows="left"
font="SansSerifSmall" height="16" initial_value="false"
label="Draw Classic Clouds" left="480" mouse_opaque="true"
name="DrawClassicClouds" width="200" />
<button bottom="-102" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="608" name="WLClassicCloudsHelp" width="18" />
<button label="?" name="WLCloudScrollYHelp"/>
<check_box label="Bloquear" name="WLCloudLockY"/>
<slider label="" name="WLCloudScrollY"/>
<check_box label="Dibujar Nubes Clásicas" name="DrawClassicClouds"/>
<button label="?" name="WLClassicCloudsHelp"/>
</panel>
</tab_container>
<string name="WLDefaultSkyNames">

View File

@@ -1,178 +1,58 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true"
height="711" min_height="520" min_width="410" name="worldmap"
rect_control="FloaterWorldMapRect2" title="World Map" width="1243">
<panel bottom="-701" follows="left|top|right|bottom" height="681"
left="15" mouse_opaque="true" name="objects_mapview" width="995" />
<icon bottom="-50" color="1, 1, 1, 1" follows="top|right" height="16"
image_name="map_avatar_16.tga" left="1013" mouse_opaque="true" name="self"
width="16" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-50" drop_shadow_visible="true" follows="top|right"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20"
mouse_opaque="true" name="you_label" v_pad="0" width="145">
You
<floater name="worldmap" title="Mapa del Mundo">
<panel name="objects_mapview"/>
<text name="you_label">
Tu
</text>
<icon bottom="-50" color="1, 1, 1, 1" follows="top|right" height="16"
image_name="map_home.tga" left="1083" mouse_opaque="true" name="home"
width="16" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-50" drop_shadow_visible="true" follows="top|right"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20"
mouse_opaque="true" name="home_label" v_pad="0" width="145">
Home
<text name="home_label">
Base
</text>
<icon bottom="-70" color="0.5, 0.25, 1, 1" follows="top|right" height="16"
image_name="legend.tga" left="1013" mouse_opaque="true" name="square2"
width="16" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-70" drop_shadow_visible="true" follows="top|right"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20"
mouse_opaque="true" name="auction_label" v_pad="0" width="145">
Auction
<text name="auction_label">
Subasta
</text>
<icon bottom="-70" color="1, 1, 0.25, 1" follows="top|right" height="16"
image_name="legend.tga" left="1083" mouse_opaque="true" name="square"
width="16" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-70" drop_shadow_visible="true" follows="top|right"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20"
mouse_opaque="true" name="land_for_sale_label" v_pad="0" width="145">
Land For Sale
<text name="land_for_sale_label">
Terreno en Venta
</text>
<button bottom="-50" follows="top|right" font="SansSerifSmall" halign="center"
height="16" label="Go Home" label_selected="Go Home" left="1150"
mouse_opaque="true" name="Go Home" tool_tip="Teleport to your home"
width="88" />
<icon bottom="-92" color="0, 1, 0, 1" follows="top|right" height="8"
image_name="map_avatar_8.tga" left="1017" mouse_opaque="true" name="person"
width="8" />
<check_box bottom="-96" control_name="MapShowPeople" follows="top|right"
font="SansSerifSmall" height="16" initial_value="false" label="Resident"
left_delta="16" mouse_opaque="true" name="people_chk" width="110" />
<icon bottom="-116" color="1, 1, 1, 1" follows="top|right" height="16"
image_name="map_infohub.tga" left="1013" mouse_opaque="true" name="infohub"
width="16" />
<check_box bottom="-116" control_name="MapShowInfohubs" follows="top|right"
font="SansSerifSmall" height="16" initial_value="false" label="Infohub"
left_delta="20" mouse_opaque="true" name="infohub_chk" width="110" />
<icon bottom="-136" color="1, 1, 1, 1" follows="top|right" height="16"
image_name="map_telehub.tga" left="1013" mouse_opaque="true" name="telehub"
width="16" />
<check_box bottom="-136" control_name="MapShowTelehubs" follows="top|right"
font="SansSerifSmall" height="16" initial_value="false" label="Telehub"
left_delta="20" mouse_opaque="true" name="telehubchk" width="110" />
<icon bottom="-156" color="1, 1, 1, 1" follows="top|right" height="16"
image_name="icon_for_sale.tga" left="1013" mouse_opaque="true"
name="landforsale" width="16" />
<check_box bottom="-156" control_name="MapShowLandForSale" follows="top|right"
font="SansSerifSmall" height="16" initial_value="false" label="Land for Sale"
left_delta="20" mouse_opaque="true" name="land_for_sale_chk" width="110" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-96" drop_shadow_visible="true" follows="top|right"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="1139"
mouse_opaque="true" name="events_label" v_pad="0" width="145">
Events:
<button label="Ir a Base" label_selected="Ir a Base" name="Go Home" tool_tip="Teleportar a tu Base"/>
<check_box label="Residente" name="people_chk"/>
<check_box label="Punto Info" name="infohub_chk"/>
<check_box label="Punto de Enlace" name="telehubchk"/>
<check_box label="Terreno en Venta" name="land_for_sale_chk"/>
<text name="events_label">
Eventos:
</text>
<icon bottom="-116" color="1, 1, 1, 1" follows="top|right" height="16"
image_name="map_event.tga" left="1151" mouse_opaque="true" name="event"
width="16" />
<check_box bottom="-116" control_name="MapShowPGEvents" follows="top|right"
font="SansSerifSmall" height="16" initial_value="false" label="PG"
left_delta="20" mouse_opaque="true" name="event_chk" width="55" />
<icon bottom="-136" color="1, 1, 1, 1" follows="top|right" height="16"
image_name="map_event_mature.tga" left="1151" mouse_opaque="true"
name="events_mature_icon" width="16" />
<check_box bottom="-136" control_name="MapShowMatureEvents" follows="top|right"
font="SansSerifSmall" height="16" initial_value="true" label="Mature"
left_delta="20" mouse_opaque="true" name="event_mature_chk" width="55" />
<icon bottom="-156" color="1, 1, 1, 1" follows="top|right" height="16"
image_name="map_event_adult.tga" left="1151" mouse_opaque="true"
name="events_adult_icon" width="16" />
<check_box bottom="-156" control_name="MapShowAdultEvents" follows="top|right"
font="SansSerifSmall" height="16" initial_value="false" label="Adult"
left_delta="20" mouse_opaque="true" name="event_adult_chk" width="55" />
<icon bottom="-180" color="0.5, 0, 0, 1" follows="top|right" height="16"
image_name="map_track_16.tga" left="1013" mouse_opaque="true"
name="avatar_icon" width="16" />
<combo_box allow_text_entry="true" bottom_delta="0" follows="top|right" height="20"
label="Online Friends" left_delta="20" max_chars="60" mouse_opaque="true"
name="friend combo" tool_tip="Friend to Show on Map" width="202">
<combo_item name="none_selected" value="None">
Online Friends
<check_box label="PG" name="event_chk"/>
<check_box label="Mature" name="event_mature_chk"/>
<check_box label="Adulto" name="event_adult_chk"/>
<combo_box label="Amigos Conectados" name="friend combo" tool_tip="Mostrar amigos en el mapa">
<combo_item name="none_selected">
Amigos Conectados
</combo_item>
</combo_box>
<icon bottom_delta="-25" color="0.5, 0, 0, 1" follows="top|right" height="16"
image_name="map_track_16.tga" left="1013" mouse_opaque="true"
name="landmark_icon" width="16" />
<combo_box allow_text_entry="true" bottom_delta="0" follows="top|right" height="20"
label="Landmarks" left_delta="20" max_chars="64" mouse_opaque="true"
name="landmark combo" tool_tip="Landmark to Show on Map" width="202">
<combo_item name="none_selected" value="None">
Landmarks
<combo_box label="Hitos" name="landmark combo" tool_tip="Hitos a mostrar en el Mapa">
<combo_item name="none_selected">
Hitos
</combo_item>
</combo_box>
<icon bottom_delta="-25" color="0.5, 0, 0, 1" follows="top|right" height="16"
image_name="map_track_16.tga" left="1013" mouse_opaque="true"
name="location_icon" width="16" />
<line_editor bottom_delta="0" follows="top|right" height="20" label="Search by Region Name"
left_delta="20" name="location" select_on_focus="true"
tool_tip="Type the name of a region" width="140" />
<button bottom_delta="0" follows="top|right" font="SansSerif" halign="center"
height="20" label="Search" left_delta="145" mouse_opaque="true"
name="DoSearch" tool_tip="Search for region" width="60" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-20" drop_shadow_visible="true" follows="top|right"
font="SansSerif" h_pad="0" halign="left" height="16" left="1013"
mouse_opaque="true" name="search_label" v_pad="0" width="222">
Search Results:
<line_editor label="Buscar por Nombre de Región" name="location" tool_tip="Escribe el nombre de la región"/>
<button label="Buscar" name="DoSearch" tool_tip="Buscar Región"/>
<text name="search_label">
Resultados de la Búsqueda:
</text>
<scroll_list background_visible="true" bottom_delta="-326" draw_border="true"
draw_stripes="false"
follows="top|right|bottom" height="320" left="1013" multi_select="false"
name="search_results" width="222">
<column label="" name="icon" width="16" />
<column label="" name="sim_name" width="206" />
<scroll_list name="search_results">
<column label="" name="icon"/>
<column label="" name="sim_name"/>
</scroll_list>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-20" drop_shadow_visible="true" follows="bottom|right"
font="SansSerif" h_pad="0" halign="left" height="16" left="1013"
mouse_opaque="true" name="location_label" v_pad="0" width="98">
Location:
<text name="location_label">
Ubicación:
</text>
<spinner bottom_delta="0" decimal_digits="0" follows="bottom|right" height="16"
increment="1" initial_val="128" left="1090" max_val="255" min_val="0"
mouse_opaque="true" name="spin x"
tool_tip="X coordinate of location to show on map" width="48" />
<spinner bottom_delta="0" decimal_digits="0" follows="bottom|right" height="16"
increment="1" initial_val="128" left_delta="50" max_val="255" min_val="0"
mouse_opaque="true" name="spin y"
tool_tip="Y coordinate of location to show on map" width="48" />
<spinner bottom_delta="0" decimal_digits="0" follows="bottom|right" height="16"
increment="1" initial_val="0" left_delta="50" max_val="4096" min_val="0"
mouse_opaque="true" name="spin z"
tool_tip="Z coordinate of location to show on map" width="48" />
<button bottom="-625" follows="right|bottom" font="SansSerif" halign="center"
height="20" label="Teleport" label_selected="Teleport" left="-230"
mouse_opaque="true" name="Teleport"
tool_tip="Teleport to selected location" width="90" />
<button bottom_delta="0" follows="right|bottom" font="SansSerif" halign="center"
height="20" label="Show Destination" label_selected="Show Destination"
left_delta="100" mouse_opaque="true" name="Show Destination"
tool_tip="Center map on selected location" width="125" />
<button bottom_delta="-24" follows="right|bottom" font="SansSerif" halign="center"
height="20" label="Clear" label_selected="Clear" left="-230"
mouse_opaque="true" name="Clear" tool_tip="Stop tracking" width="90" />
<button bottom_delta="0" follows="right|bottom" font="SansSerif" halign="center"
height="20" label="Show My Location" label_selected="Show My Location"
left_delta="100" mouse_opaque="true" name="Show My Location"
tool_tip="Center map on your avatar&apos;s location" width="125" />
<button bottom_delta="-24" enabled="false" follows="bottom|right" font="SansSerif"
height="20" label="Copy SLURL to clipboard" left="-230" name="copy_slurl"
tool_tip="Copies current location as SLURL to be used on the web."
width="222" />
<slider bottom="-697" can_edit_text="false" decimal_digits="3" follows="right|bottom"
height="16" increment="0.2" initial_val="48.5029" label="Zoom" left="-230"
max_val="0" min_val="-8" mouse_opaque="true" name="zoom slider"
show_text="false" value="48.5029" width="222" />
<spinner name="spin x" tool_tip="Coordenada X de la ubicación para mostrar en el mapa"/>
<spinner name="spin y" tool_tip="Coordenada Y de la ubicación para mostrar en el mapa"/>
<spinner name="spin z" tool_tip="Coordenada Z de la ubicación para mostrar en el mapa"/>
<button label="Teleportar" label_selected="Teleportar" name="Teleport" tool_tip="Teleportar a la ubicación seleccionada"/>
<button label="Mostrar Destino" label_selected="Mostrar Destino" name="Show Destination" tool_tip="Centrar el mapa en la ubicación seleccionada"/>
<button label="Limpiar" label_selected="Limpiar" name="Clear" tool_tip="Detener la búsqueda"/>
<button label="Mostrar mi ubicación" label_selected="Mostrar mi ubicación" name="Show My Location" tool_tip="Centrar el mapa en la ubicación de tu avatar"/>
<button label="Copiar el SLURL al portapapeles" name="copy_slurl" tool_tip="Copia el SLURL de la actua ubicación para poder utilizarlo en la web"/>
<slider label="Zoom" name="zoom slider" />
</floater>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<fonts>
<font name="default" comment="default font files (global fallbacks)">
<font name="default" comment="archivos de fuentes por defecto (Respaldos Globales)">
<file>DejaVuSansCondensed.ttf</file>
<os name="Windows">
<file>MSGOTHIC.TTC</file>
@@ -20,91 +20,58 @@
</os>
</font>
<font name="SansSerif" comment="Name of san-serif font (Truetype file name)">
<font name="SansSerif" comment="Nombre de la fuente san-serif (Nombre del archivo Truetype)">
<file>DroidSans.ttf</file>
</font>
<font name="SansSerifBold"
comment="Name of bold sans-serif font"
font_style="Bold">
<font name="SansSerifBold" comment="Nombre de la fuente bold sans-serif" font_style="Bold">
<file>DroidSans-Bold.ttf</file>
</font>
<font name="Monospace"
comment="Name of monospace font">
<file>DejaVuSansMono.ttf</file>
<font name="Monospace" comment="Nombre de la fuente monospace">
<file>DejaVuSansMono.ttf</file>
</font>
<font name="DejaVu"
comment="Name of DejaVu font">
<font name="DejaVu" comment="Nombre de la fuente DejaVu">
<file>DejaVuSans.ttf</file>
</font>
<font name="DejaVu"
comment="Name of DejaVu font (bold)"
font_style="BOLD">
<font name="DejaVu" comment="Nombre de la fuente DejaVu (Negrita)" font_style="BOLD">
<file>DejaVuSansBold.ttf</file>
</font>
<font name="DejaVu"
comment="Name of DejaVu font (italic)"
font_style="ITALIC">
<font name="DejaVu" comment="Nombre de la fuente DejaVu (itálica)" font_style="ITALIC">
<file>DejaVuSansOblique.ttf</file>
</font>
<font name="DejaVu"
comment="Name of DejaVu font (bold italic)"
font_style="BOLD|ITALIC">
<font name="DejaVu" comment="Nombre de la fuente DejaVu (Itálica negrita)" font_style="BOLD|ITALIC">
<file>DejaVuSansBoldOblique.ttf</file>
</font>
<font name="Helvetica"
comment="Name of Helvetica font">
<font name="Helvetica" comment="Nombre de la fuente Helvetica">
<file>arial.ttf</file>
</font>
<font name="Helvetica"
comment="Name of Helvetica font (bold)"
font_style="BOLD">
<font name="Helvetica" comment="Nombre de la fuente Helvetica (Negrita)" font_style="BOLD">
<file>arialbd.ttf</file>
</font>
<font name="Helvetica"
comment="Name of Helvetica font (italic)"
font_style="ITALIC">
<font name="Helvetica" comment="Nombre de la fuente Helvetica (itálica)" font_style="ITALIC">
<file>ariali.ttf</file>
</font>
<font name="Helvetica"
comment="Name of Helvetica font (bold italic)"
font_style="BOLD|ITALIC">
<font name="Helvetica" comment="Nombre de la fuente Helvetica (Negrita Itálica)" font_style="BOLD|ITALIC">
<file>arialbi.ttf</file>
</font>
<font name="OverrideTest"
comment="Name of font to test overriding">
<font name="OverrideTest" comment=" Nombre de la fuente de prueba de sobreescritura">
<file>times.ttf</file>
</font>
<font_size name="Monospace"
comment="Size for monospaced font (points, or 1/72 of an inch)"
size="9.0"
/>
<font_size name="Huge"
comment="Size of huge font (points, or 1/72 of an inch)"
size="14.0"
/>
<font_size name="Large"
comment="Size of large font (points, or 1/72 of an inch)"
size="11.0"
/>
<font_size name="Medium"
comment="Size of medium font (points, or 1/72 of an inch)"
size="9.5"
/>
<font_size name="Small"
comment="Size of small font (points, or 1/72 of an inch)"
size="8.5"
/>
<font_size name="Monospace" comment="Tamaño de la fuente monospaced (puntos, o 1/72 de una pulgada)" size="9.0"/>
<font_size name="Huge" comment="Tamaño de la fuente grande (puntos, o 1/72 de una pulgada)" size="14.0"/>
<font_size name="Large" comment="Tamaño de la fuente larga (puntos, o 1/72 de una pulgada)" size="11.0"/>
<font_size name="Medium" comment="Tamaño de la fuente media (puntos, o 1/72 de una pulgada)" size="9.5"/>
<font_size name="Small" comment="Tamaño de la fuente pequeña (puntos, o 1/72 de una pulgada)" size="8.5"/>
</fonts>

View File

@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<menu_bar bottom="-18" drop_shadow="false" enabled="true" follows="left|top|right"
height="18" left="0" mouse_opaque="true" name="Login Menu" opaque="true"
tear_off="false" width="802">
<menu_bar name="Login Menu">
<menu name="File" label="Archivo" >
<menu_item_call name="Quit" label="Salir" >
<on_click function="File.Quit" userdata="" />

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<menu bottom="100" color="MenuDefaultBgColor" drop_shadow="true" height="101" left="100"
mouse_opaque="false" name="popup" opaque="true" width="128">
<menu name="popup">
<menu_item_call name="Zoom Close" label="Acercar" >
<on_click function="MiniMap.ZoomLevel" userdata="2" />
</menu_item_call>
@@ -32,9 +31,7 @@
<on_click function="MiniMap.CamFollow" />
<on_enable function="MiniMap.EnableProfile" />
</menu_item_call>
<menu bottom_delta="0" color="MenuDefaultBgColor" drop_shadow="true" height="175" left="0"
mouse_opaque="false" name="Mark" opaque="true" tear_off="false"
width="125">
<menu name="Mark">
<on_enable function="MiniMap.EnableProfile" />
<menu_item_call name="Red" label="Rojo" >
<on_click function="MiniMap.setred" />

View File

@@ -15,12 +15,12 @@
<on_click function="Self.StandUp" userdata="" />
<on_enable function="Self.EnableStandUp" />
</menu_item_call>
<menu_item_call enabled="false" label="Quitar" mouse_opaque="true" name="Detach">
<menu_item_call label="Quitar" name="Detach">
<on_click function="Attachment.Detach" />
<on_enable function="Attachment.EnableDetach" />
</menu_item_call>
<pie_menu label="Herramientas &gt;" name="Tools &gt;">
<menu_item_call label="S. Count" mouse_opaque="true" name="ScriptCount">
<menu_item_call label="S. Count" name="ScriptCount">
<on_click function="Object.ScriptCount" />
<on_visible function="Object.VisibleScriptCount" />
</menu_item_call>
@@ -28,7 +28,7 @@
<on_click function="Object.Inspect" />
<on_enable function="Object.EnableInspect"/>
</menu_item_call>
<menu_item_call label="Data" name="Data">
<menu_item_call label="Datos" name="Data">
<on_click function="Object.Data" />
</menu_item_call>
<menu_item_call label="Derender" name="Derender">

View File

@@ -89,12 +89,12 @@
<on_enable function="Object.EnableReportAbuse" />
</menu_item_call>
</pie_menu>
<menu_item_call enabled="false" label="Comprar..." name="Buy...">
<menu_item_call label="Comprar..." name="Buy...">
<on_click function="Object.Buy" />
<on_enable function="Object.EnableBuy" />
</menu_item_call>
</pie_menu>
<menu_item_call enabled="false" label="Editar..." name="Edit...">
<menu_item_call label="Editar..." name="Edit...">
<on_click function="Object.Edit" />
<on_enable function="EnableEdit" />
</menu_item_call>

View File

@@ -49,7 +49,7 @@
<on_click function="Edit.TakeOff" userdata="alpha" />
<on_enable function="Edit.EnableTakeOff" userdata="alpha" />
</menu_item_call>
<menu_item_call label="Calzoncillos" name="Self Underpants" >
<menu_item_call label="Ropa Interior" name="Self Underpants" >
<on_click function="Edit.TakeOff" userdata="underpants" />
<on_enable function="Edit.EnableTakeOff" userdata="underpants" />
</menu_item_call>

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<menu bottom="100" color="0, 0, 0, 1" drop_shadow="true" height="101" left="100"
mouse_opaque="false" name="Popup" opaque="true" width="128">
<menu name="Popup">
<menu_item_separator name="Landmark Separator" />
<menu_item_call label="Acerca de la URL" name="about_url" >
<on_click filter="" function="Inventory.DoToSelected" userdata="about" />

View File

@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<mimetypes name="default">
<defaultlabel>
(Unknown)
(Desconocido)
</defaultlabel>
<defaultwidget>
none
ninguno
</defaultwidget>
<defaultimpl>
media_plugin_webkit
</defaultimpl>
<widgetset name="web">
<label name="web_label">
Web Content
Contenido Web
</label>
<icon>
icn_media_web.tga
@@ -20,21 +20,21 @@
text/html
</default_type>
<tooltip name="web_tooltip">
This location has Web content
Esta ubicación tiene contenido Web
</tooltip>
<playtip name="web_playtip">
Show Web content
Mostrar contenido Web
</playtip>
<allow_resize>
true
verdadero
</allow_resize>
<allow_looping>
false
falso
</allow_looping>
</widgetset>
<widgetset name="movie">
<label name="movie_label">
Movie
Película
</label>
<default_type>
video/*
@@ -43,21 +43,21 @@
icn_media_movie.tga
</icon>
<tooltip name="movie_tooltip">
There is a movie to play here
Aquí hay una película para reproducir
</tooltip>
<playtip name="movie_playtip">
Play movie
Reproducir película
</playtip>
<allow_resize>
false
falso
</allow_resize>
<allow_looping>
true
verdadero
</allow_looping>
</widgetset>
<widgetset name="image">
<label name="image_label">
Image
Imagen
</label>
<icon>
icn_media_web.tga
@@ -66,16 +66,16 @@
image/*
</default_type>
<tooltip name="image_tooltip">
There is an image at this location
Hay un imagen en esta ubicación
</tooltip>
<playtip name="image_playtip">
View this location&apos;s image
Ver la imagen de esta ubicación
</playtip>
<allow_resize>
false
falso
</allow_resize>
<allow_looping>
false
falso
</allow_looping>
</widgetset>
<widgetset name="audio">
@@ -89,24 +89,24 @@
audio/*
</default_type>
<tooltip name="audio_tooltip">
There is audio at this location
Hay audio en esta ubicación
</tooltip>
<playtip name="audio_playtip">
Play this location&apos;s audio
Reproducir el audio de esta ubicación
</playtip>
<allow_resize>
false
falso
</allow_resize>
<allow_looping>
true
verdadero
</allow_looping>
</widgetset>
<scheme name="rtsp">
<label name="rtsp_label">
Real Time Streaming
Streaming en tiempo real
</label>
<widgettype>
movie
película
</widgettype>
<impl>
media_plugin_gstreamer
@@ -114,10 +114,10 @@
</scheme>
<mimetype name="blank">
<label name="blank_label">
- None -
- Ninguna -
</label>
<widgettype>
none
ninguna
</widgettype>
<impl>
media_plugin_webkit
@@ -125,10 +125,10 @@
</mimetype>
<mimetype name="none/none">
<label name="none/none_label">
- None -
- Ninguna -
</label>
<widgettype>
none
ninguna
</widgettype>
<impl>
media_plugin_webkit
@@ -150,7 +150,7 @@
Video
</label>
<widgettype>
movie
película
</widgettype>
<impl>
media_plugin_gstreamer
@@ -158,10 +158,10 @@
</mimetype>
<mimetype name="image/*">
<label name="image2_label">
Image
Imagen
</label>
<widgettype>
image
imagen
</widgettype>
<impl>
media_plugin_webkit
@@ -169,7 +169,7 @@
</mimetype>
<mimetype menu="1" name="video/vnd.secondlife.qt.legacy">
<label name="vnd.secondlife.qt.legacy_label">
Movie (QuickTime)
Pelicula (QuickTime)
</label>
<widgettype>
movie
@@ -202,10 +202,10 @@
</mimetype>
<mimetype name="application/pdf">
<label name="application/pdf_label">
PDF Document
Documento PDF
</label>
<widgettype>
image
imagen
</widgettype>
<impl>
media_plugin_webkit
@@ -213,10 +213,10 @@
</mimetype>
<mimetype name="application/postscript">
<label name="application/postscript_label">
Postscript Document
Documento Postscript
</label>
<widgettype>
image
imagen
</widgettype>
<impl>
media_plugin_webkit
@@ -227,7 +227,7 @@
Rich Text (RTF)
</label>
<widgettype>
image
imagen
</widgettype>
<impl>
media_plugin_webkit
@@ -238,7 +238,7 @@
Synchronized Multimedia Integration Language (SMIL)
</label>
<widgettype>
movie
película
</widgettype>
<impl>
media_plugin_webkit
@@ -246,7 +246,7 @@
</mimetype>
<mimetype name="application/xhtml+xml">
<label name="application/xhtml+xml_label">
Web Page (XHTML)
Página Web (XHTML)
</label>
<widgettype>
web
@@ -260,7 +260,7 @@
Macromedia Director
</label>
<widgettype>
image
imagen
</widgettype>
<impl>
media_plugin_webkit
@@ -312,10 +312,10 @@
</mimetype>
<mimetype menu="1" name="image/bmp">
<label name="image/bmp_label">
Image (BMP)
Imagen (BMP)
</label>
<widgettype>
image
imagen
</widgettype>
<impl>
media_plugin_webkit
@@ -323,10 +323,10 @@
</mimetype>
<mimetype menu="1" name="image/gif">
<label name="image/gif_label">
Image (GIF)
Imagen (GIF)
</label>
<widgettype>
image
imagen
</widgettype>
<impl>
media_plugin_webkit
@@ -334,10 +334,10 @@
</mimetype>
<mimetype menu="1" name="image/jpeg">
<label name="image/jpeg_label">
Image (JPEG)
Imagen (JPEG)
</label>
<widgettype>
image
imagen
</widgettype>
<impl>
media_plugin_webkit
@@ -345,10 +345,10 @@
</mimetype>
<mimetype menu="1" name="image/png">
<label name="image/png_label">
Image (PNG)
Imagen (PNG)
</label>
<widgettype>
image
imagen
</widgettype>
<impl>
media_plugin_webkit
@@ -356,10 +356,10 @@
</mimetype>
<mimetype name="image/svg+xml">
<label name="image/svg+xml_label">
Image (SVG)
Imagen (SVG)
</label>
<widgettype>
image
imagen
</widgettype>
<impl>
media_plugin_webkit
@@ -367,10 +367,10 @@
</mimetype>
<mimetype menu="1" name="image/tiff">
<label name="image/tiff_label">
Image (TIFF)
Imagen (TIFF)
</label>
<widgettype>
image
imagen
</widgettype>
<impl>
media_plugin_webkit
@@ -378,7 +378,7 @@
</mimetype>
<mimetype menu="1" name="text/html">
<label name="text/html_label">
Web Page
Página Web
</label>
<widgettype>
web
@@ -389,10 +389,10 @@
</mimetype>
<mimetype menu="1" name="text/plain">
<label name="text/plain_label">
Text
Texto
</label>
<widgettype>
text
texto
</widgettype>
<impl>
media_plugin_webkit
@@ -403,7 +403,7 @@
XML
</label>
<widgettype>
text
texto
</widgettype>
<impl>
media_plugin_webkit
@@ -411,10 +411,10 @@
</mimetype>
<mimetype menu="1" name="video/mpeg">
<label name="video/mpeg_label">
Movie (MPEG)
Película (MPEG)
</label>
<widgettype>
movie
película
</widgettype>
<impl>
media_plugin_gstreamer
@@ -422,10 +422,10 @@
</mimetype>
<mimetype name="video/mp4">
<label name="video/mp4_label">
Movie (MP4)
Película (MP4)
</label>
<widgettype>
movie
película
</widgettype>
<impl>
media_plugin_gstreamer
@@ -433,10 +433,10 @@
</mimetype>
<mimetype menu="1" name="video/quicktime">
<label name="video/quicktime_label">
Movie (QuickTime)
Película (QuickTime)
</label>
<widgettype>
movie
película
</widgettype>
<impl>
media_plugin_gstreamer
@@ -444,10 +444,10 @@
</mimetype>
<mimetype name="video/x-ms-asf">
<label name="video/x-ms-asf_label">
Movie (Windows Media ASF)
Película (Windows Media ASF)
</label>
<widgettype>
movie
película
</widgettype>
<impl>
media_plugin_gstreamer
@@ -455,10 +455,10 @@
</mimetype>
<mimetype name="video/x-ms-wmv">
<label name="video/x-ms-wmv_label">
Movie (Windows Media WMV)
Película (Windows Media WMV)
</label>
<widgettype>
movie
película
</widgettype>
<impl>
media_plugin_gstreamer
@@ -466,10 +466,10 @@
</mimetype>
<mimetype menu="1" name="video/x-msvideo">
<label name="video/x-msvideo_label">
Movie (AVI)
Película (AVI)
</label>
<widgettype>
movie
película
</widgettype>
<impl>
media_plugin_gstreamer

View File

@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<mimetypes name="default">
<defaultlabel>
(Unknown)
(Desconocido)
</defaultlabel>
<defaultwidget>
none
ninguno
</defaultwidget>
<defaultimpl>
media_plugin_webkit
</defaultimpl>
<widgetset name="web">
<label name="web_label">
Web Content
Contenido Web
</label>
<icon>
icn_media_web.tga
@@ -20,21 +20,21 @@
text/html
</default_type>
<tooltip name="web_tooltip">
This location has Web content
Esta ubicación tiene contenido Web
</tooltip>
<playtip name="web_playtip">
Show Web content
Mostrar contenido Show
</playtip>
<allow_resize>
true
verdadero
</allow_resize>
<allow_looping>
false
falso
</allow_looping>
</widgetset>
<widgetset name="movie">
<label name="movie_label">
Movie
Película
</label>
<default_type>
video/*
@@ -43,21 +43,21 @@
icn_media_movie.tga
</icon>
<tooltip name="movie_tooltip">
There is a movie to play here
Aquí hay una película para reproducir
</tooltip>
<playtip name="movie_playtip">
Play movie
Reproducir película
</playtip>
<allow_resize>
false
falso
</allow_resize>
<allow_looping>
true
verdadero
</allow_looping>
</widgetset>
<widgetset name="image">
<label name="image_label">
Image
Imagen
</label>
<icon>
icn_media_web.tga
@@ -66,16 +66,16 @@
image/*
</default_type>
<tooltip name="image_tooltip">
There is an image at this location
Aquí hay una imagen
</tooltip>
<playtip name="image_playtip">
View this location&apos;s image
Ver la imagen de esta ubicación
</playtip>
<allow_resize>
false
falso
</allow_resize>
<allow_looping>
false
falso
</allow_looping>
</widgetset>
<widgetset name="audio">
@@ -89,24 +89,24 @@
audio/*
</default_type>
<tooltip name="audio_tooltip">
There is audio at this location
Aquí hay audio
</tooltip>
<playtip name="audio_playtip">
Play this location&apos;s audio
Reproducir el audio de esta ubicación
</playtip>
<allow_resize>
false
falso
</allow_resize>
<allow_looping>
true
verdadero
</allow_looping>
</widgetset>
<scheme name="rtsp">
<label name="rtsp_label">
Real Time Streaming
Streaming en tiempo real
</label>
<widgettype>
movie
película
</widgettype>
<impl>
media_plugin_quicktime
@@ -114,10 +114,10 @@
</scheme>
<mimetype name="blank">
<label name="blank_label">
- None -
- Ninguno -
</label>
<widgettype>
none
ninguno
</widgettype>
<impl>
media_plugin_quicktime
@@ -125,10 +125,10 @@
</mimetype>
<mimetype name="none/none">
<label name="none/none_label">
- None -
- Ninguno -
</label>
<widgettype>
none
ninguno
</widgettype>
<impl>
media_plugin_webkit
@@ -150,7 +150,7 @@
Video
</label>
<widgettype>
movie
película
</widgettype>
<impl>
media_plugin_quicktime
@@ -158,10 +158,10 @@
</mimetype>
<mimetype name="image/*">
<label name="image2_label">
Image
Imagen
</label>
<widgettype>
image
imagen
</widgettype>
<impl>
media_plugin_webkit
@@ -169,10 +169,10 @@
</mimetype>
<mimetype menu="1" name="video/vnd.secondlife.qt.legacy">
<label name="vnd.secondlife.qt.legacy_label">
Movie (QuickTime)
Película (QuickTime)
</label>
<widgettype>
movie
película
</widgettype>
<impl>
media_plugin_quicktime
@@ -202,10 +202,10 @@
</mimetype>
<mimetype name="application/pdf">
<label name="application/pdf_label">
PDF Document
Documento PDF
</label>
<widgettype>
image
imagen
</widgettype>
<impl>
media_plugin_webkit
@@ -213,10 +213,10 @@
</mimetype>
<mimetype name="application/postscript">
<label name="application/postscript_label">
Postscript Document
Documento Postscript
</label>
<widgettype>
image
imagen
</widgettype>
<impl>
media_plugin_webkit
@@ -227,7 +227,7 @@
Rich Text (RTF)
</label>
<widgettype>
image
imagen
</widgettype>
<impl>
media_plugin_webkit
@@ -238,7 +238,7 @@
Synchronized Multimedia Integration Language (SMIL)
</label>
<widgettype>
movie
película
</widgettype>
<impl>
media_plugin_webkit
@@ -246,7 +246,7 @@
</mimetype>
<mimetype name="application/xhtml+xml">
<label name="application/xhtml+xml_label">
Web Page (XHTML)
Página Web (XHTML)
</label>
<widgettype>
web
@@ -260,7 +260,7 @@
Macromedia Director
</label>
<widgettype>
image
imagen
</widgettype>
<impl>
media_plugin_webkit
@@ -312,7 +312,7 @@
</mimetype>
<mimetype menu="1" name="image/bmp">
<label name="image/bmp_label">
Image (BMP)
Imagen (BMP)
</label>
<widgettype>
image
@@ -323,10 +323,10 @@
</mimetype>
<mimetype menu="1" name="image/gif">
<label name="image/gif_label">
Image (GIF)
Imagen (GIF)
</label>
<widgettype>
image
imagen
</widgettype>
<impl>
media_plugin_webkit
@@ -334,10 +334,10 @@
</mimetype>
<mimetype menu="1" name="image/jpeg">
<label name="image/jpeg_label">
Image (JPEG)
Imagen (JPEG)
</label>
<widgettype>
image
imagen
</widgettype>
<impl>
media_plugin_webkit
@@ -345,10 +345,10 @@
</mimetype>
<mimetype menu="1" name="image/png">
<label name="image/png_label">
Image (PNG)
Imagen (PNG)
</label>
<widgettype>
image
imagen
</widgettype>
<impl>
media_plugin_webkit
@@ -356,10 +356,10 @@
</mimetype>
<mimetype name="image/svg+xml">
<label name="image/svg+xml_label">
Image (SVG)
Imagen (SVG)
</label>
<widgettype>
image
imagen
</widgettype>
<impl>
media_plugin_webkit
@@ -367,10 +367,10 @@
</mimetype>
<mimetype menu="1" name="image/tiff">
<label name="image/tiff_label">
Image (TIFF)
Imagen (TIFF)
</label>
<widgettype>
image
imagen
</widgettype>
<impl>
media_plugin_webkit
@@ -378,7 +378,7 @@
</mimetype>
<mimetype menu="1" name="text/html">
<label name="text/html_label">
Web Page
Página Web
</label>
<widgettype>
web
@@ -389,10 +389,10 @@
</mimetype>
<mimetype menu="1" name="text/plain">
<label name="text/plain_label">
Text
Texto
</label>
<widgettype>
text
texto
</widgettype>
<impl>
media_plugin_webkit
@@ -403,7 +403,7 @@
XML
</label>
<widgettype>
text
texto
</widgettype>
<impl>
media_plugin_webkit
@@ -411,10 +411,10 @@
</mimetype>
<mimetype menu="1" name="video/mpeg">
<label name="video/mpeg_label">
Movie (MPEG)
Película (MPEG)
</label>
<widgettype>
movie
película
</widgettype>
<impl>
media_plugin_quicktime
@@ -422,10 +422,10 @@
</mimetype>
<mimetype name="video/mp4">
<label name="video/mp4_label">
Movie (MP4)
Película (MP4)
</label>
<widgettype>
movie
película
</widgettype>
<impl>
media_plugin_quicktime
@@ -433,10 +433,10 @@
</mimetype>
<mimetype menu="1" name="video/quicktime">
<label name="video/quicktime_label">
Movie (QuickTime)
Película (QuickTime)
</label>
<widgettype>
movie
película
</widgettype>
<impl>
media_plugin_quicktime
@@ -444,10 +444,10 @@
</mimetype>
<mimetype name="video/x-ms-asf">
<label name="video/x-ms-asf_label">
Movie (Windows Media ASF)
Película (Windows Media ASF)
</label>
<widgettype>
movie
película
</widgettype>
<impl>
media_plugin_quicktime
@@ -455,10 +455,10 @@
</mimetype>
<mimetype name="video/x-ms-wmv">
<label name="video/x-ms-wmv_label">
Movie (Windows Media WMV)
Película (Windows Media WMV)
</label>
<widgettype>
movie
película
</widgettype>
<impl>
media_plugin_quicktime
@@ -466,10 +466,10 @@
</mimetype>
<mimetype menu="1" name="video/x-msvideo">
<label name="video/x-msvideo_label">
Movie (AVI)
Película (AVI)
</label>
<widgettype>
movie
película
</widgettype>
<impl>
media_plugin_quicktime

View File

@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<mimetypes name="default">
<defaultlabel>
(Unknown)
(Desconocido)
</defaultlabel>
<defaultwidget>
none
ninguno
</defaultwidget>
<defaultimpl>
media_plugin_webkit
</defaultimpl>
<widgetset name="web">
<label name="web_label">
Web Content
Contenido Web
</label>
<icon>
icn_media_web.tga
@@ -20,21 +20,21 @@
text/html
</default_type>
<tooltip name="web_tooltip">
This location has Web content
Esta ubicación tiene contenido Web
</tooltip>
<playtip name="web_playtip">
Show Web content
Mostrar el contenido Web
</playtip>
<allow_resize>
true
verdadero
</allow_resize>
<allow_looping>
false
falso
</allow_looping>
</widgetset>
<widgetset name="movie">
<label name="movie_label">
Movie
Película
</label>
<default_type>
video/*
@@ -46,18 +46,18 @@
There is a movie to play here
</tooltip>
<playtip name="movie_playtip">
Play movie
Play película
</playtip>
<allow_resize>
false
falso
</allow_resize>
<allow_looping>
true
verdadero
</allow_looping>
</widgetset>
<widgetset name="image">
<label name="image_label">
Image
Imagen
</label>
<icon>
icn_media_web.tga
@@ -66,16 +66,16 @@
image/*
</default_type>
<tooltip name="image_tooltip">
There is an image at this location
Hay una imagen en esta ubicación
</tooltip>
<playtip name="image_playtip">
View this location&apos;s image
Ver la imagen de esta ubicación
</playtip>
<allow_resize>
false
falso
</allow_resize>
<allow_looping>
false
falso
</allow_looping>
</widgetset>
<widgetset name="audio">
@@ -89,16 +89,16 @@
audio/*
</default_type>
<tooltip name="audio_tooltip">
There is audio at this location
Hay audio en esta ubicación
</tooltip>
<playtip name="audio_playtip">
Play this location&apos;s audio
Reproducir el audio de esta ubicación
</playtip>
<allow_resize>
false
falso
</allow_resize>
<allow_looping>
true
verdadero
</allow_looping>
</widgetset>
<scheme name="rtsp">
@@ -106,7 +106,7 @@
Real Time Streaming
</label>
<widgettype>
movie
película
</widgettype>
<impl>
media_plugin_quicktime
@@ -114,10 +114,10 @@
</scheme>
<mimetype name="blank">
<label name="blank_label">
- None -
- Ninguno -
</label>
<widgettype>
none
ninguno
</widgettype>
<impl>
media_plugin_webkit
@@ -125,10 +125,10 @@
</mimetype>
<mimetype name="none/none">
<label name="none/none_label">
- None -
- Ninguno -
</label>
<widgettype>
none
ninguno
</widgettype>
<impl>
media_plugin_webkit
@@ -150,7 +150,7 @@
Video
</label>
<widgettype>
movie
película
</widgettype>
<impl>
media_plugin_quicktime
@@ -158,7 +158,7 @@
</mimetype>
<mimetype name="image/*">
<label name="image2_label">
Image
Imagen
</label>
<widgettype>
image
@@ -169,10 +169,10 @@
</mimetype>
<mimetype menu="1" name="video/vnd.secondlife.qt.legacy">
<label name="vnd.secondlife.qt.legacy_label">
Movie (QuickTime)
Película (QuickTime)
</label>
<widgettype>
movie
película
</widgettype>
<impl>
media_plugin_quicktime
@@ -202,10 +202,10 @@
</mimetype>
<mimetype name="application/pdf">
<label name="application/pdf_label">
PDF Document
Documento PDF
</label>
<widgettype>
image
imagen
</widgettype>
<impl>
media_plugin_webkit
@@ -213,10 +213,10 @@
</mimetype>
<mimetype name="application/postscript">
<label name="application/postscript_label">
Postscript Document
Documento Postscript
</label>
<widgettype>
image
imagen
</widgettype>
<impl>
media_plugin_webkit
@@ -227,7 +227,7 @@
Rich Text (RTF)
</label>
<widgettype>
image
imagen
</widgettype>
<impl>
media_plugin_webkit
@@ -238,7 +238,7 @@
Synchronized Multimedia Integration Language (SMIL)
</label>
<widgettype>
movie
película
</widgettype>
<impl>
media_plugin_webkit
@@ -246,7 +246,7 @@
</mimetype>
<mimetype name="application/xhtml+xml">
<label name="application/xhtml+xml_label">
Web Page (XHTML)
Página Web (XHTML)
</label>
<widgettype>
web
@@ -260,7 +260,7 @@
Macromedia Director
</label>
<widgettype>
image
imagen
</widgettype>
<impl>
media_plugin_webkit
@@ -312,10 +312,10 @@
</mimetype>
<mimetype menu="1" name="image/bmp">
<label name="image/bmp_label">
Image (BMP)
Imagen (BMP)
</label>
<widgettype>
image
imagen
</widgettype>
<impl>
media_plugin_webkit
@@ -323,10 +323,10 @@
</mimetype>
<mimetype menu="1" name="image/gif">
<label name="image/gif_label">
Image (GIF)
Imagen (GIF)
</label>
<widgettype>
image
imagen
</widgettype>
<impl>
media_plugin_webkit
@@ -334,10 +334,10 @@
</mimetype>
<mimetype menu="1" name="image/jpeg">
<label name="image/jpeg_label">
Image (JPEG)
Imagen (JPEG)
</label>
<widgettype>
image
imagen
</widgettype>
<impl>
media_plugin_webkit
@@ -345,10 +345,10 @@
</mimetype>
<mimetype menu="1" name="image/png">
<label name="image/png_label">
Image (PNG)
Imagen (PNG)
</label>
<widgettype>
image
imagen
</widgettype>
<impl>
media_plugin_webkit
@@ -356,10 +356,10 @@
</mimetype>
<mimetype name="image/svg+xml">
<label name="image/svg+xml_label">
Image (SVG)
Imagen (SVG)
</label>
<widgettype>
image
imagen
</widgettype>
<impl>
media_plugin_webkit
@@ -367,10 +367,10 @@
</mimetype>
<mimetype menu="1" name="image/tiff">
<label name="image/tiff_label">
Image (TIFF)
Imagen (TIFF)
</label>
<widgettype>
image
imagen
</widgettype>
<impl>
media_plugin_webkit
@@ -378,7 +378,7 @@
</mimetype>
<mimetype menu="1" name="text/html">
<label name="text/html_label">
Web Page
Página Web
</label>
<widgettype>
web
@@ -389,10 +389,10 @@
</mimetype>
<mimetype menu="1" name="text/plain">
<label name="text/plain_label">
Text
Texto
</label>
<widgettype>
text
texto
</widgettype>
<impl>
media_plugin_webkit
@@ -403,7 +403,7 @@
XML
</label>
<widgettype>
text
texto
</widgettype>
<impl>
media_plugin_webkit
@@ -411,10 +411,10 @@
</mimetype>
<mimetype menu="1" name="video/mpeg">
<label name="video/mpeg_label">
Movie (MPEG)
Película (MPEG)
</label>
<widgettype>
movie
película
</widgettype>
<impl>
media_plugin_quicktime
@@ -422,10 +422,10 @@
</mimetype>
<mimetype name="video/mp4">
<label name="video/mp4_label">
Movie (MP4)
Película (MP4)
</label>
<widgettype>
movie
película
</widgettype>
<impl>
media_plugin_quicktime
@@ -433,10 +433,10 @@
</mimetype>
<mimetype menu="1" name="video/quicktime">
<label name="video/quicktime_label">
Movie (QuickTime)
Película (QuickTime)
</label>
<widgettype>
movie
película
</widgettype>
<impl>
media_plugin_quicktime
@@ -444,10 +444,10 @@
</mimetype>
<mimetype name="video/x-ms-asf">
<label name="video/x-ms-asf_label">
Movie (Windows Media ASF)
Película (Windows Media ASF)
</label>
<widgettype>
movie
película
</widgettype>
<impl>
media_plugin_quicktime
@@ -455,10 +455,10 @@
</mimetype>
<mimetype name="video/x-ms-wmv">
<label name="video/x-ms-wmv_label">
Movie (Windows Media WMV)
Película (Windows Media WMV)
</label>
<widgettype>
movie
película
</widgettype>
<impl>
media_plugin_quicktime
@@ -466,10 +466,10 @@
</mimetype>
<mimetype menu="1" name="video/x-msvideo">
<label name="video/x-msvideo_label">
Movie (AVI)
Película (AVI)
</label>
<widgettype>
movie
película
</widgettype>
<impl>
media_plugin_quicktime

File diff suppressed because it is too large Load Diff

View File

@@ -7,7 +7,7 @@
Dispostitivo de Entrada (micrófono):
</text>
<text name="Output device (speakers):">
Dospositiv o de Salida (parlantes):
Dispositivo de Salida (parlantes):
</text>
<text name="Input level:">
Nivel de Entrada

View File

@@ -1,31 +1,31 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="Classified" title="Clasificados">
<line_editor name="given_name_editor" tool_tip="El nombre debe comenzar con una letra o número, sin signos de puntación" />
<line_editor name="location_editor" tool_tip="Fija la ubicación para este clasificado en tu actual posición."/>
<button label="Fijar" name="set_location_btn"/>
<button label="Teleportar" name="classified_teleport_btn"/>
<button label="Mostrar en el Mapa" name="classified_map_btn"/>
<button label="Perfil" name="classified_profile_btn"/>
<combo_box name="classified_mature_check">
<combo_item name="select_mature" value="Select">
- Seleccionar Calificación -
</combo_item>
<combo_item name="mature" value="Mature">
Contenido Mature
</combo_item>
<combo_item name="pg" value="PG">
Contenido PG
</combo_item>
</combo_box>
<combo_box label="" name="classified_category_combo"/>
<button label="Actualizar" name="classified_update_btn"/>
<string name="ad_placed_paid">
Aviso Colocado: [DATE], Pagado [CURRENCY][AMT] Por listado.
</string>
<string name="update_txt">
Actualziar
</string>
<string name="publish_txt">
Publicado...
</string>
<line_editor name="given_name_editor" tool_tip="El nombre debe comenzar con una letra o número, sin signos de puntación" />
<line_editor name="location_editor" tool_tip="Fija la ubicación para este clasificado en tu actual posición."/>
<button label="Fijar" name="set_location_btn"/>
<button label="Teleportar" name="classified_teleport_btn"/>
<button label="Mostrar en el Mapa" name="classified_map_btn"/>
<button label="Perfil" name="classified_profile_btn"/>
<combo_box name="classified_mature_check">
<combo_item name="select_mature" value="Select">
- Seleccionar Calificación -
</combo_item>
<combo_item name="mature" value="Mature">
Contenido Mature
</combo_item>
<combo_item name="pg" value="PG">
Contenido PG
</combo_item>
</combo_box>
<combo_box label="" name="classified_category_combo"/>
<button label="Actualizar" name="classified_update_btn"/>
<string name="ad_placed_paid">
Aviso Colocado: [DATE], Pagado [CURRENCY][AMT] Por listado.
</string>
<string name="update_txt">
Actualziar
</string>
<string name="publish_txt">
Publicado...
</string>
</panel>

View File

@@ -1,70 +1,70 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="Event" title="Eventos">
<text name="event_name_label">
Nombre:
</text>
<text name="event_name">
(ninguno)
</text>
<text name="event_category_label">
Tipo:
</text>
<text name="event_category">
(ninguno)
</text>
<text name="event_mature_label">
Contenido Mature:
</text>
<text name="event_mature_yes">
Si
</text>
<text name="event_mature_no">
No
</text>
<text name="event_date_label">
Fecha:
</text>
<text name="event_date">
(ninguna)
</text>
<text name="event_duration_label">
Duración del Evento:
</text>
<text name="event_duration">
(ninguna)
</text>
<text name="event_runby_label">
Auspiciado por:
</text>
<text name="event_runby">
(nadie)
</text>
<text name="event_location_label">
Ubicación:
</text>
<text name="event_location">
(ninguna)
</text>
<text name="event_cover_label">
Cuota de participación:
</text>
<text name="event_cover">
(ninguna)
</text>
<text name="event_desc_label">
Descripción:
</text>
<button label="Teleportar" name="teleport_btn"/>
<button label="Mostrar en el Mapa" name="map_btn"/>
<button label="Notificar" name="notify_btn"/>
<button label="Crear Evento..." name="create_event_btn"/>
<string name="none">
ninguna
</string>
<string name="notify">
Notificar
</string>
<string name="dont_notify">
No notificar
</string>
<text name="event_name_label">
Nombre:
</text>
<text name="event_name">
(ninguno)
</text>
<text name="event_category_label">
Tipo:
</text>
<text name="event_category">
(ninguno)
</text>
<text name="event_mature_label">
Contenido Mature:
</text>
<text name="event_mature_yes">
Si
</text>
<text name="event_mature_no">
No
</text>
<text name="event_date_label">
Fecha:
</text>
<text name="event_date">
(ninguna)
</text>
<text name="event_duration_label">
Duración del Evento:
</text>
<text name="event_duration">
(ninguna)
</text>
<text name="event_runby_label">
Auspiciado por:
</text>
<text name="event_runby">
(nadie)
</text>
<text name="event_location_label">
Ubicación:
</text>
<text name="event_location">
(ninguna)
</text>
<text name="event_cover_label">
Cuota de participación:
</text>
<text name="event_cover">
(ninguna)
</text>
<text name="event_desc_label">
Descripción:
</text>
<button label="Teleportar" name="teleport_btn"/>
<button label="Mostrar en el Mapa" name="map_btn"/>
<button label="Notificar" name="notify_btn"/>
<button label="Crear Evento..." name="create_event_btn"/>
<string name="none">
ninguna
</string>
<string name="notify">
Notificar
</string>
<string name="dont_notify">
No notificar
</string>
</panel>

View File

@@ -1,37 +1,37 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="friends">
<string name="Multiple">
Varios Amigos...
</string>
<scroll_list name="friend_list" tool_tip="Para seleccionar a varios amigos, manten pulsado Ctrl o Mays. mientras les vas pulsando">
<column tool_tip="Estado En Línea"/>
<column label="Nombre" name="friend_name" tool_tip="Nombre"/>
<column name="icon_visible_online" tool_tip="Tu amigo puede ver cuándo estás conectado"/>
<column name="icon_visible_map" tool_tip="Tu amigo puede localizarte en el mapa"/>
<column name="icon_edit_mine" tool_tip="Tu amigo puede editar, borrar o tomar tus objetos"/>
<column name="icon_visible_online_theirs" tool_tip="Puedes ver cuando tus amigos están conectados (Actualizable al inicio de sesión)"/>
<column name="icon_visible_map_theirs" tool_tip="Puedes localizarlos en el mapa"/>
<column name="icon_edit_theirs" tool_tip="Puedes editar los objetos de este amigo"/>
<column name="friend_last_update_generation"/>
</scroll_list>
<search_editor name="buddy_search_lineedit" label="Buscar Contactos" tool_tip="Nombre del amigo que estás buscando"/>
<button label="0" name="expand_collapse_btn" tool_tip="Ampliar/Contraer información extra"/>
<button label="MI/Llamada" name="im_btn" tool_tip="Abrir sesión de Mensajes Instantáneos"/>
<button label="Perfil" name="profile_btn" tool_tip="Mostrar foto, grupos e información adicional"/>
<button label="Teleportar..." name="offer_teleport_btn" tool_tip="Ofrecer Teleporte a tu ubicación a este amigo" />
<button label="Pagar..." name="pay_btn" tool_tip="Dar dinero ([CURRENCY]) a este amigo"/>
<button label="Quitar..." name="remove_btn" tool_tip="Quitar a este residente de tu lista de amigos"/>
<button label="Agregar..." name="add_btn" tool_tip="Ofrecer amistad a este residente"/>
<text name="friends">
En Línea:
</text>
<text name="f_num">
0000
</text>
<text name="sel">
Seleccionados:
</text>
<text name="s_num">
0000
</text>
<string name="Multiple">
Varios Amigos...
</string>
<scroll_list name="friend_list" tool_tip="Para seleccionar a varios amigos, manten pulsado Ctrl o Mays. mientras les vas pulsando">
<column tool_tip="Estado En Línea"/>
<column label="Nombre" name="friend_name" tool_tip="Nombre"/>
<column name="icon_visible_online" tool_tip="Tu amigo puede ver cuándo estás conectado"/>
<column name="icon_visible_map" tool_tip="Tu amigo puede localizarte en el mapa"/>
<column name="icon_edit_mine" tool_tip="Tu amigo puede editar, borrar o tomar tus objetos"/>
<column name="icon_visible_online_theirs" tool_tip="Puedes ver cuando tus amigos están conectados (Actualizable al inicio de sesión)"/>
<column name="icon_visible_map_theirs" tool_tip="Puedes localizarlos en el mapa"/>
<column name="icon_edit_theirs" tool_tip="Puedes editar los objetos de este amigo"/>
<column name="friend_last_update_generation"/>
</scroll_list>
<search_editor name="buddy_search_lineedit" label="Buscar Contactos" tool_tip="Nombre del amigo que estás buscando"/>
<button label="0" name="expand_collapse_btn" tool_tip="Ampliar/Contraer información extra"/>
<button label="MI/Llamada" name="im_btn" tool_tip="Abrir sesión de Mensajes Instantáneos"/>
<button label="Perfil" name="profile_btn" tool_tip="Mostrar foto, grupos e información adicional"/>
<button label="Teleportar..." name="offer_teleport_btn" tool_tip="Ofrecer Teleporte a tu ubicación a este amigo" />
<button label="Pagar..." name="pay_btn" tool_tip="Dar dinero ([CURRENCY]) a este amigo"/>
<button label="Quitar..." name="remove_btn" tool_tip="Quitar a este residente de tu lista de amigos"/>
<button label="Agregar..." name="add_btn" tool_tip="Ofrecer amistad a este residente"/>
<text name="friends">
Conectado:
</text>
<text name="f_num">
0000
</text>
<text name="sel">
Seleccionados:
</text>
<text name="s_num">
0000
</text>
</panel>

View File

@@ -1,20 +1,20 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="GroupInfo" title="Información del Grupo">
<string name="default_needs_apply_text">
Hay cambios sin aplicar en esta pestaña.
</string>
<string name="want_apply_text">
¿Deseas aplicar estos cambios?
</string>
<tab_container name="group_tab_container">
<panel name="general_tab" />
<panel name="roles_tab" />
<panel name="notices_tab" />
<panel name="voting_tab" />
<panel name="land_money_tab" />
</tab_container>
<button label="Aplicar" label_selected="Aplicar" name="btn_apply"/>
<button label="Cancelar" label_selected="Cancelar" name="btn_cancel"/>
<button label="OK" label_selected="OK" name="btn_ok"/>
<button label="Actualizar" label_selected="Actualizar" name="btn_refresh"/>
<string name="default_needs_apply_text">
Hay cambios sin aplicar en esta pestaña.
</string>
<string name="want_apply_text">
¿Deseas aplicar estos cambios?
</string>
<tab_container name="group_tab_container">
<panel name="general_tab" />
<panel name="roles_tab" />
<panel name="notices_tab" />
<panel name="voting_tab" />
<panel name="land_money_tab" />
</tab_container>
<button label="Aplicar" label_selected="Aplicar" name="btn_apply"/>
<button label="Cancelar" label_selected="Cancelar" name="btn_cancel"/>
<button label="OK" label_selected="OK" name="btn_ok"/>
<button label="Actualizar" label_selected="Actualizar" name="btn_refresh"/>
</panel>

View File

@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="GroupInfoFinder" title="Buscar Infor de Grupo">
<text name="default_needs_apply_text">
Hay cambios sin aplicar en esta pestaña.
</text>
<text name="want_apply_text">
¿Deseas aplicar estos cambios?
</text>
<tab_container name="group_tab_container">
<panel name="general_tab" />
<panel name="roles_tab" />
<panel name="notices_tab" />
<panel name="voting_tab" />
<panel name="land_money_tab" />
</tab_container>
<text name="default_needs_apply_text">
Hay cambios sin aplicar en esta pestaña.
</text>
<text name="want_apply_text">
¿Deseas aplicar estos cambios?
</text>
<tab_container name="group_tab_container">
<panel name="general_tab" />
<panel name="roles_tab" />
<panel name="notices_tab" />
<panel name="voting_tab" />
<panel name="land_money_tab" />
</tab_container>
</panel>

View File

@@ -1,86 +1,86 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="General" name="general_tab">
<string name="help_text">
La pestaña General contiene información global de este grupo,
<string name="help_text">
La pestaña General contiene información global de este grupo,
la lista de propietarios y miembros visibles,
las preferencias generales del grupo, y las opciones de los miembros.
Coloca el cursor sobre las opciones para más información.
</string>
<string name="group_info_unchanged">
La información general del grupo ha cambiado.
</string>
<button label="?" label_selected="?" name="help_button"/>
<line_editor label="Escribe aquí el nombre de tu nuevo grupo" name="group_name_editor"/>
<text name="group_name">
Escribe aquí el nombre de tu nuevo grupo
</text>
<text name="prepend_founded_by">
Creado por
</text>
<text name="founder_name">
(esperando)
</text>
<text name="group_key_text">
Key del Grupo:
</text>
<name_editor name="group_key"/>
<text name="group_charter_label">
Carta del Grupo
</text>
<texture_picker label="Emblema del Grupo" name="insignia" tool_tip="Pulsa aquí para elegir una imagen"/>
<text_editor name="charter">
Carta del Grupo
</text_editor>
<button label="Entrar ([CURRENCY]0)" label_selected="Entrar ([CURRENCY]0)" name="join_button"/>
<button label="Ver en Detalle" label_selected="Ver en Detalle" name="info_button"/>
<text name="text_owners_and_visible_members">
Propietarios y Miembros Visibles
</text>
<text name="text_owners_are_shown_in_bold">
(Los Propietarios aparecen en Negrita)
</text>
<name_list name="visible_members">
<column label="Nombre del Miembro" name="name"/>
<column label="Título" name="title"/>
<column label="Última Conexión" name="online"/>
</name_list>
<text name="text_group_preferences">
Preferencias del Grupo
</text>
<panel name="preferences_container">
<check_box label="Mostrar en la Búsqueda" name="show_in_group_list" tool_tip="Permitir que la gente vea este grupo en los resultados de la búsqueda" />
<check_box label="Inscripción Libre" name="open_enrollement" tool_tip="Definir si se admiten al grupo nuevos miembros sin que sea necesario invitarlos" />
<check_box label="Cuota de Inscripción: [CURRENCY]" name="check_enrollment_fee" tool_tip="Define si se requiere una cuota para entrar al grupo" />
<spinner name="spin_enrollment_fee" tool_tip="Cuando está marcado &apos;Cuota de inscripción&apos;, los miembros nuevos deben pagar esta cuota para entrar al grupo" />
<text name="content_rating">
Calificación de Contenido
</text>
<combo_box name="group_mature_check" tool_tip="Establece si la información de tu grupo es de Contenido Mature">
<combo_item name="select_mature" value="Select">
- Seleccionar Calificación -
</combo_item>
<combo_item name="mature">
Contenido Mature
</combo_item>
<combo_item name="pg">
Contenido PG
</combo_item>
</combo_box>
<check_box label="Recibir Avisos del Grupo" name="receive_notices" tool_tip="Define si quieres recibir avisos de este grupo. Desmarca esta opción si el grupo te envía spam."/>
<check_box label="Unirse al Chat del Grupo" name="receive_chat" tool_tip="Define si quieres participar del chat en el grupo. Desmarca esta opción si el grupo te envía spam"/>
<check_box label="Listar Grupo en mi Perfil" name="list_groups_in_profile" tool_tip="Define si quieres que este grupo sea listado en tu Perfil"/>
<text name="active_title_label">
Mi Título activo
</text>
<combo_box name="active_title" tool_tip="Define el título del grupo que mostrará tu avatar cuando el grupo esté activo"/>
</panel>
<string name="incomplete_member_data_str">
Recuperando datos de los miembros
</string>
<string name="confirm_group_create_str">
Crear este grupo cuesta [GROUPCREATEFEE].
</string>
<string name="group_info_unchanged">
La información general del grupo ha cambiado.
</string>
<button label="?" label_selected="?" name="help_button"/>
<line_editor label="Escribe aquí el nombre de tu nuevo grupo" name="group_name_editor"/>
<text name="group_name">
Escribe aquí el nombre de tu nuevo grupo
</text>
<text name="prepend_founded_by">
Creado por
</text>
<text name="founder_name">
(esperando)
</text>
<text name="group_key_text">
ID del Grupo:
</text>
<name_editor name="group_key"/>
<text name="group_charter_label">
Carta del Grupo
</text>
<texture_picker label="Emblema del Grupo" name="insignia" tool_tip="Pulsa aquí para elegir una imagen"/>
<text_editor name="charter">
Carta del Grupo
</text_editor>
<button label="Entrar ([CURRENCY]0)" label_selected="Entrar ([CURRENCY]0)" name="join_button"/>
<button label="Ver en Detalle" label_selected="Ver en Detalle" name="info_button"/>
<text name="text_owners_and_visible_members">
Propietarios y Miembros Visibles
</text>
<text name="text_owners_are_shown_in_bold">
(Los Propietarios aparecen en Negrita)
</text>
<name_list name="visible_members">
<column label="Nombre del Miembro" name="name"/>
<column label="Título" name="title"/>
<column label="Última Conexión" name="online"/>
</name_list>
<text name="text_group_preferences">
Preferencias del Grupo
</text>
<panel name="preferences_container">
<check_box label="Mostrar en la Búsqueda" name="show_in_group_list" tool_tip="Permitir que la gente vea este grupo en los resultados de la búsqueda" />
<check_box label="Inscripción Libre" name="open_enrollement" tool_tip="Definir si se admiten al grupo nuevos miembros sin que sea necesario invitarlos" />
<check_box label="Cuota de Inscripción: [CURRENCY]" name="check_enrollment_fee" tool_tip="Define si se requiere una cuota para entrar al grupo" />
<spinner name="spin_enrollment_fee" tool_tip="Cuando está marcado &apos;Cuota de inscripción&apos;, los miembros nuevos deben pagar esta cuota para entrar al grupo" />
<text name="content_rating">
Calificación de Contenido
</text>
<combo_box name="group_mature_check" tool_tip="Establece si la información de tu grupo es de Contenido Mature">
<combo_item name="select_mature" value="Select">
- Seleccionar Calificación -
</combo_item>
<combo_item name="mature">
Contenido Mature
</combo_item>
<combo_item name="pg">
Contenido PG
</combo_item>
</combo_box>
<check_box label="Recibir Avisos del Grupo" name="receive_notices" tool_tip="Define si quieres recibir avisos de este grupo. Desmarca esta opción si el grupo te envía spam."/>
<check_box label="Unirse al Chat del Grupo" name="receive_chat" tool_tip="Define si quieres participar del chat en el grupo. Desmarca esta opción si el grupo te envía spam"/>
<check_box label="Listar Grupo en mi Perfil" name="list_groups_in_profile" tool_tip="Define si quieres que este grupo sea listado en tu Perfil"/>
<text name="active_title_label">
Mi Título activo
</text>
<combo_box name="active_title" tool_tip="Define el título del grupo que mostrará tu avatar cuando el grupo esté activo"/>
</panel>
<string name="incomplete_member_data_str">
Recuperando datos de los miembros
</string>
<string name="confirm_group_create_str">
Crear este grupo cuesta [GROUPCREATEFEE].
¿Estás plena, absoluta, y TOTALMENTE seguro de que quieres gastarse [GROUPCREATEFEE] para crear este grupo?
Quedas avisado de que si, en un plazo de 48 horas, no entra nadie al grupo, éste será disuelto, y el nombre no se podrá usar en el futuro.
</string>
</string>
</panel>

View File

@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="Terreno y [CURRENCY]" name="land_money_tab" >
<string name="help_text">
Se listan las parcelas propiedad del grupo, detallando las contribuciones. Aparece una advertencia si el Terreno total en uso es menor que o igual a la Contribución total. Las pestañas &apos;Planificación&apos;, &apos;Detalles&apos; y &apos;Ventas&apos; aportan información sobre las finanzas del grupo
</string>
<button label="?" name="help_button"/>
<string name="cant_view_group_land_text">
No tienes permiso para ver qué terreno posee el grupo.
</string>
<string name="cant_view_group_accounting_text">
No tienes permiso para ver la información de la cuenta del grupo.
</string>
<string name="loading_txt">
Cargando...
</string>
<text name="group_land_heading">
Terreno propiedad del grupo
</text>
<string name="help_text">
Se listan las parcelas propiedad del grupo, detallando las contribuciones. Aparece una advertencia si el Terreno total en uso es menor que o igual a la Contribución total. Las pestañas &apos;Planificación&apos;, &apos;Detalles&apos; y &apos;Ventas&apos; aportan información sobre las finanzas del grupo
</string>
<button label="?" name="help_button"/>
<string name="cant_view_group_land_text">
No tienes permiso para ver qué terreno posee el grupo.
</string>
<string name="cant_view_group_accounting_text">
No tienes permiso para ver la información de la cuenta del grupo.
</string>
<string name="loading_txt">
Cargando...
</string>
<text name="group_land_heading">
Terreno propiedad del grupo
/text>
<scroll_list name="group_parcel_list">
<column label="Parcela" name="name"/>
<column label="Región" name="location"/>

Some files were not shown because too many files have changed in this diff Show More