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.

148 lines
2.8 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) 1996 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; messages.mc
  8. ;
  9. ;Abstract:
  10. ;
  11. ; This file contains the message definitions for the fax service.
  12. ;
  13. ;Author:
  14. ;
  15. ; Wesley Witt (wesw) 12-January-1996
  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=0x1001
  29. Severity=Informational
  30. SymbolicName=MSG_USAGE
  31. Language=English
  32. Microsoft (R) Windows NT (TM) Version 4.0 Fax Service
  33. Copyright (C) 1996 Microsoft Corp. All rights reserved
  34. Usage: FAXSVC [-?] [-i username password] [-r] [-d]
  35. [-?] display this message
  36. [-i username password] Install the Fax Service
  37. [-r] Remove the Fax Serice
  38. [-d] Debug the Fax Service
  39. .
  40. MessageId=0x1002
  41. Severity=Informational
  42. SymbolicName=MSG_REMOVE_SUCCESS
  43. Language=English
  44. The fax service is removed from the system.
  45. .
  46. MessageId=0x1003
  47. Severity=Informational
  48. SymbolicName=MSG_REMOVE_FAIL
  49. Language=English
  50. The fax service failed to be removed from the system. Error = %1.
  51. .
  52. MessageId=0x1004
  53. Severity=Informational
  54. SymbolicName=MSG_INSTALL_SUCCESS
  55. Language=English
  56. The fax service is installed on the system.
  57. .
  58. MessageId=0x1005
  59. Severity=Informational
  60. SymbolicName=MSG_INSTALL_FAIL
  61. Language=English
  62. The fax service failed to be installed on the system. Error = %1.
  63. .
  64. MessageId=0x1006
  65. Severity=Informational
  66. SymbolicName=MSG_WHO_AM_I
  67. Language=English
  68. Windows NT Fax Service
  69. .
  70. MessageId=0x1007
  71. Severity=Informational
  72. SymbolicName=MSG_SUBJECT_LINE
  73. Language=English
  74. Received Fax%0
  75. .
  76. MessageId=0x1008
  77. Severity=Informational
  78. SymbolicName=MSG_NDR
  79. Language=English
  80. Microsoft Fax Server was unable to send the fax attached below.
  81. Sender: %1
  82. Recipient: %2
  83. Fax number: %3
  84. Time: %4
  85. Device name: %5
  86. Reason: %6
  87. .
  88. MessageId=0x1009
  89. Severity=Informational
  90. SymbolicName=MSG_DR
  91. Language=English
  92. Microsoft Fax Server sent the fax attached below.
  93. Sender: %1
  94. Recipient: %2
  95. Fax number: %3
  96. Pages: %4
  97. Time: %5
  98. Device name: %6
  99. .
  100. ;/*----------------------------------------------------------------
  101. ; these are the Branding output
  102. ; related strings.
  103. ;
  104. ; TRY TO USE THE SHORTEST TRANSLATION FOR THE BRANDING !
  105. ;
  106. ; complete branding string :
  107. ; FROM: xxx TO: xxx PAGE: xxx OF xxx
  108. ;----------------------------------------------------------------*/
  109. MessageId=0x4001
  110. Severity=Informational
  111. SymbolicName=MSG_BRANDING_FULL
  112. Language=English
  113. %1 FROM: %2 TO: %3 PAGE: %0
  114. .
  115. MessageId=0x4002
  116. Severity=Informational
  117. SymbolicName=MSG_BRANDING_SHORT
  118. Language=English
  119. %1 FROM: %2 PAGE: %0
  120. .
  121. MessageId=0x4003
  122. Severity=Informational
  123. SymbolicName=MSG_BRANDING_END
  124. Language=English
  125. OF%0
  126. .