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.

142 lines
3.3 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) 1997 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; ixssomsg.mc
  8. ;
  9. ;Abstract:
  10. ;
  11. ; This file contains the message definitions for the Index Server SSO.
  12. ;
  13. ;Author:
  14. ;
  15. ; AlanW 13-Jan-1997
  16. ;
  17. ;Revision History:
  18. ;
  19. ;Notes: MessageIds in the range 0x0001 - 0x1000 are categories
  20. ; 0x1001 - are events
  21. ;
  22. ; A .mc file is compiled by the MC tool to generate a .h file and
  23. ; a .rc (resource compiler script) file.
  24. ;
  25. ; The LanguageNames keyword defines the set of names that are allowed
  26. ; as the value of the Language keyword in the message definition. The
  27. ; set is delimited by left and right parentheses. Associated with each
  28. ; language name is a number and a file name that are used to name the
  29. ; generated resource file that contains the messages for that
  30. ; language. The number corresponds to the language identifier to use
  31. ; in the resource table. The number is separated from the file name
  32. ; with a colon.
  33. ;
  34. ;--*/
  35. ;#ifndef _IXSSOMSG_H_
  36. ;#define _IXSSOMSG_H_
  37. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  38. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  39. Warning=0x2:STATUS_SEVERITY_WARNING
  40. Error=0x3:STATUS_SEVERITY_ERROR
  41. )
  42. LanguageNames=(English=0x409:MSG00409)
  43. MessageId=0x4000
  44. Severity=Error
  45. SymbolicName=MSG_IXSSO_FILE_MESSAGE
  46. Language=English
  47. File %1.%b%b
  48. .
  49. MessageId=+1
  50. Severity=Error
  51. SymbolicName=MSG_IXSSO_FILE_LINE_MESSAGE
  52. Language=English
  53. File %1, line %2!d!.%b%b
  54. .
  55. MessageId=0x4002
  56. Severity=Error
  57. SymbolicName=MSG_IXSSO_MISSING_RESTRICTION
  58. Language=English
  59. The Query property was not set.
  60. .
  61. MessageId=0x4003
  62. Severity=Error
  63. SymbolicName=MSG_IXSSO_MISSING_OUTPUTCOLUMNS
  64. Language=English
  65. No output columns were set.
  66. .
  67. MessageId=+1
  68. Severity=Error
  69. SymbolicName=MSG_IXSSO_NO_SUCH_COLUMN_PROPERTY
  70. Language=English
  71. Invalid column name found in the Columns property.
  72. .
  73. MessageId=+1
  74. Severity=Error
  75. SymbolicName=MSG_IXSSO_DUPLICATE_COLUMN
  76. Language=English
  77. Duplicate column, possibly by a column alias, found in the Columns property.
  78. .
  79. MessageId=+1
  80. Severity=Error
  81. SymbolicName=MSG_IXSSO_NO_SUCH_CATALOG
  82. Language=English
  83. The catalog directory can not be found in the location specified by
  84. the Catalog property.
  85. .
  86. MessageId=+1
  87. Severity=Error
  88. SymbolicName=MSG_IXSSO_EXPECTING_SHALLOWDEEP
  89. Language=English
  90. The CiFlags property had improper syntax. Expecting 'Shallow' or 'Deep'.
  91. .
  92. MessageId=+1
  93. Severity=Error
  94. SymbolicName=MSG_IXSSO_INVALID_LOCALE
  95. Language=English
  96. An invalid locale was specified for the LocaleID property or the browser's
  97. Accept-Language header.
  98. .
  99. MessageId=+1
  100. Severity=Error
  101. SymbolicName=MSG_IXSSO_NO_ACTIVE_QUERY
  102. Language=English
  103. There is not a query being executed.
  104. .
  105. MessageId=+1
  106. Severity=Error
  107. SymbolicName=MSG_IXSSO_QUERY_ACTIVE
  108. Language=English
  109. The property is not settable while a query is active.
  110. .
  111. MessageId=+1
  112. Severity=Error
  113. SymbolicName=MSG_IXSSO_INVALID_QUERYSTRING_TAG
  114. Language=English
  115. A reserved tag was used in a query string.
  116. .
  117. MessageId=+1
  118. Severity=Error
  119. SymbolicName=MSG_IXSSO_BAD_CATALOG
  120. Language=English
  121. Invalid catalog name.
  122. .
  123. ;#endif // _IXSSOMSG_H_