blob: ef11c68afe098707e39d7ec93516c2ae07000d95 (
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="ANLIK GÖRÜNTÜYÜ E-POSTAYLA GÖNDER">
<floater.string name="default_subject">
SECOND_LIFE]'dan posta kartı.
</floater.string>
<floater.string name="default_message">
Buna bakın!
</floater.string>
<floater.string name="upload_message">
Gönderiyor...
</floater.string>
<text name="to_label">
Alıcının E-postası:
</text>
<text name="from_label">
E-postanız:
</text>
<text name="name_label">
Adınız:
</text>
<text name="subject_label">
Konu:
</text>
<line_editor label="Konunuzu buraya yazın." name="subject_form"/>
<text name="msg_label">
İleti:
</text>
<text_editor name="msg_form">
İletinizi buraya yazın.
</text_editor>
<button label="İptal" name="cancel_btn"/>
<button label="Gönder" name="send_btn"/>
</floater>
|