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-directory.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-directory.tpl')
-rw-r--r-- | view/fr/profile-in-directory.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/fr/profile-in-directory.tpl b/view/fr/profile-in-directory.tpl index 98af3e59a..1189e3f9f 100644 --- a/view/fr/profile-in-directory.tpl +++ b/view/fr/profile-in-directory.tpl @@ -1,15 +1,15 @@ <p id="profile-in-directory"> -Publish your default profile in site directory? +Publier votre profil par défaut dans l'annuaire local? </p> <div id="profile-in-dir-yes-wrapper"> - <label id="profile-in-dir-yes-label" for="profile-in-dir-yes">Yes</label> + <label id="profile-in-dir-yes-label" for="profile-in-dir-yes">Oui</label> <input type="radio" name="profile_in_directory" id="profile-in-dir-yes" $yes_selected value="1" /> <div id="profile-in-dir-break" ></div> </div> <div id="profile-in-dir-no-wrapper"> - <label id="profile-in-dir-no-label" for="profile-in-dir-no">No</label> + <label id="profile-in-dir-no-label" for="profile-in-dir-no">Non</label> <input type="radio" name="profile_in_directory" id="profile-in-dir-no" $no_selected value="0" /> <div id="profile-in-dir-end"></div> |