blob: e65dfb09b4a48d9a1917543c7cb0ad3f6e4cd638 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Postcard" title="ENVOYER LA PHOTO PAR E-MAIL">
<text name="to_label">
E-mail du destinataire :
</text>
<text name="from_label">
Votre e-mail :
</text>
<text name="name_label">
Votre nom :
</text>
<text name="subject_label">
Objet :
</text>
<line_editor label="Saisir ici votre objet" name="subject_form"/>
<text name="msg_label">
Message :
</text>
<text_editor name="msg_form">
Saisir ici votre message
</text_editor>
<text name="fine_print">
Si le destinataire s'inscrit sur [SECOND_LIFE], vous recevrez un bonus.
</text>
<button label="Annuler" name="cancel_btn"/>
<button label="Envoyer" name="send_btn"/>
<string name="default_subject">
Carte postale de [SECOND_LIFE].
</string>
<string name="default_message">
Ouvrez-moi !
</string>
<string name="upload_message">
Envoi en cours...
</string>
</floater>
|