Re: messages in french

bishop <[email protected]> Thu, 30 Sep 2004 13:02:24 -0700
Newsgroups gmane.network.ftp.wuftpd.user
Message-ID <[email protected]>

Stephane wrote:

> when i disconnect my wu-ftp server
> i get the following message :
> <<
> 221-You have transferred 0 bytes in 0 files.
> 221-Total traffic for this session was 865 bytes in 0 transfers.
> 221-Thank you for using the FTP service on ftp.fps.fr.
> 221 Goodbye.
>  >>
> 
> i would like to traduce it in french
> but i can't find out which file contain such text
> 
> any idea ?

grep -nr "Thank you" src

--> src/ftpcmd.y:1265:
> 1265:                       lreply(221, "Thank you for using the FTP service on %s.", hostname);

The file is not internationalised, and so localization will be a bit of 
work.

> fanx lot in advance

De rien.

  - bish