aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/default/xui/zh/floater_postcard.xml
blob: dc6df6fbc27e2f01917ed037c984a9b3de65dc7b (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="Postcard" title="发送明信片">
	<text name="to_label">
		接收员的邮件:
	</text>
	<text name="from_label">
		你的电子邮箱:
	</text>
	<text name="name_label">
		你的姓名:
	</text>
	<text name="subject_label">
		主题:
	</text>
	<text name="msg_label">
		信息:
	</text>
	<check_box label="在网上公布" name="allow_publish_check"
	     tool_tip="将此明信片发布到网络上" />
	<check_box label="成人内容" name="mature_check"
	     tool_tip="这张明信片包含成人内容." />
	<button label="?" name="publish_help_btn" />
	<text name="fine_print">
		如果你的明信片收到者加入SL,你会得到一份额外的奖励。
	</text>
	<button label="取消" name="cancel_btn" />
	<button label="发送" name="send_btn" />
</floater>