diff options
author | Jacek Antonelli | 2008-08-15 23:45:48 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:48 -0500 |
commit | 32b59b5609706d574e2e3b9ff6162d35f6d7781c (patch) | |
tree | 340ae6f090700b109f2ced1c41b8fb274a215bd3 /linden/indra/newview/skins/xui/pt/panel_group_notices.xml | |
parent | Second Life viewer sources 1.20.4 (diff) | |
download | meta-impy-32b59b5609706d574e2e3b9ff6162d35f6d7781c.zip meta-impy-32b59b5609706d574e2e3b9ff6162d35f6d7781c.tar.gz meta-impy-32b59b5609706d574e2e3b9ff6162d35f6d7781c.tar.bz2 meta-impy-32b59b5609706d574e2e3b9ff6162d35f6d7781c.tar.xz |
Second Life viewer sources 1.20.5
Diffstat (limited to 'linden/indra/newview/skins/xui/pt/panel_group_notices.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/pt/panel_group_notices.xml | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/pt/panel_group_notices.xml b/linden/indra/newview/skins/xui/pt/panel_group_notices.xml new file mode 100644 index 0000000..f611485 --- /dev/null +++ b/linden/indra/newview/skins/xui/pt/panel_group_notices.xml | |||
@@ -0,0 +1,65 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel label="Notícias" name="notices_tab"> | ||
3 | <text name="help_text"> | ||
4 | As observações são uma maneira rápida de comunicar-se através de um grupo transmitindo uma mensagem e entregando um artigo opcionalmente unido. Você pode desligar observações na aba geral. | ||
5 | </text> | ||
6 | <text name="no_notices_text"> | ||
7 | Não há notícias | ||
8 | </text> | ||
9 | <button label="?" label_selected="?" name="help_button" /> | ||
10 | <text name="lbl"> | ||
11 | Arquivo de notícias do grupo | ||
12 | </text> | ||
13 | <text name="lbl2"> | ||
14 | As notícias são mantidas por 30 dias. Clicar na notícia que você desejar ver. | ||
15 | </text> | ||
16 | <scroll_list name="notice_list"> | ||
17 | <column label="" name="icon" /> | ||
18 | <column label="Assunto" name="subject" /> | ||
19 | <column label="Para" name="from" /> | ||
20 | <column label="Data" name="date" /> | ||
21 | </scroll_list> | ||
22 | <text name="notice_list_none_found"> | ||
23 | Nenhum encontrado | ||
24 | </text> | ||
25 | <button label="Criar nova notícia" label_selected="Criar nova notíci" | ||
26 | name="create_new_notice" /> | ||
27 | <button label="Atualizar Lista" label_selected="Atualizar Lista" name="refresh_notices" /> | ||
28 | <panel label="Criar nova notícia" name="panel_create_new_notice"> | ||
29 | <text name="lbl"> | ||
30 | Criar notícia | ||
31 | </text> | ||
32 | <text name="lbl2"> | ||
33 | Você deve colocar um assunto para enviar uma notícia. | ||
34 | </text> | ||
35 | <text name="lbl3"> | ||
36 | Assunto: | ||
37 | </text> | ||
38 | <text name="lbl4"> | ||
39 | Mensagem: | ||
40 | </text> | ||
41 | <text name="lbl5"> | ||
42 | Anexo: | ||
43 | </text> | ||
44 | <button label="Remover o anexo" label_selected="Remover o anexo" | ||
45 | name="remove_attachment" /> | ||
46 | <button label="Enviar a notícia" label_selected="Enviar a notícia" name="send_notice" /> | ||
47 | <panel name="drop_target" | ||
48 | tool_tip="Arrastar um artigo do inventário para enviar a notícia com observação." /> | ||
49 | </panel> | ||
50 | <panel label="Visualizar" name="panel_view_past_notice"> | ||
51 | <text name="lbl"> | ||
52 | Notícia arquivada | ||
53 | </text> | ||
54 | <text name="lbl2"> | ||
55 | To send a new notice, click the 'Create New Notice' button above. | ||
56 | </text> | ||
57 | <text name="lbl3"> | ||
58 | Asunto: | ||
59 | </text> | ||
60 | <text name="lbl4"> | ||
61 | Mensagem: | ||
62 | </text> | ||
63 | <button label="Abrir o anexo" label_selected="Abrir o anexo" name="open_attachment" /> | ||
64 | </panel> | ||
65 | </panel> | ||