PageRenderTime 162ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/newview/skins/default/xui/it/floater_postcard.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 40 lines | 40 code | 0 blank | 0 comment | 0 complexity | 6bbc3360346b581559448af0f7998b19 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <floater name="Postcard" title="INVIA FOTO VIA E-MAIL">
  3. <text name="to_label" width="135">
  4. Email del destinatario:
  5. </text>
  6. <line_editor left="143" name="to_form" width="127"/>
  7. <text name="from_label">
  8. La tua email:
  9. </text>
  10. <line_editor left="143" name="from_form" width="127"/>
  11. <text name="name_label">
  12. Il tuo nome:
  13. </text>
  14. <line_editor left="143" name="name_form" width="127"/>
  15. <text name="subject_label">
  16. Soggetto:
  17. </text>
  18. <line_editor left="143" name="subject_form" width="127"/>
  19. <line_editor label="Scrivi il soggetto qui." name="subject_form"/>
  20. <text name="msg_label">
  21. Messaggio:
  22. </text>
  23. <text_editor name="msg_form">
  24. Scrivi il messaggio qui.
  25. </text_editor>
  26. <text name="fine_print">
  27. Se il tuo destinatario si registrerŕ in [SECOND_LIFE], riceverai il relativo bonus.
  28. </text>
  29. <button label="Annulla" name="cancel_btn"/>
  30. <button label="Invia" name="send_btn"/>
  31. <string name="default_subject">
  32. Cartolina da [SECOND_LIFE].
  33. </string>
  34. <string name="default_message">
  35. Vieni a vedere!
  36. </string>
  37. <string name="upload_message">
  38. Invio...
  39. </string>
  40. </floater>