summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pt/floater_notifications_tabbed.xml
blob: c9a761029e27cfd0ab8d0c0d0617767b8ebbef62 (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
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="floater_notifications_tabbed" title="AVISOS">
	<floater.string name="system_tab_title">
		Sistema ([COUNT])
	</floater.string>
	<floater.string name="transactions_tab_title">
		Transações ([COUNT])
	</floater.string>
	<floater.string name="group_invitations_tab_title">
		Convites ([COUNT])
	</floater.string>
	<floater.string name="group_notices_tab_title">
		Grupo ([COUNT])
	</floater.string>
	<string name="title_notification_tabbed_window">
		AVISOS
	</string>
	<layout_stack name="TabButtonsStack">
		<layout_panel name="TabButtonsLayoutPanel">
			<tab_container name="notifications_tab_container">
				<panel label="Sistema (0)" name="system_notification_list_tab"/>
				<panel label="Transações (0)" name="transaction_notifications_tab"/>
				<panel label="Convites (0)" name="group_invite_notifications_tab"/>
				<panel label="Grupo (0)" name="group_notice_notifications_tab"/>
			</tab_container>
			<layout_stack name="ButtonsStack">
				<layout_panel name="CondenseAllButtonPanel">
					<button label="Recolher tudo" name="collapse_all_button"/>
				</layout_panel>
				<layout_panel name="GapLayoutPanel">
					<panel label="Painel de lacunas" name="GapPanel"/>
				</layout_panel>
				<layout_panel name="DeleteAllButtonPanel">
					<button label="Excluir tudo" name="delete_all_button"/>
				</layout_panel>
			</layout_stack>
		</layout_panel>
	</layout_stack>
</floater>