summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pt/panel_side_tray.xml
blob: 09ac074b5ab807084a43c3ae7d8882e33857e79c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- Side tray cannot show background because it is always
	partially on screen to hold tab buttons. -->
<side_tray name="sidebar">
	<sidetray_tab description="Exibir ou não barra lateral" name="sidebar_openclose" tab_title="Exibir ou não barra lateral"/>
	<sidetray_tab description="Casa." name="sidebar_home" tab_title="Home">
		<panel label="casa" name="panel_home"/>
	</sidetray_tab>
	<sidetray_tab description="Editar seu perfil público e destaques ." name="sidebar_me" tab_title="My Profile">
		<panel_container name="panel_container">
			<panel label="Eu" name="panel_me"/>
		</panel_container>
	</sidetray_tab>
	<sidetray_tab description="Encontre seus amigos, contatos e pessoas nas proximidades." name="sidebar_people" tab_title="People">
		<panel_container name="panel_container">
			<panel label="Perfil do grupo" name="panel_group_info_sidetray"/>
			<panel label="Residentes&amp; Objetos bloqueados" name="panel_block_list_sidetray"/>
		</panel_container>
	</sidetray_tab>
	<sidetray_tab description="Encontre lugares para ir e lugares que você ja visitou." label="Lugares" name="sidebar_places" tab_title="Places">
		<panel label="Lugares" name="panel_places"/>
	</sidetray_tab>
	<sidetray_tab description="Busca no seu inventário." name="sidebar_inventory" tab_title="My Inventory">
		<panel label="Editar inventário" name="sidepanel_inventory"/>
	</sidetray_tab>
	<sidetray_tab description="Muda sua aparência e visual atual." name="sidebar_appearance" tab_title="My Appearance">
		<panel label="Editar aparência" name="sidepanel_appearance"/>
	</sidetray_tab>
</side_tray>