summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/zh/floater_postcard.xml
blob: c85ca93e85b6dfb255c128e8fb991459b7b2f673 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Postcard" title="EMAIL SNAPSHOT">
	<floater.string name="default_subject">
		Postcard from [SECOND_LIFE].
	</floater.string>
	<floater.string name="default_message">
		Check this out!
	</floater.string>
	<floater.string name="upload_message">
		Sending...
	</floater.string>
	<text name="to_label">
		Recipient&apos;s Email:
	</text>
	<text name="from_label">
		Your Email:
	</text>
	<text name="name_label">
		Your Name:
	</text>
	<text name="subject_label">
		Subject:
	</text>
	<line_editor label="Type your subject here." name="subject_form"/>
	<text name="msg_label">
		Message:
	</text>
	<text_editor name="msg_form">
		Type your message here.
	</text_editor>
	<button label="取銷" name="cancel_btn"/>
	<button label="Send" name="send_btn"/>
</floater>