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.

160 lines
5.3 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1999
  6. //
  7. // File: cryptext.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. #include "windows.h"
  19. /////////////////////////////////////////////////////////////////////////////
  20. #undef APSTUDIO_READONLY_SYMBOLS
  21. /////////////////////////////////////////////////////////////////////////////
  22. // English (U.S.) resources
  23. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  24. #ifdef _WIN32
  25. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  26. #pragma code_page(1252)
  27. #endif //_WIN32
  28. #ifdef APSTUDIO_INVOKED
  29. /////////////////////////////////////////////////////////////////////////////
  30. //
  31. // TEXTINCLUDE
  32. //
  33. 1 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "resource.h\0"
  36. END
  37. 2 TEXTINCLUDE DISCARDABLE
  38. BEGIN
  39. "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  40. "#include ""windows.h""\r\n"
  41. "\0"
  42. END
  43. 3 TEXTINCLUDE DISCARDABLE
  44. BEGIN
  45. "1 TYPELIB ""cryptext.tlb""\r\n"
  46. "\0"
  47. END
  48. #endif // APSTUDIO_INVOKED
  49. /////////////////////////////////////////////////////////////////////////////
  50. //
  51. // REGISTRY
  52. //
  53. IDR_CRYPTPKO REGISTRY DISCARDABLE "CryptPKO.rgs"
  54. IDR_CRYPTSIG REGISTRY DISCARDABLE "CryptSig.rgs"
  55. /////////////////////////////////////////////////////////////////////////////
  56. //
  57. // String Table
  58. //
  59. STRINGTABLE DISCARDABLE
  60. BEGIN
  61. IDS_PROJNAME "Cryptext"
  62. IDS_MENU_OPEN "&Open"
  63. IDS_HELP_OPEN "Open"
  64. IDS_MENU_INSTALL_CERT "&Install Certificate"
  65. IDS_HELP_INSTALL_CERT "Install Certificate"
  66. IDS_MENU_INSTALL_CRL "&Install CRL"
  67. IDS_HELP_INSTALL_CRL "Install CRL"
  68. IDS_MENU_INSTALL_STL "&Install CTL"
  69. IDS_HELP_INSTALL_STL "Install CTL"
  70. IDS_MENU_VIEWSIG "&View Signature"
  71. IDS_HELP_VIEWSIG "View Signature"
  72. IDS_MSG_TITLE "Invalid Public Key Security Object File"
  73. IDS_MSG_INVALID_FILE "This file is invalid for use as the following: %s."
  74. IDS_MSG_VALID_SIGN_FILE "This file is valid for use as the following: %s."
  75. IDS_MSG_VALID_FILE "This file is valid for use as the following: %s."
  76. IDS_MSG_VALID_TITLE "Public Key Security Object File"
  77. IDS_CER_NAME "Security Certificate"
  78. IDS_CAT_NAME "Security Catalog"
  79. IDS_STL_NAME "Certificate Trust List"
  80. IDS_CRL_NAME "Certificate Revocation List"
  81. IDS_SPC_NAME "PKCS #7 Certificates"
  82. IDS_SST_NAME "Microsoft Serialized Certificate Store"
  83. IDS_P7S_NAME "PKCS #7 Signature"
  84. IDS_P7B_NAME "Security Certificate"
  85. IDS_P7M_NAME "PKCS #7 MIME Message"
  86. IDS_P7R_NAME "Certificate Request Response"
  87. IDS_PKCS7_NAME "PKCS #7"
  88. IDS_PKCS7_UNSIGNED_NAME "PKCS #7 Enveloped Data"
  89. IDS_SIGN_NAME "digitally signed"
  90. IDS_P10_NAME "Certificate Request"
  91. IDS_PKO_NAME "Public Key Security Object"
  92. IDS_INSTALL_CERT "&Install Certificate"
  93. IDS_INSTALL_CRL "&Install CRL"
  94. IDS_INSTALL_STL "&Install CTL"
  95. IDS_PKO_EXT "Crypto PKO Extension"
  96. IDS_SIGN_EXT "Crypto Sign Extension"
  97. IDS_MMC_PARAM "%1!s! /certmgr:FileName=%2!s!"
  98. IDS_NO_XENROLL "Failed to load a required component: xEnroll.dll"
  99. IDS_INVALID_P7R_FILE "The file contains invalid information"
  100. IDS_FAIL_TO_INSTALL "Failed to install the certificate"
  101. IDS_INSTALL_CERT_SUCCEEDED "Install certificate succeeded"
  102. IDS_MENU_INSTALL_PFX "&Install PFX"
  103. IDS_HELP_INSTALL_PFX "Install PFX"
  104. IDS_PFX_NAME "Personal Information Exchange"
  105. IDS_SERIALIZED_STORE "Microsoft Serialized Certificate Store"
  106. IDS_SERIALIZED_CERT "Microsoft Serialized Certificate"
  107. IDS_SERIALIZED_STL "Microsoft Serialized Certificate Trust List"
  108. IDS_SERIALIZED_CRL "Microsoft Serialized Certificate Revocation List"
  109. IDS_OLD_P7C_NAME "PKCS #7 Certificates"
  110. IDS_OLD_CTL_NAME "Certificate Trust List"
  111. IDS_OLD_STR_NAME "Certificate Store"
  112. IDS_ACCESS_DENIED "Access is denied."
  113. END
  114. #endif // English (U.S.) resources
  115. /////////////////////////////////////////////////////////////////////////////
  116. #ifndef APSTUDIO_INVOKED
  117. /////////////////////////////////////////////////////////////////////////////
  118. //
  119. // Generated from the TEXTINCLUDE 3 resource.
  120. //
  121. 1 TYPELIB "cryptext.tlb"
  122. /////////////////////////////////////////////////////////////////////////////
  123. #endif // not APSTUDIO_INVOKED
  124. #include <ntverp.h>
  125. #include "cryptver.h"
  126. #define VER_FILETYPE VFT_APP
  127. #define VER_FILESUBTYPE VFT2_UNKNOWN
  128. #define VER_FILEDESCRIPTION_STR "Crypto Shell Extensions"
  129. #define VER_INTERNALNAME_STR "CryptExt.dll"
  130. #define VER_ORIGINALFILENAME_STR VER_INTERNALNAME_STR
  131. #include <common.ver>