summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/it/floater_postcard.xml
diff options
context:
space:
mode:
authorLynx Linden <lynx@lindenlab.com>2010-02-18 15:03:03 +0000
committerLynx Linden <lynx@lindenlab.com>2010-02-18 15:03:03 +0000
commitb71f451b76ef65c6afc29a9da8c0f5d0b40cd720 (patch)
tree1f3c320f7f66eb7590f8855f71a907077a0e257f /indra/newview/skins/default/xui/it/floater_postcard.xml
parentfa03910a34e5c32149793605bc481de00ada5e1c (diff)
EXT-5461: Reverting change 49e628c3a0c5.
Renaming skins/base back to skins/default to unblock I10n. Revert was requested by Q.
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>