Leaked source code of windows server 2003
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.

50 lines
1.4 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. Fax print monitor
  9. Revision History:
  10. 02/22/96 -davidx-
  11. Created it.
  12. mm/dd/yy -author-
  13. description
  14. --*/
  15. #include <windows.h>
  16. #include "resource.h"
  17. #include <FaxName.h>
  18. //
  19. // String resources
  20. //
  21. STRINGTABLE
  22. BEGIN
  23. IDS_FAX_PORT_DESC FAX_NAME " Monitor Port"
  24. IDS_PORT_ALREADY_EXISTS "Port '%s' already exists."
  25. IDS_FAXERR_RECOVERABLE "The fax document cannot be sent. Please try again later."
  26. IDS_FAXERR_FATAL "The fax document cannot be sent due to an unrecoverable error."
  27. IDS_FAXERR_BAD_TIFF "Fax data does not conform to TIFF-F file format."
  28. IDS_FAXERR_BAD_DATA16 "Fax data from 16-bit clients is corrupt."
  29. IDS_ADD_PORT "Add Port"
  30. IDS_DELETE_PORT "Delete Port"
  31. IDS_CONFIGURE_PORT "Configure Port"
  32. IDS_CONFIG_ERROR "Fax devices cannot be managed from the Printers folder.\nPlease use the Fax Service Manager."
  33. IDS_ADD_ERROR "Fax devices cannot be managed from the Printers folder.\nPlease use the Fax Service Manager."
  34. IDS_DELETE_ERROR "Fax devices cannot be managed from the Printers folder.\nPlease use the Fax Service Manager."
  35. END