diff options
author | Jacek Antonelli | 2009-06-13 13:17:14 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-06-13 13:17:20 -0500 |
commit | 0517fe4322443bdc317f8185590a63134e3f8394 (patch) | |
tree | 942c9c26d0792accc928010a113d123c5409659b /linden/indra/newview/skins/default/xui/it/floater_postcard.xml | |
parent | Second Life viewer sources 1.23.2-RC (diff) | |
download | meta-impy-0517fe4322443bdc317f8185590a63134e3f8394.zip meta-impy-0517fe4322443bdc317f8185590a63134e3f8394.tar.gz meta-impy-0517fe4322443bdc317f8185590a63134e3f8394.tar.bz2 meta-impy-0517fe4322443bdc317f8185590a63134e3f8394.tar.xz |
Second Life viewer sources 1.23.3-RC
Diffstat (limited to 'linden/indra/newview/skins/default/xui/it/floater_postcard.xml')
-rw-r--r-- | linden/indra/newview/skins/default/xui/it/floater_postcard.xml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/default/xui/it/floater_postcard.xml b/linden/indra/newview/skins/default/xui/it/floater_postcard.xml new file mode 100644 index 0000000..8132ab5 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/it/floater_postcard.xml | |||
@@ -0,0 +1,40 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
2 | <floater name="Postcard" title="Invia la fotografia via email"> | ||
3 | <text name="to_label" width="135"> | ||
4 | Email del destinatario: | ||
5 | </text> | ||
6 | <line_editor name="to_form" left="143" width="127" /> | ||
7 | <text name="from_label"> | ||
8 | La tua email: | ||
9 | </text> | ||
10 | <line_editor name="from_form" left="143" width="127" /> | ||
11 | <text name="name_label"> | ||
12 | Il tuo nome: | ||
13 | </text> | ||
14 | <line_editor name="name_form" left="143" width="127" /> | ||
15 | <text name="subject_label"> | ||
16 | Soggetto: | ||
17 | </text> | ||
18 | <line_editor name="subject_form" left="143" 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 | "In spedizione..." | ||
39 | </string> | ||
40 | </floater> | ||