Here's my modified part of the french language file if someone needs it:
Code:
/** whos_online.php */
DEFINE('_WE_HAVE', 'Il y a actuellement ');
DEFINE('_AND', ' et ');
DEFINE('_GUEST_COUNT','%s invité');
DEFINE('_GUESTS_COUNT','%s invités');
DEFINE('_MEMBER_COUNT','%s membre');
DEFINE('_MEMBERS_COUNT','%s membres');
DEFINE('_ONLINE',' en ligne');
DEFINE('_NONE','Aucun membre en ligne');
DEFINE('_WE_HAVE', 'Il y a actuellement ');
DEFINE('_AND', ' et ');
DEFINE('_GUEST_COUNT','%s invité');
DEFINE('_GUESTS_COUNT','%s invités');
DEFINE('_MEMBER_COUNT','%s membre');
DEFINE('_MEMBERS_COUNT','%s membres');
DEFINE('_ONLINE',' en ligne');
DEFINE('_NONE','Aucun membre en ligne');
Forum 










