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.

95 lines
2.8 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1996 - 1999
  6. //
  7. // File: certsrv.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. #include <windows.h>
  11. #include <ntverp.h>
  12. #include "resource.h"
  13. #define VER_FILETYPE VFT_APP
  14. #define VER_FILESUBTYPE VFT2_UNKNOWN
  15. #define VER_FILEDESCRIPTION_STR "Microsoft\256 Certificate Service"
  16. #define VER_INTERNALNAME_STR "CertSrv.exe"
  17. #define VER_ORIGINALFILENAME_STR "CertSrv.exe"
  18. /////////////////////////////////////////////////////////////////////////////
  19. //
  20. // Event Log messages
  21. //
  22. #include "certlog.rc"
  23. /////////////////////////////////////////////////////////////////////////////
  24. //
  25. // Icon
  26. //
  27. // Icon with lowest ID value placed first to ensure application icon
  28. // remains consistent on all systems.
  29. IDI_APP ICON DISCARDABLE "csapp.ico"
  30. /////////////////////////////////////////////////////////////////////////////
  31. //
  32. // String Table
  33. //
  34. STRINGTABLE DISCARDABLE
  35. BEGIN
  36. IDS_DENIEDBY "Denied by %ws"
  37. IDS_POLICYDENIED "Denied by Policy Module"
  38. IDS_ISSUED "Issued"
  39. IDS_UNDERSUBMISSION "Taken Under Submission"
  40. IDS_REVOKEDBY "Revoked by %ws"
  41. IDS_UNREVOKEDBY "Unrevoked by %ws"
  42. IDS_PRINTFCERTREQUESTDISPOSITION "\nCertSrv Request %u: rc=%x: %ws %ws '%ws'\n"
  43. IDS_REQUESTPARSEERROR "Error Parsing Request"
  44. IDS_REQUESTSIGERROR "Error Verifying Request Signature or Signing Certificate"
  45. IDS_KEYARCHIVALERROR "Error Archiving Private Key"
  46. IDS_ARCHIVESIGNINGKEYERROR "Error Cannot Archive Signing Key"
  47. IDS_CERTCONSTRUCTIONERROR "Error Constructing or Publishing Certificate"
  48. IDS_RESUBMITTEDBY "Resubmitted by %ws"
  49. IDS_UNKNOWNSUBJECT "(Unknown Subject)"
  50. IDS_REQUESTEDBY "Requested by %ws"
  51. IDS_INTERMEDIATECASTORE "Intermediate CA Store"
  52. IDS_PUBLISHERROR "Could not publish Certificate."
  53. IDS_PUBLISHEDBY "Published by %ws"
  54. IDS_YES "Yes"
  55. IDS_NO "No"
  56. IDS_ALLOW "Allow"
  57. IDS_DENY "Deny"
  58. IDS_CAADMIN "CA Administrator"
  59. IDS_OFFICER "Certificate Manager"
  60. IDS_READ "Read"
  61. IDS_ENROLL "Enroll"
  62. IDS_INVALIDISSUANCEPOLICIES "Invalid Issuance Policies: "
  63. IDS_INVALIDAPPLICATIONPOLICIES "Invalid Application Policies: "
  64. // Leading \ characters on each usage string line are replaced with blanks.
  65. IDS_USAGE
  66. "Usage:\n\
  67. \x20 certsrv [Options]\n"
  68. IDS_USAGE_FULL
  69. "\
  70. \x20 -n Create new database if necessary\n\
  71. \x20 -s Use CRYPT_SILENT\n\
  72. \x20 -z Run stand-alone (not as an NT service)\n"
  73. IDS_USAGE_COMTEST
  74. "\
  75. \x20 -c Test Policy & Exit module server interfaces\n"
  76. END
  77. #include <common.ver>