blob: 6f6b75f4680d9d39ab86c73f96abb4fbe324f286 (
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">
傳送中...
</floater.string>
<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>
<button label="取消" name="cancel_btn"/>
<button label="送出" name="send_btn"/>
</floater>
|