                                 KFileReplace                        
                             -------------------                                         
    begin                : ven avr 23 18:58:17 CEST 1999                                          
    copyright            : (C) 1999 by Franois Dupoux                         
              : 
AUTHOR: Franois Dupoux
MAIL:   fdupoux@lemel.fr 
WEB:    http://perso.club-internet.fr/dupoux/sysexp/linux/kfilerep/
WEB2:   (if first adresse doesn't works): http://dupoux.cjb.net/            
                       
Thanks to Heiko Goller who had written the German translation.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by 
the Free Software Foundation; either version 2 of the License, or
at your option) any later version.

KFileReplace search and replace strings which appears inside files by others.
For example, you can replace in /root/linuxweb, all *.htm files,
the string "Linux" by "LINUX", the string "system" by "OS", ....

KFileReplace is written for Linux, used with DE (K Desktop Environment), and
with KDevelop.

To compile it, run this command in a terminal:
rm config.cache && ./configure && make && make install

To translate:
- To regenerate the po/kfilereplace.pot file, you must type in terminal:
  xgettext -C -s -ki18n -x/opt/kde/include/kde.pot *.cpp *.h -o../po/kfilereplace.pot
- To compile the PO file file to a usable GMO file, type for example:
  msgfmt fr.po -ofr.gmo
   
