Added 'NearbyMedia' floater (accessable via new button in Media Remote popup)
-Floater utilizes a slightly modified LLPanelNearbyMedia, which has fading and the 'minimal' mode disabled when its parent is a floater. -Due to how LL designed LLPanelNearbyMedia, only one instance should ever be allowed at a time. Added LLNameBox. To avoid having dupilcate code, logic in LLTextBox::fromXML had to be moved to LLTextBox::initFromXML. -Perfomed some additional cleanup. 'name' attribute now parsed in LLUICtrl::initFromXML, or as-needed for elements not based off of LLUICtrl. LLSlider now respects current DrawContext Fixed the AO toolbar widget reserving too much width. Made the "wlfAdvSettingsPopup" setting persist, and un-inverted its logic. Altered ui initilization order. Toolbar/overlay panels now constructed further into login process.
This commit is contained in:
@@ -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>
|
||||
@@ -483,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" />
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
width="815">
|
||||
<button
|
||||
bottom="0"
|
||||
tool_tip="Navigate back"
|
||||
follows="left|top"
|
||||
height="25"
|
||||
label=""
|
||||
@@ -43,6 +44,7 @@
|
||||
function="WebContent.Back" />
|
||||
</button>
|
||||
<button
|
||||
tool_tip="Navigate forward"
|
||||
bottom_delta="0"
|
||||
follows="left|top"
|
||||
height="25" label=""
|
||||
@@ -55,6 +57,7 @@
|
||||
</button>
|
||||
<button
|
||||
bottom_delta="0"
|
||||
tool_tip="Stop navigation"
|
||||
enabled="true"
|
||||
follows="left|top"
|
||||
height="25"
|
||||
@@ -67,6 +70,7 @@
|
||||
function="WebContent.Stop" />
|
||||
</button>
|
||||
<button
|
||||
tool_tip="Reload page"
|
||||
bottom_delta="0"
|
||||
follows="left|top"
|
||||
height="25"
|
||||
@@ -86,20 +90,31 @@
|
||||
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="-4"
|
||||
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="709"
|
||||
left_delta="41"
|
||||
name="popexternal"
|
||||
width="25">
|
||||
<button.commit_callback
|
||||
@@ -117,7 +132,7 @@
|
||||
width="540">
|
||||
<web_browser
|
||||
bottom="0"
|
||||
follows="left|right|top|bottom"
|
||||
follows="all"
|
||||
left="0"
|
||||
name="webbrowser"
|
||||
border_visible="false"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<panel border="false" height="100" label="Audio & Video" name="Media panel" width="250">
|
||||
<panel border="false" height="120" label="Audio & 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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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 & Video" name="Volume Panel" width="220" />
|
||||
<panel bottom_delta="-10" filename="panel_media_controls.xml" left="0" />
|
||||
<string name="play_label">
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
Group:
|
||||
</text>
|
||||
|
||||
<!-- <name_box
|
||||
<name_box
|
||||
bottom_delta="-5"
|
||||
enabled="false"
|
||||
follows="left|top"
|
||||
@@ -100,7 +100,7 @@
|
||||
name="perms_group_name"
|
||||
text_readonly_color="LabelDisabledColor"
|
||||
value =""
|
||||
width="200" />-->
|
||||
width="200" />
|
||||
|
||||
<check_box
|
||||
bottom_delta="-22"
|
||||
|
||||
382
indra/newview/skins/default/xui/en-us/panel_nearby_media.xml
Normal file
382
indra/newview/skins/default/xui/en-us/panel_nearby_media.xml
Normal 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"><empty></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=">>"
|
||||
label_selected="<< 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>
|
||||
@@ -50,7 +50,7 @@
|
||||
</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"
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
height="8"
|
||||
top="0"
|
||||
left="0"
|
||||
/>
|
||||
tool_tip="Media is Loading"/>
|
||||
</layout_panel>
|
||||
<layout_panel
|
||||
name="right_bookend_bottom"
|
||||
@@ -87,6 +87,7 @@
|
||||
image_overlay="go-previous.png"
|
||||
auto_resize="false"
|
||||
label=""
|
||||
tool_tip="Navigate back"
|
||||
bottom="-22"
|
||||
left="0"
|
||||
width="22"
|
||||
@@ -111,7 +112,8 @@
|
||||
label=""
|
||||
bottom="-22"
|
||||
height="22"
|
||||
width="22">
|
||||
width="22"
|
||||
tool_tip="Navigate forward">
|
||||
<button.commit_callback
|
||||
function="MediaCtrl.Forward" />
|
||||
</button>
|
||||
@@ -130,6 +132,7 @@
|
||||
follows="top"
|
||||
image_overlay="go-home.png"
|
||||
label=""
|
||||
tool_tip="Home page"
|
||||
bottom="-22"
|
||||
height="22"
|
||||
width="22">
|
||||
@@ -151,6 +154,7 @@
|
||||
follows="top"
|
||||
image_overlay="go-media-stop.png"
|
||||
label=""
|
||||
tool_tip="Stop media"
|
||||
bottom="-22"
|
||||
height="22"
|
||||
width="22">
|
||||
@@ -172,6 +176,7 @@
|
||||
follows="top"
|
||||
image_overlay="go-reload.png"
|
||||
label=""
|
||||
tool_tip="Reload"
|
||||
bottom="-22"
|
||||
height="22"
|
||||
width="22">
|
||||
@@ -193,6 +198,7 @@
|
||||
follows="top"
|
||||
image_overlay="go-stop.png"
|
||||
label=""
|
||||
tool_tip = "Stop loading"
|
||||
bottom="-22"
|
||||
height="22"
|
||||
width="22">
|
||||
@@ -214,6 +220,7 @@
|
||||
follows="top"
|
||||
image_overlay="go-media-play.png"
|
||||
label=""
|
||||
tool_tip = "Play media"
|
||||
bottom="-22"
|
||||
height="22"
|
||||
width="22">
|
||||
@@ -258,6 +265,7 @@
|
||||
follows="top|left|right"
|
||||
height="22"
|
||||
bottom="-22"
|
||||
tool_tip="Media URL"
|
||||
text_pad_right="16">
|
||||
<line_editor.commit_callback
|
||||
function="MediaCtrl.CommitURL"/>
|
||||
@@ -269,7 +277,7 @@
|
||||
height="20"
|
||||
width="38"
|
||||
left="140"
|
||||
bottom="0"
|
||||
bottom="0"
|
||||
border_size="0"
|
||||
mouse_opaque="false"
|
||||
orientation="horizontal">
|
||||
@@ -284,6 +292,7 @@
|
||||
height="16"
|
||||
image_name="Flag.png"
|
||||
layout="topleft"
|
||||
tool_tip="White List enabled"
|
||||
bottom="-16"
|
||||
width="16" />
|
||||
</layout_panel>
|
||||
@@ -297,6 +306,7 @@
|
||||
height="16"
|
||||
image_name="lock.png"
|
||||
bottom="-16"
|
||||
tool_tip="Secured Browsing"
|
||||
width="16" />
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
@@ -317,6 +327,7 @@
|
||||
height="22"
|
||||
increment="0.01"
|
||||
initial_value="0.5"
|
||||
tool_tip="Movie play progress"
|
||||
width="200">
|
||||
<slider_bar.commit_callback
|
||||
function="MediaCtrl.JumpProgress" />
|
||||
@@ -337,6 +348,7 @@
|
||||
bottom="-22"
|
||||
auto_resize="false"
|
||||
height="22"
|
||||
tool_tip="Step back"
|
||||
width="22">
|
||||
<button.commit_callback
|
||||
function="MediaCtrl.SkipBack" />
|
||||
@@ -356,6 +368,7 @@
|
||||
label=""
|
||||
bottom="-22"
|
||||
height="22"
|
||||
tool_tip="Step forward"
|
||||
width="22">
|
||||
<button.commit_callback
|
||||
function="MediaCtrl.SkipForward" />
|
||||
@@ -383,6 +396,7 @@
|
||||
hover_glow_amount="0.15"
|
||||
is_toggle="true"
|
||||
scale_image="false"
|
||||
tool_tip="Mute This Media"
|
||||
left_delta="5"
|
||||
bottom="-22"
|
||||
draw_border="true"
|
||||
@@ -430,6 +444,7 @@
|
||||
label=""
|
||||
bottom="-22"
|
||||
height="22"
|
||||
tool_tip="Zoom into media"
|
||||
width="22">
|
||||
<button.commit_callback
|
||||
function="MediaCtrl.Zoom" />
|
||||
@@ -449,6 +464,7 @@
|
||||
image_overlay="go-media-unzoom.png"
|
||||
label=""
|
||||
height="22"
|
||||
tool_tip ="Zoom Back"
|
||||
bottom="-22"
|
||||
width="21">
|
||||
<button.commit_callback
|
||||
@@ -469,6 +485,7 @@
|
||||
label=""
|
||||
bottom="-22"
|
||||
height="22"
|
||||
tool_tip = "Open URL in browser"
|
||||
width="24" >
|
||||
<button.commit_callback
|
||||
function="MediaCtrl.Open" />
|
||||
|
||||
@@ -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:">
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
71
indra/newview/skins/default/xui/es/panel_nearby_media.xml
Normal file
71
indra/newview/skins/default/xui/es/panel_nearby_media.xml
Normal 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">
|
||||
<vacío>
|
||||
</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 >>" label_selected="<< Menos" name="more_btn" tool_tip="Controles avanzados"/>
|
||||
<button label="Más >>" label_selected="Menos <<" 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_box.item label="Todo" name="All"/>
|
||||
<combo_box.item label="En esta parcela" name="WithinParcel"/>
|
||||
<combo_box.item label="Fuera de la parcela" name="OutsideParcel"/>
|
||||
<combo_box.item label="En otros avatares" name="OnOthers"/>
|
||||
</combo_box>
|
||||
<scroll_list name="media_list">
|
||||
<scroll_list.columns label="Cercanía" name="media_proximity"/>
|
||||
<scroll_list.columns label="Visibilidad" name="media_visibility"/>
|
||||
<scroll_list.columns label="Clase" name="media_class"/>
|
||||
<scroll_list.columns label="Nombre" name="media_name"/>
|
||||
<scroll_list.columns 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>
|
||||
@@ -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 :">
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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'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'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'échelle auto du média sur la face de l'objet" name="auto_scale"/>
|
||||
<text name="size_label">
|
||||
Taille :
|
||||
</text>
|
||||
<text name="X_label">
|
||||
X
|
||||
</text>
|
||||
</panel>
|
||||
@@ -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'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'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'interactivité" name="perms_anyone_interact"/>
|
||||
<check_box initial_value="false" label="Afficher la barre de contrôles" name="perms_anyone_control"/>
|
||||
</panel>
|
||||
@@ -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'accès aux styles d'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'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'accueil spécifiée dans
|
||||
l'onglet Général a été rejetée par la liste blanche.
|
||||
Elle sera désactivée jusqu'à l'ajout d'une
|
||||
entrée valide.
|
||||
</text>
|
||||
</panel>
|
||||
71
indra/newview/skins/default/xui/fr/panel_nearby_media.xml
Normal file
71
indra/newview/skins/default/xui/fr/panel_nearby_media.xml
Normal 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">
|
||||
<vide>
|
||||
</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 >>" label_selected="<< Moins" name="more_btn" tool_tip="Options avancées"/>
|
||||
<button label="Plus >>" label_selected="Moins <<" 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_box.item label="Tout" name="All"/>
|
||||
<combo_box.item label="Sur cette parcelle" name="WithinParcel"/>
|
||||
<combo_box.item label="En dehors de la parcelle" name="OutsideParcel"/>
|
||||
<combo_box.item label="Sur les autres avatars" name="OnOthers"/>
|
||||
</combo_box>
|
||||
<scroll_list name="media_list">
|
||||
<scroll_list.columns label="Proximité" name="media_proximity"/>
|
||||
<scroll_list.columns label="Visible" name="media_visibility"/>
|
||||
<scroll_list.columns label="Classe" name="media_class"/>
|
||||
<scroll_list.columns label="Nom" name="media_name"/>
|
||||
<scroll_list.columns 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'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>
|
||||
@@ -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:
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<panel label="Áudio & 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>
|
||||
@@ -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>
|
||||
@@ -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 & 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 & 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 & interatividade" name="perms_anyone_interact"/>
|
||||
<check_box initial_value="false" label="Exibir barra de controle" name="perms_anyone_control"/>
|
||||
</panel>
|
||||
@@ -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>
|
||||
71
indra/newview/skins/default/xui/pt/panel_nearby_media.xml
Normal file
71
indra/newview/skins/default/xui/pt/panel_nearby_media.xml
Normal 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">
|
||||
<vazio>
|
||||
</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 >>" label_selected="<< Menos" name="more_btn" tool_tip="Controles avançados"/>
|
||||
<button label="Mais >>" label_selected="Menos <<" 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_box.item label="Tudo" name="All"/>
|
||||
<combo_box.item label="Neste lote" name="WithinParcel"/>
|
||||
<combo_box.item label="Fora deste lote" name="OutsideParcel"/>
|
||||
<combo_box.item label="Nos outros avatares" name="OnOthers"/>
|
||||
</combo_box>
|
||||
<scroll_list name="media_list">
|
||||
<scroll_list.columns label="Proximidade" name="media_proximity"/>
|
||||
<scroll_list.columns label="Visíveis" name="media_visibility"/>
|
||||
<scroll_list.columns label="Classe" name="media_class"/>
|
||||
<scroll_list.columns label="Nome" name="media_name"/>
|
||||
<scroll_list.columns 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>
|
||||
Reference in New Issue
Block a user