Files
SingularityViewer/indra/newview/skins/default/xui/it/floater_postcard.xml
2013-11-29 06:24:55 +01:00

41 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Postcard" title="Invia la fotografia via email">
<text name="to_label" width="135">
Email del destinatario:
</text>
<line_editor name="to_form" left="143" width="127" />
<text name="from_label">
La tua email:
</text>
<line_editor name="from_form" left="143" width="127" />
<text name="name_label">
Il tuo nome:
</text>
<line_editor name="name_form" left="143" width="127" />
<text name="subject_label">
Soggetto:
</text>
<line_editor name="subject_form" left="143" width="127" />
<line_editor label="Scrivi il soggetto qui." name="subject_form"/>
<text name="msg_label">
Messaggio:
</text>
<text_editor name="msg_form">
Scrivi il messaggio qui.
</text_editor>
<text name="fine_print">
Se il tuo destinatario si registrerà in Second Life, riceverai il relativo bonus.
</text>
<button label="Annulla" name="cancel_btn"/>
<button label="Invia" name="send_btn"/>
<string name="default_subject">
Cartolina da Second Life.
</string>
<string name="default_message">
Vieni a vedere!
</string>
<string name="upload_message">
&quot;In spedizione...&quot;
</string>
</floater>