blob: 06f8e7294a7002b6f0414e0f54c4b37685087e1f (
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="Foto por correo electrónico">
<text name="to_label">
Correo electrónico del destinatario:
</text>
<text name="from_label">
Su correo electrónico:
</text>
<text name="name_label">
Su nombre:
</text>
<text name="subject_label">
Asunto:
</text>
<line_editor label="Escriba aquí el asunto." name="subject_form"/>
<text name="msg_label">
Mensaje:
</text>
<text_editor name="msg_form">
Escriba aquí el mensaje.
</text_editor>
<text name="fine_print">
Si su destinatario se registra en SL, usted conseguirá un bono de referido.
</text>
<button label="Cancelar" name="cancel_btn"/>
<button label="Enviar" name="send_btn"/>
<string name="default_subject">
Postal desde Second Life.
</string>
<string name="default_message">
¡Mira esto!
</string>
<string name="upload_message">
"Enviando..."
</string>
</floater>
|