blob: 7e9d2f98a1faca4c9395db4afa191948148e473c (
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
34
35
36
37
|
<?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>
|