Merge remote-tracking branch 'lirusaito/VoiceUpdate'

This commit is contained in:
Latif Khalifa
2013-06-27 23:31:46 +02:00
358 changed files with 27556 additions and 7624 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 B

View File

Before

Width:  |  Height:  |  Size: 485 B

After

Width:  |  Height:  |  Size: 485 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

Before

Width:  |  Height:  |  Size: 508 B

After

Width:  |  Height:  |  Size: 508 B

View File

Before

Width:  |  Height:  |  Size: 467 B

After

Width:  |  Height:  |  Size: 467 B

View File

Before

Width:  |  Height:  |  Size: 786 B

After

Width:  |  Height:  |  Size: 786 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@@ -403,11 +403,15 @@
<texture name="media_panel_divider.png"/>
<texture name="media_panel_scrollbg.png"/>
<texture name="go-previous-4.png"/>
<texture name="go-next-4.png"/>
<texture name="view-refresh-5.png"/>
<texture name="go-home-4.png"/>
<texture name="Parcel_Exp_Color.png" file_name="Parcel_Exp_Color.png" preload="false" />
<texture name="Flag.png" file_name="Flag.png" preload="false" />
<texture name="go-previous.png"/>
<texture name="go-next.png"/>
<texture name="go-reload.png"/>
<texture name="go-home.png"/>
<texture name="go-media-play.png"/>
<texture name="go-media-stop.png"/>
<texture name="Inv_WindLight.png" preload="true"/>
<texture name="Inv_WaterLight.png" preload="true"/>

View File

@@ -5,10 +5,11 @@
width="250">
<panel bottom="0" follows="left|top|right|bottom" left="0" mouse_opaque="false"
name="active_speakers_panel" right="250" top="300">
<scroll_list bottom="35" can_resize="true" column_padding="0" draw_heading="true"
<panel top="-18" left="11" right="-9" name="panel_voice_effect" visiblity_control="VoiceMorphingEnabled" filename="panel_voice_effect.xml" follows="top|right|left"/>
<scroll_list bottom="32" can_resize="true" column_padding="0" draw_heading="true"
draw_stripes="false" follows="left|top|bottom|right" left="10"
multi_select="false" name="speakers_list" right="-10" search_column="1"
sort_column="2" top="-20">
sort_column="2" top="-46">
<column name="icon_speaking_status" sort="speaking_status" width="20" />
<column dynamicwidth="true" label="Name" name="speaker_name" />
<column label="" name="speaking_status" width="0" />

View File

@@ -3,23 +3,68 @@
width="250" height="255"
name="beacons" title="Beacons"
rect_control="FloaterBeaconsRect" control_name="ShowBeaconsFloater">
<panel bottom="10" follows="left|top|right|bottom" left="10" width="230" height="230" name="beacons_panel">
<check_box bottom_delta="-33" follows="left|top" left="0" name="always_on" label="Keep beacons when closing floater" control_name="keepbeacons" />
<check_box bottom_delta="-30" follows="left|top" left="0" name="touch_only" label="Scripted Objects with Touch Only" control_name="scripttouchbeacon" />
<check_box bottom_delta="-20" follows="left|top" left="0" name="scripted" label="Scripted Objects" control_name="scriptsbeacon" />
<check_box bottom_delta="-20" follows="left|top" left="0" name="physical" label="Physical Objects" control_name="physicalbeacon" />
<check_box bottom_delta="-20" follows="left|top" left="0" name="sounds" label="Sound Sources" control_name="soundsbeacon" />
<check_box bottom_delta="-20" follows="left|top" left="0" name="particles" label="Particle Sources" control_name="particlesbeacon" />
<check_box bottom_delta="-30" follows="left|top" left="0" name="highlights" label="Render Highlights" control_name="renderhighlights" />
<check_box bottom_delta="-20" follows="left|top" left="0" name="beacons" label="Render Beacons" control_name="renderbeacons" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-15" drop_shadow_visible="true" enabled="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="12" left="25"
mouse_opaque="true" name="beacon_width_label" v_pad="0" width="128">
Beacon Width:
</text>
<slider bottom_delta="-20" can_edit_text="false" enabled="true" width="185" height="16" mouse_opaque="true"
decimal_digits="0" increment="1" initial_val="1" left="16" min_val="1.0" max_val="16.0"
name="beacon_width" show_text="true" value="1" control_name="DebugBeaconLineWidth"/>
</panel>
<panel bottom="10" follows="left|top|right|bottom" left="10" width="230" height="230" name="beacons_panel">
<check_box bottom_delta="-24" follows="left|top" left="0" control_name="BeaconsKeepVisible" label="Keep beacons when closing floater" name="always_on"/>
<check_box bottom_delta="-30" follows="left|top" control_name="renderbeacons" label="Render Beacons" name="beacons">
<check_box.commit_callback
function="Beacons.UICheck" />
</check_box>
<check_box bottom_delta="-20" follows="left|top" control_name="renderhighlights" label="Render Highlights" name="highlights">
<check_box.commit_callback
function="Beacons.UICheck" />
</check_box>
<text
type="string"
length="1"
bottom_delta="-20"
follows="left|top"
height="16"
left="20"
name="beacon_width_label"
width="128">
Beacon Width:
</text>
<slider
control_name="DebugBeaconLineWidth"
decimal_digits="0"
height="16"
increment="1"
initial_value="1"
max_val="16"
min_val="1"
name="beacon_width"
bottom_delta="-14"
width="180" />
<check_box bottom_delta="-22" follows="left|top" left="0" control_name="physicalbeacon" label="Physical Objects" name="physical">
<check_box.commit_callback
function="Beacons.UICheck" />
</check_box>
<check_box bottom_delta="-20" follows="left|top" control_name="scriptsbeacon" label="Scripted Objects" name="scripted">
<check_box.commit_callback
function="Beacons.UICheck" />
</check_box>
<check_box bottom_delta="-20" follows="left|top" control_name="scripttouchbeacon" label="Scripted Objects with Touch Only" name="touch_only">
<check_box.commit_callback
function="Beacons.UICheck" />
</check_box>
<check_box bottom_delta="-20" follows="left|top" control_name="soundsbeacon" label="Sound Sources" name="sounds">
<check_box.commit_callback
function="Beacons.UICheck" />
</check_box>
<check_box bottom_delta="-20" follows="left|top" control_name="particlesbeacon" label="Particle Sources" name="particles">
<check_box.commit_callback
function="Beacons.UICheck" />
</check_box>
<check_box
bottom_delta="-20"
follows="left|top"
control_name="moapbeacon"
height="16"
left="0"
label="Media sources"
name="moapbeacon" >
<check_box.commit_callback
function="Beacons.UICheck" />
</check_box>
</panel>
</floater>

View File

@@ -27,11 +27,11 @@
select_on_focus="false" tab_group="1" tool_tip="Search Second Life"
width="160" spell_check="true" />
<button bottom="-26" follows="top|right" font="SansSerifSmall" height="25"
label="" left="230" name="back_btn" width="25" image_overlay="go-previous-4.png"/>
label="" left="230" name="back_btn" width="25" image_overlay="go-previous.png"/>
<button bottom="-26" follows="top|right" font="SansSerifSmall" height="25"
label="" left_delta="27" name="forward_btn" width="25" image_overlay="go-next-4.png" />
label="" left_delta="27" name="forward_btn" width="25" image_overlay="go-next.png" />
<button bottom="-26" follows="top|right" font="SansSerifSmall" height="25"
label="" left_delta="27" name="reload_btn" width="25" image_overlay="view-refresh-5.png"/>
label="" left_delta="27" name="reload_btn" width="25" image_overlay="go-reload.png"/>
<button bottom="-48" follows="top|right" font="SansSerif" height="20"
label="Search" left="121" name="search_btn" width="95" />
<combo_box allow_text_entry="false" bottom="-46" follows="right|top" height="18"
@@ -73,7 +73,7 @@
halign="center" height="18" label="?" label_selected="?" left="-25"
mouse_opaque="true" name="?" width="18" />
<web_browser bottom="25" follows="top|left|bottom|right" font="SansSerifSmall" left="10"
name="find_browser" right="-10" top="-60" />
name="find_browser" trusted_content="true" right="-10" top="-60" />
<text bottom="5" follows="bottom|left" halign="left" height="16" left="10"
name="status_text" width="150" />
<string name="loading_text">
@@ -315,23 +315,24 @@
<string name="not_found_text">None Found.</string>
<button bottom="-30" follows="top|left" font="SansSerifSmall" height="25"
label=""
image_overlay="go-previous-4.png"
image_overlay="go-previous.png"
left="10"
name="back_btn" width="25" />
<button bottom_delta="0" follows="top|left" font="SansSerifSmall" height="25"
label=""
image_overlay="go-next-4.png"
image_overlay="go-next.png"
left_delta="27"
name="forward_btn" width="25" />
<button bottom_delta="0" follows="top|left" font="SansSerifSmall" height="25"
label=""
image_overlay="view-refresh-5.png"
image_overlay="go-reload.png"
left_delta="27"
name="reload_btn" width="25" />
<!-- No mature content checkbox, showcase is all PG -->
<web_browser name="showcase_browser"
bottom="25"
follows="top|left|bottom|right"
trusted_content="true"
font="SansSerifSmall"
left="10"
right="-10"
@@ -686,10 +687,10 @@ To buy direct, visit the land and click on the place name in the title bar.
mouse_opaque="true" name="result_text" v_pad="0" width="328" />
</panel>
<panel bottom="-549" follows="all" height="533" label="Marketplace" left="1" mouse_opaque="false" name="market_panel" width="778">
<button bottom="-30" follows="top|left" height="25" label="" left="10" name="back_btn" width="25" image_overlay="go-previous-4.png"/>
<button bottom_delta="0" follows="top|left" height="25" label="" left_delta="27" name="forward_btn" width="25" image_overlay="go-next-4.png" />
<button bottom_delta="0" follows="top|left" height="25" label="" left_delta="27" name="reload_btn" width="25" image_overlay="view-refresh-5.png"/>
<web_browser name="market_browser" bottom="25" follows="all" left="10" right="-10" top="-40"/>
<button bottom="-30" follows="top|left" height="25" label="" left="10" name="back_btn" width="25" image_overlay="go-previous.png"/>
<button bottom_delta="0" follows="top|left" height="25" label="" left_delta="27" name="forward_btn" width="25" image_overlay="go-next.png" />
<button bottom_delta="0" follows="top|left" height="25" label="" left_delta="27" name="reload_btn" width="25" image_overlay="go-reload.png"/>
<web_browser name="market_browser" trusted_content="true" bottom="25" follows="all" left="10" right="-10" top="-40"/>
<text bottom="5" follows="bottom|left" left="10" height="16" name="status_text"/>
<string name="loading_text">Loading...</string>
<string name="done_text">Done</string>

View File

@@ -623,11 +623,11 @@ To buy direct, visit the land and click on the place name in the title bar.
mouse_opaque="true" name="result_text" v_pad="0" width="328" />
</panel>
<panel bottom="-549" follows="all" height="533" label="Marketplace" left="1" mouse_opaque="false" name="market_panel" width="778">
<button bottom="-30" follows="top|left" height="25" label="" left="10" name="back_btn" width="25" image_overlay="go-previous-4.png"/>
<button bottom_delta="0" follows="top|left" height="25" label="" left_delta="27" name="forward_btn" width="25" image_overlay="go-next-4.png" />
<button bottom="-30" follows="top|left" height="25" label="" left="10" name="back_btn" width="25" image_overlay="go-previous.png"/>
<button bottom_delta="0" follows="top|left" height="25" label="" left_delta="27" name="forward_btn" width="25" image_overlay="go-next.png" />
<button bottom_delta="0" follows="top|left" height="25" label="" left_delta="27" name="reload_btn" width="25" image_overlay="view-refresh-5.png"/>
<button bottom_delta="0" follows="top|left" height="25" label="" tooltip="reset" left_delta="27" name="reset_btn" width="25" image_overlay="go-home-4.png"/>
<web_browser name="market_browser" bottom="25" follows="all" left="10" right="-10" top="-40"/>
<button bottom_delta="0" follows="top|left" height="25" label="" tooltip="reset" left_delta="27" name="reset_btn" width="25" image_overlay="go-reload.png"/>
<web_browser name="market_browser" trusted_content="true" bottom="25" follows="all" left="10" right="-10" top="-40"/>
<text bottom="5" follows="bottom|left" left="10" height="16" name="status_text"/>
<string name="loading_text">Loading...</string>
<string name="done_text">Done</string>

View File

@@ -86,11 +86,11 @@
select_on_focus="false" tab_group="1" tool_tip="Search Second Life"
width="160" spell_check="true" />
<button bottom="-26" follows="top|right" font="SansSerifSmall" height="25"
label="" left="230" name="back_btn" width="25" image_overlay="go-previous-4.png"/>
label="" left="230" name="back_btn" width="25" image_overlay="go-previous.png"/>
<button bottom="-26" follows="top|right" font="SansSerifSmall" height="25"
label="" left_delta="27" name="forward_btn" width="25" image_overlay="go-next-4.png" />
label="" left_delta="27" name="forward_btn" width="25" image_overlay="go-next.png" />
<button bottom="-26" follows="top|right" font="SansSerifSmall" height="25"
label="" left_delta="27" name="reload_btn" width="25" image_overlay="view-refresh-5.png"/>
label="" left_delta="27" name="reload_btn" width="25" image_overlay="go-reload.png"/>
<button bottom="-48" follows="top|right" font="SansSerif" height="20"
label="Search" left="121" name="search_btn" width="95" />
<combo_box allow_text_entry="false" bottom="-46" follows="right|top" height="18"
@@ -132,7 +132,7 @@
halign="center" height="18" label="?" label_selected="?" left="-25"
mouse_opaque="true" name="?" width="18" />
<web_browser bottom="25" follows="top|left|bottom|right" font="SansSerifSmall" left="10"
name="find_browser" right="-10" top="-60" />
name="find_browser" trusted_content="true" right="-10" top="-60" />
<text bottom="5" follows="bottom|left" halign="left" height="16" left="10"
name="status_text" width="150" />
<string name="loading_text">
@@ -374,23 +374,24 @@
<string name="not_found_text">None Found.</string>
<button bottom="-30" follows="top|left" font="SansSerifSmall" height="25"
label=""
image_overlay="go-previous-4.png"
image_overlay="go-previous.png"
left="10"
name="back_btn" width="25" />
<button bottom_delta="0" follows="top|left" font="SansSerifSmall" height="25"
label=""
image_overlay="go-next-4.png"
image_overlay="go-next.png"
left_delta="27"
name="forward_btn" width="25" />
<button bottom_delta="0" follows="top|left" font="SansSerifSmall" height="25"
label=""
image_overlay="view-refresh-5.png"
image_overlay="go-reload.png"
left_delta="27"
name="reload_btn" width="25" />
<!-- No mature content checkbox, showcase is all PG -->
<web_browser name="showcase_browser"
bottom="25"
follows="top|left|bottom|right"
trusted_content="true"
font="SansSerifSmall"
left="10"
right="-10"
@@ -745,11 +746,11 @@ To buy direct, visit the land and click on the place name in the title bar.
mouse_opaque="true" name="result_text" v_pad="0" width="328" />
</panel>
<panel bottom="-549" follows="all" height="533" label="Marketplace" left="1" mouse_opaque="false" name="market_panel" width="778">
<button bottom="-30" follows="top|left" height="25" label="" left="10" name="back_btn" width="25" image_overlay="go-previous-4.png"/>
<button bottom_delta="0" follows="top|left" height="25" label="" left_delta="27" name="forward_btn" width="25" image_overlay="go-next-4.png" />
<button bottom_delta="0" follows="top|left" height="25" label="" left_delta="27" name="reload_btn" width="25" image_overlay="view-refresh-5.png"/>
<button bottom_delta="0" follows="top|left" height="25" label="" tooltip="reset" left_delta="27" name="reset_btn" width="25" image_overlay="go-home-4.png"/>
<web_browser name="market_browser" bottom="25" follows="all" left="10" right="-10" top="-40"/>
<button bottom="-30" follows="top|left" height="25" label="" left="10" name="back_btn" width="25" image_overlay="go-previous.png"/>
<button bottom_delta="0" follows="top|left" height="25" label="" left_delta="27" name="forward_btn" width="25" image_overlay="go-next.png" />
<button bottom_delta="0" follows="top|left" height="25" label="" left_delta="27" name="reload_btn" width="25" image_overlay="go-reload.png"/>
<button bottom_delta="0" follows="top|left" height="25" label="" tooltip="reset" left_delta="27" name="reset_btn" width="25" image_overlay="go-home.png"/>
<web_browser name="market_browser" trusted_content="true" bottom="25" follows="all" left="10" right="-10" top="-40"/>
<text bottom="5" follows="bottom|left" left="10" height="16" name="status_text"/>
<string name="loading_text">Loading...</string>
<string name="done_text">Done</string>

View File

@@ -1,58 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true"
height="440" min_height="140" min_width="467" name="floater_about"
rect_control="FloaterMediaRect" title="Media Browser" width="820">
<layout_stack name="stack1" bottom="0" follows="left|right|top|bottom" left="10" top="-20" width="800">
<layout_panel auto_resize="false" bottom="0" height="25" left="0" name="nav_controls" user_resize="false"
width="800">
<button bottom="0" follows="left|top" height="25" label="" image_overlay="go-previous-4.png" left="0" name="back"
width="25" />
<button bottom_delta="0" follows="left|top" height="25" label="" image_overlay="go-next-4.png" left_delta="27"
name="forward" width="25" />
<button bottom_delta="0" enabled="false" follows="left|top" height="25" label="" image_overlay="view-refresh-5.png"
left_delta="27" name="reload" width="25" />
<combo_box allow_text_entry="true" bottom_delta="4" follows="left|top|right" height="20"
left_delta="29" max_chars="255" name="address" width="657" />
<button bottom_delta="-4" enabled="false" follows="right|top" height="25" label="Go" font="SansSerif"
left_delta="660" name="go" width="55" />
<!--button bottom_delta="0" enabled="true" follows="right|top" height="25" label="" image_overlay="go-home-4.png"
left_delta="58" name="home" width="35" /-->
</layout_panel>
<layout_panel auto_resize="false" bottom="0" height="20" left="0" name="time_controls" user_resize="false"
width="800">
<button bottom="0" follows="left|top" height="20" label="rewind" left="0" name="rewind"
width="55" />
<button bottom_delta="0" follows="left|top" height="20" label="" left_delta="55"
name="play" width="55" image_unselected="button_anim_play.tga" image_selected="button_anim_play_selected.tga" scale_image="true" />
<button bottom_delta="0" follows="left|top" height="20" label="" left_delta="0"
name="pause" width="55" image_unselected="button_anim_pause.tga" image_selected="button_anim_pause_selected.tga" scale_image="true" />
<button bottom_delta="0" follows="left|top" height="20" label="stop"
left_delta="65" name="stop" width="55" />
<button bottom_delta="0" follows="left|top" height="20" label="forward"
left_delta="75" name="seek" width="55" />
</layout_panel>
<layout_panel auto_resize="false" bottom="0" height="20" left="0"
name="parcel_owner_controls" user_resize="false" width="540">
<button bottom="0" enabled="false" follows="left|top" height="22"
label="Send Current URL To Parcel" left="0" name="assign" width="200" />
</layout_panel>
<layout_panel auto_resize="true" bottom="0" height="20" left="0" name="external_controls" user_resize="false"
width="540">
<web_browser bottom="30" follows="left|right|top|bottom" left="0" name="browser" top="20"
width="540" />
<button bottom="5" follows="bottom|left" height="20" label="Open in My Web Browser"
left="0" name="open_browser" width="185" />
<check_box bottom="5" control_name="UseExternalBrowser" follows="bottom|left" height="20"
label="Always open in my web browser" left_delta="190" name="open_always"
width="200" />
<!--button bottom="5" follows="bottom|right" height="20" label="Close" left="-70"
name="close" width="70" /-->
</layout_panel>
</layout_stack>
<string name="home_page_url">
http://www.secondlife.com
</string>
<string name="support_page_url">
http://wiki.secondlife.com/wiki/Knowledge_Base
</string>
</floater>

View File

@@ -0,0 +1,73 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
can_close="true"
can_drag_on_left="false"
can_minimize="true"
can_resize="false"
can_tear_off="true"
default_tab_group="1"
enabled="true"
width="365"
height="535"
min_height="535"
min_width="365"
mouse_opaque="true"
name="media_settings"
help_topic = "media_settings"
title="MEDIA SETTINGS">
<button
bottom="-525"
enabled="true"
follows="right|bottom"
font="SansSerif"
halign="center"
height="20"
label="OK"
label_selected="OK"
left="75"
mouse_opaque="true"
name="OK"
scale_image="true"
width="90" />
<button
bottom_delta="0"
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_delta="0"
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" />
<tab_container
bottom="-500"
enabled="true"
follows="left|top|right|bottom"
height="485"
left="0"
mouse_opaque="false"
name="tab_container"
tab_group="1"
tab_position="top"
tab_width="80"
width="365" />
</floater>

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater
name="Nearby Media"
title="Nearby Media"
can_resize="true"
can_close="true"
height="208"
min_width="300"
min_height="122"
width="328">
<panel
name="nearby_media"
width="328"
height="190"
bottom="-208"
left="0"
follows="all"
mouse_opaque="false"
/>
</floater>

View File

@@ -11,75 +11,135 @@
image_disabled="tool_zoom.tga" image_disabled_selected="tool_zoom_active.tga"
image_selected="tool_zoom_active.tga" image_unselected="tool_zoom.tga"
label="" label_selected="" left="4" mouse_opaque="true" name="button focus"
tool_tip="Focus" width="32" />
tool_tip="Focus" width="32" >
<button.commit_callback
function="BuildTool.setTool"
parameter="Focus" />
</button>
<button bottom="-34" follows="left|top" font="SansSerif" halign="center" height="32"
image_disabled="UIImgGrabUUID" image_disabled_selected="UIImgGrabSelectedUUID"
image_selected="UIImgGrabSelectedUUID" image_unselected="UIImgGrabUUID"
label="" label_selected="" left="40" mouse_opaque="true" name="button move"
tool_tip="Move" width="32" />
tool_tip="Move" width="32" >
<button.commit_callback
function="BuildTool.setTool"
parameter="Move" />
</button>
<button bottom="-34" follows="left|top" font="SansSerif" halign="center" height="32"
image_disabled="UIImgFaceUUID" image_disabled_selected="UIImgFaceSelectedUUID"
image_selected="UIImgFaceSelectedUUID" image_unselected="UIImgFaceUUID"
label="" label_selected="" left="76" mouse_opaque="true" name="button edit"
tool_tip="Edit" width="32" />
tool_tip="Edit" width="32" >
<button.commit_callback
function="BuildTool.setTool"
parameter="Edit" />
</button>
<button bottom="-34" follows="left|top" font="SansSerif" halign="center" height="32"
image_disabled="UIImgCreateUUID" image_disabled_selected="UIImgCreateSelectedUUID"
image_selected="UIImgCreateSelectedUUID" image_unselected="UIImgCreateUUID"
label="" label_selected="" left="112" mouse_opaque="true"
name="button create" tool_tip="Create" width="32" />
name="button create" tool_tip="Create" width="32" >
<button.commit_callback
function="BuildTool.setTool"
parameter="Create" />
</button>
<button bottom="-34" follows="left|top" font="SansSerif" halign="center" height="32"
image_disabled="tool_dozer.tga" image_disabled_selected="tool_dozer_active.tga"
image_selected="tool_dozer_active.tga" image_unselected="tool_dozer.tga"
label="" label_selected="" left="148" mouse_opaque="true"
name="button land" tool_tip="Land" width="32" />
name="button land" tool_tip="Land" width="32" >
<button.commit_callback
function="BuildTool.setTool"
parameter="Land" />
</button>
<!-- Focus panel -->
<check_box bottom="-70" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Zoom" left="4" mouse_opaque="true"
name="radio zoom" radio_style="true" width="114" />
name="radio zoom" radio_style="true" width="114" >
<check_box.commit_callback
function="BuildTool.commitRadioFocus"/>
</check_box>
<volume_slider bottom="-69" follows="left|top" height="14" increment="0.01"
initial_val="0.125" left="114" max_val="0.5" min_val="0"
mouse_opaque="true" name="slider zoom" width="134" />
mouse_opaque="true" name="slider zoom" width="134" >
<volume_slider.commit_callback
function="BuildTool.commitZoom"/>
</volume_slider>
<check_box bottom="-84" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Orbit (Ctrl)" left="4" mouse_opaque="true"
name="radio orbit" radio_style="true" width="114" />
name="radio orbit" radio_style="true" width="114" >
<check_box.commit_callback
function="BuildTool.commitRadioFocus"/>
</check_box>
<check_box bottom_delta="-15" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Pan (Ctrl-Shift)" left="4"
mouse_opaque="true" name="radio pan" radio_style="true" width="114" />
mouse_opaque="true" name="radio pan" radio_style="true" width="114" >
<check_box.commit_callback
function="BuildTool.commitRadioFocus"/>
</check_box>
<!-- Move panel -->
<check_box bottom="-70" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Move" left="4" mouse_opaque="true"
name="radio move" radio_style="true" width="114" />
name="radio move" radio_style="true" width="114" >
<check_box.commit_callback
function="BuildTool.commitRadioMove"/>
</check_box>
<check_box bottom_delta="-15" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Lift (Ctrl)" left="4" mouse_opaque="true"
name="radio lift" radio_style="true" width="114" />
name="radio lift" radio_style="true" width="114" >
<check_box.commit_callback
function="BuildTool.commitRadioMove"/>
</check_box>
<check_box bottom_delta="-15" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Spin (Ctrl-Shift)" left="4"
mouse_opaque="true" name="radio spin" radio_style="true" width="114" />
mouse_opaque="true" name="radio spin" radio_style="true" width="114" >
<check_box.commit_callback
function="BuildTool.commitRadioMove"/>
</check_box>
<!-- Edit panel -->
<check_box bottom="-70" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Position" left="4" mouse_opaque="true"
name="radio position" radio_style="true" width="114" />
name="radio position" radio_style="true" width="114" >
<check_box.commit_callback
function="BuildTool.commitRadioEdit"/>
</check_box>
<check_box bottom_delta="-15" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Rotate (Ctrl)" left="4" mouse_opaque="true"
name="radio rotate" radio_style="true" width="114" />
name="radio rotate" radio_style="true" width="114" >
<check_box.commit_callback
function="BuildTool.commitRadioEdit"/>
</check_box>
<check_box bottom_delta="-15" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Stretch (Ctrl-Shift)" left="4"
mouse_opaque="true" name="radio stretch" radio_style="true" width="123" />
mouse_opaque="true" name="radio stretch" radio_style="true" width="123" >
<check_box.commit_callback
function="BuildTool.commitRadioEdit"/>
</check_box>
<check_box bottom_delta="-15" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Select Texture" left="4" mouse_opaque="true"
name="radio select face" radio_style="true" width="114" />
name="radio select face" radio_style="true" width="114" >
<check_box.commit_callback
function="BuildTool.commitRadioEdit"/>
</check_box>
<check_box bottom_delta="-15" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Align (Ctrl-A)" left="4" mouse_opaque="true"
name="radio align" radio_style="true" width="114" />
name="radio align" radio_style="true" width="114" >
<check_box.commit_callback
function="BuildTool.commitRadioEdit"/>
</check_box>
<check_box bottom_delta="-15" control_name="EditLinkedParts" follows="left|top"
font="SansSerifSmall" height="16" initial_value="false"
label="Edit linked parts" left="4" mouse_opaque="true"
name="checkbox edit linked parts" width="114" />
name="checkbox edit linked parts" width="114">
<check_box.commit_callback
function="BuildTool.selectComponent"/>
</check_box>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-17" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="14" left="6"
@@ -98,6 +158,8 @@
<combo_item name="Reference" value="Reference">
Reference
</combo_item>
<combo_box.commit_callback
function="BuildTool.gridMode"/>
</combo_box>
<check_box bottom="-67" control_name="ScaleUniform" follows="left|top"
font="SansSerifSmall" height="15" initial_value="false"
@@ -120,7 +182,10 @@
left_delta="0" mouse_opaque="true" name="checkbox snap to grid" width="134" />
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" halign="center"
valign="center" height="18" label="Options..." label_selected="Options..."
left_delta="64" mouse_opaque="true" name="Options..." scale_image="TRUE" width="75" />
left_delta="64" mouse_opaque="true" name="Options..." scale_image="TRUE" width="75" >
<button.commit_callback
function="BuildTool.gridOptions"/>
</button>
<!-- Help text -->
@@ -249,29 +314,53 @@
<check_box bottom="-69" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Select Land" left="4" mouse_opaque="true"
name="radio select land" radio_style="true" width="114" />
name="radio select land" radio_style="true" width="114" >
<check_box.commit_callback
function="BuildTool.commitRadioLand"/>
</check_box>
<check_box bottom_delta="-15" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Flatten" left="4" mouse_opaque="true"
name="radio flatten" radio_style="true" width="114" />
name="radio flatten" radio_style="true" width="114" >
<check_box.commit_callback
function="BuildTool.commitRadioLand"/>
</check_box>
<check_box bottom_delta="-15" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Raise" left="4" mouse_opaque="true"
name="radio raise" radio_style="true" width="114" />
name="radio raise" radio_style="true" width="114" >
<check_box.commit_callback
function="BuildTool.commitRadioLand"/>
</check_box>
<check_box bottom_delta="-15" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Lower" left="4" mouse_opaque="true"
name="radio lower" radio_style="true" width="114" />
name="radio lower" radio_style="true" width="114" >
<check_box.commit_callback
function="BuildTool.commitRadioLand"/>
</check_box>
<check_box bottom_delta="-15" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Smooth" left="4" mouse_opaque="true"
name="radio smooth" radio_style="true" width="114" />
name="radio smooth" radio_style="true" width="114" >
<check_box.commit_callback
function="BuildTool.commitRadioLand"/>
</check_box>
<check_box bottom_delta="-15" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Roughen" left="4" mouse_opaque="true"
name="radio noise" radio_style="true" width="114" />
name="radio noise" radio_style="true" width="114" >
<check_box.commit_callback
function="BuildTool.commitRadioLand"/>
</check_box>
<check_box bottom_delta="-15" follows="left|top" font="SansSerifSmall" height="16"
initial_value="false" label="Revert" left="4" mouse_opaque="true"
name="radio revert" radio_style="true" width="114" />
name="radio revert" radio_style="true" width="114" >
<check_box.commit_callback
function="BuildTool.commitRadioLand"/>
</check_box>
<button bottom="-72" follows="left|top" font="SansSerifSmall" halign="center"
height="20" label="Apply" label_selected="Apply"
left="116" mouse_opaque="true" name="button apply to selection"
scale_image="TRUE" tool_tip="Modify Selected Land" width="78" />
scale_image="TRUE" tool_tip="Modify Selected Land" width="78" >
<button.commit_callback
function="BuildTool.applyToSelection"/>
</button>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false"
border_visible="false" bottom_delta="-16" drop_shadow_visible="true" enabled="true"
follows="left|top" font="SansSerifSmall" h_pad="0" halign="left" height="12" left="118"
@@ -286,7 +375,10 @@
</text>
<volume_slider bottom_delta="-4" follows="left|top" height="16" hidden="false"
increment="0.1" initial_val="2.0" left="178" max_val="11.0" min_val="1.0"
mouse_opaque="true" name="slider brush size" width="80" />
mouse_opaque="true" name="slider brush size" width="80" >
<volume_slider.commit_callback
function="BuildTool.commitDozerSize"/>
</volume_slider>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false"
border_visible="false" bottom_delta="-18" drop_shadow_visible="true" enabled="true"
follows="left|top" font="SansSerifSmall" h_pad="0" halign="left" height="12" left="132"
@@ -295,7 +387,10 @@
</text>
<volume_slider bottom_delta="-4" follows="left|top" height="16" hidden="false"
increment="0.1" initial_val="0.00" left="178" max_val="2.0" min_val="-1.0"
mouse_opaque="true" name="slider force" width="80" />
mouse_opaque="true" name="slider force" width="80" >
<volume_slider.commit_callback
function="BuildTool.LandBrushForce"/>
</volume_slider>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-160" left="118" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="right" height="16" visible="false"
@@ -388,13 +483,14 @@
mouse_opaque="true" name="Group:" v_pad="0" width="78">
Group:
</text>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-126" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="78"
mouse_opaque="true" name="Group Name Proxy" v_pad="0" visible="false"
width="88">
The Lindens
</text>
<name_box
follows="left|top"
height="16"
initial_value="Loading..."
bottom="-126"
left_delta="78"
name="Group Name Proxy"
width="142"/>
<button bottom="-126" follows="top|right" font="SansSerifSmall" halign="center"
height="16" label="Set" label_selected="Set..." left_delta="94"
mouse_opaque="true" name="button set group" scale_image="TRUE" width="30" />
@@ -1415,12 +1511,12 @@
initial_value="false" label="Flip" left_delta="170" mouse_opaque="true"
name="checkbox flip t" width="70" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-228" drop_shadow_visible="true" follows="left|top"
bottom="-208" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10"
mouse_opaque="true" name="tex rotate" v_pad="0" width="102">
Rotation (degrees)
</text>
<spinner bottom="-234" decimal_digits="2" follows="left|top" height="16" increment="1"
<spinner bottom="-214" decimal_digits="2" follows="left|top" height="16" increment="1"
initial_val="0" left="112" max_val="9999" min_val="-9999"
mouse_opaque="true" name="TexRot" width="68" />
<string name="string repeats per meter">
@@ -1430,40 +1526,127 @@
Repeats Per Face
</string>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-250" drop_shadow_visible="true" follows="left|top"
bottom="-226" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10"
mouse_opaque="true" name="rpt" v_pad="0" width="160">
Repeats Per Meter
</text>
<spinner bottom="-256" decimal_digits="1" follows="left|top" height="16" increment="0.1"
<spinner bottom="-232" decimal_digits="1" follows="left|top" height="16" increment="0.1"
initial_val="1" left="112" max_val="10" min_val="0.1" mouse_opaque="true"
name="rptctrl" width="68" />
<button bottom="-256" follows="left|top" font="SansSerifSmall" halign="center"
<button bottom="-232" follows="left|top" font="SansSerifSmall" halign="center"
height="20" label="Apply" label_selected="Apply" left_delta="78"
mouse_opaque="true" name="button apply" scale_image="TRUE" width="75" />
mouse_opaque="true" name="button apply" scale_image="TRUE" width="68" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-288" drop_shadow_visible="true" follows="left|top"
bottom="-244" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10"
mouse_opaque="true" name="tex offset" v_pad="0" width="160">
Offset
</text>
<spinner bottom="-308" decimal_digits="4" follows="top" height="16" increment="0.01" initial_val="0" label="Horizontal (U)" label_width="90" left="20"
<spinner bottom="-264" decimal_digits="4" follows="top" height="16" increment="0.01" initial_val="0" label="Horizontal (U)" label_width="90" left="20"
max_val="1" min_val="-1" mouse_opaque="true" name="TexOffsetU" width="160"/>
<spinner bottom_delta="-18" decimal_digits="4" follows="top" height="16" increment="0.01" initial_val="0" label="Vertical (V)" label_width="90"
left="20" max_val="1" min_val="-1" name="TexOffsetV"
width="160"/>
<text bottom="-352" height="20" left="10" name="textbox autofix" v_pad="0" width="160">Align media texture
(must load first)</text>
<button bottom="-360" follows="left|top" font="SansSerifSmall" halign="center"
height="20" label="Align" label_selected="Align" left="112"
mouse_opaque="true" name="button align" scale_image="TRUE" width="68" />
<text bottom="-322" drop_shadow_visible="true" follows="left|top" height="20" left="185" name="textbox params">Texture Params</text>
<button bottom_delta="-18" follows="top|right" font="SansSerifSmall" halign="center"
<text bottom="-244" v_pad="0" drop_shadow_visible="true" follows="left|top" height="10" left="185" width="85" name="textbox params">Texture Params</text>
<button bottom_delta="-24" follows="top|right" font="SansSerifSmall" halign="center"
height="20" label="Copy" left_delta="5" mouse_opaque="true" name="copytextures" enabled="true"
tool_tip="Copy Testure Params from Clipboard" width="68" />
tool_tip="Copy Texture Params from Clipboard" width="68" />
<button bottom_delta="-20" follows="top" height="20" label="Paste" name="pastetextures" tool_tip="Paste Texture Params from Clipboard" width="68" />
</panel>
<panel border="true" bottom="-383" follows="left|top|right|bottom" height="367"
<text
type="string"
length="1"
follows="left|top"
height="18"
bottom="-307"
left="10"
top_pad="3"
name="media_tex"
width="190">
Media:
</text>
<panel
border="true"
follows="left|top"
mouse_opaque="false"
background_visible="false"
name="Add_Media"
left="5"
bottom="-358"
height="54"
width="260">
<button
follows="top|left"
height="20"
label="Add"
name="add_media"
tab_stop="false"
top_delta="0"
tool_tip="Add Media"
left="153"
bottom="-25"
width="35">
<button.commit_callback
function="BuildTool.AddMedia"/>
</button>
<button
follows="top|left"
height="20"
label="Rem"
name="delete_media"
tool_tip="Delete this media texture"
left="188"
bottom="-25"
width="40">
<button.commit_callback
function="BuildTool.DeleteMedia"/>
</button>
<button
follows="top|left"
tool_tip="Edit this Media"
height="20"
label=">>"
name="edit_media"
left="228"
bottom="-25"
width="30">
<button.commit_callback
function="BuildTool.EditMedia"/>
</button>
<text
follows="left|top|right"
height="18"
left="10"
bottom="-46"
use_ellipses="true"
read_only="true"
name="media_info"
width="180" />
<web_browser
visible="false"
enabled="false"
border_visible="true"
bottom_delta="0"
follows="top|left"
bottom="-5"
name="title_media"
width="4"
height="4"
start_url="about:blank"
decouple_texture_size="true" />
<button
follows="right|top"
height="20"
label="Align"
left="166"
name="button align"
bottom="-48"
tool_tip="Align media texture (must load first)"
width="80" />
</panel>
</panel>
<panel border="true" bottom="-383" follows="left|top|right|bottom" height="367"
label="Content" left="1" mouse_opaque="false" name="Contents" width="270">
<button bottom="-30" follows="left|top" font="SansSerif" halign="center" height="20" label="New Script" label_selected="New Script" left="10" name="button new script" scale_image="TRUE" width="100"/>
<button bottom_delta="0" left_delta="110" width="100" height="20" follows="left|top"

View File

@@ -27,6 +27,7 @@ you must accept the agreement.
<!-- Loading text says: "Loading Terms of Service..." URL encoded -->
<web_browser bottom="-406" embedded_items="false" follows="left|top" font="SansSerif"
height="340" left="16" max_length="65536" mouse_opaque="true"
trusted_content="true"
name="tos_html"
start_url="data:text/html,%3Chtml%3E%3Chead%3E%3C/head%3E%3Cbody text=%22000000%22%3E%3Ch2%3E Loading %3Ca%20target%3D%22_external%22%20href%3D%22http%3A//secondlife.com/app/tos/%22%3ETerms%20of%20Service%3C/a%3E...%3C/h2%3E %3C/body%3E %3C/html%3E"
width="568" word_wrap="true" />

View File

@@ -0,0 +1,180 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="27"
can_resize="true"
can_close="true"
can_minimize="true"
height="500"
name="voice_effects"
help_topic="voice_effects"
title="Voice Morphing"
background_visible="true"
layout="topleft"
rect_control="FloaterVoiceEffectRect"
min_height="360"
min_width="300"
width="300">
<string name="no_voice_effect">
(No Voice Morph)
</string>
<string name="active_voice_effect">
(Active)
</string>
<string name="unsubscribed_voice_effect">
(Unsubscribed)
</string>
<string name="new_voice_effect">
(New!)
</string>
<!-- effect names begin -->
<string name="effect_Arena">Arena</string>
<string name="effect_Beast">Beast</string>
<string name="effect_Buff">Buff</string>
<string name="effect_Buzz">Buzz</string>
<string name="effect_Camille">Camille</string>
<string name="effect_Creepy">Creepy</string>
<string name="effect_CreepyBot">CreepyBot</string>
<string name="effect_Cyber">Cyber</string>
<string name="effect_DeepBot">DeepBot</string>
<string name="effect_Demon">Demon</string>
<string name="effect_Female Elf">Female Elf</string>
<string name="effect_Flirty">Flirty</string>
<string name="effect_Foxy">Foxy</string>
<string name="effect_Halloween 2010 Bonus">Halloween_2010_Bonus</string>
<string name="effect_Helium">Helium</string>
<string name="effect_Husky">Husky</string>
<string name="effect_Husky Whisper">Husky Whisper</string>
<string name="effect_Intercom">Intercom</string>
<string name="effect_Julia">Julia</string>
<string name="effect_Lo Lilt">Lo Lilt</string>
<string name="effect_Macho">Macho</string>
<string name="effect_Micro">Micro</string>
<string name="effect_Mini">Mini</string>
<string name="effect_Model">Model</string>
<string name="effect_Nano">Nano</string>
<string name="effect_Nightmare">Nightmare</string>
<string name="effect_PopBot">PopBot</string>
<string name="effect_Rachel">Rachel</string>
<string name="effect_Radio">Radio</string>
<string name="effect_Robot">Robot</string>
<string name="effect_Roxanne">Roxanne</string>
<string name="effect_Rumble">Rumble</string>
<string name="effect_Sabrina">Sabrina</string>
<string name="effect_Samantha">Samantha</string>
<string name="effect_Sexy">Sexy</string>
<string name="effect_Shorty">Shorty</string>
<string name="effect_Smaller">Smaller</string>
<string name="effect_Sneaky">Sneaky</string>
<string name="effect_Stallion">Stallion</string>
<string name="effect_Sultry">Sultry</string>
<string name="effect_Thunder">Thunder</string>
<string name="effect_Vixen">Vixen</string>
<string name="effect_WhinyBot">WhinyBot</string>
<!-- effect names end -->
<text
height="16"
word_wrap="true"
use_ellipses="true"
type="string"
follows="left|top|right"
layout="topleft"
font="SansSerifBold"
color="White"
left="10"
name="preview_text"
right="-10"
bottom="-35">To Preview
</text>
<text
height="23"
word_wrap="true"
use_ellipses="true"
type="string"
follows="left|top|right"
layout="topleft"
left="10"
name="status_text"
right="-5"
top_pad="0">
Record a sample, then click on a voice to hear how it will sound.
</text>
<button
follows="left|top"
height="23"
label="Record"
layout="topleft"
left="10"
name="record_btn"
tool_tip="Record a sample of your voice."
top_pad="5"
width="100">
<button.commit_callback
function="VoiceEffect.Record" />
</button>
<button
follows="left|top"
height="23"
label="Stop"
layout="topleft"
left_delta="0"
name="record_stop_btn"
bottom_delta="0"
width="100">
<button.commit_callback
function="VoiceEffect.Stop" />
</button>
<button
follows="left|top"
height="23"
label="Activate"
layout="topleft"
left_delta="100"
name="activate_btn"
bottom_delta="0"
width="100">
<button.commit_callback
function="VoiceEffect.Activate" />
</button>
<text_editor
enabled="false"
bg_readonly_color="0 0 0 0"
hide_border="true"
hide_scrollbar="true"
font="SansSerifSmall"
height="23"
halign="right"
left_delta="104"
use_ellipses="true"
type="string"
follows="top|right"
layout="topleft"
bottom_delta="0"
name="voice_morphing_link"
right="-10">
Subscribe Now
</text_editor>
<scroll_list
bottom="10"
draw_heading="true"
follows="all"
layout="topleft"
left="10"
multi_select="false"
name="voice_effect_list"
right="-10"
tool_tip="Record a sample of your voice, then click an effect to preview."
top="-95">
<column
label="Voice Name"
name="name"
width="160" />
<column
dynamic_width="true"
label="Expires"
name="expires"
width="140" />
</scroll_list>
</floater>

View File

@@ -28,6 +28,7 @@ To use voice, you must accept the license agreement.
<web_browser bottom="-406" embedded_items="false" follows="left|top" font="SansSerif"
height="340" left="16" max_length="65536" mouse_opaque="true"
name="license_html"
trusted_content="true"
start_url="data:text/html,%3Chtml%3E%3Chead%3E%3C/head%3E%3Cbody text=%22000000%22%3E%3Ch2%3E Loading %3Ca%20target%3D%22_external%22%20href%3D%22http%3A//vivox.com/vivox_aup.html%22%3EVivox%20Acceptable%20Use%20Policy%3C/a%3E...%3C/h2%3E %3C/body%3E %3C/html%3E"
width="568" word_wrap="true" />
<string name="real_url">

View File

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

View File

@@ -0,0 +1,167 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
can_close="true"
can_drag_on_left="false"
can_minimize="true"
can_resize="true"
height="440"
min_height="140"
min_width="467"
name="floater_web_content"
rect_control="FloaterMediaRect"
title="Web Browser"
initial_mime_type="text/html"
width="820">
<layout_stack
bottom="0"
follows="left|right|top|bottom"
left="5"
name="stack1"
top="-20"
mouse_opaque="false"
width="810">
<layout_panel
auto_resize="false"
bottom="0"
height="25"
left="0"
name="nav_controls"
user_resize="false"
mouse_opaque="false"
width="815">
<button
bottom="0"
tool_tip="Navigate back"
follows="left|top"
height="25"
label=""
image_overlay="go-previous.png"
left="0"
name="back"
width="25" >
<button.commit_callback
function="WebContent.Back" />
</button>
<button
tool_tip="Navigate forward"
bottom_delta="0"
follows="left|top"
height="25" label=""
image_overlay="go-next.png"
left_delta="27"
name="forward"
width="25" >
<button.commit_callback
function="WebContent.Forward" />
</button>
<button
bottom_delta="0"
tool_tip="Stop navigation"
enabled="true"
follows="left|top"
height="25"
label=""
image_overlay="go-stop.png"
name="stop"
left_delta="27"
width="25">
<button.commit_callback
function="WebContent.Stop" />
</button>
<button
tool_tip="Reload page"
bottom_delta="0"
follows="left|top"
height="25"
label=""
image_overlay="go-reload.png"
name="reload"
left_delta="0"
width="25" >
<button.commit_callback
function="WebContent.Reload" />
</button>
<combo_box
allow_text_entry="true"
follows="left|top|right"
height="20"
left_delta="29"
max_chars="1024"
name="address"
tool_tip="Enter URL here"
select_all_on_focus_received="true"
bottom_delta="4"
width="706">
<combo_box.commit_callback
function="WebContent.EnterAddress" />
</combo_box>
<icon
name="media_secure_lock_flag"
height="16"
follows="top|right"
image_name="lock.png"
left_delta="667"
bottom="6"
tool_tip="Secured Browsing"
width="16" />
<button
bottom_delta="-6"
tool_tip="Open current URL in your desktop browser"
follows="right|top"
enabled="true"
height="25"
label=""
image_overlay="media_btn_newwindow.png"
left_delta="41"
name="popexternal"
width="25">
<button.commit_callback
function="WebContent.PopExternal" />
</button>
</layout_panel>
<layout_panel
bottom="0"
height="20"
left="0"
name="external_controls"
auto_resize="true"
user_resize="false"
width="540">
<web_browser
bottom="0"
follows="all"
left="0"
name="webbrowser"
border_visible="false"
top="20"
width="540" />
</layout_panel>
<layout_panel name="status_bar"
height="23"
mouse_opaque="false"
auto_resize="false">
<text
type="string"
length="200"
follows="bottom|left"
height="20"
bottom="2"
left_delta="0"
name="statusbartext"
parse_urls="false"
width="495"/>
<progress_bar
color_bar="0.3 1.0 0.3 1"
follows="bottom|right"
height="16"
left="715"
bottom_delta="5"
left_pad="24"
name="statusbarprogress"
width="64"/>
</layout_panel>
</layout_stack>
</floater>

View File

@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
can_close="true"
can_minimize="false"
height="108"
layout="topleft"
name="whitelist_entry"
single_instance="true"
help_topic="whitelist_entry"
title="WHITELIST ENTRY"
width="390">
<text type="string" length="1" bottom="-35" follows="top|left" height="15"
left="10" name="media_label">
Enter a URL or URL pattern to add to the list of allowed domains
</text>
<line_editor bottom_delta="-25" enabled="true" follows="left|top" font="SansSerif"
height="20" left="10" name="whitelist_entry"
tool_tip="Enter a URL or URL pattern to White List"
width="350" />
<button follows="top|left" height="20" label="OK"
layout="topleft" left="10" name="ok_btn" bottom_delta="-28" width="64" />
<button follows="top|left" height="20" label="Cancel"
layout="topleft" left="79" name="cancel_btn" bottom_delta="0" width="64" />
</floater>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<menu
name="media ctrl context menu">
<menu_item_call
label="Cut"
layout="topleft"
name="Cut">
<menu_item_call.on_click
function="Edit.Cut" />
<menu_item_call.on_enable
function="Edit.EnableCut" />
</menu_item_call>
<menu_item_call
label="Copy"
layout="topleft"
name="Copy">
<menu_item_call.on_click
function="Edit.Copy" />
<menu_item_call.on_enable
function="Edit.EnableCopy" />
</menu_item_call>
<menu_item_call
label="Paste"
layout="topleft"
name="Paste">
<menu_item_call.on_click
function="Edit.Paste" />
<menu_item_call.on_enable
function="Edit.EnablePaste" />
</menu_item_call>
</menu>

View File

@@ -45,6 +45,10 @@
mouse_opaque="true" name="perm prefs" >
<on_click function="ShowFloater" userdata="perm prefs" />
</menu_item_call>
<!--menu_item_check mouse_opaque="true" label="Show Voice Morpher" name="voice effect">
<on_click function="ShowFloater" userdata="voice effect"/>
<on_check function="FloaterVisible" userdata="voice effect"/>
</menu_item_check-->
<menu_item_separator bottom="-94" enabled="true" height="8" label="-----------" left="0"
mouse_opaque="true" name="separator" width="243" />
<menu_item_call label="Minimize All Windows" mouse_opaque="true" name="Minimize All Windows">

View File

@@ -952,6 +952,20 @@ This entire region is damage enabled.
Scripts must be allowed to run for weapons to work.
</notification>
<notification
icon="alertmodal.tga"
name="MultipleFacesSelected"
type="alertmodal">
Multiple faces are currently selected.
If you continue this action, separate instances of media will be set on multiple faces of the object.
To place the media on only one face, choose Select Face and click on the desired face of that object then click Add.
<tag>confirm</tag>
<usetemplate
ignoretext="Media will be set on multiple selected faces"
name="okcancelignore"
notext="Cancel"
yestext="OK"/>
</notification>
<notification
icon="alertmodal.tga"
name="MustBeInParcel"
@@ -1107,6 +1121,21 @@ There is no reimbursement for fees paid.
yestext="OK"/>
</notification>
<notification
icon="alertmodal.tga"
name="DeleteMedia"
type="alertmodal">
You have selected to delete the media associated with this face.
Are you sure you want to continue?
<tag>confirm</tag>
<usetemplate
ignoretext="Confirm before I delete media from an object"
name="okcancelignore"
notext="No"
yestext="Yes"/>
</notification>
<notification
icon="alertmodal.tga"
name="ClassifiedSave"
@@ -2679,14 +2708,34 @@ Display settings have been set to recommended levels based on your system config
[ERROR_MESSAGE]
</notification>
<notification
icon="alertmodal.tga"
name="AvatarMovedDesired"
type="alertmodal">
<tag>fail</tag>
Your desired location is not currently available.
You have been moved into a nearby region.
</notification>
<notification
icon="alertmodal.tga"
name="AvatarMoved"
type="notify">
Your [TYPE] location is not currently available. [HELP]
name="AvatarMovedLast"
type="alertmodal">
<tag>fail</tag>
Your requested location is not currently available.
You have been moved into a nearby region.
</notification>
<notification
icon="alertmodal.tga"
name="AvatarMovedHome"
type="alertmodal">
<tag>fail</tag>
Your home location is not currently available.
You have been moved into a nearby region.
You may want to set a new home location.
</notification>
<notification
icon="alertmodal.tga"
name="ClothingLoading"
@@ -2752,6 +2801,15 @@ Please choose the male or female avatar. You can change your mind later.
notext="Female"
yestext="Male"/>
</notification>
<notification icon="alertmodal.tga"
name="CantTeleportToGrid"
type="alertmodal">
Could not teleport to [SLURL] as it's on a different grid ([GRID]) than the current grid ([CURRENT_GRID]). Please close your viewer and try again.
<tag>fail</tag>
<usetemplate
name="okbutton"
yestext="OK"/>
</notification>
<notification
icon="alertmodal.tga"
@@ -3493,11 +3551,24 @@ Join me in [REGION]
</form>
</notification>
<notification
icon="alertmodal.tga"
name="TooManyTeleportOffers"
type="alertmodal">
You attempted to make [OFFERS] teleport offers
which exceeds the limit of [LIMIT].
<tag>group</tag>
<tag>fail</tag>
<usetemplate
name="okbutton"
yestext="OK"/>
</notification>
<notification
icon="alertmodal.tga"
name="OfferTeleportFromGod"
type="alertmodal">
God summon user to your location?
God summon Resident to your location?
<form name="form">
<input name="message" type="text">
Join me in [REGION]
@@ -7375,6 +7446,34 @@ An error has occurred while trying to connect to voice chat for [VOICE_CHANNEL_N
</unique>
</notification>
<notification
icon="notifytip.tga"
name="UnsupportedCommandSLURL"
priority="high"
type="notifytip">
The SLurl you clicked on is not supported.
<tag>fail</tag>
</notification>
<notification
icon="notifytip.tga"
name="BlockedSLURL"
priority="high"
type="notifytip">
<tag>security</tag>
A SLurl was received from an untrusted browser and has been blocked for your security.
</notification>
<notification
icon="notifytip.tga"
name="ThrottledSLURL"
priority="high"
type="notifytip">
<tag>security</tag>
Multiple SLurls were received from an untrusted browser within a short period.
They will be blocked for a few seconds for your security.
</notification>
<notification
duration="10"
icon="notifytip.tga"
@@ -7383,14 +7482,17 @@ An error has occurred while trying to connect to voice chat for [VOICE_CHANNEL_N
type="notifytip">
The region you have entered is running a different simulator version. Click this message for details.
</notification>
<notification
icon="notifytip.tga"
name="UnableToOpenCommandURL"
priority="high"
type="notifytip">
The URL you clicked cannot be opened from this web browser.
</notification>
<notification
icon="alertmodal.tga"
name="ObjectMediaFailure"
type="alertmodal">
Server Error: Media update or get failed.
&apos;[ERROR]&apos;
<tag>fail</tag>
<usetemplate
name="okbutton"
yestext="OK"/>
</notification>
<notification
name="MeshUploadError"
@@ -7539,6 +7641,23 @@ Your shape, skin, hair or eyes might be defect.
yestext="OK"/>
</notification>
<notification
name="PopupAttempt"
icon="alertmodal.tga"
type="browser">
A pop-up was prevented from opening.
<form name="form">
<ignore name="ignore"
control="MediaEnablePopups"
invert_control="true"
text="Enable all pop-ups"/>
<button default="true"
index="0"
name="open"
text="Open pop-up window"/>
</form>
</notification>
<notification
icon="alertmodal.tga"
label="All settings reset"

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel border="false" height="100" label="Audio &amp; Video" name="Media panel" width="250">
<panel border="false" height="120" label="Audio &amp; Video" name="Media panel" width="250">
<slider control_name="AudioLevelMaster" follows="top" height="15" increment="0.005" initial_val="0.5" label="Master" label_width="55" left="10" max_val="1" min_val="0" name="System Volume" show_text="false" volume="true" width="181"/>
<button bottom_delta="0" control_name="MuteAudio" follows="top" height="16" image_selected="icn_speaker-muted_dark.tga" image_unselected="icn_speaker_dark.tga" scale_image="false" label="" right="-28" name="mute_audio" toggle="true" width="25"/>
<slider bottom_delta="-30" control_name="AudioLevelMusic" follows="top" height="15" increment="0.005" initial_val="0.5" label="Music" label_width="55" left="10" max_val="1" min_val="0" name="Music Volume" show_text="false" volume="true" width="181"/>
@@ -14,4 +14,5 @@
<button bottom_delta="0" control_name="MuteAmbient" follows="top" height="16" image_selected="icn_speaker-muted_dark.tga" image_unselected="icn_speaker_dark.tga" scale_image="false" right="-28" label="" name="mute_wind" toggle="true" width="25"/>
<slider control_name="AudioLevelUI" follows="top" height="15" increment="0.005" initial_val="0.5" label="UI" label_width="55" left="10" max_val="1" min_val="0" name="UI Volume" show_text="false" volume="true" width="181"/>
<button bottom_delta="0" control_name="MuteUI" follows="top" height="16" image_selected="icn_speaker-muted_dark.tga" image_unselected="icn_speaker_dark.tga" scale_image="false" right="-28" label="" name="mute_ui" toggle="true" width="25"/>
<button bottom_delta="-20" control_name="ShowNearbyMediaFloater" follows="top" height="18" left="10" label="Nearby Media" name="nearby_media" toggle="true" width="200"/>
</panel>

View File

@@ -219,7 +219,8 @@
tool_tip="Automatically load ALL profile webpages without asking first."
width="127" />
<web_browser border_visible="false" bottom="-444" follows="top|left|right" height="400"
ignore_ui_scale="false" left="10" name="profile_html" start_url=""
left="10" name="profile_html" start_url=""
trusted_content="true"
width="400" />
<text bottom="5" follows="bottom|left|right" left="15" name="status_text" right="-70"
top="25" />

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel bottom="-1" default_tab_group="1" follows="left|bottom|right" height="25"
<panel bottom="0" default_tab_group="1" follows="left|bottom|right" height="25"
left="0" name="chat_bar" width="395">
<panel bottom="1" follows="left|right|bottom" height="23" left="0"
use_bounding_rect="true" width="397" bg_visible="false" border="false" border_visible="false">

View File

@@ -28,12 +28,11 @@ Hover your mouse over the options for more help.
<text font="SansSerifSmall" name="prepend_founded_by">
Founded by
</text>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
<name_box bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-6" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="63"
mouse_opaque="true" name="founder_name" v_pad="0" width="200">
(waiting)
</text>
mouse_opaque="true" name="founder_name" v_pad="0" width="200" initial_value="Loading..."
/>
<text font="SansSerifSmall" name="group_key_text" follows="left|top" left="7" bottom="-50">
Group Key:
</text>

View File

@@ -2,6 +2,8 @@
<panel bottom="0" follows="left|top|right|bottom" height="600" left="0"
mouse_opaque="true" name="panel_login" width="800">
<web_browser border_visible="false" bottom="0" follows="top|left|bottom|right" left="0"
tab_stop="false"
trusted_content="true"
name="login_html" right="-1"
start_url="data:text/html,%3Chtml%3E%3Chead%3E%3C/head%3E%3Cbody bgcolor=%22#000000%22 text=%22ffffff%22%3E%3Ch1%3E%3Ctt%3Eloading...%3C/tt%3E%3C/h1%3E %3C/body%3E %3C/html%3E"
top="-1" />
@@ -60,17 +62,12 @@
left="475" mouse_opaque="true" name="start_location_text" v_pad="0" width="120">
Start Location:
</text>
<combo_box allow_text_entry="true" bevel_style="in" border_style="line" border_thickness="1"
follows="left|bottom" font="SansSerif" handle_edit_keys_directly="true"
height="20" hidden="false" left="529" bottom_delta="-24" max_chars="256" mouse_opaque="true"
name="regionuri_edit" select_all_on_focus_received="true" width="240" />
<combo_box allow_text_entry="true" bottom_delta="0" left="475" follows="left|bottom" height="20"
<combo_box allow_text_entry="true" bottom_delta="-24" left="475" follows="left|bottom" height="20"
max_chars="128" mouse_opaque="true" name="start_location_combo" width="155">
<combo_item name="MyHome" value="My Home">
<combo_item name="MyHome" value="home">
My Home
</combo_item>
<combo_item name="MyLastLocation" value="My Last Location">
<combo_item name="MyLastLocation" value="last">
My Last Location
</combo_item>
<combo_item name="Typeregionname" value="&lt;Type region name&gt;">

View File

@@ -3,7 +3,7 @@
follows="right|bottom" height="185" left="0" name="media_remote"
use_bounding_rect="true" width="220">
<panel bottom="0" filename="panel_bg_tab.xml" height="187" left="0" width="220" />
<panel border="false" bottom="22" filename="panel_audio.xml" height="160"
<panel border="false" bottom="22" filename="panel_audio.xml" height="165"
label="Audio &amp; Video" name="Volume Panel" width="220" />
<panel bottom_delta="-10" filename="panel_media_controls.xml" left="0" />
<string name="play_label">

View File

@@ -0,0 +1,226 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
border="true"
enabled="true"
follows="left|top|right|bottom"
height="500"
label="General"
left="102"
mouse_opaque="true"
name="Media Settings General"
help_topic = "media_settings_general"
width="365">
<text
bottom_delta="-25"
follows="top|left"
height="15"
left="10"
name="home_label">
Home Page:
</text>
<text
visible="false"
bottom_delta="0"
follows="top|left"
height="15"
left_delta="64"
text_color="red"
name="home_fails_whitelist_label">
(This page does not pass the specified whitelist)
</text>
<line_editor
max_length_bytes="1024"
bottom_delta="-24"
enabled="true"
follows="left|top"
font="SansSerif"
height="20"
left="10"
name="home_url"
tool_tip="The home page for this media source"
width="340">
<!-- <line_editor.commit_callback
function="Media.CommitHomeURL"/> -->
</line_editor>
<web_browser
border_visible="true"
bottom="-180"
follows="top|left"
left="120"
name="preview_media"
width="128"
height="128"
start_url="about:blank"
decouple_texture_size="true" />
<text
bottom_delta="-15"
follows="top|left"
height="15"
left="164"
name="preview_label">
Preview
</text>
<text
bottom_delta="-20"
follows="top|left"
height="15"
left="10"
name="current_url_label">
Current Page:
</text>
<text
name="current_url"
max_length="1024"
use_ellipses="true"
bottom_delta="-20"
enabled="false"
follows="left|top"
font="SansSerif"
height="20"
left="10"
tool_tip="The current page for this media source"
value=""
width="340" />
<button
bottom_delta="-20"
follows="top|left"
height="20"
label="Reset"
left_delta="233"
name="current_url_reset_btn"
width="110" >
<button.commit_callback
function="Media.ResetCurrentUrl"/>
</button>
<check_box
bottom_delta="-25"
enabled="true"
follows="left|top"
font="SansSerifSmall"
height="16"
initial_value="false"
label="Auto Loop"
left="10"
mouse_opaque="true"
name="auto_loop"
radio_style="false"
width="150" />
<check_box
bottom_delta="-25"
visible="false"
enabled="false"
follows="left|top"
font="SansSerifSmall"
height="16"
initial_value="false"
label="First Click Interacts"
left_delta="0"
mouse_opaque="true"
name="first_click_interact"
radio_style="false"
width="150" />
<check_box
bottom_delta="0"
enabled="true"
follows="left|top"
font="SansSerifSmall"
height="16"
initial_value="false"
label="Auto Zoom"
left_delta="0"
mouse_opaque="true"
name="auto_zoom"
radio_style="false"
width="150" />
<check_box
bottom_delta="-25"
enabled="true"
follows="left|top"
font="SansSerifSmall"
height="16"
initial_value="false"
label="Auto Play Media"
left="10"
mouse_opaque="true"
name="auto_play"
radio_style="false"
width="150" />
<text
bottom_delta="-14"
follows="top|left"
height="15"
left="30"
width="340"
enabled="false"
name="media_setting_note">
Note: Residents can override this setting
</text>
<check_box
bottom_delta="-25"
enabled="true"
follows="left|top"
font="SansSerifSmall"
height="16"
initial_value="false"
label="Auto Scale Media on Face of Object"
left="10"
mouse_opaque="true"
name="auto_scale"
radio_style="false"
width="150" />
<text
bottom_delta="-20"
follows="top|left"
height="15"
left="30"
name="size_label">
Size:
</text>
<spinner
bottom_delta="0"
decimal_digits="0"
enabled="true"
follows="left|top"
height="16"
increment="1"
initial_val="256"
label=""
label_width="0"
left_delta="68"
max_val="2048"
min_val="0"
mouse_opaque="true"
name="width_pixels"
width="50" />
<text bottom_delta="0" follows="top|left" height="15" left_delta="60" name="X_label">
X
</text>
<spinner
bottom_delta="0"
decimal_digits="0"
enabled="true"
follows="left|top"
height="16"
increment="1"
initial_val="256"
label=""
label_width="0"
left_delta="20"
max_val="2048"
min_val="0"
mouse_opaque="true"
name="height_pixels"
width="50" />
</panel>

View File

@@ -0,0 +1,172 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
border="true"
enabled="true"
follows="left|top|right|bottom"
height="500"
label="Customize"
left="102"
mouse_opaque="true"
name="Media settings for controls"
help_topic = "media_settings_controls"
width="365">
<text
bottom_delta="-50"
follows="top|left"
height="15"
left="10"
name="controls_label"
text_readonly_color="LabelDisabledColor">
Controls:
</text>
<combo_box
allow_text_entry="false"
bottom_delta="0"
follows="left|top"
height="18"
left="100"
max_chars="20"
name="controls"
width="120">
<combo_item
name="Standard"
value="Standard">
Standard
</combo_item>
<combo_item
name="Mini"
value="Mini">
Mini
</combo_item>
</combo_box>
<text
bottom_delta="-50"
enabled="false"
follows="top|left"
height="15"
left="10"
name="owner_label"
text_readonly_color="LabelDisabledColor">
Owner
</text>
<check_box
bottom_delta="-22"
enabled="true"
follows="left|top"
font="SansSerifSmall"
height="16"
initial_value="false"
label="Allow Navigation &amp; Interactivity"
left="30"
mouse_opaque="true"
name="perms_owner_interact"
radio_style="false"
width="250" />
<check_box
bottom_delta="-22"
enabled="true"
follows="left|top"
font="SansSerifSmall"
height="16"
initial_value="false"
label="Show Control Bar"
left="30"
mouse_opaque="true"
name="perms_owner_control"
radio_style="false"
width="250" />
<text
bottom_delta="-36"
enabled="false"
follows="top|left"
height="15"
left="10"
name="group_label"
text_readonly_color="LabelDisabledColor">
Group:
</text>
<name_box
bottom_delta="-5"
enabled="false"
follows="left|top"
font="SansSerif"
height="20" left="60"
name="perms_group_name"
text_readonly_color="LabelDisabledColor"
value =""
width="200" />
<check_box
bottom_delta="-22"
enabled="true"
follows="left|top"
font="SansSerifSmall"
height="16"
initial_value="false"
label="Allow Navigation &amp; Interactivity"
left="30"
mouse_opaque="true"
name="perms_group_interact"
radio_style="false"
width="250" />
<check_box
bottom_delta="-22"
enabled="true"
follows="left|top"
font="SansSerifSmall"
height="16"
initial_value="false"
label="Show Control Bar"
left="30"
mouse_opaque="true"
name="perms_group_control"
radio_style="false"
width="250" />
<text
bottom_delta="-36"
enabled="false"
follows="top|left"
height="15"
left="10"
name="anyone_label"
text_readonly_color="LabelDisabledColor">
Anyone
</text>
<check_box
bottom_delta="-22"
enabled="true"
follows="left|top"
font="SansSerifSmall"
height="16"
initial_value="false"
label="Allow Navigation &amp; Interactivity"
left="30"
mouse_opaque="true"
name="perms_anyone_interact"
radio_style="false"
width="250" />
<check_box
bottom_delta="-22"
enabled="true"
follows="left|top"
font="SansSerifSmall"
height="16"
initial_value="false"
label="Show Control Bar"
left="30"
mouse_opaque="true"
name="perms_anyone_control"
radio_style="false"
width="250" />
</panel>

View File

@@ -0,0 +1,91 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
border="true"
enabled="true"
follows="left|top|right|bottom"
height="500"
label="Security"
left="102"
mouse_opaque="true"
name="Media Settings Security"
help_topic = "media_settings_security"
width="365">
<check_box
bottom_delta="-40"
enabled="true"
follows="left|top"
font="SansSerifSmall"
height="16"
initial_value="false"
label="Only Allow Access to Specified URL patterns"
left="10"
mouse_opaque="true"
name="whitelist_enable"
radio_style="false"
width="250" />
<scroll_list
follows="top|left"
height="200"
left="30"
name="whitelist"
width="315"
enabled="true" />
<icon
bottom_delta="-23"
right="-35"
width="16"
height="16"
image_name="Parcel_Exp_Color.png"
mouse_opaque="true"
follows="top|left"
name="Parcel_Exp_Color"
/>
<text
visible="true"
follows="top|left"
height="15"
left="30"
bottom_delta="0"
name="home_url_fails_some_items_in_whitelist">
Entries that the home page fails against are marked:
</text>
<button
bottom_delta="-36"
follows="top|left"
height="20"
label="Add"
left="30"
name="whitelist_add"
width="70"
enabled="true">
<button.commit_callback
function="Media.whitelistAdd"/>
</button>
<button
bottom_delta="0"
follows="top|left"
height="20"
label="Delete"
left="275"
name="whitelist_del"
width="70"
enabled="true">
<button.commit_callback
function="Media.whitelistDelete"/>
</button>
<text
visible="true"
bottom_delta="-75"
follows="top|left"
height="40"
left="30"
text_color="1.0 0.0 0.0 1.0"
word_wrap="true"
width="300"
name="home_url_fails_whitelist">
Warning: the home page specified in the General tab fails to
pass this whitelist. It has been disabled until a valid entry
has been added.
</text>
</panel>

View File

@@ -0,0 +1,382 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_opaque="true"
background_visible="false"
width="328"
height="190"
bottom="-248"
follows="all"
name="nearby_media"
help_topic="nearby_media">
<string name="media_item_count_format">(%ld media items)</string>
<string name="empty_item_text">&lt;empty&gt;</string>
<string name="parcel_media_name">Parcel Streaming Media</string>
<string name="parcel_audio_name">Parcel Streaming Audio</string>
<string name="playing_suffix">(playing)</string>
<panel
bevel_style="in"
background_visible="false"
follows="left|right|top"
height="35"
name="minimized_controls"
mouse_opaque="false"
bottom="-25"
width="328"
left="0">
<button
name="all_nearby_media_disable_btn"
follows="left"
tool_tip="Turn all nearby media off"
left="8"
width="95"
height="22"
bottom="0"
label="Stop All">
<button.commit_callback
function="MediaListCtrl.DisableAll" />
</button>
<button
name="all_nearby_media_enable_btn"
follows="left"
tool_tip="Turn all nearby media on"
left_delta="96"
width="95"
height="22"
bottom="0"
label="Start All">
<button.commit_callback
function="MediaListCtrl.EnableAll" />
</button>
<button
name="open_prefs_btn"
hover_glow_amount="0.15"
tool_tip = "Bring up media prefs"
label="Settings"
left_delta="96"
bottom="0"
height="22"
width="95">
<button.commit_callback
function="MediaListCtrl.GoMediaPrefs" />
</button>
<button
name="more_btn"
follows="right"
tool_tip="Advanced Controls"
top_delta="0"
value="1"
width="27"
height="22"
bottom="0"
left_delta="96"
toggle="true"
label="&gt;&gt;"
label_selected="&lt;&lt; Less">
<button.commit_callback
function="MediaListCtrl.MoreLess" />
</button>
</panel>
<panel
name="nearby_media_panel"
bevel_style="in"
border_style="line"
bg_alpha_color="0 0 0 0"
bg_opaque_color="0 0 0 0.3"
follows="left|right|top|bottom"
bottom="-192"
width="328"
left="0"
height="165">
<!--<text
bottom="-10"
type="string"
length="1"
follows="top|left"
font="SansSerif"
left="10"
height="14"
name="nearby_media_title"
width="100">
Nearby Media
</text>-->
<text
type="string"
length="1"
follows="top|left"
font="SansSerif"
bottom="-20"
height="14"
left="10"
name="show_text"
width="62">
Show:
</text>
<combo_box
height="23"
left="72"
width="140"
bottom="-23"
follows="left|top"
name="show_combo">
<combo_item
label="All"
value="0"
name="All" >
All
</combo_item>
<combo_item
label="In this Parcel"
value="2"
name="WithinParcel" >
In this Parcel
</combo_item>
<combo_item
label="Outside this Parcel"
value="3"
name="OutsideParcel" >
Outside this Parcel
</combo_item>
<combo_item
label="On other Avatars"
value="4"
name="OnOthers" >
On other Avatars
</combo_item>
</combo_box>
<scroll_list
follows="left|top|bottom|right"
column_padding="0"
height="105"
draw_heading="false"
draw_stripes="true"
top_pad="8"
left="10"
right="-10"
name="media_list">
<column
width="-1"
label=""
name="media_checkbox_ctrl" />
<column
sort_column="media_proximity"
width="-1"
label="Proximity"
name="media_proximity" />
<column
sort_column="media_visibility"
width="-1"
label="Visible"
name="media_visibility" />
<column
sort_column="media_class"
width="-1"
label="Class"
name="media_class" />
<column
label="Name"
dynamicwidth="true"
name="media_name" />
<column
sort_column="media_debug"
width="-1"
label="Debug"
name="media_debug" />
</scroll_list>
<panel
bevel_style="in"
background_visible="false"
follows="left|right|bottom"
name="media_controls_panel"
mouse_opaque="false"
bottom="-161"
height="30"
left="10"
right="-10">
<layout_stack
name="media_controls"
follows="left|right|top"
animate="false"
height="26"
layout="topleft"
bottom="-30"
left="8"
right="-10"
border_size="0"
mouse_opaque="false"
orientation="horizontal">
<layout_panel
user_resize="false"
name="stop"
mouse_opaque="false"
auto_resize="false"
layout="topleft"
top="0"
height="22"
min_width="22"
width="22">
<button
name="stop_btn"
follows="top"
image_overlay="go-media-stop.png"
label=""
bottom="-22"
hover_glow_amount="0.15"
tool_tip="Stop selected media"
height="22"
width="22">
<button.commit_callback
function="SelectedMediaCtrl.Stop" />
</button>
</layout_panel>
<layout_panel
user_resize="false"
name="play"
mouse_opaque="false"
auto_resize="false"
layout="topleft"
height="22"
min_width="22"
width="22">
<button
name="play_btn"
follows="top"
image_overlay="go-media-play.png"
label=""
bottom="-22"
hover_glow_amount="0.15"
tool_tip = "Play selected media"
height="22"
width="22">
<button.commit_callback
function="SelectedMediaCtrl.Play" />
</button>
</layout_panel>
<layout_panel
user_resize="false"
name="pause"
mouse_opaque="false"
auto_resize="false"
layout="topleft"
min_width="22"
width="22">
<button
name="pause_btn"
follows="top"
image_overlay="go-media-pause.png"
label=""
hover_glow_amount="0.15"
bottom="-22"
height="22"
width="22"
tool_tip = "Pause selected media">
<button.commit_callback
function="SelectedMediaCtrl.Pause" />
</button>
</layout_panel>
<layout_panel
user_resize="false"
name="volume_slider_ctrl"
mouse_opaque="false"
auto_resize="true"
follows="left|right"
layout="topleft"
height="22"
min_width="100"
width="200">
<slider_bar
name="volume_slider"
follows="left|right|top"
bottom="-22"
height="22"
increment="0.01"
initial_value="0.5"
tool_tip="Audio volume for selected media"
width="200">
<slider_bar.commit_callback
function="SelectedMediaCtrl.Volume" />
</slider_bar>
</layout_panel>
<layout_panel
user_resize="false"
name="mute"
mouse_opaque="false"
auto_resize="false"
layout="topleft"
top="0"
height="72"
min_width="22"
width="22">
<button
name="mute_btn"
follows="top"
image_selected="icn_speaker-muted_dark.tga"
image_unselected="icn_speaker_dark.tga"
label=""
hover_glow_amount="0.15"
is_toggle="true"
layout="topleft"
scale_image="false"
tool_tip="Mute audio on selected media"
bottom="-19"
height="20"
width="22" >
<button.commit_callback
function="SelectedMediaCtrl.Mute" />
</button>
</layout_panel>
<layout_panel
user_resize="false"
name="zoom"
mouse_opaque="false"
auto_resize="false"
layout="topleft"
top="0"
height="28"
min_width="22"
width="22">
<button
name="zoom_btn"
follows="top"
image_overlay="go-media-zoom.png"
label=""
hover_glow_amount="0.15"
bottom="-22"
height="22"
tool_tip="Zoom into selected media"
width="22">
<button.commit_callback
function="SelectedMediaCtrl.Zoom" />
</button>
</layout_panel>
<layout_panel
user_resize="false"
name="unzoom"
mouse_opaque="false"
auto_resize="false"
layout="topleft"
top="0"
min_width="21"
width="21" >
<button
name="unzoom_btn"
follows="top"
image_overlay="go-media-unzoom.png"
label=""
hover_glow_amount="0.15"
bottom="-22"
height="22"
tool_tip ="Zoom back from selected media"
width="21" >
<button.commit_callback
function="SelectedMediaCtrl.Unzoom" />
</button>
</layout_panel>
<layout_panel
user_resize="false"
name="right_bookend"
width="0"
mouse_opaque="false"/>
</layout_stack>
</panel>
</panel>
</panel>

View File

@@ -1,16 +1,20 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="notifications_panel" width="100" height="100" user_resize="true" >
<layout_stack name="stack1" left="0" bottom="2" width="100" height="78" follows="left|right|top|bottom" orientation="horizontal" >
<scroll_list user_resize="true" draw_heading="true" left="0" bottom="0" width="100" height="78" follows="left|right|top|bottom" name="notifications_list" sort_column="2" sort_ascending="false">
<layout_panel name="notifications_list_panel" width="100" user_resize="true">
<scroll_list draw_heading="true" left="0" bottom="0" width="100" height="78" follows="left|right|top|bottom" name="notifications_list" sort_column="2" sort_ascending="false">
<column label="Name" name="name" width="100" user_resize="true"/>
<column label="Content" name="content" width="150" user_resize="true" dynamicwidth="true"/>
<column label="Date" name="date" width="150" user_resize="true"/>
</scroll_list>
<scroll_list user_resize="true" draw_heading="true" left="0" bottom="0" width="100" height="78" follows="left|right|top|bottom" name="notification_rejects_list" sort_column="2" sort_ascending="false">
</layout_panel>
<layout_panel name="rejects_list_panel" width="100" user_resize="true">
<scroll_list draw_heading="true" left="0" bottom="0" width="100" height="78" follows="left|right|top|bottom" name="notification_rejects_list" sort_column="2" sort_ascending="false">
<column label="Name" name="name" width="100" user_resize="true"/>
<column label="Content" name="content" width="150" user_resize="true" dynamicwidth="true"/>
<column label="Date" name="date" width="150" user_resize="true"/>
</scroll_list>
</layout_panel>
</layout_stack>
<button name="header" label="" image="rounded_square.tga" left="0" bottom="-20" width="100" height="20" follows="left|right|top" toggle="true"/>
</panel>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel follows="left|right|bottom|top" height="200" left="-1" mouse_opaque="false"
name="overlay" use_bounding_rect="true" width="728">
user_resize="false" name="overlay" use_bounding_rect="true" width="728">
<layout_stack bottom="0" follows="left|right|bottom" height="200" left="0"
mouse_opaque="false" name="overlay_layout_panel" orientation="horizontal"
right="-1" use_bounding_rect="true">
@@ -42,15 +42,18 @@
label="Cancel TP" label_selected="Cancel TP" left="571" name="Cancel TP"
scale_image="true" tool_tip="Click here to cancel the current teleport process." width="102" />
</layout_panel>
<layout_panel auto_resize="false" background_visible="false" border="false" bottom="0"
filename="panel_chat_bar.xml" follows="left|right|bottom" left="0"
min_height="24" mouse_opaque="false" name="chat_bar"
use_bounding_rect="true" width="395" />
<layout_panel auto_resize="false" background_visible="false" border="false" bottom="0"
follows="left|right|bottom" left="0" min_height="24" mouse_opaque="false" name="chat_bar_layout_panel" user_resize="false"
use_bounding_rect="true" width="395" >
<panel name="chat_bar" filename="panel_chat_bar.xml" width="395" mouse_opaque="false"
bottom="0" default_tab_group="1" follows="left|bottom|right" height="25"
left="0"/>
</layout_panel>
</layout_stack>
</layout_panel>
<layout_panel auto_resize="false" bottom="0" left="0" min_width="96" mouse_opaque="false"
name="ao_remote_container" use_bounding_rect="true" user_resize="false"
width="100">
width="96">
<panel background_visible="false" border="false" bottom="0" name="ao_remote" />
</layout_panel>
<layout_panel auto_resize="false" bottom="0" left="0" min_width="220" mouse_opaque="false"
@@ -64,11 +67,7 @@
<panel background_visible="false" border="false" bottom="0" name="voice_remote" />
</layout_panel>
<layout_panel auto_resize="false" bottom="0" mouse_opaque="false"
name="AdvSettings_container" use_bounding_rect="true" user_resize="false" min_width="30" >
<panel background_visible="false" border="false" bottom="0" name="Adv_Settings" />
</layout_panel>
<layout_panel auto_resize="false" bottom="0" mouse_opaque="false"
name="AdvSettings_container_exp" use_bounding_rect="true" user_resize="false" min_width="200" >
name="AdvSettings_container" use_bounding_rect="true" user_resize="false" min_width="30" width="30" >
<panel background_visible="false" border="false" bottom="0" name="Adv_Settings" />
</layout_panel>
</layout_stack>

View File

@@ -5,7 +5,7 @@
<text bottom="-300" height="12" name="audio_prefs_text">Audio Preferences:</text>
<panel border="true" bottom="-200" filename="panel_audio.xml" height="165" label="Volume" left="142" name="Volume Panel" width="260"/>
<check_box bottom="-220" control_name="AudioStreamingMusic" height="16" initial_value="true" label="Play Streaming Music When Available (uses more bandwidth)" left="142" name="streaming_music"/>
<check_box bottom_delta="-20" control_name="AudioStreamingVideo" follows="top" height="16" initial_value="true" label="Play Streaming Media When Available (uses more bandwidth)" name="streaming_video"/>
<check_box bottom_delta="-20" control_name="AudioStreamingMedia" follows="top" height="16" initial_value="true" label="Play Streaming Media When Available (uses more bandwidth)" name="streaming_video"/>
<check_box bottom_delta="-20" control_name="ParcelMediaAutoPlayEnable" follows="top" height="16" initial_value="true" label="Automatically play media" left="162" name="auto_streaming_video"/>
<check_box bottom_delta="-20" control_name="MediaEnableFilter" follows="top" height="16" initial_value="true" label="Ask for permission (enables filtering)" name="streaming_video"/>
<check_box bottom_delta="-25" control_name="MuteWhenMinimized" follows="top" height="16" initial_value="true" label="Mute Audio When Window Minimized" left="142" name="mute_when_minimized"/>

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel border="true" bottom="-409" height="408" label="General" left="102" name="general_panel" width="517">
<radio_group bottom="-44" height="40" left="109" name="default_start_location" width="199">
<radio_item bottom="-20" height="20" name="MyHome" tool_tip="Log into my home location by default.">My Home</radio_item>
<radio_item bottom="-20" height="20" left="93" name="MyLastLocation" tool_tip="Log into my last location by default.">My Last Location</radio_item>
<radio_item bottom="-20" height="20" name="home" tool_tip="Log into my home location by default.">My Home</radio_item>
<radio_item bottom="-20" height="20" left="93" name="last" tool_tip="Log into my last location by default.">My Last Location</radio_item>
</radio_group>
<check_box bottom="-42" height="16" initial_value="true" label="Show Start Location on Login Screen" name="show_location_checkbox"/>
<combo_box bottom_delta="-27" follows="top" height="18" left="103" name="fade_out_combobox" width="111">

View File

@@ -0,0 +1,508 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel
follows="left|right|top|bottom"
name="MediaControls"
background_visible="false"
height="200"
mouse_opaque="false"
min_width="300"
width="800">
<string name="control_background_image_name">square_btn_32x128.tga</string>
<string name="skip_step">0.2</string>
<string name="min_width">300</string>
<string name="min_height">75</string>
<string name="zoom_near_padding">1.0</string>
<string name="zoom_medium_padding">1.1</string>
<string name="zoom_far_padding">1.5</string>
<string name="top_world_view_avoid_zone">50</string>
<layout_stack
name="progress_indicator_area"
follows="left|right|top"
height="8"
animate="false"
left="0"
orientation="horizontal"
bottom="-30">
<layout_panel
width="0"
name="left_bookend_bottom"
mouse_opaque="false"
user_resize="false"
/>
<layout_panel
name="media_progress_indicator"
mouse_opaque="false"
height="8"
user_resize="false"
left="0"
top="0"
auto_resize="false"
min_width="100"
width="200">
<progress_bar
name="media_progress_bar"
color_bg="1 1 1 1"
color_bar="1 1 1 0.96"
follows="left|right|top"
height="8"
top="0"
left="0"
tool_tip="Media is Loading"/>
</layout_panel>
<layout_panel
name="right_bookend_bottom"
width="0"
mouse_opaque="false"
user_resize="false"
/>
</layout_stack>
<layout_stack
name="media_controls"
follows="left|right|top"
animate="false"
height="45"
bottom="-45"
left="0"
border_size="0"
mouse_opaque="false"
orientation="horizontal">
<!-- outer layout_panels center the inner one -->
<layout_panel
name="left_bookend"
top="0"
width="0"
user_resize="false"
mouse_opaque="false"/>
<layout_panel
name="back"
user_resize="false"
auto_resize="false"
mouse_opaque="false"
min_width="22"
width="22">
<button
name="back_btn"
follows="top"
image_overlay="go-previous.png"
auto_resize="false"
label=""
tool_tip="Navigate back"
bottom="-22"
left="0"
width="22"
height="22">
<button.commit_callback
function="MediaCtrl.Back" />
</button>
</layout_panel>
<layout_panel
name="fwd"
user_resize="false"
mouse_opaque="false"
auto_resize="false"
min_width="22"
height="22"
width="22">
<button
name="fwd_btn"
follows="top"
image_overlay="go-next.png"
label=""
bottom="-22"
height="22"
width="22"
tool_tip="Navigate forward">
<button.commit_callback
function="MediaCtrl.Forward" />
</button>
</layout_panel>
<layout_panel
name="home"
user_resize="false"
mouse_opaque="false"
auto_resize="false"
top="0"
height="22"
min_width="22"
width="22">
<button
name="home_btn"
follows="top"
image_overlay="go-home.png"
label=""
tool_tip="Home page"
bottom="-22"
height="22"
width="22">
<button.commit_callback
function="MediaCtrl.Home" />
</button>
</layout_panel>
<layout_panel
name="media_stop"
mouse_opaque="false"
auto_resize="false"
user_resize="false"
top="0"
height="22"
min_width="22"
width="22">
<button
name="media_stop_btn"
follows="top"
image_overlay="go-media-stop.png"
label=""
tool_tip="Stop media"
bottom="-22"
height="22"
width="22">
<button.commit_callback
function="MediaCtrl.MediaStop" />
</button>
</layout_panel>
<layout_panel
name="reload"
mouse_opaque="false"
auto_resize="false"
user_resize="false"
top="0"
height="22"
min_width="22"
width="22">
<button
name="reload_btn"
follows="top"
image_overlay="go-reload.png"
label=""
tool_tip="Reload"
bottom="-22"
height="22"
width="22">
<button.commit_callback
function="MediaCtrl.Reload" />
</button>
</layout_panel>
<layout_panel
name="stop"
mouse_opaque="false"
auto_resize="false"
user_resize="false"
top="0"
height="22"
min_width="22"
width="22">
<button
name="stop_btn"
follows="top"
image_overlay="go-stop.png"
label=""
tool_tip = "Stop loading"
bottom="-22"
height="22"
width="22">
<button.commit_callback
function="MediaCtrl.Stop" />
</button>
</layout_panel>
<layout_panel
name="play"
mouse_opaque="false"
auto_resize="false"
user_resize="false"
top="0"
height="22"
min_width="22"
width="22">
<button
name="play_btn"
follows="top"
image_overlay="go-media-play.png"
label=""
tool_tip = "Play media"
bottom="-22"
height="22"
width="22">
<button.commit_callback
function="MediaCtrl.Play" />
</button>
</layout_panel>
<layout_panel
name="pause"
mouse_opaque="false"
auto_resize="false"
user_resize="false"
top="0"
min_width="22"
width="22">
<button
name="pause_btn"
follows="top"
image_overlay="go-media-pause.png"
label=""
bottom="-22"
height="22"
width="22"
tool_tip = "Pause media">
<button.commit_callback
function="MediaCtrl.Pause" />
</button>
</layout_panel>
<!-- media URL entry -->
<layout_panel
name="media_address"
mouse_opaque="false"
auto_resize="true"
height="24"
follows="left|right|bottom"
user_resize="false"
width="190"
min_width="90">
<line_editor
name="media_address_url"
max_length_bytes="1023"
follows="top|left|right"
height="22"
bottom="-22"
tool_tip="Media URL"
text_pad_right="16">
<line_editor.commit_callback
function="MediaCtrl.CommitURL"/>
</line_editor>
<layout_stack
name="media_address_url_icons"
animate="false"
follows="top|right"
height="20"
width="38"
left="140"
bottom="0"
border_size="0"
mouse_opaque="false"
orientation="horizontal">
<layout_panel
user_resize="false"
width="16"
mouse_opaque="false"
auto_resize="false">
<icon
name="media_whitelist_flag"
follows="top|right"
height="16"
image_name="Flag.png"
layout="topleft"
tool_tip="White List enabled"
bottom="-16"
width="16" />
</layout_panel>
<layout_panel
user_resize="false"
width="16"
mouse_opaque="false"
auto_resize="false">
<icon
name="media_secure_lock_flag"
height="16"
image_name="lock.png"
bottom="-16"
tool_tip="Secured Browsing"
width="16" />
</layout_panel>
</layout_stack>
</layout_panel>
<layout_panel
name="media_play_position"
mouse_opaque="false"
auto_resize="true"
follows="left|right"
user_resize="false"
height="22"
min_width="100"
width="200">
<slider_bar
name="media_play_slider"
follows="left|right|top"
bottom="-22"
height="22"
increment="0.01"
initial_value="0.5"
tool_tip="Movie play progress"
width="200">
<slider_bar.commit_callback
function="MediaCtrl.JumpProgress" />
</slider_bar>
</layout_panel>
<layout_panel
name="skip_back"
mouse_opaque="false"
auto_resize="false"
user_resize="false"
min_width="22"
width="22">
<button
name="skip_back_btn"
follows="top"
image_overlay="go-media-skip-backwards.png"
label=""
bottom="-22"
auto_resize="false"
height="22"
tool_tip="Step back"
width="22">
<button.commit_callback
function="MediaCtrl.SkipBack" />
</button>
</layout_panel>
<layout_panel
name="skip_forward"
mouse_opaque="false"
auto_resize="false"
user_resize="false"
min_width="22"
width="22">
<button
name="skip_forward_btn"
follows="top"
image_overlay="go-media-skip-forward.png"
label=""
bottom="-22"
height="22"
tool_tip="Step forward"
width="22">
<button.commit_callback
function="MediaCtrl.SkipForward" />
</button>
</layout_panel>
<layout_panel
name="media_volume"
mouse_opaque="false"
auto_resize="false"
user_resize="false"
height="72"
min_width="22"
width="32">
<!-- Note: this is not quite right either...the mute button is not the -->
<!-- same as the others because it cannot have the "image_overlay" be -->
<!-- two different images. -->
<!-- Note also: the button and the slider must overlap! -->
<button
name="media_mute_button"
follows="top"
label=""
image_selected="icn_speaker-muted_dark.tga"
image_unselected="icn_speaker_dark.tga"
hover_glow_amount="0.15"
is_toggle="true"
scale_image="false"
tool_tip="Mute This Media"
left_delta="5"
bottom="-22"
draw_border="true"
height="20"
width="22" >
<button.commit_callback
function="MediaCtrl.ToggleMute" />
<button.mouseenter_callback
function="MediaCtrl.ShowVolumeSlider" />
<button.mouseleave_callback
function="MediaCtrl.HideVolumeSlider" />
</button>
<slider
orientation="vertical"
left="-35"
height="20"
bottom="-42"
increment="0.01"
initial_value="0.5"
name="volume_slider"
tool_tip="Media Volume"
show_text="false"
width="40"
volume="true">
<slider.commit_callback
function="MediaCtrl.Volume"/>
<slider.mouseenter_callback
function="MediaCtrl.ShowVolumeSlider" />
<slider.mouseleave_callback
function="MediaCtrl.HideVolumeSlider" />
</slider>
</layout_panel>
<layout_panel
name="zoom_frame"
mouse_opaque="false"
auto_resize="false"
user_resize="false"
height="28"
min_width="22"
width="22">
<button
name="zoom_frame_btn"
follows="top"
image_overlay="go-media-zoom.png"
label=""
bottom="-22"
height="22"
tool_tip="Zoom into media"
width="22">
<button.commit_callback
function="MediaCtrl.Zoom" />
</button>
</layout_panel>
<layout_panel
name="close"
mouse_opaque="false"
auto_resize="false"
user_resize="false"
top="0"
min_width="21"
width="21" >
<button
name="close_btn"
follows="top"
image_overlay="go-media-unzoom.png"
label=""
height="22"
tool_tip ="Zoom Back"
bottom="-22"
width="21">
<button.commit_callback
function="MediaCtrl.Close" />
</button>
</layout_panel>
<layout_panel
name="new_window"
mouse_opaque="false"
auto_resize="false"
user_resize="false"
min_width="22"
width="22">
<button
name="new_window_btn"
follows="top"
image_overlay="media_btn_newwindow.png"
label=""
bottom="-22"
height="22"
tool_tip = "Open URL in browser"
width="24" >
<button.commit_callback
function="MediaCtrl.Open" />
</button>
</layout_panel>
<!-- bookend panel -->
<layout_panel
name="right_bookend"
mouse_opaque="false"
user_resize="false"
width="0"/>
</layout_stack>
<panel
name="media_region"
height="100"
follows="left|right|top|bottom"
mouse_opaque="false"
bottom="10" />
</panel>

View File

@@ -2,15 +2,15 @@
<panel bottom="0" follows="left|bottom|right|top" height="768" left="0" name="login_progress_panel" width="1024" visible="true">
<layout_stack name="stack1" orientation="horizontal" left="0" bottom="0" width="1024" height="768" follows="left|right|top|bottom">
<layout_panel name="panel1" user_resize="false" min_width="10" width="150"/>
<layout_panel name="panel2" user_resize="false" min_width="640" width="640" height="768">
<layout_panel name="panel2" user_resize="false" min_width="640" width="724" height="768">
<layout_stack name="stack2" orientation="vertical" left="0" bottom="0" height="768" width="640" follows="left|right|top|bottom">
<layout_panel name="panel3" min_height="10" height="200" width="640"/>
<layout_panel name="panel4" min_height="250" height="250" width="640" auto_resize="false">
<icon image_name="rounded_square.tga" color="LoginProgressBoxCenterColor" left="0" bottom="0" width="640" height="250" follows="left|right|bottom|top"/>
<text name="title_text" halign="center" font="SansSerif" left="0" bottom="-70" width="640" height="20" text_color="LoginProgressBoxTextColor" font-shadow="hard" follows="left|right|top"/>
<text name="progress_text" halign="center" font="SansSerif" left="0" bottom="-95" width="640" height="20" text_color="LoginProgressBoxTextColor" font-shadow="hard" follows="left|right|top"/>
<layout_panel name="panel3" min_height="10" height="200" width="724"/>
<layout_panel name="panel4" min_height="250" height="250" width="724" auto_resize="false">
<icon image_name="rounded_square.tga" color="LoginProgressBoxCenterColor" left="0" bottom="0" width="724" height="250" follows="left|right|bottom|top"/>
<text name="title_text" halign="center" font="SansSerif" left="0" bottom="-70" width="724" height="20" text_color="LoginProgressBoxTextColor" font-shadow="hard" follows="left|right|top"/>
<text name="progress_text" halign="center" font="SansSerif" left="0" bottom="-95" width="724" height="20" text_color="LoginProgressBoxTextColor" font-shadow="hard" follows="left|right|top"/>
<progress_bar name="login_progress_bar" color="255,255,255,245" height="16" bottom="135" left="45" right="-45" follows="left|right|top" />
<text name="message_text" halign="center" line_spacing="8" font="SansSerif" left="20" bottom="5" width="600" height="100" text_color="LoginProgressBoxTextColor" font-shadow="hard" follows="left|right|top|bottom"/>
<text name="message_text" halign="center" line_spacing="8" font="SansSerif" left="20" bottom="5" width="700" height="100" text_color="LoginProgressBoxTextColor" font-shadow="hard" follows="left|right|top|bottom"/>
</layout_panel>
<layout_panel name="panel5" min_width="10" height="200" width="640"/>
</layout_stack>

View File

@@ -2,19 +2,45 @@
<panel background_opaque="true" background_visible="true" bottom="0" can_close="true" can_minimize="false" can_resize="false" follows="left|right|bottom" height="28" name="toolbar" width="1024">
<string name="Redock Windows">Redock Windows</string>
<panel bottom="0" filename="panel_bg_toolbar.xml" height="28" left="0" width="1024"/>
<layout_stack name="toolbar_stack" follows="left|right|bottom|top" bottom="2" left="1" width="1022" height="26" min_width="200" min_height="26" orientation="horizontal" border_size="0">
<icon image_name="spacer24.tga" width="2" height="2" follows="left|right" auto_resize="false" color="0,0,0,0" left="0" />
<button bottom="0" height="24" image_selected="btn_chatbar_selected.tga" scale_image="true" image_unselected="btn_chatbar.tga" label="" left="2" name="chat_btn" image_overlay="icn_chatbar.tga" tool_tip="Show Chat Bar. (Enter)" width="50" auto_resize="false" follows="left|right" user_resize="false"/>
<icon image_name="spacer24.tga" left_delta="2" width="2" height="2" follows="left|right" auto_resize="false" color="0,0,0,0"/>
<flyout_button bottom="0" font="SansSerif" height="24" label="Communicate" left="0" name="communicate_btn" tool_tip="Communicate with your Friends and Groups.(Ctrl-T)" list_position="above" width="50" follows="left|right" user_resize="false"/>
<icon image_name="spacer24.tga" width="2" height="2" follows="left|right" auto_resize="false" color="0,0,0,0"/>
<button bottom="0" height="24" label="Radar" image_overlay="icn_toolbar_radar.tga" image_overlay_alignment="left" image_selected="toolbar_btn_selected.tga" image_unselected="toolbar_btn_enabled.tga" image_disabled="toolbar_btn_disabled.tga" scale_image="true" label_selected="Radar" name="radar_list_btn" tool_tip="View a list of nearby avatars.(Ctrl-Shift-A)" width="50" follows="left|right" user_resize="false"/>
<button bottom="0" height="24" label="Fly" image_overlay="icn_toolbar_fly.tga" image_overlay_alignment="left" image_selected="toolbar_btn_selected.tga" image_unselected="toolbar_btn_enabled.tga" image_disabled="toolbar_btn_disabled.tga" scale_image="true" label_selected="Stop Flying" name="fly_btn" tool_tip="Start flying(F or Home). Use E/C or PgUp/PgDn to fly up and down." width="50" follows="left|right" user_resize="false"/>
<button bottom="0" height="24" label="Snapshot" image_overlay="icn_toolbar_snapshot.tga" image_overlay_alignment="left" image_selected="toolbar_btn_selected.tga" image_unselected="toolbar_btn_enabled.tga" image_disabled="toolbar_btn_disabled.tga" scale_image="true" name="snapshot_btn" tool_tip="Save a screen shot to disk or inventory.(Ctrl-Shift-S for floater, Ctrl-`(~) takes snapshot w/o floater)" width="50" follows="left|right" user_resize="false"/>
<button bottom="0" height="24" label="Search" image_overlay="icn_toolbar_search.tga" image_overlay_alignment="left" image_selected="toolbar_btn_selected.tga" image_unselected="toolbar_btn_enabled.tga" image_disabled="toolbar_btn_disabled.tga" scale_image="true" name="directory_btn" tool_tip="Search for places, events, people, and more.(Ctrl-F)" width="50" follows="left|right" user_resize="false"/>
<button bottom="0" height="24" label="Build" name="build_btn" image_overlay="icn_toolbar_build.tga" image_overlay_alignment="left" image_selected="toolbar_btn_selected.tga" image_unselected="toolbar_btn_enabled.tga" image_disabled="toolbar_btn_disabled.tga" scale_image="true" tool_tip="Create new objects. (B)" width="50" follows="left|right" user_resize="false"/>
<button bottom="0" height="24" label="Map" name="map_btn" image_overlay="icn_toolbar_map.tga" image_overlay_alignment="left" image_selected="toolbar_btn_selected.tga" image_unselected="toolbar_btn_enabled.tga" image_disabled="toolbar_btn_disabled.tga" scale_image="true" tool_tip="Map of the world. (Ctrl-M)" width="50" follows="left|right" user_resize="false"/>
<button bottom="0" height="24" label="Mini-Map" image_overlay="icn_toolbar_minimap.tga" image_overlay_alignment="left" image_selected="toolbar_btn_selected.tga" image_unselected="toolbar_btn_enabled.tga" image_disabled="toolbar_btn_disabled.tga" scale_image="true" name="radar_btn" tool_tip="Map of the area around you. (Ctrl-Shift-M)" width="50" follows="left|right" user_resize="false"/>
<button bottom="0" height="24" label="Inventory" image_overlay="icn_toolbar_inventory.tga" image_overlay_alignment="left" image_selected="toolbar_btn_selected.tga" image_unselected="toolbar_btn_enabled.tga" image_disabled="toolbar_btn_disabled.tga" scale_image="true" name="inventory_btn" tool_tip="Your items. (Ctrl-I)" width="50" follows="left|right" user_resize="false"/>
<layout_stack name="toolbar_stack" follows="left|right|bottom|top" bottom="2" left="1" width="1022" height="26" min_width="200" orientation="horizontal" border_size="0">
<layout_panel name="panel1" height="2" width="2" auto_resize="false" user_resize="false">
<icon image_name="spacer24.tga" width="2" height="2" follows="left|right" color="0,0,0,0" left="0" />
</layout_panel>
<layout_panel name="panel2" height="24" width="50" auto_resize="false" user_resize="false">
<button bottom="0" height="24" image_selected="btn_chatbar_selected.tga" scale_image="true" image_unselected="btn_chatbar.tga" label="" left="2" name="chat_btn" image_overlay="icn_chatbar.tga" tool_tip="Show Chat Bar. (Enter)" width="50" follows="left|right" />
</layout_panel>
<layout_panel name="panel3" height="2" width="2" auto_resize="false" user_resize="false">
<icon image_name="spacer24.tga" width="2" height="2" follows="left|right" color="0,0,0,0"/>
</layout_panel>
<layout_panel name="panel4" height="24" width="50" user_resize="false">
<flyout_button bottom="0" font="SansSerif" height="24" label="Communicate" left="0" name="communicate_btn" tool_tip="Communicate with your Friends and Groups.(Ctrl-T)" list_position="above" width="50" follows="left|right"/>
</layout_panel>
<layout_panel name="panel5" height="2" width="2" auto_resize="false" user_resize="false">
<icon image_name="spacer24.tga" width="2" height="2" follows="left|right" auto_resize="false" color="0,0,0,0"/>
</layout_panel>
<layout_panel name="panel6" height="24" width="50" user_resize="false">
<button bottom="0" height="24" label="Radar" image_overlay="icn_toolbar_radar.tga" image_overlay_alignment="left" image_selected="toolbar_btn_selected.tga" image_unselected="toolbar_btn_enabled.tga" image_disabled="toolbar_btn_disabled.tga" scale_image="true" label_selected="Radar" name="radar_list_btn" tool_tip="View a list of nearby avatars.(Ctrl-Shift-A)" width="50" follows="left|right"/>
</layout_panel>
<layout_panel name="panel7" height="24" width="50" user_resize="false">
<button bottom="0" height="24" label="Fly" image_overlay="icn_toolbar_fly.tga" image_overlay_alignment="left" image_selected="toolbar_btn_selected.tga" image_unselected="toolbar_btn_enabled.tga" image_disabled="toolbar_btn_disabled.tga" scale_image="true" label_selected="Stop Flying" name="fly_btn" tool_tip="Start flying(F or Home). Use E/C or PgUp/PgDn to fly up and down." width="50" follows="left|right"/>
</layout_panel>
<layout_panel name="panel8" height="24" width="50" user_resize="false">
<button bottom="0" height="24" label="Snapshot" image_overlay="icn_toolbar_snapshot.tga" image_overlay_alignment="left" image_selected="toolbar_btn_selected.tga" image_unselected="toolbar_btn_enabled.tga" image_disabled="toolbar_btn_disabled.tga" scale_image="true" name="snapshot_btn" tool_tip="Save a screen shot to disk or inventory.(Ctrl-Shift-S for floater, Ctrl-`(~) takes snapshot w/o floater)" width="50" follows="left|right"/>
</layout_panel>
<layout_panel name="panel9" height="24" width="50" user_resize="false">
<button bottom="0" height="24" label="Search" image_overlay="icn_toolbar_search.tga" image_overlay_alignment="left" image_selected="toolbar_btn_selected.tga" image_unselected="toolbar_btn_enabled.tga" image_disabled="toolbar_btn_disabled.tga" scale_image="true" name="directory_btn" tool_tip="Search for places, events, people, and more.(Ctrl-F)" width="50" follows="left|right"/>
</layout_panel>
<layout_panel name="panel10" height="24" width="50" user_resize="false">
<button bottom="0" height="24" label="Build" name="build_btn" image_overlay="icn_toolbar_build.tga" image_overlay_alignment="left" image_selected="toolbar_btn_selected.tga" image_unselected="toolbar_btn_enabled.tga" image_disabled="toolbar_btn_disabled.tga" scale_image="true" tool_tip="Create new objects. (B)" width="50" follows="left|right"/>
</layout_panel>
<layout_panel name="panel11" height="24" width="50" user_resize="false">
<button bottom="0" height="24" label="Map" name="map_btn" image_overlay="icn_toolbar_map.tga" image_overlay_alignment="left" image_selected="toolbar_btn_selected.tga" image_unselected="toolbar_btn_enabled.tga" image_disabled="toolbar_btn_disabled.tga" scale_image="true" tool_tip="Map of the world. (Ctrl-M)" width="50" follows="left|right"/>
</layout_panel>
<layout_panel name="panel12" height="24" width="50" user_resize="false">
<button bottom="0" height="24" label="Mini-Map" image_overlay="icn_toolbar_minimap.tga" image_overlay_alignment="left" image_selected="toolbar_btn_selected.tga" image_unselected="toolbar_btn_enabled.tga" image_disabled="toolbar_btn_disabled.tga" scale_image="true" name="radar_btn" tool_tip="Map of the area around you. (Ctrl-Shift-M)" width="50" follows="left|right"/>
</layout_panel>
<layout_panel name="panel13" height="24" width="50" user_resize="false">
<button bottom="0" height="24" label="Inventory" image_overlay="icn_toolbar_inventory.tga" image_overlay_alignment="left" image_selected="toolbar_btn_selected.tga" image_unselected="toolbar_btn_enabled.tga" image_disabled="toolbar_btn_disabled.tga" scale_image="true" name="inventory_btn" tool_tip="Your items. (Ctrl-I)" width="50" follows="left|right"/>
</layout_panel>
</layout_stack>
</panel>

View File

@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
bottom="0"
follows="all"
height="23"
layout="topleft"
name="panel_voice_effect"
width="200">
<string name="no_voice_effect">
Voice Morphing Off
</string>
<string name="preview_voice_effects">
Preview Voice Morphing ▶
</string>
<string name="get_voice_effects">
Get Voice Morphing ▶
</string>
<combo_box
enabled="false"
follows="left|top|right"
height="20"
name="voice_effect"
tool_tip="Select a Voice Morph to change your voice"
bottom="0"
width="200">
<combo_item
label="Voice Morphing Off"
name="no_voice_effect"
top_pad="0"
value="0" />
<combo_box.commit_callback
function="Voice.CommitVoiceEffect" />
</combo_box>
</panel>

View File

@@ -1,37 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel border="false" bottom="4" enabled="true" height="240" left="8"
mouse_opaque="true" name="content_panel" width="404">
<text_editor type="string" length="1" allow_html="false" bg_readonly_color="0 0 0 0" embedded_items="false"
enabled="false" font="SansSerifSmall" height="85" hide_border="true"
hide_scrollbar="true" left_delta="0" max_length="65535" mouse_opaque="true"
name="voice_intro_text1" tab_stop="false" width="400" word_wrap="true">
Welcome to Second Life Voice Chat! Voice Chat enables you to speak with other Residents. This wizard will guide you through the steps necessary to set up Voice Chat. Using Voice Chat requires audio speakers and, if you wish to speak with others, a microphone or stereo headset with microphone.
</text_editor>
<text_editor type="string" length="1" allow_html="false" bg_readonly_color="0 0 0 0" embedded_items="false"
enabled="false" font="SansSerifSmall" height="50" hide_border="true"
hide_scrollbar="true" left_delta="0" max_length="65535" mouse_opaque="true"
name="voice_intro_text2" tab_stop="false" width="400" word_wrap="true">
Voice Chat is enabled by default. Do you wish to continue using Voice Chat?
</text_editor>
<radio_group bottom_delta="-30" draw_border="false" enabled="true" follows="left|top"
height="40" left="10" mouse_opaque="true" name="voice_enable" width="364">
<radio_item type="string" length="1" bottom="-19" follows="left|top" height="16" left="3" name="1" width="315">
Yes, continue using Voice Chat.
</radio_item>
<radio_item type="string" length="1" bottom="-35" follows="left|top" height="16" left="3" name="0" width="315">
No, disable Voice Chat.
</radio_item>
</radio_group>
<text_editor length="1" allow_html="false" bg_readonly_color="0 0 0 0" bottom_delta="-50"
embedded_items="false" enabled="false" font="SansSerifSmall" height="40"
hide_border="true" hide_scrollbar="true" left="0" max_length="65535"
name="voice_intro_text3" tab_stop="false" width="400" word_wrap="true">
You can enable Voice Chat at any time by going to the Voice Chat tab in Preferences.
</text_editor>
<text_editor length="1" allow_html="false" bg_readonly_color="0 0 0 0" bottom_delta="0"
embedded_items="false" enabled="false" font="SansSerifSmall" height="40"
hide_border="true" hide_scrollbar="true" left="0" max_length="65535"
name="voice_intro_text4" tab_stop="false" width="400" word_wrap="true">
Click the Next button to configure Voice Chat preferences or click Finish to continue using Singularity Viewer.
</text_editor>
</panel>

View File

@@ -109,6 +109,39 @@
<string name="TooltipDragOntoOwnChild">You can't move a folder into its child</string>
<string name="TooltipDragOntoSelf">You can't move a folder into itself</string>
<!-- tooltips for Urls -->
<string name="TooltipHttpUrl">Click to view this web page</string>
<string name="TooltipSLURL">Click to view this location's information</string>
<string name="TooltipAgentUrl">Click to view this Resident's profile</string>
<string name="TooltipAgentInspect">Learn more about this Resident</string>
<string name="TooltipAgentMute">Click to mute this Resident</string>
<string name="TooltipAgentUnmute">Click to unmute this Resident</string>
<string name="TooltipAgentIM">Click to IM this Resident</string>
<string name="TooltipAgentPay">Click to Pay this Resident</string>
<string name="TooltipAgentOfferTeleport">Click to offer a teleport request to this Resident</string>
<string name="TooltipAgentRequestFriend">Click to send a friend request to this Resident</string>
<string name="TooltipGroupUrl">Click to view this group's description</string>
<string name="TooltipEventUrl">Click to view this event's description</string>
<string name="TooltipClassifiedUrl">Click to view this classified</string>
<string name="TooltipParcelUrl">Click to view this parcel's description</string>
<string name="TooltipTeleportUrl">Click to teleport to this location</string>
<string name="TooltipObjectIMUrl">Click to view this object's description</string>
<string name="TooltipMapUrl">Click to view this location on a map</string>
<string name="TooltipSLAPP">Click to run the secondlife:// command</string>
<string name="CurrentURL" value=" CurrentURL: [CurrentURL]" />
<!-- text for SLURL labels -->
<string name="SLurlLabelTeleport">Teleport to</string>
<string name="SLurlLabelShowOnMap">Show Map for</string>
<!-- label strings for secondlife:///app/agent SLapps -->
<string name="SLappAgentMute">Mute</string>
<string name="SLappAgentUnmute">Unmute</string>
<string name="SLappAgentIM">IM</string>
<string name="SLappAgentPay">Pay</string>
<string name="SLappAgentOfferTeleport">Offer Teleport to </string>
<string name="SLappAgentRequestFriend">Friend Request </string>
<!-- searching - generic -->
<string name="Searching">Searching...</string>
@@ -3352,6 +3385,10 @@ Expected .wav, .tga, .bmp, .jpg, .jpeg, or .bvh
<string name="'">'</string>
<string name="---">---</string>
<!-- media -->
<string name="Multiple Media">Multiple Media</string>
<string name="Play Media">Play/Pause Media</string>
<!-- OSMessageBox messages -->
<string name="MBCmdLineError">
An error was found parsing the command line.

View File

@@ -1,16 +1,17 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="beacons" title="Balizas">
<panel name="beacons_panel">
<check_box name="always_on" label="Mantener balizas activas al cerrar"/>
<check_box name="touch_only" label="Solo Objetos con script de toque"/>
<check_box name="scripted" label="Objetos con Scripts"/>
<check_box name="physical" label="Objetos Materiales"/>
<check_box name="sounds" label="Fuentes de Sonidos"/>
<check_box name="particles" label="Fuentes de Partículas"/>
<check_box name="highlights" label="Activar los Realzados"/>
<check_box name="beacons" label="Activar Balizas"/>
<text name="beacon_width_label">
Ancho de la Baliza:
</text>
</panel>
<check_box label="Mantener balizas activas al cerrar" name="always_on"/>
<check_box label="Activar Balizas" name="beacons"/>
<check_box label="Activar los Realzados" name="highlights"/>
<text name="beacon_width_label">
Ancho de la Baliza:
</text>
<check_box label="Objetos Materiales" name="physical"/>
<check_box label="Objetos con Scripts" name="scripted"/>
<check_box label="Solo Objetos con script de toque" name="touch_only"/>
<check_box label="Fuentes de Sonidos" name="sounds"/>
<check_box label="Fuentes de Partículas" name="particles"/>
<check_box label="Fuentes de media" name="moapbeacon"/>
</panel>
</floater>

View File

@@ -135,9 +135,7 @@
<text name="Group:">
Grupo:
</text>
<text name="Group Name Proxy">
The Lindens
</text>
<name_box initial_value="Cargando..." name="Group Name Proxy"></name_box>
<button label="Definir" label_selected="Definir..." name="button set group" width="48"/>
<button label="Ver" label_selected="Abrir" name="button open group" left_delta="48" width="30" />
<text name="Permissions:">

View File

@@ -0,0 +1,138 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater label="Lugares" name="voice_effects" title="TRANSFORMACIÓN DE VOZ">
<string name="no_voice_effect">
(Sin transformación de voz)
</string>
<string name="active_voice_effect">
(Activo)
</string>
<string name="unsubscribed_voice_effect">
(Suscripción cancelada)
</string>
<string name="new_voice_effect">
(¡Nuevo!)
</string>
<string name="effect_Arena">
Campo
</string>
<string name="effect_Beast">
Bestia
</string>
<string name="effect_Buff">
Musculoso
</string>
<string name="effect_Buzz">
Murmullo
</string>
<string name="effect_Camille">
Camila
</string>
<string name="effect_Creepy">
Aterrador
</string>
<string name="effect_CreepyBot">
Robot aterrador
</string>
<string name="effect_Cyber">
Cyber
</string>
<string name="effect_DeepBot">
Robot profundo
</string>
<string name="effect_Demon">
Diablo
</string>
<string name="effect_Flirty">
Coqueta
</string>
<string name="effect_Foxy">
Astuto
</string>
<string name="effect_Halloween_2010_Bonus">
Halloween_2010_Bonus
</string>
<string name="effect_Helium">
Helio
</string>
<string name="effect_Husky">
Corpulento
</string>
<string name="effect_Intercom">
Intercom
</string>
<string name="effect_Macho">
Macho
</string>
<string name="effect_Micro">
Micro
</string>
<string name="effect_Mini">
Mini
</string>
<string name="effect_Nano">
Nano
</string>
<string name="effect_Nightmare">
Pesadilla
</string>
<string name="effect_PopBot">
Robot pop
</string>
<string name="effect_Rachel">
Raquel
</string>
<string name="effect_Radio">
Radio
</string>
<string name="effect_Robot">
Robot
</string>
<string name="effect_Roxanne">
Roxana
</string>
<string name="effect_Sabrina">
Sabrina
</string>
<string name="effect_Samantha">
Samanta
</string>
<string name="effect_Sexy">
Sexy
</string>
<string name="effect_Shorty">
Bajito
</string>
<string name="effect_Sneaky">
Furtivo
</string>
<string name="effect_Stallion">
Mujeriego
</string>
<string name="effect_Sultry">
Sensual
</string>
<string name="effect_Thunder">
Trueno
</string>
<string name="effect_Vixen">
Tigresa
</string>
<string name="effect_WhinyBot">
Robot llorica
</string>
<text name="preview_text">
Para probarla
</text>
<text name="status_text">
Graba una muestra y pulsa en una voz para escuchar cómo suena.
</text>
<button label="Grabar" name="record_btn" tool_tip="Graba una muestra de tu voz."/>
<button label="Parar" name="record_stop_btn"/>
<text name="voice_morphing_link">
Suscríbete ahora
</text>
<scroll_list name="voice_effect_list" tool_tip="Graba una muestra de tu voz y pulsa en un efecto para ver cómo suena.">
<scroll_list.columns label="Nombre de la voz" name="name"/>
<scroll_list.columns label="Caduca" name="expires"/>
</scroll_list>
</floater>

View File

@@ -1,14 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="floater_voice_wizard" title="Configuración Chat de Voz">
<tab_container name="wizard_tabs">
<panel filename="panel_voice_enable.xml"/>
<panel filename="panel_voice_options.xml"/>
<panel filename="panel_audio_device.xml" name="device_settings"/>
</tab_container>
<panel name="content_panel">
<button label="Anterior" name="back_btn"/>
<button label="Siguiente" name="next_btn"/>
<button label="Finalizar" name="ok_btn"/>
<button label="Cancelar" name="cancel_btn"/>
</panel>
</floater>

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<menu name="media ctrl context menu">
<menu_item_call label="Cortar" name="Cut"/>
<menu_item_call label="Copiar" name="Copy"/>
<menu_item_call label="Pegar" name="Paste"/>
</menu>

View File

@@ -7,4 +7,5 @@
<slider label="Sonidos" name="SFX Volume"/>
<slider label="Ambiente" name="Wind Volume"/>
<slider label="UI" name="UI Volume"/>
<button label="Media cercanos" name="nearby_media"/>
</panel>

View File

@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="General" name="Media Settings General">
<text name="home_label">
Página inicial:
</text>
<text name="home_fails_whitelist_label">
(La Lista Blanca especificada no aprueba esta página)
</text>
<line_editor name="home_url" tool_tip="Página inicial para el origen de este media"/>
<text name="preview_label">
Vista previa
</text>
<text name="current_url_label">
Página actual:
</text>
<text name="current_url" tool_tip="Página actual para el origen de este media" value=""/>
<button label="Definir" name="current_url_reset_btn"/>
<check_box initial_value="false" label="Media en bucle" name="auto_loop"/>
<check_box initial_value="false" label="A la primera pulsación" name="first_click_interact"/>
<check_box initial_value="false" label="Zoom automático" name="auto_zoom"/>
<check_box initial_value="false" label="Ejecutar automáticamente los media" name="auto_play"/>
<text name="media_setting_note">
Nota: los residentes pueden elegir una configuración distinta
de ésta
</text>
<check_box initial_value="false" label="Ajustar automáticamente los media en la cara del objeto" name="auto_scale"/>
<text name="size_label">
Tamaño:
</text>
<text name="X_label">
X
</text>
</panel>

View File

@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Personalizar" name="Media settings for controls">
<text name="controls_label">
Controles:
</text>
<combo_box name="controls">
<combo_item name="Standard">
Estándar
</combo_item>
<combo_item name="Mini">
Mini
</combo_item>
</combo_box>
<text name="owner_label">
Propietario
</text>
<check_box initial_value="false" label="Permitir la navegación e interactividad" name="perms_owner_interact"/>
<check_box initial_value="false" label="Mostrar la barra de control" name="perms_owner_control"/>
<text name="group_label">
Grupo:
</text>
<check_box initial_value="false" label="Permitir la navegación e interactividad" name="perms_group_interact"/>
<check_box initial_value="false" label="Mostrar la barra de control" name="perms_group_control"/>
<text name="anyone_label">
Cualquiera
</text>
<check_box initial_value="false" label="Permitir la navegación e interactividad" name="perms_anyone_interact"/>
<check_box initial_value="false" label="Mostrar la barra de control" name="perms_anyone_control"/>
</panel>

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Seguridad" name="Media Settings Security">
<check_box initial_value="false" label="Permitir el acceso sólo a los patrones de URL especificados" name="whitelist_enable"/>
<text name="home_url_fails_some_items_in_whitelist">
Están marcadas las entradas que la página web no
admite:
</text>
<button label="Añadir" name="whitelist_add"/>
<button label="Borrar" name="whitelist_del"/>
<text name="home_url_fails_whitelist">
Atención: la página web especificada en la pestaña General
no se admite en esta lista blanca. Se ha desactivado hasta
que se añada una entrada correcta.
</text>
</panel>

View File

@@ -0,0 +1,71 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="nearby_media">
<string name="media_item_count_format">
(%ld ítems media)
</string>
<string name="empty_item_text">
&lt;vacío&gt;
</string>
<string name="parcel_media_name">
Media en streaming de la parcela
</string>
<string name="parcel_audio_name">
Audio en streaming de la parcela
</string>
<string name="playing_suffix">
(ejecutándose)
</string>
<panel name="minimized_controls">
<button label="Parar todo" name="all_nearby_media_disable_btn" tool_tip="Apagar todos los media cercanos"/>
<button label="Iniciar todo" name="all_nearby_media_enable_btn" tool_tip="Encender todos los media cercanos"/>
<button name="open_prefs_btn" tool_tip="Abrir las preferencias de los media"/>
<button label="Más &gt;&gt;" label_selected="&lt;&lt; Menos" name="more_btn" tool_tip="Controles avanzados"/>
<button label="Más &gt;&gt;" label_selected="Menos &lt;&lt;" name="less_btn" tool_tip="Controles avanzados"/>
</panel>
<panel name="nearby_media_panel">
<text name="nearby_media_title">
Media cercanos
</text>
<text name="show_text">
Mostrar:
</text>
<combo_box name="show_combo">
<combo_item name="All">Todo</combo_box>
<combo_item name="WithinParcel>En esta parcela</combo_box>
<combo_item name="OutsideParcel">Fuera de la parcela</combo_box>
<combo_item name="OnOthers">En otros avatares</combo_box>
</combo_box>
<scroll_list name="media_list">
<column label="Cercanía" name="media_proximity"/>
<column label="Visibilidad" name="media_visibility"/>
<column label="Clase" name="media_class"/>
<column label="Nombre" name="media_name"/>
<column label="Depurar" name="media_debug"/>
</scroll_list>
<panel name="media_controls_panel">
<layout_stack name="media_controls">
<layout_panel name="stop">
<button name="stop_btn" tool_tip="Parar los media seleccionados"/>
</layout_panel>
<layout_panel name="play">
<button name="play_btn" tool_tip="Ejecutar los media seleccionados"/>
</layout_panel>
<layout_panel name="pause">
<button name="pause_btn" tool_tip="Pausar los media seleccionados"/>
</layout_panel>
<layout_panel name="volume_slider_ctrl">
<slider_bar initial_value="0.5" name="volume_slider" tool_tip="Volumen de los media seleccionados"/>
</layout_panel>
<layout_panel name="mute">
<button name="mute_btn" tool_tip="Silenciar el audio de los media seleccionados"/>
</layout_panel>
<layout_panel name="zoom">
<button name="zoom_btn" tool_tip="Zoom en los media seleccionados"/>
</layout_panel>
<layout_panel name="unzoom">
<button name="unzoom_btn" tool_tip="Alejar el zoom de los media seleccionados"/>
</layout_panel>
</layout_stack>
</panel>
</panel>
</panel>

View File

@@ -1,16 +1,21 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="notifications_panel">
<layout_stack name="stack1">
<layout_panel name="notifications_list_panel">
<scroll_list name="notifications_list">
<column label="Nombre" name="name"/>
<column label="Contenido" name="content"/>
<column label="Fecha" name="date"/>
</scroll_list>
</layout_panel>
<layout_panel name="rejects_list_panel">
<scroll_list name="notification_rejects_list">
<column label="Nombre" name="name"/>
<column label="Contenido" name="content"/>
<column label="Fecha" name="date"/>
</scroll_list>
</layout_stack>
<button name="header" label="" />
</layout_panel>
</layout_stack>
<button name="header" label="" />
</panel>

View File

@@ -12,7 +12,9 @@
<button label="Pararse" label_selected="Pararse" name="Stand Up" tool_tip="Pulsa aquí para pararte"/>
<button label="Cancelar TP" label_selected="Cancelar TP" name="Cancel TP" tool_tip="Pulsa aquí para cancerla el proceso de teleporte actual"/>
</layout_panel>
<layout_panel name="chat_bar"/>
<layout_panel name="chat_bar_layout_panel">
<panel name="chat_bar"/>
</layout_panel>
</layout_stack>
</layout_panel>
<layout_panel name="ao_remote_container">
@@ -24,10 +26,7 @@
<layout_panel name="voice_remote_container">
<panel name="voice_remote"/>
</layout_panel>
<layout_panel name="AdvSettings_container">
<panel name="Adv_Settings"/>
</layout_panel>
<layout_panel name="AdvSettings_container_exp" min_width="230">
<layout_panel name="AdvSettings_container" expanded_min_dim="230">
<panel name="Adv_Settings"/>
</layout_panel>
</layout_stack>

View File

@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="General" name="general_panel">
<radio_group name="default_start_location" width="250">
<radio_item name="MyHome" tool_tip="Iniciar sesión de forma predeterminada en Mi Base.">
<radio_item name="home" tool_tip="Iniciar sesión de forma predeterminada en Mi Base.">
Mi Base
</radio_item>
<radio_item name="MyLastLocation" tool_tip="Iniciar sesión de forma predeterminada en mi última ubicación.">
<radio_item name="last" tool_tip="Iniciar sesión de forma predeterminada en mi última ubicación.">
Mi Última Ubicación
</radio_item>
</radio_group>

View File

@@ -3,17 +3,36 @@
<string name="Redock Windows">
Reacoplar Ventana
</string>
<panel filename="panel_bg_toolbar.xml"/>
<layout_stack name="toolbar_stack" >
<button label="" name="chat_btn" tool_tip="Mostrar Barra de Chat. (Intro)"/>
<flyout_button label="Comunicación" name="communicate_btn" tool_tip="Comunícate con tus amigos o grupos.(Ctrl-T)" />
<button label="Radar" name="radar_list_btn" tool_tip="Ver lista de avatares cercanos.(Ctrl-Shift-A)"/>
<button label="Volar" label_selected="Stop Flying" name="fly_btn" tool_tip="Despegar(F o Inicio). Usa E/C o AvPáa/RePág para ascender o descender"/>
<button label="Foto" name="snapshot_btn" tool_tip="Guardar una captura de pantalla al disco o al inventario.(Ctrl-Shift-S para abrir el flotante, Ctrl-`(~) toma la captura sin el flotante)"/>
<button label="Buscar" name="directory_btn" tool_tip="Buscar lugares, eventos, personas, y más.(Ctrl-F)"/>
<button label="Construir" name="build_btn" tool_tip="Crear nuevos objetos. (B)"/>
<button label="Mapa" name="map_btn" tool_tip="Mapa del Mundo. (Ctrl-M)"/>
<button label="MiniMapa" name="radar_btn" tool_tip="Mapa del área a tu alrededor. (Ctrl-Shift-M)"/>
<button label="Inventario" name="inventory_btn" tool_tip="Tus items. (Ctrl-I)"/>
<layout_panel name="panel2">
<button label="" name="chat_btn" tool_tip="Mostrar Barra de Chat. (Intro)"/>
</layout_panel>
<layout_panel name="panel4">
<flyout_button label="Comunicación" name="communicate_btn" tool_tip="Comunícate con tus amigos o grupos.(Ctrl-T)" />
</layout_panel>
<layout_panel name="panel6">
<button label="Radar" name="radar_list_btn" tool_tip="Ver lista de avatares cercanos.(Ctrl-Shift-A)"/>
</layout_panel>
<layout_panel name="panel7">
<button label="Volar" label_selected="Stop Flying" name="fly_btn" tool_tip="Despegar(F o Inicio). Usa E/C o AvPáa/RePág para ascender o descender"/>
</layout_panel>
<layout_panel name="panel8">
<button label="Foto" name="snapshot_btn" tool_tip="Guardar una captura de pantalla al disco o al inventario.(Ctrl-Shift-S para abrir el flotante, Ctrl-`(~) toma la captura sin el flotante)"/>
</layout_panel>
<layout_panel name="panel9">
<button label="Buscar" name="directory_btn" tool_tip="Buscar lugares, eventos, personas, y más.(Ctrl-F)"/>
</layout_panel>
<layout_panel name="panel10">
<button label="Construir" name="build_btn" tool_tip="Crear nuevos objetos. (B)"/>
</layout_panel>
<layout_panel name="panel11">
<button label="Mapa" name="map_btn" tool_tip="Mapa del Mundo. (Ctrl-M)"/>
</layout_panel>
<layout_panel name="panel12">
<button label="MiniMapa" name="radar_btn" tool_tip="Mapa del área a tu alrededor. (Ctrl-Shift-M)"/>
</layout_panel>
<layout_panel name="panel13">
<button label="Inventario" name="inventory_btn" tool_tip="Tus items. (Ctrl-I)"/>
</layout_panel>
</layout_stack>
</panel>

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="panel_voice_effect">
<string name="no_voice_effect">
Transformación de voz desactivada
</string>
<string name="preview_voice_effects">
Probar transformación de voz ▶
</string>
<string name="get_voice_effects">
Obtener transformación de voz ▶
</string>
<combo_box name="voice_effect" tool_tip="Selecciona una transformación de voz para cambiar tu voz">
<combo_item label="Transformación de voz desactivada" name="no_voice_effect"/>
</combo_box>
</panel>

View File

@@ -1,23 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="content_panel">
<text_editor name="voice_intro_text1">
¡Bienvenido al chat de voz de Second Life! El chat de voz te permite hablar con otros residentes. Este asistente te guiará a través de los pasos necesarios para configurar el chat de voz. Para usar el chat de voz necesitas altavoces y, si quieres hablar con otros, un micrófono o unos auriculares que lo lleven.
</text_editor>
<text_editor name="voice_intro_text2">
El chat de voz está activado por defecto. ¿Quieres seguir usándolo?
</text_editor>
<radio_group name="voice_enable">
<radio_item name="1">
Si, continuar usando el Chat de Voz.
</radio_item>
<radio_item name="0">
No, desactivar el Chat de Voz.
</radio_item>
</radio_group>
<text_editor name="voice_intro_text3">
Puedes activar el chat de voz en cualquier momento yendo a la pestaña Chat de Voz en las Preferencias.
</text_editor>
<text_editor name="voice_intro_text4">
Pulsa el botón Siguiente para configurar las preferencias del chat de voz, o pulsa Finalizar para seguir usando Singularity Viewer.
</text_editor>
</panel>

View File

@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="beacons" title="Balises">
<panel name="beacons_panel">
<check_box name="always_on" label="Keep beacons when closing floater"/>
<check_box name="touch_only" label="Objets scriptés avec &#x22;Toucher&#x22; uniquement"/>
<check_box name="scripted" label="Objets scriptés"/>
<check_box name="physical" label="Objets physiques"/>
<check_box name="sounds" label="Sources sonores"/>
<check_box name="particles" label="Sources de particules"/>
<check_box name="highlights" label="Mettre en surbrillance"/>
<check_box name="beacons" label="Montrer les balises"/>
<text name="beacon_width_label">
Largeur de la balise :
</text>
<check_box label="Montrer les balises" name="beacons"/>
<check_box label="Mettre en surbrillance" name="highlights"/>
<text name="beacon_width_label">
Largeur de la balise :
</text>
<check_box label="Objets physiques" name="physical"/>
<check_box label="Objets scriptés" name="scripted"/>
<check_box label="Objets scriptés avec &#x22;Toucher&#x22; uniquement" name="touch_only"/>
<check_box label="Sources sonores" name="sounds"/>
<check_box label="Sources des particules" name="particles"/>
<check_box label="Sources des médias" name="moapbeacon"/>
</panel>
</floater>

View File

@@ -131,9 +131,7 @@
<text name="Group:">
Groupe :
</text>
<text name="Group Name Proxy">
Les Lindens
</text>
<name_box initial_value="Chargement..." name="Group Name Proxy"></name_box>
<button label="Définir" label_selected="Définir" name="button set group"/>
<button label="Voir" name="button open group"/>
<text name="Permissions :">

View File

@@ -0,0 +1,159 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater label="Endroits" name="voice_effects" title="EFFET DE VOIX">
<string name="no_voice_effect">
(Aucun effet de voix)
</string>
<string name="active_voice_effect">
(Actif)
</string>
<string name="unsubscribed_voice_effect">
(Pas d&apos;abonnement)
</string>
<string name="new_voice_effect">
(Nouveau !)
</string>
<string name="effect_Arena">
Stade
</string>
<string name="effect_Beast">
Brute
</string>
<string name="effect_Buff">
Nasal
</string>
<string name="effect_Buzz">
Friture
</string>
<string name="effect_Camille">
Camille
</string>
<string name="effect_Creepy">
Effrayant
</string>
<string name="effect_CreepyBot">
BotEffrayant
</string>
<string name="effect_Cyber">
Cyber
</string>
<string name="effect_DeepBot">
BotGrave
</string>
<string name="effect_Demon">
Démon
</string>
<string name="effect_Female Elf">
Femme elfe
</string>
<string name="effect_Flirty">
Flirt
</string>
<string name="effect_Foxy">
Séduction
</string>
<string name="effect_Halloween 2010 Bonus">
Halloween_2010_Bonus
</string>
<string name="effect_Helium">
Hélium
</string>
<string name="effect_Husky">
Rauque
</string>
<string name="effect_Husky Whisper">
Murmure rauque
</string>
<string name="effect_Intercom">
Interphone
</string>
<string name="effect_Julia">
Julia
</string>
<string name="effect_Lo Lilt">
Mélodieux
</string>
<string name="effect_Macho">
Macho
</string>
<string name="effect_Micro">
Micro
</string>
<string name="effect_Mini">
Mini
</string>
<string name="effect_Model">
Modèle
</string>
<string name="effect_Nano">
Nano
</string>
<string name="effect_Nightmare">
Cauchemar
</string>
<string name="effect_PopBot">
BotPop
</string>
<string name="effect_Rachel">
Rachel
</string>
<string name="effect_Radio">
Radio
</string>
<string name="effect_Robot">
Robot
</string>
<string name="effect_Roxanne">
Roxanne
</string>
<string name="effect_Rumble">
Grondement
</string>
<string name="effect_Sabrina">
Sabrina
</string>
<string name="effect_Samantha">
Samantha
</string>
<string name="effect_Sexy">
Sexy
</string>
<string name="effect_Shorty">
Petite voix
</string>
<string name="effect_Smaller">
Plus faible
</string>
<string name="effect_Sneaky">
Sournois
</string>
<string name="effect_Stallion">
Étalon
</string>
<string name="effect_Sultry">
Sensuel
</string>
<string name="effect_Thunder">
Tonnerre
</string>
<string name="effect_Vixen">
Mégère
</string>
<string name="effect_WhinyBot">
BotPleurnichard
</string>
<text name="preview_text">
Aperçu
</text>
<text name="status_text">
Enregistrez un extrait et cliquez sur un effet pour obtenir un aperçu.
</text>
<button label="Enregistrer" name="record_btn" tool_tip="Enregistrez un extrait de votre voix."/>
<button label="Arrêter" name="record_stop_btn"/>
<text name="voice_morphing_link">
S'abonner
</text>
<scroll_list name="voice_effect_list" tool_tip="Enregistrez un extrait de votre voix, puis cliquez sur un effet pour obtenir un aperçu.">
<scroll_list.columns label="Nom de l&apos;effet" name="name"/>
<scroll_list.columns label="Date d&apos;expiration" name="expires"/>
</scroll_list>
</floater>

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="floater_voice_wizard" title="Paramétrage de la voix">
<panel name="content_panel">
<button label="Précédente" name="back_btn" />
<button label="Suivante" name="next_btn" />
<button label="Terminer" name="ok_btn" />
<button label="Annuler" name="cancel_btn" />
</panel>
</floater>

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<menu name="media ctrl context menu">
<menu_item_call label="Couper" name="Cut"/>
<menu_item_call label="Copier" name="Copy"/>
<menu_item_call label="Coller" name="Paste"/>
</menu>

View File

@@ -7,4 +7,5 @@
<slider label="Sons" label_width="65" name="SFX Volume"/>
<slider label="Son ambiant" label_width="65" name="Wind Volume"/>
<slider label="Interface" label_width="65" name="UI Volume"/>
<button label="Médias proches" name="nearby_media"/>
</panel>

View File

@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Général" name="Media Settings General">
<text name="home_label">
Page d&apos;accueil :
</text>
<text name="home_fails_whitelist_label">
(Cette page a été rejetée par la liste blanche spécifiée)
</text>
<line_editor name="home_url" tool_tip="La page d&apos;accueil pour cette source média"/>
<text name="preview_label">
Aperçu
</text>
<text name="current_url_label">
Page actuelle :
</text>
<text name="current_url" tool_tip="La page actuelle pour cette source média" value=""/>
<button label="Réinitialiser" name="current_url_reset_btn"/>
<check_box initial_value="false" label="Boucle auto" name="auto_loop"/>
<check_box initial_value="false" label="Premier clic interagit" name="first_click_interact"/>
<check_box initial_value="false" label="Zoom auto" name="auto_zoom"/>
<check_box initial_value="false" label="Lecture auto du média" name="auto_play"/>
<text name="media_setting_note">
Remarque : les résidents peuvent ignorer ce paramètre
</text>
<check_box initial_value="false" label="Mise à l&apos;échelle auto du média sur la face de l&apos;objet" name="auto_scale"/>
<text name="size_label">
Taille :
</text>
<text name="X_label">
X
</text>
</panel>

View File

@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Personnaliser" name="Media settings for controls">
<text name="controls_label">
Contrôles :
</text>
<combo_box name="controls">
<combo_item name="Standard">
Standard
</combo_item>
<combo_item name="Mini">
Mini
</combo_item>
</combo_box>
<text name="owner_label">
Propriétaire
</text>
<check_box initial_value="false" label="Activer la navigation et l&apos;interactivité" name="perms_owner_interact"/>
<check_box initial_value="false" label="Afficher la barre de contrôles" name="perms_owner_control"/>
<text name="group_label">
Groupe :
</text>
<check_box initial_value="false" label="Activer la navigation et l&apos;interactivité" name="perms_group_interact"/>
<check_box initial_value="false" label="Afficher la barre de contrôles" name="perms_group_control"/>
<text name="anyone_label">
Tout le monde
</text>
<check_box initial_value="false" label="Activer la navigation et l&apos;interactivité" name="perms_anyone_interact"/>
<check_box initial_value="false" label="Afficher la barre de contrôles" name="perms_anyone_control"/>
</panel>

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Sécurité" name="Media Settings Security">
<check_box initial_value="false" label="Autoriser l&apos;accès aux styles d&apos;URL spécifiés uniquement" name="whitelist_enable"/>
<text name="home_url_fails_some_items_in_whitelist">
Les entrées par lesquelles la page
d&apos;accueil est rejetée sont indiquées :
</text>
<button label="Ajouter" name="whitelist_add"/>
<button label="Supprimer" name="whitelist_del"/>
<text name="home_url_fails_whitelist">
Avertissement : la page d&apos;accueil spécifiée dans
l&apos;onglet Général a été rejetée par la liste blanche.
Elle sera désactivée jusqu&apos;à l&apos;ajout d&apos;une
entrée valide.
</text>
</panel>

View File

@@ -0,0 +1,71 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="nearby_media">
<string name="media_item_count_format">
(%ld articles de média)
</string>
<string name="empty_item_text">
&lt;vide&gt;
</string>
<string name="parcel_media_name">
Flux de média de la parcelle
</string>
<string name="parcel_audio_name">
Flux audio de la parcelle
</string>
<string name="playing_suffix">
(lecture en cours)
</string>
<panel name="minimized_controls">
<button label="Arrêter" name="all_nearby_media_disable_btn" tool_tip="Désactiver tous les médias près de vous"/>
<button label="Lire" name="all_nearby_media_enable_btn" tool_tip="Activer tous les médias près de vous"/>
<button name="open_prefs_btn" tool_tip="Ouvrir les préférences de média"/>
<button label="Plus &gt;&gt;" label_selected="&lt;&lt; Moins" name="more_btn" tool_tip="Options avancées"/>
<button label="Plus &gt;&gt;" label_selected="Moins &lt;&lt;" name="less_btn" tool_tip="Options avancées"/>
</panel>
<panel name="nearby_media_panel">
<text name="nearby_media_title">
Médias proches
</text>
<text name="show_text">
Voir :
</text>
<combo_box name="show_combo">
<combo_item name="All">Tout</combo_item>
<combo_item name="WithinParcel">Sur cette parcelle</combo_item>
<combo_item name="OutsideParcel">En dehors de la parcelle</combo_item>
<combo_item name="OnOthers">Sur les autres avatars</combo_item>
</combo_box>
<scroll_list name="media_list">
<column label="Proximité" name="media_proximity"/>
<column label="Visible" name="media_visibility"/>
<column label="Classe" name="media_class"/>
<column label="Nom" name="media_name"/>
<column label="Débogage" name="media_debug"/>
</scroll_list>
<panel name="media_controls_panel">
<layout_stack name="media_controls">
<layout_panel name="stop">
<button name="stop_btn" tool_tip="Arrêter le média sélectionné"/>
</layout_panel>
<layout_panel name="play">
<button name="play_btn" tool_tip="Lire le média sélectionné"/>
</layout_panel>
<layout_panel name="pause">
<button name="pause_btn" tool_tip="Pause du média sélectionné"/>
</layout_panel>
<layout_panel name="volume_slider_ctrl">
<slider_bar initial_value="0.5" name="volume_slider" tool_tip="Volume audio du média sélectionné"/>
</layout_panel>
<layout_panel name="mute">
<button name="mute_btn" tool_tip="Couper l&apos;audio sur le média sélectionné"/>
</layout_panel>
<layout_panel name="zoom">
<button name="zoom_btn" tool_tip="Zoomer en avant sur le média sélectionné"/>
</layout_panel>
<layout_panel name="unzoom">
<button name="unzoom_btn" tool_tip="Zoomer en arrière sur le média sélectionné"/>
</layout_panel>
</layout_stack>
</panel>
</panel>
</panel>

View File

@@ -1,15 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="notifications_panel">
<layout_stack name="stack1">
<layout_panel name="notifications_list_panel" >
<scroll_list name="notifications_list">
<column label="Nom" name="name"/>
<column label="Contenu" name="content"/>
<column label="Date" name="date"/>
</scroll_list>
<scroll_list name="notification_rejects_list">
<column label="Nom" name="name"/>
<column label="Contenu" name="content"/>
<column label="Date" name="date"/>
</scroll_list>
</scroll_list>
</layout_panel>
<layout_panel name="rejects_list_panel" >
<scroll_list name="notification_rejects_list">
<column label="Nom" name="name"/>
<column label="Contenu" name="content"/>
<column label="Date" name="date"/>
</scroll_list>
</layout_panel>
</layout_stack>
</panel>

View File

@@ -15,7 +15,9 @@
tool_tip="Im en attente."
width="150" />
</layout_panel>
<layout_panel name="chat_bar"/>
<layout_panel name="chat_bar_layout_panel">
<panel name="chat_bar"/>
</layout_panel>
</layout_stack>
</layout_panel>
<layout_panel min_width="220" name="media_remote_container" width="220"/>

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="Général" name="general_panel">
<radio_group name="default_start_location" width="280">
<radio_item name="MyHome" tool_tip="Par défaut, choisit le domicile comme lieu de départ.">Domicile</radio_item>
<radio_item name="MyLastLocation" tool_tip="Par défaut, choisit le dernier emplacement comme lieu de départ.">Dernier emplacement</radio_item>
<radio_item name="home" tool_tip="Par défaut, choisit le domicile comme lieu de départ.">Domicile</radio_item>
<radio_item name="last" tool_tip="Par défaut, choisit le dernier emplacement comme lieu de départ.">Dernier emplacement</radio_item>
</radio_group>
<check_box label="Afficher le lieu de départ sur l'écran de connexion" name="show_location_checkbox"/>
<combo_box name="fade_out_combobox">

View File

@@ -4,14 +4,32 @@
Rétablir les fenêtres
</string>
<layout_stack name="toolbar_stack">
<button label="" name="chat_btn" tool_tip="Affiche la barre de chat.(Entrée)"/>
<flyout_button label="Communiquer" name="communicate_btn" tool_tip="Communiquez (valable pour les amis et groupes."/>
<button label="Voler" label_selected="Atterrir" name="fly_btn" tool_tip="Commencez à voler. Utilisez E/C ou PgHaut/PgBas pour voler vers le haut et vers le bas."/>
<button label="Photo" name="snapshot_btn" tool_tip="Enregistrez une photo sur le disque ou dans l&apos;inventaire."/>
<button label="Rechercher" name="directory_btn" tool_tip="Recherchez des endroits, des événements, des résidents et plus encore."/>
<button label="Construire" name="build_btn" tool_tip="Créez de nouveaux objets."/>
<button label="Mini-carte" name="radar_btn" tool_tip="Affichez la carte de la zone locale. (Ctrl-Maj-M)"/>
<button label="Carte" name="map_btn" tool_tip="Affichez la carte du Monde. (Ctrl-M)"/>
<button label="Inventaire" name="inventory_btn" tool_tip="Vos objets (Ctrl-I)"/>
<layout_panel name="panel2">
<button label="" name="chat_btn" tool_tip="Affiche la barre de chat.(Entrée)"/>
</layout_panel>
<layout_panel name="panel4">
<flyout_button label="Communiquer" name="communicate_btn" tool_tip="Communiquez (valable pour les amis et groupes."/>
</layout_panel>
<layout_panel name="panel7">
<button label="Voler" label_selected="Atterrir" name="fly_btn" tool_tip="Commencez à voler. Utilisez E/C ou PgHaut/PgBas pour voler vers le haut et vers le bas."/>
</layout_panel>
<layout_panel name="panel8">
<button label="Photo" name="snapshot_btn" tool_tip="Enregistrez une photo sur le disque ou dans l&apos;inventaire."/>
</layout_panel>
<layout_panel name="panel9">
<button label="Rechercher" name="directory_btn" tool_tip="Recherchez des endroits, des événements, des résidents et plus encore."/>
</layout_panel>
<layout_panel name="panel10">
<button label="Construire" name="build_btn" tool_tip="Créez de nouveaux objets."/>
</layout_panel>
<layout_panel name="panel11">
<button label="Carte" name="map_btn" tool_tip="Affichez la carte du Monde. (Ctrl-M)"/>
</layout_panel>
<layout_panel name="panel12">
<button label="Mini-carte" name="radar_btn" tool_tip="Affichez la carte de la zone locale. (Ctrl-Maj-M)"/>
</layout_panel>
<layout_panel name="panel13">
<button label="Inventaire" name="inventory_btn" tool_tip="Vos objets (Ctrl-I)"/>
</layout_panel>
</layout_stack>
</panel>

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="panel_voice_effect">
<string name="no_voice_effect">
Effet de voix désactivé
</string>
<string name="preview_voice_effects">
Aperçu des effets de voix ▶
</string>
<string name="get_voice_effects">
Obtenir un effet de voix ▶
</string>
<combo_box name="voice_effect" tool_tip="Sélectionner un effet pour modifier le son de votre voix">
<combo_item label="Effet de voix désactivé" name="no_voice_effect"/>
</combo_box>
</panel>

View File

@@ -1,23 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="content_panel">
<text_editor name="voice_intro_text1">
Bienvenue dans le chat vocal de Second Life ! Le chat vocal vous permet de communiquer avec les autres résidents. Cet assistant vous aidera à le paramétrer correctement. Le chat vocal requiert l&apos;utilisation de haut-parleurs audio. Pour parler, il vous faudra aussi un micro ou un casque stéréo avec un micro.
</text_editor>
<text_editor name="voice_intro_text2">
Le chat vocal est activé par défaut. Souhaitez-vous continuer à l&apos;utiliser ?
</text_editor>
<radio_group name="voice_enable">
<radio_item name="1">
Oui, continuer à utiliser le chat vocal.
</radio_item>
<radio_item name="0">
Non, désactiver le chat vocal.
</radio_item>
</radio_group>
<text_editor name="voice_intro_text3">
Vous pouvez activer le chat vocal à tout moment à partir de l&apos;onglet Chat Vocal, sous Préférences.
</text_editor>
<text_editor name="voice_intro_text4">
Pour configurer vos préférences de chat, cliquez sur le bouton Suivant. Pour continuer sur Second Life, cliquez sur Finir.
</text_editor>
</panel>

View File

@@ -1,15 +1,16 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="beacons" title="Balizas">
<panel name="beacons_panel">
<check_box label="Objetos programados com toque apenas" name="touch_only"/>
<check_box label="Objetos programados" name="scripted"/>
<check_box label="Objetos físicos" name="physical"/>
<check_box label="Fontes de Som" name="sounds"/>
<check_box label="Fontes de Partículas" name="particles"/>
<check_box label="Renderização de Highlights" name="highlights"/>
<check_box label="Renderização de Balizas" name="beacons"/>
<text name="beacon_width_label">
Largura da Baliza
</text>
<check_box label="Objetos físicos" name="physical"/>
<check_box label="Objetos programados" name="scripted"/>
<check_box label="Objetos programados com toque apenas" name="touch_only"/>
<check_box label="Fontes de Som" name="sounds"/>
<check_box label="Fontes de Partículas" name="particles"/>
<check_box label="Fontes de mídia" name="moapbeacon"/>
</panel>
</floater>

View File

@@ -124,9 +124,7 @@
<text name="Group:">
Grupo:
</text>
<text name="Group Name Proxy">
The Lindens
</text>
<name_box initial_value="Carregando..." name="Group Name Proxy"></name_box>
<button label="Definir..." label_selected="Definir..." name="button set group"/>
<text name="Permissions:">
Permissões:

View File

@@ -0,0 +1,159 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater label="Lugares" name="voice_effects" title="EFEITOS DE VOZ">
<string name="no_voice_effect">
(Não distorcer voz)
</string>
<string name="active_voice_effect">
(Ativo)
</string>
<string name="unsubscribed_voice_effect">
(Cancelou)
</string>
<string name="new_voice_effect">
(Novo!)
</string>
<string name="effect_Arena">
Arena
</string>
<string name="effect_Beast">
Fera
</string>
<string name="effect_Buff">
Entusiasmado
</string>
<string name="effect_Buzz">
Zumbido
</string>
<string name="effect_Camille">
Camille
</string>
<string name="effect_Creepy">
Assustador
</string>
<string name="effect_CreepyBot">
RobôAssustador
</string>
<string name="effect_Cyber">
Cyber
</string>
<string name="effect_DeepBot">
RobôVozGrossa
</string>
<string name="effect_Demon">
Demônio
</string>
<string name="effect_Female Elf">
Elfa
</string>
<string name="effect_Flirty">
Paquerador
</string>
<string name="effect_Foxy">
Sensual
</string>
<string name="effect_Halloween 2010 Bonus">
Bônus_Halloween_2010
</string>
<string name="effect_Helium">
Hélio
</string>
<string name="effect_Husky">
Rouco
</string>
<string name="effect_Husky Whisper">
Sussurro rouco
</string>
<string name="effect_Intercom">
Interfone
</string>
<string name="effect_Julia">
Julia
</string>
<string name="effect_Lo Lilt">
Cantarolado baixo
</string>
<string name="effect_Macho">
Macho
</string>
<string name="effect_Micro">
Micro
</string>
<string name="effect_Mini">
Mini
</string>
<string name="effect_Model">
Modelo
</string>
<string name="effect_Nano">
Nano
</string>
<string name="effect_Nightmare">
Pesadelo
</string>
<string name="effect_PopBot">
RobôPop
</string>
<string name="effect_Rachel">
Rachel
</string>
<string name="effect_Radio">
Rádio
</string>
<string name="effect_Robot">
Robô
</string>
<string name="effect_Roxanne">
Roxanne
</string>
<string name="effect_Rumble">
Ronco
</string>
<string name="effect_Sabrina">
Sabrina
</string>
<string name="effect_Samantha">
Samantha
</string>
<string name="effect_Sexy">
Sexy
</string>
<string name="effect_Shorty">
Baixinho
</string>
<string name="effect_Smaller">
Menor
</string>
<string name="effect_Sneaky">
Sorrateiro
</string>
<string name="effect_Stallion">
Garanhão
</string>
<string name="effect_Sultry">
Ardente
</string>
<string name="effect_Thunder">
Trovão
</string>
<string name="effect_Vixen">
Maliciosa
</string>
<string name="effect_WhinyBot">
RobôReclamão
</string>
<text name="preview_text">
Visualizar
</text>
<text name="status_text">
Grave uma amostra da sua voz, depois clique em um efeito para ouvir o resultado.
</text>
<button label="Gravar" name="record_btn" tool_tip="Grave uma amostra da sua voz."/>
<button label="Parar" name="record_stop_btn"/>
<text name="voice_morphing_link">
Assine agora
</text>
<scroll_list name="voice_effect_list" tool_tip="Grave sua voz por alguns instantes, depois clique num efeito para ouvir a distorção.">
<scroll_list.columns label="Nome da voz" name="name"/>
<scroll_list.columns label="Vence em" name="expires"/>
</scroll_list>
</floater>

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<menu name="media ctrl context menu">
<menu_item_call label="Cortar" name="Cut"/>
<menu_item_call label="Cortar" name="Copy"/>
<menu_item_call label="Colar" name="Paste"/>
</menu>

View File

@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Áudio &amp; Vídeo" name="Media panel">
<slider label="Mestre" name="System Volume"/>
<slider label="Música" name="Music Volume"/>
<slider label="Mídia" name="Media Volume"/>
<slider label="Voz" name="Voice Volume"/>
<slider label="Sons" name="SFX Volume"/>
<slider label="Ambiente" name="Wind Volume"/>
<slider label="UI" name="UI Volume"/>
</panel>
<slider label="Mestre" name="System Volume"></slider>
<slider label="Música" name="Music Volume"></slider>
<slider label="Mídia" name="Media Volume"></slider>
<slider label="Voz" name="Voice Volume"></slider>
<slider label="Sons" name="SFX Volume"></slider>
<slider label="Ambiente" name="Wind Volume"></slider>
<slider label="UI" name="UI Volume"></slider>
<button label="Mídia por perto" name="nearby_media"/>
</panel>

View File

@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Geral" name="Media Settings General">
<text name="home_label">
Página web:
</text>
<text name="home_fails_whitelist_label">
(Esta página não atende à lista de páginas aprovadas)
</text>
<line_editor name="home_url" tool_tip="Website desta mídia"/>
<text name="preview_label">
Visualizar
</text>
<text name="current_url_label">
Página atual:
</text>
<text name="current_url" tool_tip="Website desta mídia" value=""/>
<button label="Redefinir" name="current_url_reset_btn"/>
<check_box initial_value="false" label="Loop contínuo" name="auto_loop"/>
<check_box initial_value="false" label="Interagir no primeiro clique" name="first_click_interact"/>
<check_box initial_value="false" label="Zoom automático" name="auto_zoom"/>
<check_box initial_value="false" label="Mídia auto-executável" name="auto_play"/>
<text name="media_setting_note">
Nota: Residentes podem redefinir a configuração.
</text>
<check_box initial_value="false" label="Dimensionamento automático na frente do objeto" name="auto_scale"/>
<text name="size_label">
Tamanho:
</text>
<text name="X_label">
X
</text>
</panel>

View File

@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Customizar" name="Media settings for controls">
<text name="controls_label">
Controles:
</text>
<combo_box name="controls">
<combo_item name="Standard">
Padrão
</combo_item>
<combo_item name="Mini">
Mini
</combo_item>
</combo_box>
<text name="owner_label">
Proprietário
</text>
<check_box initial_value="false" label="Permitir navegação &amp; interatividade" name="perms_owner_interact"/>
<check_box initial_value="false" label="Exibir barra de controle" name="perms_owner_control"/>
<text name="group_label">
Grupo:
</text>
<check_box initial_value="false" label="Permitir navegação &amp; interatividade" name="perms_group_interact"/>
<check_box initial_value="false" label="Exibir barra de controle" name="perms_group_control"/>
<text name="anyone_label">
Todos
</text>
<check_box initial_value="false" label="Permitir navegação &amp; interatividade" name="perms_anyone_interact"/>
<check_box initial_value="false" label="Exibir barra de controle" name="perms_anyone_control"/>
</panel>

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Segurança" name="Media Settings Security">
<check_box initial_value="false" label="Acesso permitido a URLs com padrão específico" name="whitelist_enable"/>
<text name="home_url_fails_some_items_in_whitelist">
URLs com falha de acesso na página inicial são
indicados com um:
</text>
<button label="Adicionar" name="whitelist_add"/>
<button label="Excluir" name="whitelist_del"/>
<text name="home_url_fails_whitelist">
Aviso: A página inicial especificada na aba Geral não consta
na lista de acesso. Seu acesso será autorizado quando a
lista for retificada.
</text>
</panel>

View File

@@ -0,0 +1,71 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="nearby_media">
<string name="media_item_count_format">
(%ld itens de mídia)
</string>
<string name="empty_item_text">
&lt;vazio&gt;
</string>
<string name="parcel_media_name">
Mídia em stream deste lote
</string>
<string name="parcel_audio_name">
Áudio em stream do lote
</string>
<string name="playing_suffix">
(em execução)
</string>
<panel name="minimized_controls">
<button label="Parar tudo" name="all_nearby_media_disable_btn" tool_tip="Desligar mídias por perto"/>
<button label="Executar tudo" name="all_nearby_media_enable_btn" tool_tip="Ligar mídias por perto"/>
<button name="open_prefs_btn" tool_tip="Preferências de mídia"/>
<button label="Mais &gt;&gt;" label_selected="&lt;&lt; Menos" name="more_btn" tool_tip="Controles avançados"/>
<button label="Mais &gt;&gt;" label_selected="Menos &lt;&lt;" name="less_btn" tool_tip="Controles avançados"/>
</panel>
<panel name="nearby_media_panel">
<text name="nearby_media_title">
Mídia por perto
</text>
<text name="show_text">
Mostrar:
</text>
<combo_box name="show_combo">
<combo_item name="All">Tudo</combo_item>
<combo_item name="WithinParcel">Neste lote</combo_item>
<combo_item name="OutsideParcel">Fora deste lote</combo_item>
<combo_item name="OnOthers">Nos outros avatares</combo_item>
</combo_box>
<scroll_list name="media_list">
<column label="Proximidade" name="media_proximity"/>
<column label="Visíveis" name="media_visibility"/>
<column label="Classe" name="media_class"/>
<column label="Nome" name="media_name"/>
<column label="Depurar" name="media_debug"/>
</scroll_list>
<panel name="media_controls_panel">
<layout_stack name="media_controls">
<layout_panel name="stop">
<button name="stop_btn" tool_tip="Parar mídia selecionada"/>
</layout_panel>
<layout_panel name="play">
<button name="play_btn" tool_tip="Tocar mídia selecionada"/>
</layout_panel>
<layout_panel name="pause">
<button name="pause_btn" tool_tip="Pausar mídia selecionada"/>
</layout_panel>
<layout_panel name="volume_slider_ctrl">
<slider_bar initial_value="0.5" name="volume_slider" tool_tip="Volume da mídia selecionada"/>
</layout_panel>
<layout_panel name="mute">
<button name="mute_btn" tool_tip="Silenciar mídia selecionada"/>
</layout_panel>
<layout_panel name="zoom">
<button name="zoom_btn" tool_tip="Enfocar mídia"/>
</layout_panel>
<layout_panel name="unzoom">
<button name="unzoom_btn" tool_tip="Desenfocar mídia selecionada"/>
</layout_panel>
</layout_stack>
</panel>
</panel>
</panel>

View File

@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Geral" name="general_panel">
<radio_group name="default_start_location">
<radio_item name="MyHome" tool_tip="Como padrão, registrar na minha casa.">
<radio_item name="home" tool_tip="Como padrão, registrar na minha casa.">
Minha Casa
</radio_item>
<radio_item name="MyLastLocation" tool_tip="Por padrão, registrar na minha última localidade.">
<radio_item name="last" tool_tip="Por padrão, registrar na minha última localidade.">
Minha Última Localidade
</radio_item>
</radio_group>

View File

@@ -4,14 +4,32 @@
Reagrupar as janelas
</string>
<layout_stack name="toolbar_stack">
<button label="" name="chat_btn" tool_tip="Mostrar a barra de Conversa por Texto. (Enter)"/>
<flyout_button label="Comunicar-se" name="communicate_btn" tool_tip="Comunicar-se com seus Amigos e Grupos."/>
<button label="Voar" label_selected="Parar de voar." name="fly_btn" tool_tip="Começar a voar. Use E/C ou PgUp/PgDn para voar para cima e para baixo."/>
<button label="Foto" name="snapshot_btn" tool_tip="Salvar uma foto da tela no disco ou no inventário."/>
<button label="Busca" name="directory_btn" tool_tip="Busca a lugares, eventos, pessoas e mais."/>
<button label="Construir" name="build_btn" tool_tip="Criar novos objetos."/>
<button label="Mapa" name="map_btn" tool_tip="Mapa do Mundo. (Ctrl-M)"/>
<button label="Mini-Mapa" name="radar_btn" tool_tip="Mapa da área ao seu redor. (Ctrl-Shift-M)"/>
<button label="Inventário" name="inventory_btn" tool_tip="Seus itens. (Ctrl-I)"/>
<layout_panel name="panel2">
<button label="" name="chat_btn" tool_tip="Mostrar a barra de Conversa por Texto. (Enter)"/>
</layout_panel>
<layout_panel name="panel4">
<flyout_button label="Comunicar-se" name="communicate_btn" tool_tip="Comunicar-se com seus Amigos e Grupos."/>
</layout_panel>
<layout_panel name="panel7">
<button label="Voar" label_selected="Parar de voar." name="fly_btn" tool_tip="Começar a voar. Use E/C ou PgUp/PgDn para voar para cima e para baixo."/>
</layout_panel>
<layout_panel name="panel8">
<button label="Foto" name="snapshot_btn" tool_tip="Salvar uma foto da tela no disco ou no inventário."/>
</layout_panel>
<layout_panel name="panel9">
<button label="Busca" name="directory_btn" tool_tip="Busca a lugares, eventos, pessoas e mais."/>
</layout_panel>
<layout_panel name="panel10">
<button label="Construir" name="build_btn" tool_tip="Criar novos objetos."/>
</layout_panel>
<layout_panel name="panel11">
<button label="Mapa" name="map_btn" tool_tip="Mapa do Mundo. (Ctrl-M)"/>
</layout_panel>
<layout_panel name="panel12">
<button label="Mini-Mapa" name="radar_btn" tool_tip="Mapa da área ao seu redor. (Ctrl-Shift-M)"/>
</layout_panel>
<layout_panel name="panel13">
<button label="Inventário" name="inventory_btn" tool_tip="Seus itens. (Ctrl-I)"/>
</layout_panel>
</layout_stack>
</panel>

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="panel_voice_effect">
<string name="no_voice_effect">
Distorção de voz desligada
</string>
<string name="preview_voice_effects">
Checar distorção de voz ▶
</string>
<string name="get_voice_effects">
Distorcer voz ▶
</string>
<combo_box name="voice_effect" tool_tip="Selecione um efeito de distorção para mudar sua voz.">
<combo_item label="Distorção de voz desligada" name="no_voice_effect"/>
</combo_box>
</panel>

View File

@@ -1,23 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="content_panel">
<text_editor name="voice_intro_text1">
Bem-vindo ao Bate-Papo em voz do Second Life! O Bate-papo em Voz lhe permite falar com outros residentes. Este assistente irá guiá-lo através dos passos necessários para configurar o Bate-papo em voz. Utilizá-lo exige caixas de som e, se quiser falar com outras pessoas, use um microfone ou headset estéreo com microfone.
</text_editor>
<text_editor name="voice_intro_text2">
Bate-papo em voz está ativado por padrão. Quer continuar usando a conversa em voz?
</text_editor>
<radio_group name="voice_enable">
<radio_item name="1">
Sim, continue com o Bate-papo em Voz.
</radio_item>
<radio_item name="0">
Não, desative o Bate-papo em Voz.
</radio_item>
</radio_group>
<text_editor name="voice_intro_text3">
Você pode ativar o bate-papo de Voz a qualquer momento, indo em bate-papo de voz na aba Preferências.
</text_editor>
<text_editor name="voice_intro_text4">
Clique no botão Próximo para configurar as preferências do bate-papo de voz ou clique em Concluir para continuar usando o Second Life.
</text_editor>
</panel>