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.

188 lines
4.3 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (C) Microsoft Corporation, 1994 - 1999
  4. ;
  5. ;Module Name:
  6. ;
  7. ; whmsg.mc
  8. ;
  9. ;Abstract:
  10. ;
  11. ; This file contains the message definitions for the content index.
  12. ;
  13. ;Author:
  14. ;
  15. ; DwightKr 06-Jul-1994
  16. ; AlanW 15 Jan 1997 Split from cimsg.mc
  17. ;
  18. ;Revision History:
  19. ;
  20. ;Notes: MessageIds in the range 0x0001 - 0x1000 are categories
  21. ; 0x1001 - 0x1FFF are events
  22. ; 0x2001 - 0x2FFF are for IDQ.DLL
  23. ; 0x3001 - 0x3FFF are for WEBHITS.EXE
  24. ;
  25. ; A .mc file is compiled by the MC tool to generate a .h file and
  26. ; a .rc (resource compiler script) file.
  27. ;
  28. ; The LanguageNames keyword defines the set of names that are allowed
  29. ; as the value of the Language keyword in the message definition. The
  30. ; set is delimited by left and right parentheses. Associated with each
  31. ; language name is a number and a file name that are used to name the
  32. ; generated resource file that contains the messages for that
  33. ; language. The number corresponds to the language identifier to use
  34. ; in the resource table. The number is separated from the file name
  35. ; with a colon.
  36. ;
  37. ;--*/
  38. ;#ifndef _WHMSG_H_
  39. ;#define _WHMSG_H_
  40. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  41. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  42. Warning=0x2:STATUS_SEVERITY_WARNING
  43. Error=0x3:STATUS_SEVERITY_ERROR
  44. )
  45. LanguageNames=(English=0x409:MSD00001)
  46. MessageId=0x3001
  47. Severity=Error
  48. SymbolicName=MSG_WEBHITS_FILE_MESSAGE
  49. Language=English
  50. File %1.
  51. .
  52. MessageId=+1
  53. Severity=Error
  54. SymbolicName=MSG_WEBHITS_FILE_LINE_MESSAGE
  55. Language=English
  56. File %1, line %2!d!.
  57. .
  58. MessageId=+1
  59. Severity=Error
  60. SymbolicName=MSG_WEBHITS_NO_ENDDETAIL_SECTION
  61. Language=English
  62. A <%%BeginDetail%%> section was found in the template file, without a matching
  63. <%%EndDetail%%> section.
  64. .
  65. MessageId=+1
  66. Severity=Error
  67. SymbolicName=MSG_WEBHITS_NO_BEGINDETAIL_SECTION
  68. Language=English
  69. An <%%EndDetail%%> section was found in the template file, without a matching
  70. <%%BeginDetail%%> section.
  71. .
  72. MessageId=+1
  73. Severity=Error
  74. SymbolicName=MSG_WEBHITS_ENDDETAIL_BEFORE_BEGINDETAIL
  75. Language=English
  76. An <%%EndDetail%%> section was found in the template file before a
  77. <%%BeginDetail%%> section.
  78. .
  79. MessageId=+1
  80. Severity=Error
  81. SymbolicName=MSG_WEBHITS_PATH_INVALID
  82. Language=English
  83. The path specified is incorrect.
  84. .
  85. MessageID=+1
  86. Severity=Error
  87. SymbolicName=MSG_WEBHITS_INVALID_QUERY
  88. Language=English
  89. The query issued is invalid.
  90. .
  91. MessageID=+1
  92. Severity=Error
  93. SymbolicName=MSG_WEBHITS_VARNAME_INVALID
  94. Language=English
  95. An invalid variable name was found in QUERY_STRING.
  96. .
  97. MessageID=+1
  98. Severity=Error
  99. SymbolicName=MSG_WEBHITS_QS_FORMAT_INVALID
  100. Language=English
  101. The format of QUERY_STRING is invalid.
  102. .
  103. MessageID=+1
  104. Severity=Error
  105. SymbolicName=MSG_WEBHITS_TOO_MANY_CHUNKS
  106. Language=English
  107. The file is too large to hit-highlight.
  108. .
  109. MessageID=+1
  110. Severity=Error
  111. SymbolicName=MSG_WEBHITS_REQUEST_METHOD_INVALID
  112. Language=English
  113. REQUEST_METHOD is neither GET nor POST
  114. .
  115. MessageID=+1
  116. Severity=Error
  117. SymbolicName=MSG_WEBHITS_CONTENT_LENGTH_INVALID
  118. Language=English
  119. CONTENT_LENGTH is non-positive
  120. .
  121. MessageID=+1
  122. Severity=Error
  123. SymbolicName=MSG_WEBHITS_TOO_MANY_COPIES
  124. Language=English
  125. There are too many copies of hit-highlighter running. Please try later.
  126. .
  127. MessageID=+1
  128. Severity=Error
  129. SymbolicName=MSG_WEBHITS_TIMEOUT
  130. Language=English
  131. Hit highlighting took too long to execute and was timed out.
  132. .
  133. MessageID=+1
  134. Severity=Error
  135. SymbolicName=MSG_WEBHITS_NO_SUCH_TEMPLATE
  136. Language=English
  137. The template file specified in CiTemplate cannot be found.
  138. .
  139. MessageID=+1
  140. Severity=Error
  141. SymbolicName=MSG_WEBHITS_IDQ_NOT_FOUND
  142. Language=English
  143. The IDQ file specified cannot be found.
  144. .
  145. MessageID=+1
  146. Severity=Error
  147. SymbolicName=MSG_WEBHITS_DUPLICATE_PARAMETER
  148. Language=English
  149. A parameter to webhits was specified more than once.
  150. .
  151. MessageID=+1
  152. Severity=Error
  153. SymbolicName=MSG_WEBHITS_INCONSISTENT_SSL
  154. Language=English
  155. The webhits template file SSL access permission setting is inconsistent with that of the file being displayed.
  156. .
  157. MessageID=+1
  158. Severity=Error
  159. SymbolicName=MSG_WEBHITS_INVALID_DIALECT
  160. Language=English
  161. The CiDialect specified for webhits is invalid.
  162. .
  163. ;#endif // _WHMSG_H_