This commit is contained in:
Lirusaito
2012-07-18 22:58:52 -04:00
25 changed files with 565 additions and 1450 deletions

View File

@@ -1,141 +1,59 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="Post-Process Floater" title="Configuración de Post Procesado"> <floater name="Post-Process Floater" title="Configuración de Post Procesado">
<tab_container name="Post-Process Tabs"> <tab_container name="Post-Process Tabs">
<panel label="Filtro de Color" name="ColorFilterPanel"> <panel label="Filtro de Color" name="ColorFilterPanel">
<check_box label="Activar" name="enable_color_filter"/> <check_box label="Activar" name="enable_color_filter"/>
<text name="ColorFilterGammaText"> <text name="ColorFilterGammaText">
Gama Gama
</text>
<slider label="" name="gamma" />
<text name="ColorFilterBrightnessText">
Brillo
</text>
<slider label="" name="brightness" />
<text name="ColorFilterSaturationText">
Saturación
</text>
<slider label="" name="saturation"/>
<text name="ColorFilterContrastText">
Contraste
</text>
<slider label="" name="contrast"/>
<text name="ColorFilterBaseText">
Color base del contraste
</text>
<slider label="R" name="contrast_base[0]"/>
<slider label="G" name="contrast_base[1]"/>
<slider label="B" name="contrast_base[2]"/>
<slider label="I" name="contrast_base[3]"/>
</panel>
<panel label="Desenfoque Gaussiano" name="GaussBlurPanel">
<check_box label="Activar" name="enable_gauss_blur"/>
<text name="GaussBlurPassesText">
Pasos a aplicar
</text>
<slider label="" name="gauss_blur_passes"/>
</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" />
<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">
Light Amplification Multiple
</text> </text>
<slider bottom_delta="-30" can_edit_text="true" <slider label="" name="gamma" />
decimal_digits="3" follows="left" <text name="ColorFilterBrightnessText">
height="18" increment="0.01" initial_val="3.0" label="" left="14" Brillo
max_val="10" min_val="1" mouse_opaque="true"
name="brightness_multiplier" 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="NightVisionNoiseSizeText" v_pad="0"
width="355">
Noise Size
</text> </text>
<slider bottom_delta="-30" can_edit_text="true" <slider label="" name="brightness" />
decimal_digits="3" follows="left" height="18" increment="0.1" <text name="ColorFilterSaturationText">
initial_val="1" label="" left="14" max_val="100" min_val="1" Saturación
mouse_opaque="true" name="noise_size" 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="NightVisionNoiseStrengthText"
v_pad="0" width="355">
Noise Strength
</text> </text>
<slider bottom_delta="-30" can_edit_text="true" decimal_digits="3" <slider label="" name="saturation"/>
follows="left" height="18" increment="0.01" initial_val="0.3" label="" <text name="ColorFilterContrastText">
left="14" max_val="1" min_val="0" mouse_opaque="true" Contraste
name="noise_strength" show_text="true" value="1.0" width="200" /> </text>
<slider label="" name="contrast"/>
<text name="ColorFilterBaseText">
Color base del contraste
</text>
<slider label="R" name="contrast_base[0]"/>
<slider label="G" name="contrast_base[1]"/>
<slider label="B" name="contrast_base[2]"/>
<slider label="I" name="contrast_base[3]"/>
</panel> </panel>
<!--<panel border="true" bottom="-180" follows="left|top|right|bottom" height="400" <panel label="Desenfoque Gaussiano" name="GaussBlurPanel">
label="Bloom" left="1" mouse_opaque="true" <check_box label="Activar" name="enable_gauss_blur"/>
name="BloomPanel" width="398"> <text name="GaussBlurPassesText">
<check_box bottom="-20" control_name="BloomToggle" follows="left|top" Pasos a aplicar
font="SansSerifSmall" height="16" initial_value="false" label="Enable"
left="14" 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> </text>
<slider bottom_delta="-30" can_edit_text="true" control_name="BloomExtract" <slider label="" name="gauss_blur_passes"/>
decimal_digits="3" follows="left" height="18" increment="0.01" </panel>
initial_val="0.9" label="" left="14" max_val="1" min_val="0" <panel label="Visión Nocturna" name="NightVisionPanel">
mouse_opaque="true" name="BloomExtract" show_text="true" value="0.7" <check_box label="Activar" name="enable_night_vision"/>
width="200" /> <text name="NightVisionBrightMultText">
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" Amplificación Múltiple de luz
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> </text>
<slider bottom_delta="-30" can_edit_text="true" control_name="BloomSize" <slider label="" name="brightness_multiplier"/>
decimal_digits="3" follows="left" height="18" increment="0.01" <text name="NightVisionNoiseSizeText">
initial_val="3.0" label="" left="14" max_val="20" min_val="0" Tamaño del Ruido
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">
Bloom Strength
</text> </text>
<slider bottom_delta="-30" can_edit_text="true" control_name="BloomStrength" <slider label="" name="noise_size"/>
decimal_digits="3" follows="left" height="18" increment="0.01" <text name="NightVisionNoiseStrengthText">
initial_val="1.2" label="" left="14" max_val="10" min_val="0" Fuerza del Ruido
mouse_opaque="true" name="BloomStrength" show_text="true" value="1.0" </text>
width="200" /> <slider label="" name="noise_strength"/>
</panel>--> </panel>
<panel border="true" bottom="-180" follows="left|top|right|bottom" height="400" <panel label="Extras" name="Extras">
label="Extras" left="1" mouse_opaque="false" name="Extras" <button label="Cargar Efecto" label_selected="Cargar Efecto" name="PPLoadEffect"/>
width="398"> <button label="Guardar Efecto" label_selected="Guardar Efecto" name="PPSaveEffect"/>
<button bottom="-33" enabled="true" font="SansSerif" halign="center" height="20" <combo_box name="PPEffectsCombo"/>
label="LoadEffect" label_selected="LoadEffect" left="15" <line_editor label="Nombre del Efecto" name="PPEffectNameEditor"/>
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" />
</panel> </panel>
</tab_container> </tab_container>
</floater> </floater>

View File

@@ -1,54 +1,38 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="true" can_drag_on_left="false" can_minimize="false" <floater name="Postcard" title="Enviar Foto por Email">
can_resize="true" height="380" min_height="380" min_width="450" <text name="to_label">
name="Postcard" title="Email Snapshot" width="450"> Email Destinat.:
<text bottom="-35" follows="top|left" font="SansSerif" left="12" name="to_label">
Recipient&apos;s Email:
</text> </text>
<line_editor bottom_delta="-6" follows="left|top" height="20" left="120" max_length="254" <text name="from_label">
name="to_form" width="150" /> Tu Email:
<text bottom_delta="-23" follows="top|left" font="SansSerif" left="12"
name="from_label">
Your Email:
</text> </text>
<line_editor bottom_delta="-6" follows="left|top" height="20" left="120" max_length="254" <text name="name_label">
name="from_form" width="150" /> Tu Nombre:
<text bottom_delta="-23" follows="top|left" font="SansSerif" left="12"
name="name_label">
Your Name:
</text> </text>
<line_editor bottom_delta="-6" follows="left|top" height="20" left="120" max_length="100" <text name="subject_label">
name="name_form" width="150" /> Asunto:
<text bottom_delta="-23" follows="top|left" font="SansSerif" left="12"
name="subject_label">
Subject:
</text> </text>
<line_editor bottom_delta="-6" follows="left|top" height="20" <line_editor label="Escribe el Asunto aquí." left="120" max_length="100"
label="Type your subject here." left="120" max_length="100"
name="subject_form" width="150" spell_check="true" /> name="subject_form" width="150" spell_check="true" />
<text bottom_delta="-23" follows="top|left" font="SansSerif" left="12" <text bottom_delta="-23" follows="top|left" font="SansSerif" left="12"
name="msg_label"> name="msg_label">
Message: Mensaje:
</text> </text>
<text_editor bottom_delta="-150" follows="left|top|right|bottom" height="140" left="12" <text_editor name="msg_form">
max_length="700" name="msg_form" width="420" spell_check="true"> Escribe tu Mensaje aquí.
Type your message here.
</text_editor> </text_editor>
<text bottom_delta="-37" follows="left|bottom" font="SansSerifSmall" left="12" <text name="fine_print">
name="fine_print"> Si el destinatario se une a nuestro universo, recibirás un bono por referido.
If your recipient joins our universe, you&apos;ll get a referral bonus.
</text> </text>
<button bottom_delta="-32" follows="right|bottom" height="20" label="Cancel" <button label="Cancelar" name="cancel_btn" right="-10" width="100" />
name="cancel_btn" right="-10" width="100" /> <button label="Enviar" left_delta="-106" name="send_btn" width="100" />
<button bottom_delta="0" follows="right|bottom" height="20" label="Send"
left_delta="-106" name="send_btn" width="100" />
<string name="default_subject"> <string name="default_subject">
Postcard from [SECOND_LIFE]. Tarjeta Postal desde [SECOND_LIFE].
</string> </string>
<string name="default_message"> <string name="default_message">
Check this out! ¡Mira esto!
</string> </string>
<string name="upload_message"> <string name="upload_message">
"Sending..." "Enviando..."
</string> </string>
</floater> </floater>

View File

@@ -1,28 +1,8 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater bottom="-666" can_close="true" can_drag_on_left="false" can_minimize="true" <floater name="Preferences" title="Preferencias">
can_resize="false" can_tear_off="true" default_tab_group="1" enabled="true" <button label="OK" label_selected="OK" name="OK"/>
height="510" left="330" min_height="213" min_width="324" <button label="Cancelar" label_selected="Cancelar" name="Cancel"/>
mouse_opaque="true" name="Preferences" title="Preferences" width="620"> <button label="Aplicar" label_selected="Aplicar" name="Apply"/>
<button bottom="-505" enabled="true" follows="right|bottom" font="SansSerif" <button label="Acerca de" label_selected="Acerca de" name="About..."/>
halign="center" height="20" label="OK" label_selected="OK" left="335" <button label="Ayuda" label_selected="Ayuda" name="Help"/>
mouse_opaque="true" name="OK" scale_image="true" width="90" />
<button bottom="-505" enabled="true" follows="right|bottom" font="SansSerif"
halign="center" height="20" label="Cancel" label_selected="Cancel"
left_delta="93" mouse_opaque="true" name="Cancel" scale_image="true"
width="90" />
<button bottom="-505" enabled="true" follows="right|bottom" font="SansSerif"
halign="center" height="20" label="Apply" label_selected="Apply"
left_delta="93" mouse_opaque="true" name="Apply" scale_image="true"
width="90" />
<button bottom="-505" enabled="true" follows="left|bottom" font="SansSerif"
halign="center" height="20" label="About" label_selected="About" left="9"
mouse_opaque="true" name="About..." scale_image="true" width="90" />
<button bottom="-505" enabled="true" follows="left|bottom" font="SansSerif"
halign="center" height="20"
help_url="http://secondlife.com/app/help/technical/preferences.php"
label="Help" label_selected="Help" left_delta="93" mouse_opaque="true"
name="Help" scale_image="true" width="90" />
<tab_container bottom="-466" enabled="true" follows="left|top|right|bottom" height="445"
left="0" mouse_opaque="false" name="pref core" tab_group="1"
tab_position="left" tab_width="120" width="620" />
</floater> </floater>

View File

@@ -1,32 +1,8 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater bottom="-366" can_close="true" can_drag_on_left="false" can_minimize="true" <floater name="preview_anim">
can_resize="false" enabled="true" height="85" left="239" min_height="0" <text name="desc txt">
min_width="0" mouse_opaque="true" name="preview_anim" width="300"> Descripción:
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-38"
enabled="true" follows="left|top|right" font="SansSerif"
handle_edit_keys_directly="false" height="19" left="93" max_length="127"
mouse_opaque="true" name="desc" select_all_on_focus_received="false"
select_on_focus="false" width="194" spell_check="true" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-38" drop_shadow_visible="true" enabled="true" follows="left|top"
font="SansSerif" h_pad="0" halign="left" height="19" left="13"
mouse_opaque="true" name="desc txt" v_pad="0" width="80">
Description:
</text> </text>
<!--<button bottom="-66" enabled="true" font="SansSerif" halign="center" height="19" <button label="Mundo" label_selected="Stop" name="Anim play btn" tool_tip="Reproducir esta animación para que otros puedan verla."/>
label="Play in World" label_selected="Stop" left="27" mouse_opaque="true" <button label="Localmente" label_selected="Stop" name="Anim audition btn" tool_tip="Reproducir esta animación de modo que sólo tu puedas verla."/>
name="Anim play btn" scale_image="true"
tool_tip="Play this animation so that others can see it." width="96" />
<button bottom="-66" enabled="true" font="SansSerif" halign="center" height="19"
label="Play Locally" label_selected="Stop" left="177" mouse_opaque="true"
name="Anim audition btn" scale_image="true"
tool_tip="Play this animation so that only you can see it." width="96" />-->
<button bottom="-66" enabled="true" font="SansSerif" halign="center" height="19"
label="Play in World" label_selected="Stop" left="4" mouse_opaque="true"
name="Anim play btn" scale_image="true"
tool_tip="Play this animation so that others can see it." width="96" />
<button bottom="-66" enabled="true" font="SansSerif" halign="center" height="19"
label="Play Locally" label_selected="Stop" left_delta="98" mouse_opaque="true"
name="Anim audition btn" scale_image="true"
tool_tip="Play this animation so that only you can see it." width="96" />
</floater> </floater>

View File

@@ -1,9 +1,3 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater bottom="-311" can_close="true" can_drag_on_left="false" can_minimize="true" <floater name="classified_preview" title="Información Clasificados">
can_resize="false" enabled="true" height="510" left="242" min_height="480"
min_width="450" mouse_opaque="true" name="classified_preview"
rect_control="PreviewClassifiedRect" title="Classified Information"
width="440">
<panel bottom="20" follows="bottom|left" height="470" left="0"
name="classified_details_panel" width="440" />
</floater> </floater>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater bottom="-338" can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true" height="331" left="201" min_height="120" min_width="300" name="preview_texture" width="300"> <floater name="preview_texture">
<button bottom="-325" font="SansSerif" height="20" label="Copy To Inventory" left="105" name="Copy To Inventory" scale_image="true" width="172" /> <button label="Copiar al Inventario" name="Copy To Inventory"/>
<text bottom="30" font="SansSerifSmall" height="14" left="13" name="dimensions">Dimensions: [WIDTH] x [HEIGHT]</text> <text name="dimensions">Dimensiones: [WIDTH] x [HEIGHT]</text>
</floater> </floater>

View File

@@ -1,8 +1,4 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater bottom="-311" can_close="true" can_drag_on_left="false" can_minimize="true" <floater name="event_preview" title="Información de Eventos">
can_resize="false" enabled="true" height="510" left="242" min_height="480" <panel name="event_details_panel"/>
min_width="450" mouse_opaque="true" name="event_preview"
rect_control="PreviewEventRect" title="Event Information" width="440">
<panel bottom="20" follows="bottom|left" height="470" left="0"
name="event_details_panel" width="440" />
</floater> </floater>

View File

@@ -1,8 +1,4 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater bottom="-311" can_close="true" can_drag_on_left="false" can_minimize="true" <floater name="existing_landmark_preview">
can_resize="false" enabled="true" height="495" left="242" min_height="510" <panel name="place_details_panel"/>
min_width="460" mouse_opaque="true" name="existing_landmark_preview"
width="440">
<panel bottom="0" follows="bottom|left" height="475" left="0"
name="place_details_panel" width="440" />
</floater> </floater>

View File

@@ -1,108 +1,64 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="true" can_drag_on_left="false" can_minimize="true" <floater name="gesture_preview">
can_resize="false" height="350" min_height="350" min_width="450"
name="gesture_preview" width="450">
<string name="step_anim" />
<string name="step_sound" />
<string name="step_chat" />
<string name="step_wait" />
<string name="stop_txt"> <string name="stop_txt">
Stop Detener
</string> </string>
<string name="preview_txt"> <string name="preview_txt">
Preview Vista Previa
</string> </string>
<string name="none_text"> <string name="none_text">
-- None -- -- Nada --
</string> </string>
<text bottom="-35" follows="top|left" font="SansSerif" left="16" name="desc_label"> <text name="desc_label">
Description: Descripción:
</text> </text>
<line_editor bottom_delta="-6" follows="left|top" height="20" left="100" max_length="254"
name="desc" width="330" spell_check="true" />
<text bottom_delta="-23" follows="top|left" font="SansSerif" left="16" <text bottom_delta="-23" follows="top|left" font="SansSerif" left="16"
name="trigger_label"> name="trigger_label">
Trigger: Disparador:
</text> </text>
<line_editor bottom_delta="-6" follows="left|top" height="20" left="100" max_length="31" <text name="replace_text" tool_tip="Reemplaza la palabra disparadora con estas palabras. Por ejemplo, el disparador &apos;Hola&apos; reemplázalo con &apos;Hello&apos; esto hará que en el chat salga &apos;Quiero decir Hello&apos; en vez de &apos;Quiero decir Hola&apos; al ejecutar el gesto.">
name="trigger_editor" width="105" /> Reemplazar:
<text bottom_delta="6" follows="top|left" font="SansSerif" left="220"
name="replace_text"
tool_tip="Replace the trigger word(s) with these words. For example, trigger &apos;hello&apos; replace with &apos;howdy&apos; will turn the chat &apos;I wanted to say hello&apos; into &apos;I wanted to say howdy&apos; as well as playing the gesture!">
Replace with:
</text> </text>
<line_editor bottom_delta="-6" follows="left|top" height="20" left="300" max_length="31" <line_editor name="replace_editor" tool_tip="Reemplaza la palabra disparadora con estas palabras. Por ejemplo, el disparador &apos;Hola&apos; reemplázalo con &apos;Hello&apos; esto hará que en el chat salga &apos;Quiero decir Hello&apos; en vez de &apos;Quiero decir Hola&apos; al ejecutar el gesto."/>
name="replace_editor" <text name="key_label">
tool_tip="Replace the trigger word(s) with these words. For example, trigger &apos;hello&apos; replace with &apos;howdy&apos; will turn the chat &apos;I wanted to say hello&apos; into &apos;I wanted to say howdy&apos; as well as playing the gesture" Atajo Teclado:
width="130" spell_check="true" />
<text bottom_delta="-23" follows="top|left" font="SansSerif" left="16"
name="key_label">
Shortcut Key:
</text> </text>
<combo_box bottom_delta="-6" follows="left|top" height="20" label="None" left="100" <combo_box label="Nada" name="modifier_combo"/>
name="modifier_combo" width="50" /> <combo_box label="Nada" name="key_combo"/>
<combo_box bottom_delta="0" follows="left|top" height="20" label="None" left_delta="60" <text name="library_label">
name="key_combo" width="45" /> Librería:
<text bottom_delta="-23" follows="top|left" font="SansSerif" left="16" name="library_label">
Library:
</text> </text>
<text bottom_delta="0" follows="top|left" font="SansSerif" left="220" name="steps_label"> <text name="steps_label">
Steps: Pasos:
</text> </text>
<scroll_list bottom_delta="-120" draw_border="true" follows="top|left" height="110" <scroll_list name="library_list">
left="16" multi_select="false" name="library_list" width="100"> Animación
Animation Sonidos
Sound
Chat Chat
Wait Esperar
</scroll_list> </scroll_list>
<button bottom_delta="90" follows="top|left" height="20" label="Add &gt;&gt;" <button label="Añadir &gt;&gt;" name="add_btn"/>
left="130" name="add_btn" width="80" /> <button label="Subir" name="up_btn"/>
<button bottom_delta="-30" follows="top|left" height="20" label="Move Up" <button label="Bajar" name="down_btn"/>
left_delta="0" name="up_btn" width="80" /> <button label="Quitar" name="delete_btn"/>
<button bottom_delta="-30" follows="top|left" height="20" label="Move Down" <scroll_list name="step_list"/>
left_delta="0" name="down_btn" width="80" /> <text name="help_label">
<button bottom_delta="-30" follows="top|left" height="20" label="Remove" left_delta="0" Todos los pasos se ejecutan
name="delete_btn" width="80" /> simultáneamente, a menos que
<scroll_list bottom_delta="0" draw_border="true" follows="top|left" height="110" left="220" agregues un paso de espera.
multi_select="false" name="step_list" width="210" />
<text bottom_delta="-70" follows="top|left" font="SansSerif" height="60" left="16"
name="help_label">
All steps happen simultaneously,
unless you add wait steps.
</text> </text>
<text bottom_delta="0" follows="top|left" height="60" left="222" name="options_text" <radio_group name="animation_trigger_type">
width="205" /> <radio_item name="start">
<combo_box bottom_delta="20" follows="top|left" height="20" left_delta="10" Iniciar
name="animation_list" width="100" />
<combo_box bottom_delta="0" follows="top|left" height="20" left_delta="0"
name="sound_list" width="100" />
<line_editor bottom_delta="0" follows="top|left" height="20" left_delta="0" max_length="127"
name="chat_editor" width="100" spell_check="true" />
<radio_group bottom_delta="-20" draw_border="false" follows="top|left" height="40"
left="340" name="animation_trigger_type" width="80">
<radio_item bottom_delta="-5" follows="left|top" height="16" left="3" mouse_opaque="true"
width="80" name="start">
Start
</radio_item> </radio_item>
<radio_item bottom_delta="-10" follows="left|top" height="16" left="3" mouse_opaque="true" <radio_item name="stop">
width="80" name="stop"> Detener
Stop
</radio_item> </radio_item>
</radio_group> </radio_group>
<check_box bottom_delta="25" follows="top|left" height="20" <check_box label="Hasta que la aninación termine" name="wait_anim_check"/>
label="until animations are done" left="232" name="wait_anim_check" <check_box height="20" label="tiempo en segundos" name="wait_time_check"/>
width="100" /> <line_editor left_delta="125" name="wait_time_editor"/>
<check_box bottom_delta="-20" follows="top|left" height="20" label="time in seconds" <check_box label="Activa" name="active_check" tool_tip="Los Gestos activos pueden ser disparados en el chat por sus frases disparadoras o pulsando sus teclas de acceso rápido. Los Gestos, por lo general, se vuelven inactivas cuando hay un conflicto en la combinación de teclas."/>
left_delta="0" name="wait_time_check" width="100" /> <button label="Vista Previa" name="preview_btn"/>
<line_editor bottom_delta="0" follows="top|left" height="20" left_delta="105" <button label="Guardar" name="save_btn"/>
max_length="15" name="wait_time_editor" width="50" />
<check_box bottom="7" follows="top|left" height="20" label="Active" left="140"
name="active_check"
tool_tip="Active gestures can be triggered by chatting their trigger phrases or pressing their hot keys. Gestures usually become inactive when there is a key binding conflict."
width="100" />
<button bottom="5" follows="top|left" height="20" label="Preview" left_delta="80"
name="preview_btn" width="80" />
<button bottom="5" follows="top|left" height="20" label="Save" left_delta="90"
name="save_btn" width="80" />
</floater> </floater>

View File

@@ -1,68 +1,29 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater bottom="-762" can_close="true" can_drag_on_left="false" can_minimize="true" <floater name="preview notecard" title="Nota:">
can_resize="true" enabled="true" follows="left|top" height="377" left="273" <button label="Obtener Items" label_selected="Obtener Items" name="Get Items"/>
min_height="259" min_width="234" mouse_opaque="true" <text name="desc txt">
name="preview notecard" title="Note:" width="400"> Descripción:
<button bottom="-370" enabled="true" follows="left|bottom" font="SansSerif"
halign="center" height="20" label="Get Items" label_selected="Get Items" left_delta="120"
mouse_opaque="false" name="Get Items" scale_image="true" width="100" />
<!--<check_box follows="left|bottom" bottom_delta="0" left_delta="110" name="https_chk" label="Saves via HTTPS" />-->
<icon bottom="-19" color="1 1 1 1" enabled="true" follows="top|right" height="16"
image_name="icon_lock.tga" left="344" mouse_opaque="true" name="lock"
width="16" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-38" drop_shadow_visible="true" enabled="true" follows="left|top"
font="SansSerif" h_pad="0" halign="left" height="19" left="13"
mouse_opaque="true" name="desc txt" v_pad="0" width="80">
Description:
</text> </text>
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-38" <menu_bar name="motecard_menu">
enabled="true" follows="left|top|right" font="SansSerif" <menu name="Edit" label="Editar">
handle_edit_keys_directly="false" height="19" left="93" max_length="127" <menu_item_call label="Deshacer" name="Undo"/>
mouse_opaque="true" name="desc" select_all_on_focus_received="false" <menu_item_call label="Rehacer" name="Redo"/>
select_on_focus="false" width="294" spell_check="true" /> <menu_item_call label="Cortar" name="Cut"/>
<menu_bar bottom="-56" drop_shadow="false" enabled="true" follows="left|top|right" <menu_item_call label="Copiar" name="Copy"/>
height="18" left="8" mouse_opaque="false" name="motecard_menu" opaque="false" <menu_item_call label="Pegar" name="Paste"/>
tear_off="false" width="220"> <menu_item_call label="Seleccionar Todo" name="Select All"/>
<menu bottom_delta="16" left="0" drop_shadow="true" enabled="true" height="198" width="150" <menu_item_call label="Deseleccionar" name="Deselect"/>
mouse_opaque="false" name="Edit" opaque="true" tear_off="false"> <menu_item_call label="Buscar / Reemplazar..." name="Search / Replace..."/>
<menu_item_call bottom_delta="-30" enabled="false" height="20" label="Undo" left="0"
mouse_opaque="true" name="Undo" width="139" />
<menu_item_call bottom_delta="-50" enabled="false" height="20" label="Redo" left="0"
mouse_opaque="true" name="Redo" width="139" />
<menu_item_separator bottom_delta="-58" enabled="true" height="8" label="-----------" left="0"
mouse_opaque="true" name="separator1" width="139" />
<menu_item_call bottom_delta="-78" enabled="false" height="20" label="Cut" left="0"
mouse_opaque="true" name="Cut" width="139" />
<menu_item_call bottom_delta="-98" enabled="false" height="20" label="Copy" left="0"
mouse_opaque="true" name="Copy" width="139" />
<menu_item_call bottom_delta="-118" enabled="false" height="20" label="Paste" left="0"
mouse_opaque="true" name="Paste" width="139" />
<menu_item_separator bottom_delta="-126" enabled="true" height="8" label="-----------" left="0"
mouse_opaque="true" name="separator2" width="139" />
<menu_item_call bottom_delta="-146" enabled="true" height="20" label="Select All" left="0"
mouse_opaque="true" name="Select All" width="139" />
<menu_item_call bottom_delta="-166" enabled="false" height="20" label="Deselect" left="0"
mouse_opaque="true" name="Deselect" width="139" />
<menu_item_separator bottom_delta="-174" enabled="true" height="8" label="-----------" left="0"
mouse_opaque="true" name="separator3" width="139" />
<menu_item_call bottom_delta="-194" enabled="true" height="20" label="Search / Replace..."
left="0" mouse_opaque="true" name="Search / Replace..." width="139" />
</menu> </menu>
</menu_bar> </menu_bar>
<text_editor type="string" length="1" bottom="-344" embedded_items="true" enabled="true" <text_editor name="Notecard Editor">
follows="left|top|right|bottom" font="SansSerif" height="285" Cargando...
ignore_tab="false" left="4" max_length="65536" mouse_opaque="true"
name="Notecard Editor" width="392" word_wrap="true" spell_check="true">
Loading...
</text_editor> </text_editor>
<button bottom="-370" enabled="false" follows="left|bottom" font="SansSerif" <button label="Guardar" label_selected="Guardar" name="Save"/>
halign="center" height="20" label="Save" label_selected="Save" left="9"
mouse_opaque="false" name="Save" scale_image="true" width="100" />
<string name="no_object"> <string name="no_object">
Unable to find object containing this note. Incapaz de hallar el objeto contenido en esta nota.
</string> </string>
<string name="not_allowed"> <string name="not_allowed">
You are not allowed to view this note. No tienes permiso para ver esta nota.
</string> </string>
</floater> </floater>

View File

@@ -1,71 +1,30 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater bottom="-762" can_close="true" can_drag_on_left="false" can_minimize="true" <floater name="preview notecard" title="Nota:">
can_resize="true" enabled="true" follows="left|top" height="377" left="273" <text name="desc txt">
min_height="259" min_width="350" mouse_opaque="true" Descripción:
name="preview notecard" title="Note:" width="400">
<icon bottom="-19" color="1 1 1 1" enabled="true" follows="top|right" height="16"
image_name="icon_lock.tga" left="344" mouse_opaque="true" name="lock"
width="16" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-38" drop_shadow_visible="true" enabled="true" follows="left|top"
font="SansSerif" h_pad="0" halign="left" height="19" left="13"
mouse_opaque="true" name="desc txt" v_pad="0" width="80">
Description:
</text> </text>
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-38" <menu_bar name="motecard_menu" >
enabled="true" follows="left|top|right" font="SansSerif" <menu name="Edit" label="Editar">
handle_edit_keys_directly="false" height="19" left="93" max_length="127" <menu_item_call label="Deshacer" name="Undo"/>
mouse_opaque="true" name="desc" select_all_on_focus_received="false" <menu_item_call label="Rehacer" name="Redo"/>
select_on_focus="false" width="294" spell_check="true" /> <menu_item_call label="Cortar" name="Cut"/>
<menu_bar bottom="-56" drop_shadow="false" enabled="true" follows="left|top|right" <menu_item_call label="Copiar" name="Copy"/>
height="18" left="8" mouse_opaque="false" name="motecard_menu" opaque="false" <menu_item_call label="Pegar" name="Paste"/>
tear_off="false" width="220"> <menu_item_call label="Seleccionar Todo" name="Select All"/>
<menu bottom_delta="16" left="0" drop_shadow="true" enabled="true" height="198" width="150" <menu_item_call label="Deseleccionar" name="Deselect"/>
mouse_opaque="false" name="Edit" opaque="true" tear_off="false"> <menu_item_call label="Buscar / Reemplazar..." name="Search / Replace..."/>
<menu_item_call bottom_delta="-30" enabled="false" height="20" label="Undo" left="0"
mouse_opaque="true" name="Undo" width="139" />
<menu_item_call bottom_delta="-50" enabled="false" height="20" label="Redo" left="0"
mouse_opaque="true" name="Redo" width="139" />
<menu_item_separator bottom_delta="-58" enabled="true" height="8" label="-----------" left="0"
mouse_opaque="true" name="separator1" width="139" />
<menu_item_call bottom_delta="-78" enabled="false" height="20" label="Cut" left="0"
mouse_opaque="true" name="Cut" width="139" />
<menu_item_call bottom_delta="-98" enabled="false" height="20" label="Copy" left="0"
mouse_opaque="true" name="Copy" width="139" />
<menu_item_call bottom_delta="-118" enabled="false" height="20" label="Paste" left="0"
mouse_opaque="true" name="Paste" width="139" />
<menu_item_separator bottom_delta="-126" enabled="true" height="8" label="-----------" left="0"
mouse_opaque="true" name="separator2" width="139" />
<menu_item_call bottom_delta="-146" enabled="true" height="20" label="Select All" left="0"
mouse_opaque="true" name="Select All" width="139" />
<menu_item_call bottom_delta="-166" enabled="false" height="20" label="Deselect" left="0"
mouse_opaque="true" name="Deselect" width="139" />
<menu_item_separator bottom_delta="-174" enabled="true" height="8" label="-----------" left="0"
mouse_opaque="true" name="separator3" width="139" />
<menu_item_call bottom_delta="-194" enabled="true" height="20" label="Search / Replace..."
left="0" mouse_opaque="true" name="Search / Replace..." width="139" />
</menu> </menu>
</menu_bar> </menu_bar>
<text_editor type="string" length="1" bottom="-344" embedded_items="true" enabled="true" <text_editor name="Notecard Editor">
follows="left|top|right|bottom" font="SansSerif" height="285" Cargando...
ignore_tab="false" left="4" max_length="65536" mouse_opaque="true"
name="Notecard Editor" width="392" word_wrap="true">
Loading...
</text_editor> </text_editor>
<button bottom="-370" enabled="true" follows="left|bottom" font="SansSerif" <button label="Mantener" label_selected="Mantener" name="Keep"/>
halign="center" height="20" label="Keep" label_selected="Keep" left="9" <button label="Guardar" label_selected="Guardar" name="Save"/>
mouse_opaque="true" name="Keep" scale_image="true" width="100" /> <button label="Descartar" label_selected="Descartar" name="Discard"/>
<button bottom="-370" enabled="false" follows="left|bottom" font="SansSerif"
halign="center" height="20" label="Save" label_selected="Save" left="114"
mouse_opaque="false" name="Save" scale_image="true" width="100" />
<button bottom="-370" enabled="true" follows="left|bottom" font="SansSerif"
halign="center" height="20" label="Discard" label_selected="Discard"
left="219" mouse_opaque="true" name="Discard" scale_image="true"
width="100" />
<string name="no_object"> <string name="no_object">
Unable to find object containing this note. Incapaz de hallar el objeto contenido en esta nota.
</string> </string>
<string name="not_allowed"> <string name="not_allowed">
You are not allowed to view this note. No tienes permiso para ver esta nota.
</string> </string>
</floater> </floater>

View File

@@ -1,26 +1,12 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater bottom="-85" can_close="true" can_drag_on_left="false" can_minimize="true" <floater name="preview_sound">
can_resize="false" enabled="true" height="85" left="176" min_height="0" <text name="desc txt">
min_width="0" mouse_opaque="true" name="preview_sound" width="300"> Descripción:
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-38"
enabled="true" follows="left|top|right" font="SansSerif"
handle_edit_keys_directly="false" height="19" left="95" max_length="127"
mouse_opaque="true" name="desc" select_all_on_focus_received="false"
select_on_focus="false" width="192" spell_check="true" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-38" drop_shadow_visible="true" enabled="true" follows="left|top"
font="SansSerif" h_pad="0" halign="left" height="19" left="13"
mouse_opaque="true" name="desc txt" v_pad="0" width="80">
Description:
</text> </text>
<button bottom="-70" enabled="true" font="SansSerif" halign="center" height="19" <button label="Reproducir Localmente" label_selected="Reproducir Localmente" left="150"
label="Play Locally" label_selected="Play Locally" left="168"
mouse_opaque="true" name="Sound audition btn" scale_image="true" 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." sound_flags="0" tool_tip="Play this sound so that only you can hear it."
width="120" /> width="148" />
<button bottom_delta="0" enabled="true" font="SansSerif" halign="center" height="19" <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."
label="Play in World" label_selected="Play in World" left_delta="-126" width="142" />
mouse_opaque="true" name="Sound play btn" scale_image="true"
sound_flags="0" tool_tip="Play this sound so that others can hear it."
width="120" />
</floater> </floater>

View File

@@ -1,88 +1,53 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater bottom="-331" can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true" enabled="true" height="324" left="300" min_height="150" min_width="300" mouse_opaque="true" name="preview_texture" width="335"> <floater name="preview_texture">
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" bottom="-40" <text name="desc txt">
drop_shadow_visible="true" enabled="true" follows="left|top" font="SansSerifSmall" h_pad="0" halign="left" height="15" Descripción:
left="13" mouse_opaque="true" name="desc txt" v_pad="0" width="80">
Description:
</text> </text>
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-43" enabled="false" <text name="uuid txt">
follows="left|top|right" font="SansSerifSmall" handle_edit_keys_directly="false" height="17" left="93"
max_length="127" mouse_opaque="true" name="desc" select_all_on_focus_received="false" select_on_focus="false"
width="229" spell_check="true" />
<text type="string" length="1" 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="16" left="13" mouse_opaque="true" name="uuid txt" v_pad="0" width="80">
UUID: UUID:
</text> </text>
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" enabled="false" <text name="uploader txt">
follows="left|top|right" font="SansSerifSmall" handle_edit_keys_directly="false" height="16" left="93" Subida por:
max_length="127" mouse_opaque="true" name="uuid" select_all_on_focus_received="false" select_on_focus="false"
width="229" />
<text type="string" length="1" 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="16" left="13" mouse_opaque="true" name="uploader txt" v_pad="0" width="80">
Uploaded by:
</text> </text>
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" enabled="false" <button label="Perfil" name="openprofile"/>
follows="left|top|right" font="SansSerifSmall" handle_edit_keys_directly="false" height="16" left="93" <text name="uploadtime txt">
right="-80" max_length="127" mouse_opaque="true" name="uploader" select_all_on_focus_received="false" Subida el:
select_on_focus="false" width="420" />
<button bottom_delta="-1" enabled="true" follows="right|top" font="SansSerifSmall" halign="center" height="18"
label="Profile" right="320" mouse_opaque="true" name="openprofile" scale_image="true" width="60" />
<text type="string" length="1" 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="16" left="13" mouse_opaque="true" name="uploadtime txt" v_pad="0" width="80">
Uploaded on:
</text> </text>
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" enabled="false" <text name="alphanote">
follows="left|top|right" font="SansSerifSmall" handle_edit_keys_directly="false" height="16" left="93" Cargando...
right="-80" max_length="127" mouse_opaque="true" name="uploadtime" select_all_on_focus_received="false"
select_on_focus="false" width="420" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-1" drop_shadow_visible="true" enabled="true" follows="right|top" font="SansSerifSmall"
h_pad="50" halign="left" height="16" right="345" mouse_opaque="true" name="alphanote" v_pad="0" width="80">
Loading...
</text> </text>
<button bottom="8" enabled="true" follows="left|bottom" font="SansSerif" halign="center" height="20" <button label="Mantener" label_selected="Mantener" name="Keep"/>
label="Keep" label_selected="Keep" left="9" mouse_opaque="true" name="Keep" scale_image="true" width="100" /> <button label="Descartar" label_selected="Descartar" name="Discard"/>
<button bottom="8" enabled="true" follows="left|bottom" font="SansSerif" halign="center" height="20" <button label="Copiar al Inventario" name="Copy To Inventory"/>
label="Discard" label_selected="Discard" left="114" mouse_opaque="true" name="Discard" scale_image="true" width="100" /> <text name="dimensions">
<button bottom="8" enabled="true" follows="left|bottom" font="SansSerif" halign="center" height="20" Tamaño: [WIDTH] x [HEIGHT]
label="Copy To Inventory" left="9" mouse_opaque="true" name="Copy To Inventory" scale_image="true" width="170" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="35" drop_shadow_visible="true" enabled="true" follows="left|bottom" font="SansSerifSmall" h_pad="0"
halign="left" height="14" left="13" mouse_opaque="true" name="dimensions" v_pad="0" width="135">
Dimensions: [WIDTH] x [HEIGHT]
</text> </text>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" <text name="aspect_ratio">
bottom="35" drop_shadow_visible="true" enabled="true" follows="right|bottom" font="SansSerifSmall" h_pad="0" Aspecto Vista Previa
halign="right" height="14" left="86" mouse_opaque="true" name="aspect_ratio" v_pad="0" width="110">
Preview Aspect Ratio
</text> </text>
<combo_box allow_text_entry="true" bottom="32" follows="right|bottom" height="20" left="202" max_chars="20" <combo_box name="combo_aspect_ratio" tool_tip="Vista Previa en aspecto fijo">
mouse_opaque="true" enabled="true" width="108" name="combo_aspect_ratio" tool_tip="Preview at a fixed aspect ratio"> <combo_item name="Unconstrained">
<combo_item name="Unconstrained" value="Unconstrained"> Sin restricciones
Unconstrained
</combo_item> </combo_item>
<combo_item name="1:1" value="1:1" tool_tip="Group Insignia or 1st Life Profile"> <combo_item name="1:1" tool_tip="Insignia de Grupo o Imagen del Perfil en 1ra. Vida">
1:1 1:1
</combo_item> </combo_item>
<combo_item name="4:3" value="4:3" tool_tip="2nd Life Profile"> <combo_item name="4:3" tool_tip="Imagen del Perfil en 2da. Vida">
4:3 4:3
</combo_item> </combo_item>
<combo_item name="10:7" value="10:7" tool_tip="Classifieds and search listings, landmarks"> <combo_item name="10:7" tool_tip="Clasificados y listados de la búsqueda, hitos">
10:7 10:7
</combo_item> </combo_item>
<combo_item name="3:2" value="3:2" tool_tip="About land"> <combo_item name="3:2" tool_tip="Acerca del Terreno">
3:2 3:2
</combo_item> </combo_item>
<combo_item name="16:10" value="16:10"> <combo_item name="16:10">
16:10 16:10
</combo_item> </combo_item>
<combo_item name="16:9" value="16:9" tool_tip="Profile Picks"> <combo_item name="16:9" tool_tip="Imagen Destacados del Perfil">
16:9 16:9
</combo_item> </combo_item>
<combo_item name="2:1" value="2:1"> <combo_item name="2:1">
2:1 2:1
</combo_item> </combo_item>
</combo_box> </combo_box>

View File

@@ -1,29 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater bottom="-331" can_close="true" can_drag_on_left="false" can_minimize="true" <floater name="preview_texture">
can_resize="true" enabled="true" height="331" left="176" min_height="120" <text name="desc txt">
min_width="300" mouse_opaque="true" name="preview_texture" width="300"> Descripción:
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-38" drop_shadow_visible="true" enabled="true" follows="left|top"
font="SansSerif" h_pad="0" halign="left" height="19" left="13"
mouse_opaque="true" name="desc txt" v_pad="0" width="80">
Description:
</text> </text>
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-38" <button label="Mantener" label_selected="Mantener" name="Keep"/>
enabled="true" follows="left|top|right" font="SansSerif" <button label="Descartar" label_selected="Descartar" name="Discard"/>
handle_edit_keys_directly="false" height="19" left="93" max_length="127" <text name="dimensions">
mouse_opaque="true" name="desc" select_all_on_focus_received="false" Tamaño: [WIDTH] x [HEIGHT]
select_on_focus="false" width="194" spell_check="true" />
<button bottom="-322" enabled="true" follows="left|bottom" font="SansSerif"
halign="center" height="20" label="Keep" label_selected="Keep" left="9"
mouse_opaque="true" name="Keep" scale_image="true" width="100" />
<button bottom="-322" enabled="true" follows="left|bottom" font="SansSerif"
halign="center" height="20" label="Discard" label_selected="Discard"
left="114" mouse_opaque="true" name="Discard" scale_image="true"
width="100" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="30" drop_shadow_visible="true" enabled="true" follows="left|bottom"
font="SansSerifSmall" h_pad="0" halign="left" height="14" left="13"
mouse_opaque="true" name="dimensions" v_pad="0" width="163">
Dimensions: [WIDTH] x [HEIGHT]
</text> </text>
</floater> </floater>

View File

@@ -1,8 +1,4 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="true" can_drag_on_left="false" can_minimize="true" <floater name="url_preview" title="Información del lugar">
can_resize="false" enabled="true" height="495" mouse_opaque="true" <panel name="place_details_panel"/>
name="url_preview" rect_control="PreviewURLRect" title="Place Information"
width="440">
<panel bottom="0" follows="bottom|left" height="475" left="0"
name="place_details_panel" width="440" />
</floater> </floater>

View File

@@ -1,25 +1,17 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="true" can_drag_on_left="false" can_minimize="false" <floater name="price_for_listing" title="Publicar Aviso Clasificado">
can_resize="false" height="240" min_height="300" min_width="300" <text name="explanation_text">
name="price_for_listing" title="Publish Classified Ad" width="320"> Tu aviso clasificado se mantendrá durante una
<text bottom="-200" follows="top|left" font="SansSerif" height="165" left="15" semana desde la fecha de su publicación.
name="explanation_text">
Your classified ad will run for one week from
the date it is published.
Your ad&apos;s position in the classified listings La posición de tu aviso en el listado de avisos
is determined by how much you choose to pay. se determina por cuanto decidas pagar.
The highest paid ads go to the top of the list, Mientras más pagues por el aviso, mas alto en
and appear higher in searches. la lista y aparecerá en los primeros lugares.
</text> </text>
<text bottom="50" follows="top|left" font="SansSerif" height="20" left="15" <text name="price_text">
name="price_text" width="120"> Precio por el Aviso ([CURRENCY]):
Price for Ad ([CURRENCY]):
</text> </text>
<line_editor bottom_delta="2" follows="top|left" height="20" left="125" max_length="6" <button label="Cancelar" name="cancel_btn"/>
name="price_edit" width="60" /> <button label="Definir Precio" name="set_price_btn"/>
<button bottom="13" follows="top|left" height="20" label="Cancel" left="205"
name="cancel_btn" width="100" />
<button bottom_delta="0" follows="top|left" height="20" label="Set Price"
left_delta="-106" name="set_price_btn" width="100" />
</floater> </floater>

View File

@@ -1,329 +1,80 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="radar" title="Radar" <floater name="radar" title="Radar">
can_resize="true" can_minimize="true" can_close="true" can_drag_on_left="false"
rect_control="FloaterRadarRect" min_width="300" min_height="300">
<scroll_list name="avatar_list" <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">
left="10" right="-10" top="-20" bottom="140" can_resize="true" <column name="marked" label="Marcar" tool_tip="Avatares Marcados"/>
column_padding="0" follows="left|top|bottom|right" <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"/>
draw_heading="true" multi_select="true" search_column="1" <column name="distance" label="Dist." tool_tip="Distancia desde tu avatar (rojo=dentro del rango de chat, amarillo=dentro del rango de gritos, verde=dentro de la distancia de dibujo)"/>
tool_tip="Hold shift or control while clicking to select multiple avatars"> <column name="position" label="Pos." tool_tip="Posición (X, Y) dentro del sim, o dirección general (punto cardinal) fuera del sim"/>
<column name="marked" label="Mark" width="12" tool_tip="Marked avatars"/> <column name="altitude" label="Alt." tool_tip="Altitud"/>
<column name="avatar_name" label="Name" width="150" tool_tip="Hold shift or control while clicking to select multiple avatars"/> <column name="activity" label="Act." tool_tip="Actividad"/>
<column name="distance" label="Dist." width="48" tool_tip="Distance from your avatar (red=within chat range, yellow=within shout range, green=within draw distance)"/> <column name="client" label="Cliente" tool_tip="Cliente-Visor que el avatar posiblemente esté usando"/>
<column name="position" label="Pos." width="60" tool_tip="Position (X, Y) within this sim, or general direction (cardinal point) for outside sims"/>
<column name="altitude" label="Alt." width="48" tool_tip="Altitude"/>
<column name="activity" label="Act." width="24" tool_tip="Activity"/>
<column name="client" label="Client" width="80" dynamicwidth="true" tool_tip="Client the avatar is possibly using"/>
</scroll_list> </scroll_list>
<tab_container border="false" bottom_delta="-130" height="120" left="6" mouse_opaque="false" <tab_container name="actions_tab_container">
name="actions_tab_container" tab_position="top" follows="left|right|bottom"> <panel label="Avatar" name="actions_tab">
<panel border="true" bottom_delta="-130" follows="left|top|right|bottom" height="255"
label="Avatar" left="1" mouse_opaque="true"
name="actions_tab" width="398">
<!-- upper row --> <!-- upper row -->
<button <button name="profile_btn" label="Perfil" tool_tip="Mostrar foto, grupos y demás información"/>
name="profile_btn" <button name="track_btn" label="(No)Rastrear" tool_tip="Rastrea la posición del avatar"/>
label="Profile" <button name="get_key_btn" label="Obtener Key" tool_tip="Copia la Key del avatar al portapapeles"/>
tool_tip="Show picture, groups, and other information"
left="10"
bottom_delta="-180"
width="80"
height="20"
font="SansSerifSmall"
follows="bottom|left"
/>
<button
name="track_btn"
label="(Un)Track"
tool_tip="Toggle tracking of this avatar's position"
left_delta="90"
bottom_delta="0"
width="80"
height="20"
font="SansSerifSmall"
follows="bottom|left"
/>
<button
name="get_key_btn"
label="Get Key"
tool_tip="Copies avatar's key to the clipboard"
left_delta="90"
bottom_delta="0"
width="80"
height="20"
font="SansSerifSmall"
follows="bottom|left"
/>
<!-- upper middle row --> <!-- upper middle row -->
<button <button name="im_btn" label="MI" tool_tip="Abre una sesión de Mensaje Instantáneo"/>
name="im_btn" <button name="offer_btn" label="Ofrecer TP" tool_tip="Ofrecer Teleporte"/>
label="IM" <button name="teleport_btn" label="TP a" tool_tip="Teleportarse a la posición del avatar"/>
tool_tip="Open Instant Message session"
left="10"
bottom_delta="-22"
width="80"
height="20"
font="SansSerifSmall"
follows="bottom|left"
/>
<button
name="offer_btn"
label="Offer TP"
tool_tip="Offer Teleport"
left_delta="90"
bottom_delta="0"
width="80"
height="20"
font="SansSerifSmall"
follows="bottom|left"
/>
<button
name="teleport_btn"
label="TP to"
tool_tip="Teleport to avatar's position"
left_delta="90"
bottom_delta="0"
width="80"
height="20"
font="SansSerifSmall"
follows="bottom|left"
/>
<!-- lower middle row--> <!-- lower middle row-->
<button <button name="mark_btn" label="(No)Marcar" tool_tip="Marca/Desmarca a este avatar de la lista"/>
name="mark_btn" <button name="prev_marked_btn" label="Marcado Ant." tool_tip="Enfoca la cámara en el avatar marcado previo de la lista"/>
label="(Un)Mark" <button name="next_marked_btn" label="Marcado Sig." tool_tip="Enfoca la cámara en el avatar marcado siguiente de la lista"/>
tool_tip="(Un)Mark this avatar in the list"
left="10"
bottom_delta="-22"
width="80"
height="20"
font="SansSerifSmall"
follows="bottom|left"
/>
<button
name="prev_marked_btn"
label="Prev Marked"
tool_tip="Focus camera on previous marked avatar"
left_delta="90"
bottom_delta="0"
width="80"
height="20"
font="SansSerifSmall"
follows="bottom|left"
/>
<button
name="next_marked_btn"
label="Next Marked"
tool_tip="Focus camera on next marked avatar"
left_delta="90"
bottom_delta="0"
width="80"
height="20"
font="SansSerifSmall"
follows="bottom|left"
/>
<!-- lower row--> <!-- lower row-->
<button <button name="focus_btn" label="Foco" tool_tip="Enfoca la cámara en este avatar de la lista"/>
name="focus_btn" <button name="prev_in_list_btn" label="Anterior" tool_tip="Enfoca la cámara en el anterior avatar de la lista"/>
label="Focus" <button name="next_in_list_btn" label="Siguiente" tool_tip="Enfoca la cámara en el siguiente avatar de la lista"/>
tool_tip="Focus camera on this avatar in the list"
left="10"
bottom_delta="-22"
width="80"
height="20"
font="SansSerifSmall"
follows="bottom|left"
/>
<button
name="prev_in_list_btn"
label="Previous"
tool_tip="Focus camera on previous avatar in list"
left_delta="90"
bottom_delta="0"
width="80"
height="20"
font="SansSerifSmall"
follows="bottom|left"
/>
<button
name="next_in_list_btn"
label="Next"
tool_tip="Focus camera on next avatar in list"
left_delta="90"
bottom_delta="0"
width="80"
height="20"
font="SansSerifSmall"
follows="bottom|left"
/>
</panel> </panel>
<panel border="true" bottom_delta="-150" follows="left|top|right|bottom" height="255" <panel label="Alertas" name="alerts_tab">
label="Alerts" left="1" mouse_opaque="true" <check_box label="Mostrar Alertas en el chat" name="radar_alerts" tool_tip="Muestra en el chat las alertas de llegada y salida de los avatares" />
name="alerts_tab" width="398">
<check_box height="16" label="Display alerts in chat"
left="10" bottom_delta="-176" name="radar_alerts"
width="200" follows="bottom|left"
hidden="false" mouse_opaque="true" font="SansSerifSmall"
initial_value="true" enabled="true" radio_style="false"
control_name="RadarChatAlerts"
tool_tip="Announce alerts about incoming and outgoing avatars in chat" />
<check_box height="16" label="Avatars entering/exiting the sim" <check_box label="Avatares entrando/saliendo del sim" name="alerts_sim" tool_tip="Reporta los avatares que entran o salen del sim" />
left="20" bottom_delta="-18" name="alerts_sim"
width="200" follows="bottom|left"
hidden="false" mouse_opaque="true" font="SansSerifSmall"
initial_value="true" enabled="true" radio_style="false"
control_name="RadarAlertSim"
tool_tip="Report avatars entering or exiting the sim" />
<check_box height="16" label="Avatars within/beyond the draw distance" <check_box label="Avatare entrando/saliendo de la distancia de dibujo" name="alerts_draw" tool_tip="Reporta los avatares que entran o salen de la distancia de dibujo" />
left="20" bottom_delta="-18" name="alerts_draw"
width="200" follows="bottom|left"
hidden="false" mouse_opaque="true" font="SansSerifSmall"
initial_value="true" enabled="true" radio_style="false"
control_name="RadarAlertDraw"
tool_tip="Report avatars getting within or beyond the draw distance" />
<check_box height="16" label="Avatars within/beyond the shout range" <check_box label="Avatares entrando/saliendo del rango de gritos" name="alerts_chat" tool_tip="Reporta los avatares que entran o salen del rango de gritos" />
left="20" bottom_delta="-18" name="alerts_chat"
width="200" follows="bottom|left"
hidden="false" mouse_opaque="true" font="SansSerifSmall"
initial_value="true" enabled="true" radio_style="false"
control_name="RadarAlertShoutRange"
tool_tip="Report avatars getting within or beyond the shout range" />
<check_box height="16" label="Avatars within/beyond the chat range" <check_box label="Avatares entrando/saliendo del rango de chat" name="alerts_chat" tool_tip="Reporta los avatares que entran o salen del rango de chat" />
left="20" bottom_delta="-18" name="alerts_chat"
width="200" follows="bottom|left"
hidden="false" mouse_opaque="true" font="SansSerifSmall"
initial_value="true" enabled="true" radio_style="false"
control_name="RadarAlertChatRange"
tool_tip="Report avatars getting within or beyond the chat range" />
</panel> </panel>
<panel border="true" bottom_delta="-130" follows="left|top|right|bottom" height="255" <panel label="Moderación" name="land_tab">
label="Moderation" left="1" mouse_opaque="true"
name="land_tab" width="398">
<!-- Upper row --> <!-- Upper row -->
<button <button name="mute_btn" label="(No)Ignorar" tool_tip="Ignorar o dejar de ignorar a este avatar (los nombre de los avatares ignorados se resaltan en rojo en la lista)."/>
name="mute_btn" <button name="freeze_btn" label="Congelar" tool_tip="Congelar al avatar, para evitar que se pueda mover"/>
label="(Un)Mute" <button name="ar_btn" label="AR" tool_tip="Enviar un Reporte de Abuso sobre este avatar"/>
tool_tip="Mute or unmute this avatar (muted avatars' names are highlighted in red in the list)."
left="10"
bottom_delta="-200"
width="80"
height="20"
font="SansSerifSmall"
follows="bottom|left"
/>
<button
name="freeze_btn"
label="Freeze"
tool_tip="Freeze the avatar, preventing it from moving"
left_delta="90"
bottom_delta="0"
width="80"
height="20"
font="SansSerifSmall"
follows="bottom|left"
/>
<button
name="ar_btn"
label="AR"
tool_tip="Report abuse on this avatar"
left_delta="90"
bottom_delta="0"
width="80"
height="20"
font="SansSerifSmall"
follows="bottom|left"
/>
<!-- Lower row --> <!-- Lower row -->
<button <button name="eject_btn" label="Expulsar" tool_tip="Expulsar a este avatar de la parcela"/>
name="eject_btn"
label="Eject"
tool_tip="Eject the avatar from the parcel"
left="10"
bottom_delta="-24"
width="80"
height="20"
font="SansSerifSmall"
follows="bottom|left"
/>
<button <button name="estate_eject_btn" label="Expulsar del Estado" tool_tip="Expulsar a este avatar del estado"/>
name="estate_eject_btn"
label="Eject from estate"
tool_tip="Eject this avatar from the estate"
left_delta="90"
bottom_delta="0"
width="170"
height="20"
font="SansSerifSmall"
follows="bottom|left"
/>
</panel> </panel>
<panel border="true" bottom_delta="-150" follows="left|top|right|bottom" height="255" <panel label="Opciones" name="options_tab">
label="Options" left="1" mouse_opaque="true" <check_box label="Actualizar" name="update_enabled_cb" tool_tip="Definir cuando debe ser actualizada la lista de avatares"/>
name="options_tab" width="398"> <text name="rate">
<check_box height="16" label="Update" Frec.:
left="10" bottom_delta="-180" name="update_enabled_cb"
width="200" follows="bottom|left"
hidden="false" mouse_opaque="true" font="SansSerifSmall"
initial_value="true" enabled="true" radio_style="false"
tool_tip="Set whether the avatar list should update" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-24" drop_shadow_visible="true" enabled="true" font="SansSerifSmall" height="18" left="24"
mouse_opaque="false" name="rate" width="30">
Rate:
</text> </text>
<radio_group draw_border="true" bottom_delta="2" left_delta="44" follows="bottom|left" width="196" height="20" <radio_group name="update_rate" tool_tip="Frecuencia de actualización del radar (consume mas FPS cuando es alta)">
mouse_opaque="true" name="update_rate" control_name="RadarUpdateRate" enabled="true" <radio_item name="high">
tool_tip="Rate of the radar updates (eats up more FPS when higher)"> Alta
<radio_item type="string" length="1" bottom_delta="0" height="16" left_delta="4" mouse_opaque="true"
name="high" width="20" follows="bottom|left">
High
</radio_item> </radio_item>
<radio_item type="string" length="1" bottom_delta="0" height="16" left_delta="30" mouse_opaque="true" <radio_item name="medium">
name="medium" width="25" follows="bottom|left"> Media
Medium
</radio_item> </radio_item>
<radio_item type="string" length="1" bottom_delta="0" height="16" left_delta="35" mouse_opaque="true" <radio_item name="low">
name="low" width="20" follows="bottom|left"> Baja
Low
</radio_item> </radio_item>
</radio_group> </radio_group>
<check_box height="16" label="Announce even when closed" <check_box label="Anunciar aun estando cerrado" name="keep_open" tool_tip="Oculta el radar en vez de cerrarlo para seguir enviando los avisos al chat" />
left="10" bottom_delta="-24" name="keep_open" <check_box label="Anunciar keys all HUD" name="radar_chat_keys" tool_tip="Definir cuando enviar las keys de los avarares a los scritps LSL" />
width="200" follows="bottom|left" <button name="send_keys_btn" label="Anunciar Ahora" tool_tip="Envia todas las keys al HUD ahora"/>
hidden="false" mouse_opaque="true" font="SansSerifSmall"
initial_value="true" enabled="true" radio_style="false"
control_name="RadarKeepOpen"
tool_tip="Hides floater instead of closing to still announce in chat" />
<check_box height="16" label="Announce keys to HUD"
left="10" bottom_delta="-20" name="radar_chat_keys"
width="200" follows="bottom|left"
hidden="false" mouse_opaque="true" font="SansSerifSmall"
initial_value="true" enabled="true" radio_style="false"
control_name="RadarChatKeys"
tool_tip="Set whether to send keys of avatars to LSL scripts" />
<button
name="send_keys_btn"
label="Announce now"
tool_tip="Send all keys to HUD now"
left_delta="150"
bottom_delta="-2"
width="100"
height="20"
font="SansSerifSmall"
follows="bottom|left"
/>
</panel> </panel>
</tab_container> </tab_container>
</floater> </floater>

View File

@@ -1,246 +1,189 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="true" can_drag_on_left="false" can_minimize="true" <floater name="floater_report_abuse" title="Reportar Abuso">
can_resize="false" height="590" min_height="100" min_width="100" <texture_picker label="" name="screenshot"/>
name="floater_report_abuse" title="Report Abuse" width="390"> <check_box label="Incluir captura" name="screen_check"/>
<texture_picker allow_no_texture="true" bottom="-150" default_image_name="None" <text name="reporter_title">
follows="left|top" height="114" label="" left="238" mouse_opaque="true" Denunciante:
name="screenshot" width="134" />
<check_box bottom_delta="0" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Include screenshot" left="13"
mouse_opaque="true" name="screen_check" width="116" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-48" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="16"
mouse_opaque="true" name="reporter_title" v_pad="0" width="50">
Reporter:
</text> </text>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" <text name="reporter_field">
bottom="-48" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="62"
mouse_opaque="true" name="reporter_field" v_pad="0" width="150">
Loremipsum Dolorsitamut Loremipsum Dolorsitamut
</text> </text>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" <text name="sim_title">
bottom="-64" drop_shadow_visible="true" follows="left|top" Región:
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="16"
mouse_opaque="true" name="sim_title" v_pad="0" width="60">
Region:
</text> </text>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" <text name="sim_field">
bottom="-64" drop_shadow_visible="true" follows="left|top" Nombre de la Región
font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="62"
mouse_opaque="true" name="sim_field" v_pad="0" width="120">
Region Name
</text> </text>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" <text name="pos_title">
bottom="-80" drop_shadow_visible="true" follows="left|top" Posición:
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="16"
mouse_opaque="true" name="pos_title" v_pad="0" width="50">
Position:
</text> </text>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" <text name="pos_field">
bottom="-80" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="62"
mouse_opaque="true" name="pos_field" v_pad="0" width="120">
{128.1, 128.1, 15.4} {128.1, 128.1, 15.4}
</text> </text>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" <text name="select_object_label">
bottom_delta="-18" drop_shadow_visible="true" follows="left|top" Pulsa el botón y luego el objeto:
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="16"
mouse_opaque="true" name="select_object_label" v_pad="0" width="220">
Click the button then the object:
</text> </text>
<button bottom_delta="-30" font="SansSerif" halign="center" height="32" label="" <button label="" label_selected="" name="pick_btn" tool_tip="Selector de Objetos - Identificar un objeto como el sujeto de la denuncia"/>
label_selected="" left="16" mouse_opaque="true" name="pick_btn" <text name="object_name_label">
tool_tip="Object Picker - Identify an object as the subject of this report" Nombre:
width="32" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="16" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="53"
mouse_opaque="true" name="object_name_label" v_pad="0" width="60">
Name:
</text> </text>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" <text name="object_name">
bottom_delta="0" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="66"
mouse_opaque="true" name="object_name" v_pad="0" width="109">
Consetetur Sadipscing Consetetur Sadipscing
</text> </text>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" <text name="owner_name_label">
bottom_delta="-16" drop_shadow_visible="true" follows="left|top" Propietario:
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="53"
mouse_opaque="true" name="owner_name_label" v_pad="0" width="60">
Owner:
</text> </text>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" <text name="owner_name">
bottom_delta="0" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="66"
mouse_opaque="true" name="owner_name" v_pad="0" width="109">
Hendrerit Vulputate Hendrerit Vulputate
</text> </text>
<combo_box bottom_delta="-48" follows="left|top" height="20" left="16" mouse_opaque="true" <combo_box name="category_combo" tool_tip="Categoría -- selecciona la categoría que mejor describe esta denuncia">
name="category_combo" <combo_item name="Select_category">
tool_tip="Category -- select the category that best describes this report" Seleccionar categoría
width="356"> </combo_item>
<combo_item name="Select_category" value="0"> <combo_item name="Age__Age_play">
Select category Edad > Jugar a se niño
</combo_item><combo_item name="Age__Age_play" value="31"> </combo_item>
Age > Age play <combo_item name="Age__Adult_resident_on_Teen_Second_Life">
</combo_item><combo_item name="Age__Adult_resident_on_Teen_Second_Life" value="32"> Edad > Residente adulto en Teen Second Life
Age > Adult resident on Teen Second Life </combo_item>
</combo_item><combo_item name="Age__Underage_resident_outside_of_Teen_Second_Life" value="33"> <combo_item name="Age__Underage_resident_outside_of_Teen_Second_Life">
Age > Underage resident outside of Teen Second Life Edad > Residente menor de edad fuera de Teen Second Life
</combo_item><combo_item name="Assault__Combat_sandbox___unsafe_area" value="34"> </combo_item>
Assault > Combat sandbox / unsafe area <combo_item name="Assault__Combat_sandbox___unsafe_area">
</combo_item><combo_item name="Assault__Safe_area" value="35"> Ataque > Sandox de Combate / zona no segura
Assault > Safe area </combo_item>
</combo_item><combo_item name="Assault__Weapons_testing_sandbox" value="36"> <combo_item name="Assault__Safe_area">
Assault > Weapons testing sandbox Ataque > >Zona segura
</combo_item><combo_item name="Commerce__Failure_to_deliver_product_or_service" value="38"> </combo_item>
Commerce > Failure to deliver product or service <combo_item name="Assault__Weapons_testing_sandbox">
</combo_item><combo_item name="Disclosure__Real_world_information" value="39"> Ataque > Sandbox de prueba de armas
Disclosure > Real world information </combo_item>
</combo_item><combo_item name="Disclosure__Remotely_monitoring chat" value="40"> <combo_item name="Commerce__Failure_to_deliver_product_or_service">
Disclosure > Remotely monitoring chat Comercio > Error en la entrega de productos o servicios
</combo_item><combo_item name="Disclosure__Second_Life_information_chat_IMs" value="41"> </combo_item><combo_item name="Disclosure__Real_world_information">
Disclosure > Second Life information/chat/IMs Indiscreción > Información del mundo real
</combo_item><combo_item name="Disturbing_the_peace__Unfair_use_of_region_resources" value="42"> </combo_item>
Disturbing the peace > Unfair use of region resources <combo_item name="Disclosure__Remotely_monitoring chat">
</combo_item><combo_item name="Disturbing_the_peace__Excessive_scripted_objects" value="43"> Indiscreción > Monitoreo remoto del chat
Disturbing the peace > Excessive scripted objects </combo_item>
</combo_item><combo_item name="Disturbing_the_peace__Object_littering" value="44"> <combo_item name="Disclosure__Second_Life_information_chat_IMs">
Disturbing the peace > Object littering Indiscreción > Información de Second Life/chat/IMs
</combo_item><combo_item name="Disturbing_the_peace__Repetitive_spam" value="45"> </combo_item><combo_item name="Disturbing_the_peace__Unfair_use_of_region_resources">
Disturbing the peace > Repetitive spam Alterar la Paz > Abuso de los recursos de la región
</combo_item><combo_item name="Disturbing_the_peace__Unwanted_advert_spam" value="46"> </combo_item>
Disturbing the peace > Unwanted advert spam <combo_item name="Disturbing_the_peace__Excessive_scripted_objects">
</combo_item><combo_item name="Fraud__L$" value="47"> Alterar la Paz > Uso excesivo de objetos con scripts
Fraud > L$ </combo_item>
</combo_item><combo_item name="Fraud__Land" value="48"> <combo_item name="Disturbing_the_peace__Object_littering">
Fraud > Land Alterar la Paz > Objetos basura
</combo_item><combo_item name="Fraud__Pyramid_scheme_or_chain_letter" value="49"> </combo_item>
Fraud > Pyramid scheme or chain letter <combo_item name="Disturbing_the_peace__Repetitive_spam">
</combo_item><combo_item name="Fraud__US$" value="50"> Alterar la Paz > Spam (Mensajes no solicitados) repetitivo
Fraud > US$ </combo_item>
</combo_item><combo_item name="Ridiculous3" value="71"> <combo_item name="Disturbing_the_peace__Unwanted_advert_spam">
Freud > User has taken an interest in their mother Alterar la Paz > Publicidad no deseada
</combo_item><combo_item name="Harassment__Advert_farms___visual_spam" value="51"> </combo_item>
Harassment > Advert farms / visual spam <combo_item name="Fraud__L$">
</combo_item><combo_item name="Harassment__Defaming_individuals_or_groups" value="52"> Fraude > L$
Harassment > Defaming individuals or groups </combo_item>
</combo_item><combo_item name="Harassment__Impeding_movement" value="53"> <combo_item name="Fraud__Land">
Harassment > Impeding movement Fraude > Terreno
</combo_item><combo_item name="Harassment__Sexual_harassment" value="54"> </combo_item>
Harassment > Sexual harassment <combo_item name="Fraud__Pyramid_scheme_or_chain_letter">
</combo_item><combo_item name="Harassment__Solicting_inciting_others_to_violate_ToS" value="55"> Fraude > Esquemas piramidales o cadenas de cartas
Harassment > Solicting/inciting others to violate ToS </combo_item>
</combo_item><combo_item name="Harassment__Verbal_abuse" value="56"> <combo_item name="Fraud__US$">
Harassment > Verbal abuse Fraude > US$
</combo_item><combo_item name="Ridiculous1" value="69"> </combo_item>
Harassment > User keeps licking finger and touching me <combo_item name="Ridiculous3">
</combo_item><combo_item name="Indecency__Broadly_offensive_content_or_conduct" value="57"> Freud > Un usuario a manifestado interes en su madre
Indecency > Broadly offensive content or conduct </combo_item>
<!-- 58 = deprecated by AO --> <combo_item name="Harassment__Advert_farms___visual_spam">
</combo_item><combo_item name="Indecency__Inappropriate_avatar_name" value="59"> Acoso > Anuncios múltiples / spam visual
Indecency > Inappropriate avatar name </combo_item>
</combo_item><combo_item name="Indecency__Mature_content_in_PG_region" value="60"> <combo_item name="Harassment__Defaming_individuals_or_groups">
Indecency > Inappropriate content or conduct in a PG region Acoso > Difamación de individuos o grupos
</combo_item><combo_item name="Indecency__Inappropriate_content_in_Mature_region" value="69"> </combo_item>
Indecency > Inappropriate content or conduct in a Mature region <combo_item name="Harassment__Impeding_movement">
</combo_item><combo_item name="Intellectual_property_infringement_Content_Removal" value="66"> Acoso > Impedir el movimiento
Intellectual property infringement > Content Removal </combo_item>
</combo_item><combo_item name="Intellectual_property_infringement_CopyBot_or_Permissions_Exploit" value="37"> <combo_item name="Harassment__Sexual_harassment">
Intellectual property infringement > CopyBot or Permissions Exploit Acoso > Acoso sexual
</combo_item><combo_item name="Intolerance" value="61"> </combo_item>
Intolerance <combo_item name="Harassment__Solicting_inciting_others_to_violate_ToS">
</combo_item><combo_item name="Land__Abuse_of_sandbox_resources" value="62"> Acoso > Pedir/incitar a otros para violar el ToS
Land > Abuse of sandbox resources </combo_item>
</combo_item><combo_item name="Land__Encroachment__Objects_textures" value="63"> <combo_item name="Harassment__Verbal_abuse">
Land > Encroachment > Objects/textures Acoso > Abuso verbal
</combo_item><combo_item name="Land__Encroachment__Particles" value="64"> </combo_item>
Land > Encroachment > Particles <combo_item name="Ridiculous1">
</combo_item><combo_item name="Land__Encroachment__Trees_plants" value="65"> Acoso > El usuario se lame los dedos y me toca
Land > Encroachment > Trees/plants </combo_item>
</combo_item><combo_item name="Ridiculous2" value="70"> <combo_item name="Indecency__Broadly_offensive_content_or_conduct">
Land > Encroachment > User won't stay on their side of the car Indecencia > En general, contenido o conducta ofensivos
</combo_item><combo_item name="Wagering_gambling" value="67"> <!-- 58 = deprecated by AO -->
Wagering/gambling </combo_item><combo_item name="Indecency__Inappropriate_avatar_name">
</combo_item> Indecencia > Nombre inapropiado de avatar
<combo_item name="Other" value="68"> </combo_item>
Other <combo_item name="Indecency__Mature_content_in_PG_region">
</combo_item> Indecencia > Contenido o conducta inapropiados en una región PG
</combo_box> </combo_item>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" <combo_item name="Indecency__Inappropriate_content_in_Mature_region">
bottom_delta="-26" drop_shadow_visible="true" follows="left|top" Indecencia > Contenido o conducta inapropiados en una región Mature
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="16" </combo_item>
mouse_opaque="true" name="abuser_name_title" v_pad="0" width="180"> <combo_item name="Intellectual_property_infringement_Content_Removal">
Abuser name: Infracción de la propiedad Intelectual > Eliminación de contenidos
</combo_item>
<combo_item name="Intellectual_property_infringement_CopyBot_or_Permissions_Exploit">
Infracción de la propiedad Intelectual > CopyBot o Exploit (programa malicioso) de permisos
</combo_item>
<combo_item name="Intolerance">
Intolerancia
</combo_item>
<combo_item name="Land__Abuse_of_sandbox_resources">
Terreno > Abuso de los recursos de un sandbox
</combo_item>
<combo_item name="Land__Encroachment__Objects_textures">
Terreno > Invasión > Objetos/texturas
</combo_item>
<combo_item name="Land__Encroachment__Particles">
Terreno > Invasión > Partículas
</combo_item>
<combo_item name="Land__Encroachment__Trees_plants">
Terreno > Invasión > Árboles/plantas
</combo_item>
<combo_item name="Ridiculous2">
Terreno > Invasión > El usuario no se quiere quedar de su lado del coche
</combo_item>
<combo_item name="Wagering_gambling">
Apuestas/Juego
</combo_item>
<combo_item name="Other">
Otra
</combo_item>
</combo_box>
<text name="abuser_name_title">
Nombre del Infractor:
</text> </text>
<line_editor bevel_style="in" border_style="line" <button label="Elegir al Residente" label_selected="" name="select_abuser" tool_tip="Elegir de una lista el nombre del infractor"/>
border_thickness="1" bottom_delta="-18" follows="left|top" <check_box label="No se el nombre del infractor" name="omit_abuser_name" tool_tip="Marca esto si no puedes aportar el nombre del infractor"/>
font="SansSerifSmall" height="16" left="16" max_length="32" <text name="abuser_name_title2">
mouse_opaque="true" name="abuser_name_edit" Localización de la Infracción:
width="180" />
<button bottom_delta="-2" font="SansSerif" halign="center" height="20"
label="Choose Resident" label_selected="" left_delta="190"
mouse_opaque="true" name="select_abuser"
tool_tip="Select the name of the abuser from a list" width="160" />
<check_box bottom_delta="-18" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Don't know abuser's name" left="13" visible="false"
mouse_opaque="true" name="omit_abuser_name" width="116"
tool_tip="Check this if you are unable to provide the abuser's name"/>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-24" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="16"
mouse_opaque="true" name="abuser_name_title2" v_pad="0" width="180">
Location of Abuse:
</text> </text>
<line_editor bevel_style="in" border_style="line" <text name="sum_title">
border_thickness="1" bottom_delta="-18" follows="left|top" Sumario:
font="SansSerifSmall" height="16" left="16" max_length="256"
mouse_opaque="true" name="abuse_location_edit"
width="356" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-24" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="16"
mouse_opaque="true" name="sum_title" v_pad="0" width="180">
Summary:
</text> </text>
<line_editor bevel_style="in" border_style="line" <text name="dscr_title">
border_thickness="1" bottom_delta="-18" follows="left|top" Detalles:
font="SansSerifSmall" height="16" left="16" max_length="64"
mouse_opaque="true" name="summary_edit"
width="356" spell_check="true" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-24" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="16"
mouse_opaque="true" name="dscr_title" v_pad="0" width="180">
Details:
</text> </text>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" <text name="bug_aviso">
bottom_delta="-32" drop_shadow_visible="true" follows="left|top" Por favor, se muy concreto sobre la fecha, la localización,
font="SansSerifSmall" h_pad="0" halign="left" height="48" left="70" la naturaleza de la infracción, el aportar textos relevantes
mouse_opaque="true" name="bug_aviso" v_pad="0" width="308"> del chat o los MI, y, si es posible, selecciona el objeto.
Please be specific about the date, location, nature of
abuse, relevant chat/IM text, and select the object
if possible.
</text> </text>
<text_editor bottom_delta="-152" embedded_items="false" <text name="incomplete_title">
follows="left|top" font="SansSerifSmall" height="146" left="16" Nota: Las denuncias incompletas no serán investigadas.
max_length="800" mouse_opaque="false" name="details_edit"
width="356" word_wrap="true" spell_check="true" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-24" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="16"
mouse_opaque="true" name="incomplete_title" v_pad="0" width="342">
Note: Incomplete reports will not be investigated.
</text> </text>
<button bottom="10" follows="right|bottom" font="SansSerif" halign="center" height="20" <button label="Cancelar" label_selected="Cancelar" name="cancel_btn"/>
label="Cancel" label_selected="Cancel" mouse_opaque="true" <button label="Reportar Abuso" label_selected="Reportar Abuso" name="send_btn"/>
name="cancel_btn" right="373" width="150" />
<button bottom="10" follows="right|bottom" font="SansSerif" halign="center" height="20"
label="Report Abuse" label_selected="Report Abuse" mouse_opaque="true"
name="send_btn" right="217" width="150" />
</floater> </floater>

View File

@@ -1,176 +1,107 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="true" can_drag_on_left="false" can_minimize="true" <floater name="bug_reporter" title="Reportar Fallo">
can_resize="false" height="455" min_height="100" min_width="100" <texture_picker label="" name="screenshot"/>
name="bug_reporter" title="Report Bug" width="390"> <check_box label="Incluir captura de pantalla" name="screen_check"/>
<texture_picker allow_no_texture="true" bottom="-150" default_image_name="None" <text name="reporter_title">
follows="left|top" height="114" label="" left="238" mouse_opaque="true" Informante:
name="screenshot" width="134" />
<check_box bottom_delta="-16" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Include screenshot" left="234"
mouse_opaque="true" name="screen_check" width="116" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-48" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="16"
mouse_opaque="true" name="reporter_title" v_pad="0" width="50">
Reporter:
</text> </text>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" <text name="sim_title">
bottom="-48" drop_shadow_visible="true" follows="left|top" Región:
font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="62"
mouse_opaque="true" name="reporter_field" v_pad="0" width="120" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-64" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="16"
mouse_opaque="true" name="sim_title" v_pad="0" width="50">
Region:
</text> </text>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" <text name="pos_title">
bottom="-64" drop_shadow_visible="true" follows="left|top" Posición:
font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="62"
mouse_opaque="true" name="sim_field" v_pad="0" width="120" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-80" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="16"
mouse_opaque="true" name="pos_title" v_pad="0" width="50">
Position:
</text> </text>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" <text name="select_object_label">
bottom="-80" drop_shadow_visible="true" follows="left|top" Haz clic en el botón y en el objeto para seleccionar:
font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="62"
mouse_opaque="true" name="pos_field" v_pad="0" width="120" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-22" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="16"
mouse_opaque="true" name="select_object_label" v_pad="0" width="200">
Click the button then the object:
</text> </text>
<button bottom_delta="-32" font="SansSerif" halign="center" height="32" label="" <button label="" label_selected="" name="pick_btn" tool_tip="Selector de Objetos - Identifica un objeto como el sujeto de este reporte"/>
label_selected="" left="16" mouse_opaque="true" name="pick_btn" <text name="object_name_label">
tool_tip="Object Picker - Identify an object as the subject of this report" Nombre:
width="32" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="16" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="53"
mouse_opaque="true" name="object_name_label" v_pad="0" width="60">
Name:
</text> </text>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" <text name="object_name">
bottom_delta="0" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="66"
mouse_opaque="true" name="object_name" v_pad="0" width="109">
Consetetur Sadipscing Consetetur Sadipscing
</text> </text>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" <text name="owner_name_label">
bottom_delta="-16" drop_shadow_visible="true" follows="left|top" Propietario:
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="53"
mouse_opaque="true" name="owner_name_label" v_pad="0" width="60">
Owner:
</text> </text>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" <text name="owner_name">
bottom_delta="0" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="66"
mouse_opaque="true" name="owner_name" v_pad="0" width="109">
Hendrerit Vulputate Hendrerit Vulputate
</text> </text>
<combo_box bottom_delta="-28" follows="left|top" height="20" left="16" mouse_opaque="true" <combo_box name="category_combo" tool_tip="Categoría -- Elige la categoría que mejor describe este reporte">
name="category_combo" <combo_item name="Selectcategory">
tool_tip="Category -- select the category that best describes this report" Elegir categoría
width="180">
<combo_item name="Selectcategory" value="0">
Select category
</combo_item> </combo_item>
<combo_item name="Building" value="9"> <combo_item name="Building">
Building Construcción
</combo_item> </combo_item>
<combo_item name="Character" value="8"> <combo_item name="Character" value="8">
Character Personaje
</combo_item> </combo_item>
<combo_item name="Chat/IM" value="3"> <combo_item name="Chat/IM">
Chat/IM Chat/MI
</combo_item> </combo_item>
<combo_item name="Documentation" value="10"> <combo_item name="Documentation">
Documentation Documentación
</combo_item> </combo_item>
<combo_item name="Exploit" value="22"> <combo_item name="Exploit">
Exploit Exploit
</combo_item> </combo_item>
<combo_item name="Graphics" value="11"> <combo_item name="Graphics" value="11">
Graphics Gráficos
</combo_item> </combo_item>
<combo_item name="Inventory" value="12"> <combo_item name="Inventory">
Inventory Inventario
</combo_item> </combo_item>
<combo_item name="Lag" value="13"> <combo_item name="Lag">
Lag Lag
</combo_item> </combo_item>
<combo_item name="MissingContent" value="21"> <combo_item name="MissingContent">
Missing Content Contenido Perdido
</combo_item> </combo_item>
<combo_item name="LindenDollars(L$)" value="14"> <combo_item name="LindenDollars(L$)">
Linden Dollars (L$) Linden Dollars (L$)
</combo_item> </combo_item>
<combo_item name="Permissions" value="15"> <combo_item name="Permissions">
Permissions Permisos
</combo_item> </combo_item>
<combo_item name="Physics" value="16"> <combo_item name="Physics">
Physics sica
</combo_item> </combo_item>
<combo_item name="Script" value="17"> <combo_item name="Script">
Script Script
</combo_item> </combo_item>
<combo_item name="Sound" value="6"> <combo_item name="Sound">
Sound Sonidos
</combo_item> </combo_item>
<combo_item name="Stipends" value="18"> <combo_item name="Stipends">
Stipends Salario
</combo_item> </combo_item>
<combo_item name="Userinterface" value="19"> <combo_item name="Userinterface">
User interface Interfaz de usuario
</combo_item> </combo_item>
<combo_item name="Miscellaneous" value="20"> <combo_item name="Miscellaneous">
Miscellaneous Misceláneo
</combo_item> </combo_item>
</combo_box> </combo_box>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" <text name="sum_title">
bottom_delta="-25" drop_shadow_visible="true" follows="left|top" Sumario:
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="16"
mouse_opaque="true" name="sum_title" v_pad="0" width="180">
Summary:
</text> </text>
<line_editor bevel_style="in" border_style="line" <text name="dscr_title">
border_thickness="1" bottom_delta="-16" follows="left|top" Detalles: (Por favor, proporciona toda la información que sea posible)
font="SansSerifSmall" height="16" left="16" max_length="64"
mouse_opaque="true" name="summary_edit"
width="356" spell_check="true" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-20" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="16"
mouse_opaque="true" name="dscr_title" v_pad="0" width="342">
Details: (Please provide as much information as possible)
</text> </text>
<text_editor bottom_delta="-112" embedded_items="false" <text_editor name="details_edit">
follows="left|top" font="SansSerifSmall" height="112" left="16" Pasos para reproducir el fallo:
max_length="900" mouse_opaque="false" name="details_edit"
width="356" word_wrap="true" spell_check="true">
Steps to reproduce the bug:
Observed results: Resultados observados:
Expected results: Resultados esperados:
</text_editor> </text_editor>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" <text name="bug_aviso">
bottom_delta="-40" drop_shadow_visible="true" follows="left|top" Nota: los informes incompletos no serán investigados
font="SansSerifSmall" h_pad="0" halign="left" height="32" left="16" Si el fallo te permite hacer algo que no deberías poder hacer,
mouse_opaque="true" name="bug_aviso" v_pad="0" width="342"> especialmente si éste impacta en el rendimiento o seguridad,
Note: Incomplete reports will not be investigated por favor seleeciona la categoría &apos;Exploit&apos; ¡Gracias!
If this bug allows you to do something you should not be able
to do, especially if it impacts performance or security, please
select the &apos;Exploit&apos; category. Thank you!
</text> </text>
<button bottom="10" follows="right|bottom" font="SansSerif" halign="center" height="20" <button label="Cancelar" label_selected="Cancelar" name="cancel_btn"/>
label="Cancel" label_selected="Cancel" mouse_opaque="true" <button label="Reportar Fallo" label_selected="Reportar Fallo" name="send_btn"/>
name="cancel_btn" right="380" width="150" />
<button bottom="10" follows="right|bottom" font="SansSerif" halign="center" height="20"
label="Report Bug" label_selected="Report Bug" mouse_opaque="true"
name="send_btn" right="224" width="150" />
</floater> </floater>

View File

@@ -1,89 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater <floater name="rlv_behaviours" title="Activar Restricciones RLV">
can_close="true" <tab_container name="behaviour_tab">
can_drag_on_left="false" <panel label="Restricciones" name="behaviour_panel">
can_minimize="true" <scroll_list name="behaviour_list">
can_resize="true" <column label="Restricción" name="behaviour"/>
height="455" <column label="Nombre de Objeto" name="issuer"/>
min_height="200" </scroll_list>
min_width="375" </panel>
name="rlv_behaviours" <panel label="Excepciones" name="exception_panel">
title="Active RLV Restrictions" <scroll_list name="exception_list">
width="350"> <column label="Restricción" name="behaviour"/>
<column label="Opción" name="option"/>
<tab_container <column label="Nombre de Objeto" name="issuer"/>
follows="top|left|bottom|right" </scroll_list>
bottom="-445" </panel>
left="5" </tab_container>
height="420" <button label="Copiar al Portapapeles" name="copy_btn"/>
width="338"
name="behaviour_tab"
tab_position="top">
<panel
border="true"
label="Restrictions"
name="behaviour_panel">
<scroll_list
top_pad="17"
height="-30"
follows="top|left|bottom|right"
draw_border="false"
multi_select="false"
name="behaviour_list"
draw_heading="true"
draw_stripes="true"
left="2"
right="-2">
<column
label="Restriction"
name="behaviour"
width="170" />
<column
label="Object Name"
name="issuer"
width="170" />
</scroll_list>
</panel>
<panel
border="true"
label="Exceptions"
name="exception_panel">
<scroll_list
top_pad="17"
height="-30"
follows="top|left|bottom|right"
draw_border="false"
multi_select="false"
name="exception_list"
draw_heading="true"
draw_stripes="true"
left="2"
right="-2">
<column
label="Restriction"
name="behaviour"
width="70" />
<column
label="Option"
name="option"
width="170" />
<column
label="Object Name"
name="issuer"
width="170" />
</scroll_list>
</panel>
</tab_container>
<button
follows="bottom|left"
height="25"
label="Copy to Clipboard"
left="10"
name="copy_btn"
bottom="-440"
width="180" />
</floater> </floater>

View File

@@ -1,12 +1,9 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true" <floater name="rlvLocks" title="Activar Bloqueos RLV">
height="425" min_height="200" min_width="375" name="rlvLocks" title="Active RLV Locks" width="375" <scroll_list name="lock_list">
save_rect="true" save_visibility="true" single_instance="true"> <column label="Tipo" name="lock_type"/>
<scroll_list bottom="-410" left="2" right="-2" draw_border="false" follows="top|left|bottom|right" height="390" multi_select="false" <column label="Añadir/Quitar" name="lock_addrem"/>
name="lock_list" draw_heading="true" draw_stripes="true" layout="topleft"> <column label="Destino" name="lock_target"/>
<column label="Lock Type" name="lock_type" width="110" /> <column label="Por" name="lock_origin"/>
<column label="Add / Rem" name="lock_addrem" width="65" /> </scroll_list>
<column label="Lock Target" name="lock_target" width="150" />
<column label="Held By" name="lock_origin" width="150" />
</scroll_list>
</floater> </floater>

View File

@@ -1,15 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<multi_floater bottom="-463" can_close="true" can_drag_on_left="false" can_minimize="true" <multi_floater name="script debug floater" title="Avisos de Error de Script">
can_resize="true" height="233" left="337" min_height="100" min_width="100" <tab_container name="Preview Tabs">
mouse_opaque="true" name="script debug floater" <floater label="Script" name="all_scripts" title="[Todos los scripts]"/>
rect_control="FloaterScriptDebugRect" title="Script Warning/Error"
width="450">
<tab_container border="false" bottom="-233" follows="left|top|right|bottom" height="217"
left="1" mouse_opaque="false" name="Preview Tabs" tab_position="bottom"
width="448">
<floater bottom="-202" can_close="false" can_drag_on_left="false" can_minimize="true"
can_resize="false" follows="left|top|right|bottom" height="201"
label="Script" left="1" min_height="100" min_width="100"
mouse_opaque="true" name="all_scripts" title="[All scripts]" width="446" />
</tab_container> </tab_container>
</multi_floater> </multi_floater>

View File

@@ -1,89 +1,44 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel bottom="-550" enabled="true" follows="left|top|right|bottom" height="508" <panel name="script panel" >
left="0" mouse_opaque="true" name="script panel" width="500" border_drop_shadow_visible="false" border_visible="false" bevel_style="none" border_style="line" border_thickness="0"> <text_editor name="Script Editor">
<text_editor type="string" length="1" bottom="-393" Cargando...
embedded_items="false" enabled="true" follows="left|top|right|bottom"
font="Monospace" height="376" ignore_tab="false" left="4"
max_length="65536" mouse_opaque="true" name="Script Editor" width="492" border_drop_shadow_visible="false" border_visible="false" bevel_style="none" border_style="line" border_thickness="0"
word_wrap="true" show_line_numbers="true">
Loading...
</text_editor> </text_editor>
<button bottom="-499" enabled="true" follows="right|bottom" font="SansSerif" <button label="Edición..." label_selected="Edición..." name="Edit_btn"/>
halign="center" height="20" label="Edit..." label_selected="Edit..." left="230" <button label="Guardar" label_selected="Guardar" name="Save_btn"/>
mouse_opaque="true" name="Edit_btn" width="128" /> <combo_box label="Insertar..." name="Insert..."/>
<button bottom="-499" enabled="true" follows="right|bottom" font="SansSerif" <menu_bar name="script_menu">
halign="center" height="20" label="Save" label_selected="Save" left="360" <menu name="File" label="Archivo" >
mouse_opaque="true" name="Save_btn" width="128" /> <menu_item_call label="Guardar" name="Save"/>
<scroll_list background_visible="true" bottom="-457" column_padding="5" draw_border="true" <menu_item_call label="Revertir los Cambios" name="Revert All Changes"/>
draw_heading="false" draw_stripes="true" enabled="true"
follows="left|right|bottom" height="60" left="4" mouse_opaque="true"
multi_select="false" name="lsl errors" width="492" />
<combo_box allow_text_entry="false" bottom="-499" enabled="true" follows="left|bottom"
height="20" label="Insert..." left="12" max_chars="20" mouse_opaque="true"
name="Insert..." width="128" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" bevel_style="none" border_style="line" border_thickness="0"
bottom="-473" drop_shadow_visible="true" enabled="true"
follows="left|bottom" font="SansSerifSmall" h_pad="0" halign="left"
height="12" left="12" mouse_opaque="true" name="line_col" v_pad="0"
width="128" />
<menu_bar bottom="-18" drop_shadow="false" enabled="true" follows="left|top|right"
height="18" left="8" mouse_opaque="false" name="script_menu" opaque="false"
tear_off="false" width="476">
<menu bottom="0" drop_shadow="true" enabled="true" height="62"
left="0" mouse_opaque="false" name="File" opaque="true" tear_off="false"
width="138">
<menu_item_call bottom_delta="-30" height="20" label="Save" left="0" mouse_opaque="true"
name="Save" width="138" />
<menu_item_separator bottom_delta="-38" height="8" left="0" mouse_opaque="true" name="separator"
width="138" />
<menu_item_call bottom_delta="-58" height="20" label="Revert All Changes" left="0"
mouse_opaque="true" name="Revert All Changes" width="138" />
</menu> </menu>
<menu bottom="665" drop_shadow="true" enabled="true" height="198" <menu name="Edit" label="Edición">
left="222" mouse_opaque="false" name="Edit" opaque="true" tear_off="false" <menu_item_call label="Deshacer" name="Undo"/>
width="139"> <menu_item_call label="Rehacer" name="Redo"/>
<menu_item_call bottom_delta="-30" enabled="false" height="20" label="Undo" left="0" <menu_item_separator label="-----------" name="separator"/>
mouse_opaque="true" name="Undo" width="139" /> <menu_item_call label="Cortar" name="Cut"/>
<menu_item_call bottom_delta="-50" enabled="false" height="20" label="Redo" left="0" <menu_item_call label="Copiar" name="Copy"/>
mouse_opaque="true" name="Redo" width="139" /> <menu_item_call label="Pegar" name="Paste"/>
<menu_item_separator bottom_delta="-58" enabled="true" height="8" label="-----------" left="0" <menu_item_separator label="-----------" name="separator2"/>
mouse_opaque="true" name="separator" width="139" /> <menu_item_call label="Seleccionar Todol" name="Select All"/>
<menu_item_call bottom_delta="-78" enabled="false" height="20" label="Cut" left="0" <menu_item_call label="Deseleccionar" name="Deselect"/>
mouse_opaque="true" name="Cut" width="139" /> <menu_item_separator label="-----------" name="separator3"/>
<menu_item_call bottom_delta="-98" enabled="false" height="20" label="Copy" left="0" <menu_item_call label="Buscar / Reemplazar..." name="Search / Replace..."/>
mouse_opaque="true" name="Copy" width="139" />
<menu_item_call bottom_delta="-118" enabled="false" height="20" label="Paste" left="0"
mouse_opaque="true" name="Paste" width="139" />
<menu_item_separator bottom_delta="-126" enabled="true" height="8" label="-----------" left="0"
mouse_opaque="true" name="separator2" width="139" />
<menu_item_call bottom_delta="-146" enabled="true" height="20" label="Select All" left="0"
mouse_opaque="true" name="Select All" width="139" />
<menu_item_call bottom_delta="-166" enabled="false" height="20" label="Deselect" left="0"
mouse_opaque="true" name="Deselect" width="139" />
<menu_item_separator bottom_delta="-174" enabled="true" height="8" label="-----------" left="0"
mouse_opaque="true" name="separator3" width="139" />
<menu_item_call bottom_delta="-194" enabled="true" height="20" label="Search / Replace..."
left="0" mouse_opaque="true" name="Search / Replace..." width="139" />
</menu> </menu>
<menu bottom="-18" drop_shadow="true" enabled="true" height="34" <menu name="Help" label="Ayuda">
left="0" mouse_opaque="false" name="Help" opaque="true" tear_off="false" <menu_item_call label="Ayuda..." name="Help..."/>
width="112"> <menu_item_call label="Ayuda LSL Wiki..." name="LSL Wiki Help..."/>
<menu_item_call bottom="-30" enabled="true" height="20" label="Help..." left="0"
mouse_opaque="true" name="Help..." width="112" />
<menu_item_call bottom="-30" enabled="true" height="20" label="LSL Wiki Help..." left="0"
mouse_opaque="true" name="LSL Wiki Help..." width="112" />
</menu> </menu>
</menu_bar> </menu_bar>
<string name="loading"> <string name="loading">
Loading... Cargando...
</string> </string>
<string name="can_not_view"> <string name="can_not_view">
You are not allowed to view this script. No tienes permiso para ver este script.
</string> </string>
<string name="public_objects_can_not_run"> <string name="public_objects_can_not_run">
Public Objects cannot run scripts Los objetos públicos no pueden ejecutar scripts
</string> </string>
<string name="script_running"> <string name="script_running">
Running Ejecutándose
</string> </string>
</panel> </panel>

View File

@@ -1,23 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater bottom="-757" can_close="true" can_drag_on_left="false" can_minimize="true" <floater name="preview lsl text" title="Script: Rotation Script">
can_resize="true" enabled="true" height="550" left="358" min_height="271" <panel name="script panel"/>
min_width="290" mouse_opaque="true" name="preview lsl text" <text name="desc txt">
rect_control="PreviewScriptRect" title="Script: Rotation Script" Descripción:
width="500">
<panel bottom="-550" enabled="true" follows="left|top|right|bottom" height="508"
left="1" name="script panel" width="497" border_thickness="0"/>
<icon bottom="-19" color="1 1 1 1" enabled="true" follows="top|right" height="16"
image_name="icon_lock.tga" left="444" mouse_opaque="true" name="lock"
width="16" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-38" drop_shadow_visible="true" enabled="true" follows="left|top"
font="SansSerif" h_pad="0" halign="left" height="19" left="13"
mouse_opaque="true" name="desc txt" v_pad="0" width="80">
Description:
</text> </text>
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-38"
enabled="true" follows="left|top|right" font="SansSerif"
handle_edit_keys_directly="false" height="19" left="93" max_length="127"
mouse_opaque="true" name="desc" select_all_on_focus_received="false"
select_on_focus="false" width="394" spell_check="true" />
</floater> </floater>

View File

@@ -1,13 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater bottom="-763" can_close="true" can_drag_on_left="false" can_minimize="true" <floater name="queue" title="Reiniciar Progreso">
can_resize="true" enabled="true" height="400" left="408" min_height="100" <button label="Cerrar" label_selected="Cerrar" name="close"/>
min_width="100" mouse_opaque="true" name="queue" title="Reset Progress" <scroll_list name="queue output"/>
width="300" border_bevel="none" border_thickness="0">
<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" />
<scroll_list background_visible="true" bottom="-364" column_padding="5" draw_border="true"
draw_heading="false" draw_stripes="true" enabled="true"
follows="left|top|right|bottom" height="344" left="4" mouse_opaque="true"
multi_select="false" name="queue output" width="292" />
</floater> </floater>