summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pt/panel_status_bar.xml
blob: 194bf1147bdbf033a1073f11845640edf2515f40 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="status">
	<text type="string" length="1" name="ParcelNameText"
	     tool_tip="Nome do pedaço de terra em que você esta. Clique para informações.">
		Nome do pedaço de terra vai aqui.
	</text>
	<text type="string" length="1" name="BalanceText" tool_tip="Cotação de Compra">
		L$
	</text>
	<button label="" label_selected="" name="buycurrency" tool_tip="Compras" />
	<text type="string" length="12" name="TimeText" tool_tip="Hora atual (Pacific)">
		12:00 AM
	</text>
	<button label="" label_selected="" name="scriptout" tool_tip="Erros e avisos do Script" />
	<button label="" label_selected="" name="health" tool_tip="Saúde" />
	<text type="string" length="1" name="HealthText" tool_tip="Saúde">
		100%
	</text>
	<button label="" label_selected="" name="fly" tool_tip="Sem voar." />
	<button label="" label_selected="" name="build" tool_tip="Sem construções." />
	<button label="" label_selected="" name="scripts" tool_tip="Sem scripts." />
	<button label="" label_selected="" name="restrictpush"
	     tool_tip="Restriro llEmpurrar objeto." />
	<button label="" label_selected="" name="buyland" tool_tip="Comprar esse pedaço" />
	<line_editor label="Procurar" name="search_editor" tool_tip="Procurar em Second Life" />
	<text name="packet_loss_tooltip">
		Perda de pacote
	</text>
	<text name="bandwidth_tooltip">
		Banda
	</text>
</panel>