summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/it/floater_postcard.xml
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2010-02-18 18:39:56 -0800
committerLeyla Farazha <leyla@lindenlab.com>2010-02-18 18:39:56 -0800
commite9056ef59ddc7eec7d948b4f7cbf54220f1e3499 (patch)
tree15c3a0eca87f2912d1f67cb085b3706810a3a98e /indra/newview/skins/default/xui/it/floater_postcard.xml
parent363f4e877c0a3c7cac15b23645afb8d9337f1b6f (diff)
parente0249da7fd8af278b286b444da96fd2b5a54354e (diff)
Merge
Diffstat (limited to 'indra/newview/skins/default/xui/it/floater_postcard.xml')
-rw-r--r--indra/newview/skins/default/xui/it/floater_postcard.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/it/floater_postcard.xml b/indra/newview/skins/default/xui/it/floater_postcard.xml
new file mode 100644
index 0000000000..de246db826
--- /dev/null
+++ b/indra/newview/skins/default/xui/it/floater_postcard.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<floater name="Postcard" title="ISTANTANEA IN EMAIL">
+ <text name="to_label" width="135">
+ Email del destinatario:
+ </text>
+ <line_editor left="143" name="to_form" width="127"/>
+ <text name="from_label">
+ La tua email:
+ </text>
+ <line_editor left="143" name="from_form" width="127"/>
+ <text name="name_label">
+ Il tuo nome:
+ </text>
+ <line_editor left="143" name="name_form" width="127"/>
+ <text name="subject_label">
+ Soggetto:
+ </text>
+ <line_editor left="143" name="subject_form" 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">
+ Spedendo...
+ </string>
+</floater>