summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pt/panel_group_notices.xml
blob: 9ccb85cdf62a97dfd4f6a488793675e0f44a9bca (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Notícias" name="notices_tab">
	<panel.string name="help_text">
		As notícias são uma maneira rápida de comunicar-se através de um grupo transmitindo uma mensagem e entregando um item anexo, opcionalmente. As notícias vão apenas a membros do grupo que têm a função habilitada para receber notícias. Você pode desligar Notícias na aba Geral.
	</panel.string>
	<panel.string name="no_notices_text">
		Não há nenhum aviso antigo
	</panel.string>
	<text name="lbl2">
		Cada aviso é armazenado por 14 dias.
Cada grupo pode enviar no máximo 200 avisos/dia
	</text>
	<scroll_list name="notice_list">
		<scroll_list.columns label="Assunto" name="subject"/>
		<scroll_list.columns label="Para" name="from"/>
		<scroll_list.columns label="Data" name="date"/>
	</scroll_list>
	<text name="notice_list_none_found">
		Nenhum resultado foi encontrado.
	</text>
	<button label="Criar um novo aviso" label_selected="Criar nova notícia" name="create_new_notice" tool_tip="Criar um novo aviso"/>
	<button label="Atualizar" label_selected="Atualizar lista" name="refresh_notices" tool_tip="Atualizar lista de avisos"/>
	<panel label="Criar nova notícia" name="panel_create_new_notice">
		<text name="lbl">
			Criar  notícia
		</text>
		<text left="20" name="lbl3">
			Assunto:
		</text>
		<line_editor left_delta="61" name="create_subject" width="251"/>
		<text left="15" name="lbl4" width="60">
			Mensagem:
		</text>
		<text_editor left_delta="66" name="create_message" width="330"/>
		<text name="lbl5" width="68">
			Anexo:
		</text>
		<line_editor left_delta="74" name="create_inventory_name" width="190"/>
		<text name="string">
			Arrastar e soltar o item aqui para anexá-lo:
		</text>
		<button label="Inventário" name="open_inventory" tool_tip="Inventário aberto"/>
		<button label="Tirar" label_selected="Remover o anexo" name="remove_attachment" tool_tip="Remover anexo da notificação."/>
		<button label="Enviar" label_selected="Enviar" name="send_notice"/>
		<group_drop_target name="drop_target" tool_tip="Arrastar um item do inventário para a caixa para enviá-lo com o aviso. É preciso ter autorização de cópia e transferência do item para anexá-lo ao aviso."/>
	</panel>
	<panel label="Visualizar notícia anterior" name="panel_view_past_notice">
		<text name="lbl">
			Notícia arquivada
		</text>
		<text name="lbl2">
			Para enviar um novo aviso, clique no botão +
		</text>
		<text name="lbl3">
			Asunto:
		</text>
		<text name="lbl4">
			Mensagem:
		</text>
		<button label="Abrir anexo" label_selected="Abrir o anexo" name="open_attachment"/>
	</panel>
</panel>