diff --git a/documentation/installation_guide_fr_FR.html b/documentation/installation_guide_fr_FR.html
index df9d9b800c..f0cf640e3b 100644
--- a/documentation/installation_guide_fr_FR.html
+++ b/documentation/installation_guide_fr_FR.html
@@ -376,40 +376,55 @@ Avant de mettre à jour, nous recommandons chaudement la prise d'une copie de
sauvegarde de votre installation (répertoires et bases de données).
Si vous ne savez pas comment faire, consultez votre fournisseur d'hébergement
ou un administrateur système qualifié.
-Chamilo LMS 1.9 comes with a new database structure in comparison to 1.8.
-Although the upgrade script takes the migration in charge, it might be generating
-a very heavy load on your server during the upgrade, and will change your
-database completely, preserving the data as well as possible (we have tested
-the procedure many times, but remember this is GNU/GPLv3 and we cannot be held
-responsible for what would happen to your data without professional supervision).
-This is why we *really* recommend you take a full backup of your system before
-you upgrade.
+Chamilo LMS 1.9 est livré avec une nouvelle structure de bases de données
+ en comparaison avec 1.8. Bien que le script de migration la prenne
+ complètement en charge, il pourrait générer une surcharge sur votre serveur
+ durant la mise à jour, et il changera la base de données de façon assez
+ profonde, préservant les données le mieux possible (nous avons testé la
+ procédure de nombreuses fois, mais rappelez-vous qu'il s'agit d'un logiciel
+ GNU/GPLv3 et que nous ne saurions être tenus pour responsables de ce qui
+ pourrait arriver à vos données sans la supervision d'un professionnel).
+ C'est pour cela que nous recommandons *vraiment* de faire un backup complet de
+ votre système avant la mise à jour.
-
If you have problems, go to the Chamilo website and ask a question on the @@ -579,7 +595,7 @@ already an answer to your question.
To access the Chamilo administration section, open browser, go to your Chamilo adress and log in with the admin user. @@ -597,14 +613,14 @@ and feel, homepage content, course categories etc.
An LDAP module is already provided in Chamilo, but it has to be configured to make it work. -Linux servers: It's possible that you have to recompile php with ldap support. Newer distributions also allow downloading rpms for additional packages.
-Note: The LDAP mechanism has been changed in 1.9. As a result, some of the following information might not be correct. Please check the configuration settings inside Chamilo to learn the details.
@@ -703,7 +719,7 @@ that criteriaFor testing how the variable AMTcgiloc may be set, there are some examples (as comments) inside the script.
Installing this plugin you get WIRIS editor and WIRIS CAS.
This activation will not be completed unless you have previously downloaded the PHP plugin for FCKeditor WIRIS and unzipped its contents into the main/inc/lib/fckeditor/editor/plugins/fckeditor_wiris/ directory.
This is necessary because Wiris is proprietary software and its services are commercial. To make adjustments to the plugin, edit configuration.ini file or replace his content by configuration.ini.default Chamilo file.
Note: This step will require a dedicated server or a virtual dedicated server as the packages involved are not available on most shared hosting solutions.
On Debian or Ubuntu 10.04 and superior, you will simply need to install the php5-xapian package and restart your web server:
@@ -844,7 +860,7 @@ Provider for) include a full review of the full-text search feature.
Note: This step will require a dedicated server or a virtual dedicated server as the packages involved are not available on most shared hosting solutions.
On Debian or Ubuntu 11.10 and superior, install LibreOffice.org v3 and start it as a headless server:
@@ -857,7 +873,7 @@ Then go to your administration page -> Chamilo Rapid and set the host
Since Chamilo 1.8.8, a few tasks need to be executed regularly in order to get the best out of your server resources. One of such tasks (and the only one @@ -880,7 +896,7 @@ settings there.
As Chamilo becomes more popular and crosses many borders now, it frequently happens that administrators want to re-order the firstname and lastname fields in tables, and also on which field it is sorted first.
This can easily be modified by editing the main/inc/lib/internationalization_database/name_order_conventions.php file, finding your language and changing the fields. It is pretty self-explanatory and looks like this:
@@ -890,7 +906,7 @@ Feel free to change this to
for example. The effect should be immediate.
File download can be very slow when passing through a PHP script to control permissions. One solution to this is to use the X-Sendfile header, which depends on a module on the webserver. Check http://stackoverflow.com/a/3731639/1406662 for more details on implementing Sendfile.