diff options
author | Olivier Migeot <olivier@migeot.org> | 2011-03-28 13:59:05 +0200 |
---|---|---|
committer | Olivier Migeot <olivier@migeot.org> | 2011-03-28 13:59:05 +0200 |
commit | 10d44f2bb9780b2dca46d64dec3b5f91aec1318e (patch) | |
tree | b307de02c098a636647f6b3acaa08c8f3c3385cb /view/fr/profile-in-netdir.tpl | |
parent | c8fb1008f5ec4fc9c886e362e76cf4005375bca0 (diff) | |
download | volse-hubzilla-10d44f2bb9780b2dca46d64dec3b5f91aec1318e.tar.gz volse-hubzilla-10d44f2bb9780b2dca46d64dec3b5f91aec1318e.tar.bz2 volse-hubzilla-10d44f2bb9780b2dca46d64dec3b5f91aec1318e.zip |
More french templates (except emails, everything should be ok now)
Diffstat (limited to 'view/fr/profile-in-netdir.tpl')
-rw-r--r-- | view/fr/profile-in-netdir.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/fr/profile-in-netdir.tpl b/view/fr/profile-in-netdir.tpl index be111aa67..9b94f302a 100644 --- a/view/fr/profile-in-netdir.tpl +++ b/view/fr/profile-in-netdir.tpl @@ -1,15 +1,15 @@ <p id="profile-in-directory"> -Publish your default profile in global social directory? +Publier votre profil par défaut dans l'annuaire global? </p> <div id="profile-in-netdir-yes-wrapper"> - <label id="profile-in-netdir-yes-label" for="profile-in-netdir-yes">Yes</label> + <label id="profile-in-netdir-yes-label" for="profile-in-netdir-yes">Oui</label> <input type="radio" name="profile_in_netdirectory" id="profile-in-netdir-yes" $yes_selected value="1" /> <div id="profile-in-netdir-break" ></div> </div> <div id="profile-in-netdir-no-wrapper"> - <label id="profile-in-netdir-no-label" for="profile-in-netdir-no">No</label> + <label id="profile-in-netdir-no-label" for="profile-in-netdir-no">Non</label> <input type="radio" name="profile_in_netdirectory" id="profile-in-netdir-no" $no_selected value="0" /> <div id="profile-in-netdir-end"></div> |