Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
964 B

  1. ////////////////////////////////////////////////////////////////////////////////////////////
  2. //
  3. // These resources are shared between hhw and hhctrl. ie. This file is included in the
  4. // rc files that liven in BOTH hhw and hhctrl. This is necessary becuase we share C/C++
  5. // code between the two and that code may also include resouce needs.
  6. //
  7. #include "shareres.h"
  8. STRINGTABLE DISCARDABLE
  9. BEGIN
  10. IDS_ITSS_NOT_INITIALIZED "Unable to initialize Compressor. The dll itss.dll may not be installed correctly."
  11. IDS_CANT_CREATE_SUBFOLDER "Unable to create the folder \042%s\042 within the compiled HTML file."
  12. IDS_CANT_CREATE_SUBFILE "Unable to create the file \042%s\042 within the compiled HTML file."
  13. IDS_CANT_WRITE_SUBFILE "An error occurred while writing to the file \042%s\042 within the compiled HTML file."
  14. IDS_CANT_READ_SUBFILE "An error occurred while reading from the file \042%s\042 within the compiled HTML file."
  15. END
  16.