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.

55 lines
881 B

  1. ;/*++
  2. ;
  3. ;Copyright (c) 1996 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; faxroute.mc
  8. ;
  9. ;Abstract:
  10. ;
  11. ; This file contains the message definitions for the fax routing dll.
  12. ;
  13. ;Author:
  14. ;
  15. ; Wesley Witt (wesw) 7-Mar-1997
  16. ;
  17. ;Revision History:
  18. ;
  19. ;Notes:
  20. ;
  21. ;--*/
  22. ;
  23. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  24. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  25. Warning=0x2:STATUS_SEVERITY_WARNING
  26. Error=0x3:STATUS_SEVERITY_ERROR
  27. )
  28. MessageId=0x3001
  29. Severity=Informational
  30. SymbolicName=MSG_MAIL_MSG_BODY
  31. Language=English
  32. Sender: %1
  33. CallerID: %2
  34. Recipient name: %3
  35. Pages: %4
  36. Transmission time: %5
  37. Device name: %6
  38. .
  39. MessageId=0x3002
  40. Severity=Informational
  41. SymbolicName=MSG_WHO_AM_I
  42. Language=English
  43. Fax Service%0
  44. .
  45. MessageId=0x3003
  46. Severity=Informational
  47. SymbolicName=MSG_SUBJECT_LINE
  48. Language=English
  49. Received Fax %0
  50. .