diff options
author | Lynx Linden <lynx@lindenlab.com> | 2010-02-18 15:03:03 +0000 |
---|---|---|
committer | Lynx Linden <lynx@lindenlab.com> | 2010-02-18 15:03:03 +0000 |
commit | b71f451b76ef65c6afc29a9da8c0f5d0b40cd720 (patch) | |
tree | 1f3c320f7f66eb7590f8855f71a907077a0e257f /indra/newview/skins/default/xui/fr/floater_tos.xml | |
parent | fa03910a34e5c32149793605bc481de00ada5e1c (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/fr/floater_tos.xml')
-rw-r--r-- | indra/newview/skins/default/xui/fr/floater_tos.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/fr/floater_tos.xml b/indra/newview/skins/default/xui/fr/floater_tos.xml new file mode 100644 index 0000000000..2c8e8bc5bc --- /dev/null +++ b/indra/newview/skins/default/xui/fr/floater_tos.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="modal container" title=" "> + <button label="Continuer" label_selected="Continuer" name="Continue"/> + <button label="Annuler" label_selected="Annuler" name="Cancel"/> + <radio_group name="tos_agreement"> + <radio_item label="Je n'accepte pas les Conditions Générales d'Utilisation" name="radio_disagree"/> + <radio_item label="J'accepte les Conditions Générales d'Utilisation" name="radio_agree"/> + </radio_group> + <text name="tos_title"> + Acceptation des Conditions Générales d'Utilisation + </text> + <check_box label="J'accepte les Conditions d'utilisation" name="agree_chk"/> + <text name="tos_heading"> + Veuillez lire attentivement les Conditions d'utilisation suivantes. Pour vous connecter à [SECOND_LIFE], vous devez accepter l'accord. + </text> + <text_editor name="tos_text"> + TOS_TEXT + </text_editor> + <text name="real_url"> + http://secondlife.com/app/tos/ + </text> +</floater> |