Files
SingularityViewer/indra/newview/skins/default/xui/zh/floater_postcard.xml
2010-04-02 02:48:44 -03:00

37 lines
921 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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>
<line_editor label="在此输入您的主题." name="subject_form"/>
<text name="msg_label">
正文:
</text>
<text_editor name="msg_form">
在这里键入你的信息。
</text_editor>
<text name="fine_print">
如果你的收件人加入SL你会得到一份介绍奖励。
</text>
<button label="取消" name="cancel_btn"/>
<button label="发送" name="send_btn"/>
<string name="default_subject">
来自第二人生的明信片
</string>
<string name="default_message">
瞧瞧这个!
</string>
<string name="upload_message">
发送中……
</string>
</floater>