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.

64 lines
1.8 KiB

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. faxmon.rc
  5. Abstract:
  6. Resource file for fax print monitor
  7. Environment:
  8. Windows NT fax print monitor
  9. Revision History:
  10. 02/22/96 -davidx-
  11. Created it.
  12. mm/dd/yy -author-
  13. description
  14. --*/
  15. #include "faxmon.h"
  16. //
  17. // String resources
  18. //
  19. STRINGTABLE
  20. BEGIN
  21. IDS_FAX_MONITOR_NAME "Windows NT Fax Monitor"
  22. IDS_FAX_PORT_DESC "Fax Port"
  23. IDS_PORT_ALREADY_EXISTS "Port '%s' already exists."
  24. IDS_FAXERR_RECOVERABLE "Send fax fail - please try again later."
  25. IDS_FAXERR_FATAL "Couldn't send fax document due to an unrecoverable error."
  26. IDS_FAXERR_BAD_TIFF "Fax data is not a conforming TIFF-F file."
  27. IDS_FAXERR_BAD_DATA16 "Corrupted fax data from 16-bit clients."
  28. IDS_ADD_PORT "Add Port"
  29. IDS_DELETE_PORT "Delete Port"
  30. IDS_CONFIGURE_PORT "Configure Port"
  31. IDS_CONFIG_ERROR "Fax devices cannot be managed from the Printers folder. Please use the appropriate fax configuration applet in the Control Panel."
  32. IDS_ADD_ERROR "Fax devices cannot be managed from the Printers folder. Please use the appropriate fax configuration applet in the Control Panel."
  33. IDS_DELETE_ERROR "Fax devices cannot be managed from the Printers folder. Please use the appropriate fax configuration applet in the Control Panel."
  34. END
  35. //
  36. // Version resource
  37. //
  38. #include <ntverp.h>
  39. #define VER_FILETYPE VFT_DLL
  40. #define VER_FILESUBTYPE VFT2_UNKNOWN
  41. #define VER_FILEDESCRIPTION_STR "Fax Print Monitor"
  42. #define VER_INTERNALNAME_STR "msfaxmon.dll"
  43. #define VER_ORIGINALFILENAME_STR "msfaxmon.dll"
  44. #include "common.ver"