42 lines
1.1 KiB
XML
42 lines
1.1 KiB
XML
<?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>
|
|
<line_editor bottom_delta="-20" name="to_form" />
|
|
<text name="from_label" bottom_delta="-12">
|
|
Su correo
|
|
electrónico:
|
|
</text>
|
|
<line_editor bottom_delta="-20" name="from_form" />
|
|
<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" bottom_delta="-18">
|
|
Mensaje:
|
|
</text>
|
|
<text_editor name="msg_form">
|
|
Escriba aquí el mensaje.
|
|
</text_editor>
|
|
<text name="fine_print" bottom_delta="-21">
|
|
Si su destinatario se registra en Second Life,
|
|
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>
|