Files
SingularityViewer/indra/newview/skins/default/xui/pt/floater_postcard.xml

41 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Postcard" title="Foto por email">
<text name="to_label" width="135">
Email do Destinatário:
</text>
<line_editor name="to_form" left="143" width="127" />
<text name="from_label">
Seu Email:
</text>
<line_editor name="from_form" left="143" width="127" />
<text name="name_label">
Seu nome:
</text>
<line_editor name="name_form" left="143" width="127" />
<text name="subject_label">
Assunto:
</text>
<line_editor name="subject_form" left="143" width="127" />
<line_editor label="Digite seu assunto aqui." name="subject_form"/>
<text name="msg_label">
Mensagem:
</text>
<text_editor name="msg_form">
Digite sua mensagem aqui.
</text_editor>
<text name="fine_print">
Se seu indicado entrar no Second Life, você receberá um bônus pela indicação.
</text>
<button label="Cancelar" name="cancel_btn"/>
<button label="Enviar" name="send_btn"/>
<string name="default_subject">
Cartão postal do Second Life.
</string>
<string name="default_message">
Dá uma olhada nisto!
</string>
<string name="upload_message">
&quot;Enviando...&quot;
</string>
</floater>