diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-03-29 18:00:19 +0200 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-03-29 18:00:19 +0200 |
commit | 6631bc64d342a90c1ddc1094bf926957e82fbb56 (patch) | |
tree | 6cf84e4b5ce1773918cfa0e9de5bc6aa7eb516b3 /view/fr/profile-hide-friends.tpl | |
parent | 2a23147042f568c2b6957b81355c0123033f1854 (diff) | |
parent | 920396e4024e56c3e00f1f159268c2aba16e4609 (diff) | |
download | volse-hubzilla-6631bc64d342a90c1ddc1094bf926957e82fbb56.tar.gz volse-hubzilla-6631bc64d342a90c1ddc1094bf926957e82fbb56.tar.bz2 volse-hubzilla-6631bc64d342a90c1ddc1094bf926957e82fbb56.zip |
Merge remote-tracking branch 'friendika/master'
Diffstat (limited to 'view/fr/profile-hide-friends.tpl')
-rw-r--r-- | view/fr/profile-hide-friends.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/fr/profile-hide-friends.tpl b/view/fr/profile-hide-friends.tpl index 54ade00fe..857e049bb 100644 --- a/view/fr/profile-hide-friends.tpl +++ b/view/fr/profile-hide-friends.tpl @@ -1,15 +1,15 @@ <p id="hide-friends-text"> -Hide my contact/friend list from viewers of this profile? +Cacher ma liste de contacts/amis des visiteurs de ce profil? </p> <div id="hide-friends-yes-wrapper"> - <label id="hide-friends-yes-label" for="hide-friends-yes">Yes</label> + <label id="hide-friends-yes-label" for="hide-friends-yes">Oui</label> <input type="radio" name="hide-friends" id="hide-friends-yes" $yes_selected value="1" /> <div id="hide-friends-break" ></div> </div> <div id="hide-friends-no-wrapper"> - <label id="hide-friends-no-label" for="hide-friends-no">No</label> + <label id="hide-friends-no-label" for="hide-friends-no">Non</label> <input type="radio" name="hide-friends" id="hide-friends-no" $no_selected value="0" /> <div id="hide-friends-end"></div> |