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.

108 lines
1.9 KiB

  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=0x2001
  29. Severity=Informational
  30. SymbolicName=MSG_FAX_PRINT_SUCCESS
  31. Language=English
  32. Received %1 printed to %2.
  33. .
  34. MessageId=0x2002
  35. Severity=Error
  36. SymbolicName=MSG_FAX_PRINT_FAILED
  37. Language=English
  38. Unable to print %1 to %2.
  39. The following error occurred: %3.
  40. .
  41. MessageId=0x2003
  42. Severity=Error
  43. SymbolicName=MSG_FAX_PRINT_TO_FAX
  44. Language=English
  45. Cannot print %1 to fax printer %2. The fax service cannot print incoming faxes to fax printers.
  46. .
  47. MessageId=0x2004
  48. Severity=Informational
  49. SymbolicName=MSG_FAX_SAVE_SUCCESS
  50. Language=English
  51. Received %1 saved to %2.
  52. .
  53. MessageId=0x2005
  54. Severity=Error
  55. SymbolicName=MSG_FAX_SAVE_FAILED
  56. Language=English
  57. Unable to save received %1 to %2.
  58. The following error occurred: %3.
  59. .
  60. MessageId=0x2006
  61. Severity=Informational
  62. SymbolicName=MSG_MAIL_MSG_BODY
  63. Language=English
  64. Sender: %1.
  65. CallerID: %2.
  66. Recipient name: %3.
  67. Pages: %4.
  68. Transmission time: %5.
  69. Device name: %6.
  70. .
  71. MessageId=0x2007
  72. Severity=Informational
  73. SymbolicName=MSG_WHO_AM_I
  74. Language=English
  75. Windows NT Fax Service
  76. .
  77. MessageId=0x2008
  78. Severity=Informational
  79. SymbolicName=MSG_SUBJECT_LINE
  80. Language=English
  81. Received Fax%0
  82. .
  83. MessageId=0x2009
  84. Severity=Informational
  85. SymbolicName=MSG_FAX_INBOX_SUCCESS
  86. Language=English
  87. Received %1 routed to local inbox: %2.
  88. .
  89. MessageId=0x200a
  90. Severity=Error
  91. SymbolicName=MSG_FAX_INBOX_FAILED
  92. Language=English
  93. Unable to route %1 to local inbox: %2.
  94. The following error occurred: MAPI error.
  95. .