diff --git a/htdocs/langs/en_US/install.lang b/htdocs/langs/en_US/install.lang
index 1d65e74dd154701dbf2cad61889c3a3bfb2be1a5..0e93eace5245bef1c392d5a7cd014990ec1c83f0 100644
--- a/htdocs/langs/en_US/install.lang
+++ b/htdocs/langs/en_US/install.lang
@@ -10,7 +10,8 @@ ConfFileIsNotWritable=Configuration file <b>%s</b> is not writable. Check permis
 ConfFileIsWritable=Configuration file <b>%s</b> is writable.
 PHPSupportSessions=This PHP supports sessions.
 PHPSupportPOSTGETOk=This PHP supports variables POST and GET.
-PHPSupportPOSTGETKo=This PHP dose not support variables POST and/or GET.
+PHPSupportPOSTGETKo=It's possible this PHP does not support variables POST and/or GET. Check your parameter <b>variables_order</b> in php.ini.
+Recheck=Click here for a more significative test
 ErrorPHPDoesNotSupportSessions=Your PHP installation does not support sessions. This feature is required to make Dolibarr working. Check your PHP setup.
 ErrorDirDoesNotExists=Directory %s does not exists.
 ErrorGoBackAndCorrectParameters=Go backward and correct wrong parameters.
diff --git a/htdocs/langs/fr_FR/install.lang b/htdocs/langs/fr_FR/install.lang
index 732fafe25c752cb55d8b0c209578fa3e337f43a9..7c286187af9dcab4e42072e56638e6e0cdb84a6e 100644
--- a/htdocs/langs/fr_FR/install.lang
+++ b/htdocs/langs/fr_FR/install.lang
@@ -9,8 +9,9 @@ ConfFileCouldBeCreated=Le fichier de configuration <b>%s</b> a pu 
 ConfFileIsNotWritable=Le fichier <b>%s</b> n'est pas modifiable. Pour une premi�re installation, modifiez ses permissions. Le serveur Web doit avoir le droit d'�crire dans ce fichier le temps de la configuration ("chmod 666" par exemple sur un OS compatible Unix).
 ConfFileIsWritable=Le fichier <b>%s</b> est modifiable.
 PHPSupportSessions=Ce PHP supporte les sessions.
-PHPSupportPOSTGETOk=Ce PHP supporte les variables POST et GET.
-PHPSupportPOSTGETKo=Ce PHP ne supporte pas les variables POST et/ou GET.
+PHPSupportPOSTGETOk=Ce PHP supporte bien les variables POST et GET.
+PHPSupportPOSTGETKo=Il est possible que ce PHP ne supporte pas les variables POST et/ou GET. V�rifier le param�tre <b>variables_order</b> du php.ini.
+Recheck=Cliquez ici pour un test plus probant
 ErrorPHPDoesNotSupportSessions=Votre installation PHP ne supporte pas les sessions. Cette fonctionnalit� est requise pour faire fonctionner Dolibarr. V�rifiez votre configuration de PHP.
 ErrorDirDoesNotExists=Le r�pertoire <b>%s</b> n'existe pas ou n'est pas accessible.
 ErrorGoBackAndCorrectParameters=Revenez en arri�re et corrigez les param�tres invalides.