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.

174 lines
6.0 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1999
  6. //
  7. // File: chktrust.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. //Microsoft Developer Studio generated resource script.
  11. //
  12. #include "resource.h"
  13. #define APSTUDIO_READONLY_SYMBOLS
  14. /////////////////////////////////////////////////////////////////////////////
  15. //
  16. // Generated from the TEXTINCLUDE 2 resource.
  17. //
  18. #define APSTUDIO_HIDDEN_SYMBOLS
  19. #include "windows.h"
  20. #undef APSTUDIO_HIDDEN_SYMBOLS
  21. #ifndef APSTUDIO_INVOKED
  22. #include "version.rc"
  23. #endif
  24. /////////////////////////////////////////////////////////////////////////////
  25. #undef APSTUDIO_READONLY_SYMBOLS
  26. /////////////////////////////////////////////////////////////////////////////
  27. // English (U.S.) resources
  28. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  29. #ifdef _WIN32
  30. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  31. #pragma code_page(1252)
  32. #endif //_WIN32
  33. #ifdef APSTUDIO_INVOKED
  34. /////////////////////////////////////////////////////////////////////////////
  35. //
  36. // TEXTINCLUDE
  37. //
  38. 1 TEXTINCLUDE DISCARDABLE
  39. BEGIN
  40. "resource.h\0"
  41. END
  42. 2 TEXTINCLUDE DISCARDABLE
  43. BEGIN
  44. "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  45. "#include ""windows.h""\r\n"
  46. "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  47. "\r\n"
  48. "#ifndef APSTUDIO_INVOKED\r\n"
  49. "#include ""version.rc""\r\n"
  50. "#endif\r\n"
  51. "\r\n"
  52. "\0"
  53. END
  54. 3 TEXTINCLUDE DISCARDABLE
  55. BEGIN
  56. "\r\n"
  57. "\0"
  58. END
  59. #endif // APSTUDIO_INVOKED
  60. /////////////////////////////////////////////////////////////////////////////
  61. //
  62. // String Table
  63. //
  64. STRINGTABLE DISCARDABLE
  65. BEGIN
  66. IDS_PARAM_HELP "?"
  67. IDS_PARAM_VERBOSE "v"
  68. IDS_PARAMTEXT_HELP "this screen"
  69. IDS_PARAMTEXT_VERBOSE "verbose output"
  70. IDS_USAGETEXT_OPTIONS "[options]"
  71. IDS_USAGETEXT_CMDFILE "[@commandfile]"
  72. IDS_USAGETEXT_ADD "filename"
  73. IDS_USAGETEXT_USAGE "usage"
  74. IDS_USAGETEXT_OPTPARAM "<param>"
  75. IDS_PARAM_EXPERROR "h"
  76. IDS_PARAMTEXT_EXPERROR "expected last error (<param> is the hex error. eg: -h 0x80090001)"
  77. IDS_PARAM_CATFILE "c"
  78. END
  79. STRINGTABLE DISCARDABLE
  80. BEGIN
  81. IDS_EXPECTED_HRESULT "Failed: Expected return: 0x%0x. Returned: 0x%0x\n"
  82. IDS_CAN_NOT_OPEN_FILE "Failed: Can not open %s\n"
  83. IDS_UNKNOWN_FILE_TYPE "Failed: Unknown file type\n"
  84. IDS_UNKNOWN_PROVIDER "Failed: The specified trust provider is not known on this system\n"
  85. IDS_UNKNOWN_ACTION "Failed: The specified trust verification action is not supported by the trust provider\n"
  86. IDS_SUBJECT_NOT_TRUSTED "Failed: The subject is not trusted for the specified action\n"
  87. IDS_FILEREF "%s: "
  88. END
  89. STRINGTABLE DISCARDABLE
  90. BEGIN
  91. IDS_SUCCEEDED "Succeeded\n"
  92. IDS_FAIL "Failed: 0x%x\n"
  93. END
  94. STRINGTABLE DISCARDABLE
  95. BEGIN
  96. IDS_PARAMTEXT_CATFILE "catalog filename"
  97. IDS_PARAM_CATMEMBER "t"
  98. IDS_PARAMTEXT_CATMEMBER "catalog member tag"
  99. IDS_PARAM_TPROV "g"
  100. IDS_PARAMTEXT_TPROV "use this action ID (<param> = text GUID)"
  101. IDS_PARAM_IECALL "p"
  102. IDS_PARAMTEXT_IECALL "call WinVerifyTrust similar to the way IE does"
  103. IDS_PARAM_TESTDUMP "d"
  104. IDS_PARAMTEXT_TESTDUMP "dump WVT internal structures to C:\\TRUSTPOL.TXT"
  105. IDS_PARAM_QUIET "q"
  106. IDS_PARAMTEXT_QUIET "do not display any UI"
  107. IDS_PARAM_ALLCATMEM "acm"
  108. IDS_PARAMTEXT_ALLCATMEM "if Catalog file found, process all members too"
  109. IDS_PARAM_TESTDRV "wd"
  110. IDS_PARAMTEXT_TESTDRV "use driver signing provider"
  111. IDS_PARAM_CATUSELIST "ucl"
  112. END
  113. STRINGTABLE DISCARDABLE
  114. BEGIN
  115. IDS_PARAMTEXT_CATUSELIST "verify using Catalog list (database), will verify against the default database if the -catdb options is NOT used"
  116. IDS_PARAM_CATADDLIST "acl"
  117. IDS_PARAMTEXT_CATADDLIST "add Catalog to list (database), will add to the default database if the -catdb options is NOT used"
  118. IDS_PARAM_CATDELLIST "del"
  119. IDS_PARAMTEXT_CATDELLIST "delete Catalog from (database), will delete from the default database if the -catdb options is NOT used"
  120. IDS_PARAM_CATROOT "catdb"
  121. IDS_PARAMTEXT_CATROOT "specifies the catalog database to use for the -acl and -ucl options (<param> = text GUID)"
  122. IDS_PARAM_REPLACECATFILE "r"
  123. IDS_PARAMTEXT_REPLACECATFILE "may be used with the -acl option to replace a catalog file"
  124. IDS_PARAM_NT5 "Win2K"
  125. IDS_PARAMTEXT_NT5 "Uses Win2K policy and catalog database. May only be used with -acl and -ucl options."
  126. IDS_PARAM_PAUSE "pause"
  127. IDS_PARAMTEXT_PAUSE "Pauses the catalog sub-system."
  128. IDS_PARAM_RESUME "resume"
  129. IDS_PARAMTEXT_RESUME "Resumes the catalog sub-system from a paused state."
  130. IDS_PARAM_TSWARN "tswarn"
  131. IDS_PARAMTEXT_TSWARN "will output a warning if the file is not timestamped. May not be used with -ucl option."
  132. IDS_NO_TIMESTAMP_WARNING "warning: file not timestamped\n"
  133. IDS_PARAM_OSVERLOW "osverl"
  134. IDS_PARAMTEXT_OSVERLOW "Check catalog file against this OS ver instead of current OS ver. Format is PlatformID:VerMajor.VerMinor.BuildNumber. May only be used with -ucl option."
  135. IDS_PARAM_OSVERHIGH "osverh"
  136. IDS_PARAMTEXT_OSVERHIGH "Check catalog file against an OS ver range, defined by osverl-osverh, instead of current OS ver."
  137. IDS_PARAM_OSVEROLD "reserved"
  138. IDS_PARAMTEXT_OSVEROLD "reserved"
  139. END
  140. #endif // English (U.S.) resources
  141. /////////////////////////////////////////////////////////////////////////////
  142. #ifndef APSTUDIO_INVOKED
  143. /////////////////////////////////////////////////////////////////////////////
  144. //
  145. // Generated from the TEXTINCLUDE 3 resource.
  146. //
  147. /////////////////////////////////////////////////////////////////////////////
  148. #endif // not APSTUDIO_INVOKED