diff options
Diffstat (limited to 'indra/newview/skins/default/xui/es/floater_postcard.xml')
-rw-r--r-- | indra/newview/skins/default/xui/es/floater_postcard.xml | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/indra/newview/skins/default/xui/es/floater_postcard.xml b/indra/newview/skins/default/xui/es/floater_postcard.xml index 06f8e7294a..df94486c0e 100644 --- a/indra/newview/skins/default/xui/es/floater_postcard.xml +++ b/indra/newview/skins/default/xui/es/floater_postcard.xml @@ -1,11 +1,15 @@ <?xml version="1.0" encoding="utf-8" standalone="yes"?> -<floater name="Postcard" title="Foto por correo electrónico"> +<floater name="Postcard" title="FOTO POR CORREO"> <text name="to_label"> - Correo electrónico del destinatario: + Correo electrónico + del destinatario: </text> - <text name="from_label"> - Su correo electrónico: + <line_editor bottom_delta="-20" name="to_form"/> + <text bottom_delta="-12" name="from_label"> + Su correo + electrónico: </text> + <line_editor bottom_delta="-20" name="from_form"/> <text name="name_label"> Su nombre: </text> @@ -13,24 +17,25 @@ Asunto: </text> <line_editor label="Escriba aquí el asunto." name="subject_form"/> - <text name="msg_label"> + <text bottom_delta="-18" 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 bottom_delta="-21" name="fine_print"> + 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. + Postal desde [SECOND_LIFE]. </string> <string name="default_message"> ¡Mira esto! </string> <string name="upload_message"> - "Enviando..." + Enviando... </string> </floater> |