diff options
author | eli <eli@lindenlab.com> | 2019-07-18 15:56:45 -0700 |
---|---|---|
committer | eli <eli@lindenlab.com> | 2019-07-18 15:56:45 -0700 |
commit | a990805bb3634a30198856c6ceae16c7ae97f90a (patch) | |
tree | 4befa2ce42c238f9534f993fa0bc8b6f15fe095f /indra/newview/skins/default/xui/fr/floater_profile.xml | |
parent | 139c66b684a463cea0d0d9420b3ba40a9ffb65a6 (diff) |
FIX INTL-355 translation of Set58 for 9 languages, for project repo 483-legacy_profiles
Diffstat (limited to 'indra/newview/skins/default/xui/fr/floater_profile.xml')
-rw-r--r-- | indra/newview/skins/default/xui/fr/floater_profile.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/fr/floater_profile.xml b/indra/newview/skins/default/xui/fr/floater_profile.xml new file mode 100644 index 0000000000..c4af79e946 --- /dev/null +++ b/indra/newview/skins/default/xui/fr/floater_profile.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="avatarinfo" title="Profil"> + <panel name="panel_profile_view"> + <tab_container name="panel_profile_tabs"> + <panel label="Second Life" name="panel_profile_secondlife"/> + <panel label="Web" name="panel_profile_web"/> + <panel label="Centres d'intérêt" name="panel_profile_interests"/> + <panel label="Favoris" name="panel_profile_picks"/> + <panel label="Petite annonce" name="panel_profile_classifieds"/> + <panel label="Vie réelle" name="panel_profile_firstlife"/> + <panel label="Remarques" name="panel_profile_notes"/> + </tab_container> + <button label="OK" name="ok_btn" tool_tip="Enregistrer les changements apportés au profil et fermer"/> + <button label="Annuler" label_selected="Annuler" name="cancel_btn"/> + </panel> +</floater> |