French translation of phpsaadmin

Jean Lorchat has translated phpsaadmin to French.

It will be distributed with the next version. If you cant wait for that, you can download the language file and place it in the language folder. You then have to change:


// Language setup
$availlang = array("da");

to


// Language setup
$availlang = array("da","fr");

in options.php

Comments are closed.