summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pt/floater_postcard.xml
blob: 9740fbcb4d0f49234c08bfc899679cb960e2fda1 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Postcard" title="ENVIAR FOTO VIA EMAIL">
	<text name="to_label" width="135">
		Para (email):
	</text>
	<line_editor left="143" name="to_form" width="127"/>
	<text name="from_label">
		De (email):
	</text>
	<line_editor left="143" name="from_form" width="127"/>
	<text name="name_label">
		Seu nome:
	</text>
	<line_editor left="143" name="name_form" width="127"/>
	<text name="subject_label">
		Assunto:
	</text>
	<line_editor left="143" name="subject_form" width="127"/>
	<line_editor label="Digite o assunto aqui" name="subject_form"/>
	<text name="msg_label">
		Mensagem:
	</text>
	<text_editor name="msg_form">
		Digite sua mensagem aqui.
	</text_editor>
	<text name="fine_print">
		Se seu indicado entrar no [SECOND_LIFE], você receberá um bônus pela indicação.
	</text>
	<button label="Cancelar" name="cancel_btn"/>
	<button label="Enviar" name="send_btn"/>
	<string name="default_subject">
		Postal do [SECOND_LIFE].
	</string>
	<string name="default_message">
		Dá uma olhada nisto!
	</string>
	<string name="upload_message">
		Enviando...
	</string>
</floater>