home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 December / PCWorld_2001-12_cd.bin / Software / Topware / Hackman / _SETUP.1 / Checklng.txt < prev    next >
Text File  |  1998-11-21  |  2KB  |  41 lines

  1. About Checklng Tool
  2. -------------------
  3.  
  4. Unfortunately, I encountered some problems especially with missing menu items
  5. or some strings that seemed to have a wrong ID due to some mistakes I made when
  6. translating "english.lng" to "german.lng".
  7.  
  8. I wrote a small program using Turbo Pascal 6.0 (the quickest way), which is 
  9. able to read a ".lng" file and check, whether there are some IDs missing or
  10. entered incorrectly. This software is called "CHECKLNG.EXE" and is included 
  11. in my mail both as an executable, and as the source code. With CHECKLNG, I
  12. found out, that I had unintentionally deleted a source line of "english.lng"
  13. and because of that, I didn't translate it into german. I suppose you can 
  14. imagine the consequences of an ID missing.
  15. Please feel free to check it out, offer it to other people willing to translate 
  16. Hackman, or do whatever you like with it.
  17.  
  18. Running Checklng with no parameters shows information on using the file.
  19.  
  20. Zweistein 1998
  21.  
  22.  
  23. Now that I wanted to translate Hackman 3.1 into german, I encountered some
  24. problems that could not be found using CHECKLNG V1.0. So I had to update
  25. this program a little bit. It can now be called with two parameters, e.g.:
  26.  
  27. CHECKLNG ENGLISH.LNG GERMAN.LNG <RETURN>
  28.  
  29. This will cause the check of both files, producing ENGLISH.STT and GERMAN.STT
  30. as the usual statistics files. In fact, these files are expanded by a new
  31. table that shows the text items that do not hold a text (e.g. 260, "").
  32. In addition, a third file named PROBLEMS.TXT is produced, which shows
  33. errors and differences between the two files. Read this one first in order
  34. to find the problem quicker! Be aware that CHECKLNG will not be able to
  35. realize that "dsfgsdu" is not the correct translation for "Files", but that's
  36. not what I wrote it for.
  37.  
  38. Good Luck,
  39.   Zweistein
  40.  
  41.