46 lines
1.6 KiB
XML
46 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||
<floater name="Postcard" title="スナップショットをEメールで送信">
|
||
<text name="to_label">
|
||
住人のEメール:
|
||
</text>
|
||
<line_editor left="145" name="to_form" width="125" />
|
||
<text name="from_label">
|
||
あなたのEメール:
|
||
</text>
|
||
<line_editor left="145" name="from_form" width="125" />
|
||
<text name="name_label">
|
||
あなたの名前:
|
||
</text>
|
||
<line_editor left="145" name="name_form" width="125" />
|
||
<text name="subject_label">
|
||
件名:
|
||
</text>
|
||
<line_editor label="件名をここに入力" left="145" name="subject_form"
|
||
width="125" />
|
||
<text name="msg_label">
|
||
メッセージ:
|
||
</text>
|
||
<text_editor bottom_delta="-120" height="110" name="msg_form">
|
||
メッセージをここに入力してください。
|
||
</text_editor>
|
||
<check_box label="ウェブ上で公開" name="allow_publish_check"
|
||
tool_tip="このポストカードをウェブ上で公開します。" />
|
||
<check_box label="成人向けコンテンツ" name="mature_check"
|
||
tool_tip="このポストカードには成人向け内容が含まれます。" />
|
||
<button label="?" left="300" name="publish_help_btn" />
|
||
<text name="fine_print">
|
||
この受信者がSLに参加すると、あなたに紹介ボーナスが入ります
|
||
</text>
|
||
<button bottom_delta="-52" label="取り消し" name="cancel_btn" />
|
||
<button label="送信" name="send_btn" />
|
||
<text name="default_subject">
|
||
Second Life からのポストカード
|
||
</text>
|
||
<text name="default_message">
|
||
これは絶対チェック!
|
||
</text>
|
||
<string name="upload_message">
|
||
送信中...
|
||
</string>
|
||
</floater>
|