diff options
Diffstat (limited to 'indra/newview/skins/default/xui/fr/floater_postcard.xml')
-rw-r--r-- | indra/newview/skins/default/xui/fr/floater_postcard.xml | 88 |
1 files changed, 43 insertions, 45 deletions
diff --git a/indra/newview/skins/default/xui/fr/floater_postcard.xml b/indra/newview/skins/default/xui/fr/floater_postcard.xml index 9c998c1838..e192f60ad4 100644 --- a/indra/newview/skins/default/xui/fr/floater_postcard.xml +++ b/indra/newview/skins/default/xui/fr/floater_postcard.xml @@ -1,45 +1,43 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes" ?> -<floater name="Postcard" title="ENVOYER LA PHOTO PAR E-MAIL"> - <text name="to_label" width="135"> - E-mail du destinataire : - </text> - <line_editor name="to_form" left="143" width="127" /> - <text name="from_label"> - Votre e-mail : - </text> - <line_editor name="from_form" left="143" width="127" /> - <text name="name_label"> - Votre nom : - </text> - <line_editor name="name_form" left="143" width="127" /> - <text name="subject_label"> - Sujet : - </text> - <line_editor name="subject_form" left="143" width="127" /> - <line_editor label="Saisissez votre sujet ici." name="subject_form" /> - <text name="msg_label"> - Message : - </text> - <check_box label="Publier sur le web" name="allow_publish_check" - tool_tip="Publiez cette carte postale sur le web." /> - <check_box label="Contenu adulte" name="mature_check" - tool_tip="Cette carte postale est à caractère adulte." /> - <button label="?" name="publish_help_btn" /> - <text_editor name="msg_form"> - Saisissez votre message ici. - </text_editor> - <text name="fine_print"> - Si le destinataire s'inscrit sur [SECOND_LIFE], vous recevrez un bonus. - </text> - <button label="Annuler" name="cancel_btn" /> - <button label="Envoyer" name="send_btn" /> - <string name="default_subject"> - Carte postale de [SECOND_LIFE] - </string> - <string name="default_message"> - Ouvrez-moi ! - </string> - <string name="upload_message"> - Envoi en cours... - </string> -</floater> +<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<floater name="Postcard" title="ENVOYER LA PHOTO PAR E-MAIL">
+ <text name="to_label" width="135">
+ E-mail du destinataire :
+ </text>
+ <line_editor left="143" name="to_form" width="127"/>
+ <text name="from_label">
+ Votre e-mail :
+ </text>
+ <line_editor left="143" name="from_form" width="127"/>
+ <text name="name_label">
+ Votre nom :
+ </text>
+ <line_editor left="143" name="name_form" width="127"/>
+ <text name="subject_label">
+ Sujet :
+ </text>
+ <line_editor left="143" name="subject_form" width="127"/>
+ <line_editor label="Saisissez votre sujet ici." name="subject_form"/>
+ <text name="msg_label">
+ Message :
+ </text>
+ <check_box label="Publier sur le web" name="allow_publish_check" tool_tip="Publiez cette carte postale sur le web."/>
+ <check_box label="Contenu adulte" name="mature_check" tool_tip="Cette carte postale est à caractère adulte."/>
+ <button label="?" name="publish_help_btn"/>
+ <text_editor name="msg_form">
+ Saisissez votre message ici.
+ </text_editor>
+ <text name="fine_print">
+ Si le destinataire s'inscrit sur [SECOND_LIFE], vous recevrez un bonus.
+ </text>
+ <button label="Annuler" name="cancel_btn"/>
+ <button label="Envoyer" name="send_btn"/>
+ <string name="default_subject">
+ Carte postale de [SECOND_LIFE].
+ </string>
+ <string name="default_message">
+ Ouvrez-moi !
+ </string>
+ <string name="upload_message">
+ Envoi en cours...
+ </string>
+</floater>
|