Project directory
Each project has its own directory, with .tok as a name extension. In the
project directory several files are created. For instance, when you are working
with application.exe:
- application.exe.res: the resource file which is extracted
with the resbind executable from application.exe to application.exe.res
- application.exe.src: a single file, containing the strings
in the source language. The strings are abstracted from application.exe.res
- application.exe.XX.trl: one or more files with the same
strings for the translation language XX. XX is the indication of the language,
for instance DE (German) or NL (Dutch). Each translation language has its
own .trl file.
You can make a fresh start by deleting these files. Before you do this, you
can export translated strings to a translation memory (.glo
file), so that these translations can be reused.