home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / CHFLZ100.ZIP / LZ_CONST.RC < prev    next >
Text File  |  1996-09-05  |  589b  |  18 lines

  1. #include "LZ_Const.pas"
  2.  
  3. STRINGTABLE
  4. {
  5.  
  6.   SNoValidFileName      "No valid filename in list-file"
  7.   SInvalidArchive,      "%s is an invalid LZ Archive"
  8.   SInitFailed,          "LZ-Initialisation failed"
  9.   SInvalidParams,       "Invalid parameters to LZ function"
  10.   SSameFileName,        "File %s specified for both Input and Output"
  11.   SNoTempFileName,      "Cannot create unique temporary file name"
  12.   SWrongCompressedFile, "Wrong compressed file: %s"
  13.   SCorruptArchive,      "LZ Archive %s is corrupt"
  14.   SBadDirectory         "Cannot re-create directory structure %s"
  15.  
  16. }
  17.  
  18.