Files
SingularityViewer/indra/newview/skins/default/xui/pt/panel_nearby_media.xml
Lirusaito 3739639295 Merge branch 'Moap' of git://github.com/Shyotl/SingularityViewer into VoiceUpdate
Conflicts:
	indra/newview/llfloateractivespeakers.h - llparticipantlist.h got changed from a panel to a layoutpanel
	indra/newview/lloverlaybar.cpp - Silly conflict, I change one line, Shyotl changes the next two.

Compile fixies:
	indra/newview/llavataractions.cpp needed to include llnotifications.h
	indra/newview/llvoicechannel.cpp needed to include llnotifications.h
2013-06-23 22:36:04 -04:00

72 lines
2.7 KiB
XML

<?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>