38 lines
1.1 KiB
XML
38 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<floater name="Postcard" title="Скриншот на Email">
|
|
<text name="to_label">
|
|
E-mail получат.:
|
|
</text>
|
|
<text name="from_label">
|
|
Ваш E-mail:
|
|
</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">
|
|
Если получатель Вашей открытки присоединится к Second Life,
|
|
Вы получите бонус.
|
|
</text>
|
|
<button label="Отмена" name="cancel_btn"/>
|
|
<button label="Отправить" name="send_btn"/>
|
|
<string name="default_subject">
|
|
Открытка из Second Life.
|
|
</string>
|
|
<string name="default_message">
|
|
Проверить!
|
|
</string>
|
|
<string name="upload_message">
|
|
"Отправляем..."
|
|
</string>
|
|
</floater>
|