^ when you look into files through a code editor (eg. notepad++),
do you see that content is commented out in ./inc/languages/french/helpdocs.lang.php file
if so, you have to remove the comment tags (lines 10 & 74 in French helpdocs.lang.php ver 1.6.12) & save the file
Also check the other 3 help related French Language files for the comment tags ..
do you see that content is commented out in ./inc/languages/french/helpdocs.lang.php file
/* Uncomment the lines below to use these language strings rather than the help documents set in the database */
/*
// Help Document 1
$l['d1_name'] = "Enregistrement de l'utilisateur";
...
...
*/
?>
if so, you have to remove the comment tags (lines 10 & 74 in French helpdocs.lang.php ver 1.6.12) & save the file
Also check the other 3 help related French Language files for the comment tags ..