diff options
Diffstat (limited to 'linden/indra/newview/skins/default/xui/es/floater_postcard.xml')
-rw-r--r-- | linden/indra/newview/skins/default/xui/es/floater_postcard.xml | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/linden/indra/newview/skins/default/xui/es/floater_postcard.xml b/linden/indra/newview/skins/default/xui/es/floater_postcard.xml index 11e3197..63e2c1a 100644 --- a/linden/indra/newview/skins/default/xui/es/floater_postcard.xml +++ b/linden/indra/newview/skins/default/xui/es/floater_postcard.xml | |||
@@ -1,11 +1,15 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> |
2 | <floater name="Postcard" title="Foto por correo electrónico"> | 2 | <floater name="Postcard" title="Foto por correo electrónico"> |
3 | <text name="to_label"> | 3 | <text name="to_label"> |
4 | Correo electrónico del destinatario: | 4 | Correo electrónico |
5 | del destinatario: | ||
5 | </text> | 6 | </text> |
6 | <text name="from_label"> | 7 | <line_editor bottom_delta="-20" name="to_form" /> |
7 | Su correo electrónico: | 8 | <text name="from_label" bottom_delta="-12"> |
9 | Su correo | ||
10 | electrónico: | ||
8 | </text> | 11 | </text> |
12 | <line_editor bottom_delta="-20" name="from_form" /> | ||
9 | <text name="name_label"> | 13 | <text name="name_label"> |
10 | Su nombre: | 14 | Su nombre: |
11 | </text> | 15 | </text> |
@@ -13,14 +17,15 @@ | |||
13 | Asunto: | 17 | Asunto: |
14 | </text> | 18 | </text> |
15 | <line_editor label="Escriba aquí el asunto." name="subject_form"/> | 19 | <line_editor label="Escriba aquí el asunto." name="subject_form"/> |
16 | <text name="msg_label"> | 20 | <text name="msg_label" bottom_delta="-18"> |
17 | Mensaje: | 21 | Mensaje: |
18 | </text> | 22 | </text> |
19 | <text_editor name="msg_form"> | 23 | <text_editor name="msg_form"> |
20 | Escriba aquí el mensaje. | 24 | Escriba aquí el mensaje. |
21 | </text_editor> | 25 | </text_editor> |
22 | <text name="fine_print"> | 26 | <text name="fine_print" bottom_delta="-21"> |
23 | Si su destinatario se registra en SL, usted conseguirá un bono de referido. | 27 | Si su destinatario se registra en Second Life, |
28 | usted conseguirá un bono de referido. | ||
24 | </text> | 29 | </text> |
25 | <button label="Cancelar" name="cancel_btn"/> | 30 | <button label="Cancelar" name="cancel_btn"/> |
26 | <button label="Enviar" name="send_btn"/> | 31 | <button label="Enviar" name="send_btn"/> |