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.

203 lines
3.8 KiB

  1. ;/*--
  2. ;Copyright (c) 2001 Microsoft Corporation
  3. ;
  4. ;Module Name:
  5. ;
  6. ; faxmsg.mc
  7. ;
  8. ;Abstract:
  9. ;
  10. ; This file contains the message definitions for the fax routing dll and the fax service exe.
  11. ;
  12. ;Author:
  13. ;
  14. ;
  15. ; 1.Wesley Witt (wesw) 7-Mar-1997
  16. ; 2.Wesley Witt (wesw) 12-January-1996
  17. ;
  18. ;Revision History:
  19. ;
  20. ; 1.copied from faxrtmsg.mc
  21. ; 2.copied from faxsvmsg.mc
  22. ;
  23. ;Notes:
  24. ;
  25. ;--*/
  26. ;
  27. ;
  28. ;/* 1: FXSROUTE.dll messages */
  29. ;
  30. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  31. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  32. Warning=0x2:STATUS_SEVERITY_WARNING
  33. Error=0x3:STATUS_SEVERITY_ERROR
  34. )
  35. MessageId=0x3001
  36. Severity=Informational
  37. SymbolicName=MSG_MAIL_MSG_BODY
  38. Language=English
  39. Sender: %1
  40. Caller ID: %2
  41. Recipient name: %3
  42. Pages: %4!ld!
  43. Transmission start time: %5
  44. Transmission duration: %6
  45. Device name: %7
  46. .
  47. MessageId=0x3002
  48. Severity=Informational
  49. SymbolicName=MSG_SUBJECT_LINE
  50. Language=English
  51. Fax server %1 received a new fax from %2.%0
  52. .
  53. ;
  54. ;/* 2: FXSSVC.exe messages */
  55. ;
  56. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  57. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  58. Warning=0x2:STATUS_SEVERITY_WARNING
  59. Error=0x3:STATUS_SEVERITY_ERROR
  60. )
  61. MessageId=0x1007
  62. Severity=Informational
  63. SymbolicName=MSG_DR_SINGLE_SUBJECT
  64. Language=English
  65. Fax %1was successfully sent to %2 at %3.%0
  66. .
  67. MessageId=0x1008
  68. Severity=Informational
  69. SymbolicName=MSG_NDR_SINGLE_SUBJECT
  70. Language=English
  71. Fax %1failed to send to %2 at %3 (%4).%0
  72. .
  73. MessageId=0x1009
  74. Severity=Informational
  75. SymbolicName=MSG_DR_BROADCAST_SUBJECT
  76. Language=English
  77. Fax %1was successfully sent to %2 and all other recipients.%0
  78. .
  79. MessageId=0x100A
  80. Severity=Informational
  81. SymbolicName=MSG_NDR_BROADCAST_SUBJECT
  82. Language=English
  83. Fax %1was not successfully sent to %2!d! recipients. Canceled: %3!d! recipient(s). Failed: %4!d! recipient(s).%0
  84. .
  85. MessageId=0x100B
  86. Severity=Informational
  87. SymbolicName=MSG_DR_SINGLE_BODY
  88. Language=English
  89. %1
  90. Fax submitted: %2
  91. To server: %3
  92. Transmission started: %4
  93. Transmission end: %5
  94. Number of retries: %6!ld!
  95. Number of pages: %7!ld!
  96. .
  97. MessageId=0x100C
  98. Severity=Informational
  99. SymbolicName=MSG_NDR_SINGLE_BODY
  100. Language=English
  101. %1
  102. Fax submitted: %2
  103. To server: %3
  104. Transmission started: %4
  105. Transmission end: %5
  106. Number of retries: %6!ld!
  107. Number of pages: %7!ld!
  108. Last error: %8
  109. .
  110. MessageId=0x100D
  111. Severity=Informational
  112. SymbolicName=MSG_DR_BROADCAST_BODY
  113. Language=English
  114. %1
  115. Fax submitted: %2
  116. To server: %3
  117. Number of pages: %4!ld!
  118. .
  119. MessageId=0x100E
  120. Severity=Informational
  121. SymbolicName=MSG_NDR_BROADCAST_BODY
  122. Language=English
  123. %1
  124. Fax submitted: %2
  125. To server: %3
  126. Number of pages: %4!ld!
  127. .
  128. MessageId=0x100F
  129. Severity=Informational
  130. SymbolicName=MSG_DR_SINGLE_SUBJECT_NONAME
  131. Language=English
  132. Fax %1was successfully sent to %3.%0
  133. .
  134. MessageId=0x1010
  135. Severity=Informational
  136. SymbolicName=MSG_NDR_SINGLE_SUBJECT_NONAME
  137. Language=English
  138. Fax %1failed to send to %3 (%4).%0
  139. .
  140. MessageId=0x1011
  141. Severity=Informational
  142. SymbolicName=MSG_BRANDING_FULL
  143. Language=English
  144. %1 FROM: %2 TO: %3 PAGE: %0
  145. .
  146. MessageId=0x1012
  147. Severity=Informational
  148. SymbolicName=MSG_BRANDING_SHORT
  149. Language=English
  150. %1 FROM: %2 PAGE: %0
  151. .
  152. MessageId=0x1013
  153. Severity=Informational
  154. SymbolicName=MSG_BRANDING_END
  155. Language=English
  156. OF%0
  157. .
  158. MessageId=0x1014
  159. Severity=Informational
  160. SymbolicName=MSG_DR_BROADCAST_HTML_BODY
  161. Language=English
  162. %1 <BR>
  163. Fax submitted: %2 <BR>
  164. To server: %3 <BR>
  165. Number of pages: %4!ld!
  166. .
  167. MessageId=0x1015
  168. Severity=Informational
  169. SymbolicName=MSG_NDR_BROADCAST_HTML_BODY
  170. Language=English
  171. %1 <BR>
  172. Fax submitted: %2 <BR>
  173. To server: %3 <BR>
  174. Number of pages: %4!ld!
  175. .