dfntopo

This tool converts your Delphi ITE translations to PO files. This is the help screen that appears when you run the program without parameters:

DFNToPO: extracts strings from DFN and RC files and insert any translations into a PO file

This program is subject to the Mozilla Public License
Version 1.1 (the "License"); you may not use this program except
in compliance with the License. You may obtain a copy of the License at
http://www.mozilla.org/MPL/MPL-1.1.html

Portions created by Peter Thornqvist are
Copyright (c) 2003 by Peter Thornqvist; all rights reserved.

Usage:
DFNToPO [options]
where [options] can be any of the following:
-s :  searches in sub-folders also (defaults to FALSE)
-f :  force creation of DFN/RC items not found in po (defaults to FALSE)
-m :  merge TStrings items into single item delimited by \n (defaults to FALSE)
-p<POFile>  : full path and filename of the po file (defaults to "default.po" in current dir).
            NOTE: Filenames with spaces must be enclosed in quotes.
-d<DFNPath> : full path to the dfn files. Do NOT include a filemask (defaults to current dir).
            NOTE: Paths with spaces must be enclosed in quotes.

See the Section called Migrating from the ITE to dxgettext in the chapter called Advanced topics> for further information.