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.

207 lines
7.6 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "windows.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE
  25. BEGIN
  26. "resource.h\0"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE
  29. BEGIN
  30. "#include ""windows.h""\r\n"
  31. "\0"
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "\r\n"
  36. "\0"
  37. END
  38. #endif // APSTUDIO_INVOKED
  39. /////////////////////////////////////////////////////////////////////////////
  40. //
  41. // Bitmap
  42. //
  43. IDB_16x16 BITMAP DISCARDABLE "res\\nodes16.bmp"
  44. IDB_32x32 BITMAP DISCARDABLE "res\\nodes32.bmp"
  45. IDB_TOOLBAR_SVRMGR1 BITMAP DISCARDABLE "res\\toolbar_.bmp"
  46. /////////////////////////////////////////////////////////////////////////////
  47. //
  48. // Dialog
  49. //
  50. IDD_CERTIFICATE_TEMPLATE_PROPERTIES_GENERAL_PAGE DIALOG DISCARDABLE 0, 0, 252, 226
  51. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  52. CAPTION "General"
  53. FONT 8, "MS Shell Dlg"
  54. BEGIN
  55. EDITTEXT IDC_CERTIFICATE_TEMPLATE_NAME,9,18,155,12,ES_AUTOHSCROLL |
  56. ES_READONLY
  57. CONTROL "List1",IDC_PURPOSE_LIST,"SysListView32",LVS_REPORT |
  58. LVS_SINGLESEL | LVS_NOCOLUMNHEADER | WS_BORDER |
  59. WS_TABSTOP,9,50,233,75
  60. CONTROL "List1",IDC_OTHER_INFO_LIST,"SysListView32",LVS_REPORT |
  61. LVS_SINGLESEL | LVS_NOCOLUMNHEADER | WS_BORDER |
  62. WS_TABSTOP,9,142,233,74
  63. LTEXT "Certificate Template",-1,9,6,72,8
  64. LTEXT "Certificate Purposes:",-1,9,39,72,8
  65. LTEXT "Other Information:",-1,9,130,72,8
  66. END
  67. IDD_SELECT_CERTIFICATE_TEMPLATE DIALOG DISCARDABLE 0, 0, 387, 183
  68. STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU
  69. CAPTION "Enable Certificate Templates"
  70. FONT 8, "MS Shell Dlg"
  71. BEGIN
  72. LTEXT "&Select one or more Certificate Templates to enable on this Certification Authority",
  73. IDC_STATIC,9,7,364,20
  74. CONTROL "List1",IDC_CERTIFICATE_TYPE_LIST,"SysListView32",
  75. LVS_REPORT | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,9,
  76. 27,365,124
  77. DEFPUSHBUTTON "OK",IDOK,273,162,50,14
  78. PUSHBUTTON "Cancel",IDCANCEL,327,162,50,14
  79. END
  80. /////////////////////////////////////////////////////////////////////////////
  81. //
  82. // Icon
  83. //
  84. // Icon with lowest ID value placed first to ensure application icon
  85. // remains consistent on all systems.
  86. IDI_APPICON ICON DISCARDABLE "res\\cert_tem.ico"
  87. /////////////////////////////////////////////////////////////////////////////
  88. //
  89. // String Table
  90. //
  91. STRINGTABLE DISCARDABLE
  92. BEGIN
  93. IDS_SNAPIN_DESC "CA Certificate Templates Extension Snapin"
  94. IDS_COLUMN_NAME "Name"
  95. IDS_COLUMN_SIZE "Size"
  96. IDS_COLUMN_TYPE "Type"
  97. IDS_COLUMN_INTENDED_PURPOSE "Intended Purpose"
  98. IDS_ERROR_WIN2000_AD_LAUNCH_NOT_SUPPORTED
  99. "This property page is only accessible from Windows 2000. Certificate templates may no longer be edited from this properties link. Please use the Certificate Templates mmc snap-in to manage permissions and properties on certificate templates."
  100. IDS_NODENAME_PREFIX "Certification Authority on "
  101. IDS_SNAPIN_NAME "CA Certificate Templates Settings"
  102. END
  103. STRINGTABLE DISCARDABLE
  104. BEGIN
  105. IDS_DLL_INSTALL_USAGE_TEXT
  106. "regsvr32 /i:{?} capesnpn.dll\n\r ? This message\n\r"
  107. IDS_DLL_INSTALL_USAGE_TITLE "Capesnpn.dll installation options"
  108. IDS_CERTTYPE_DESCRIPTION
  109. "The Certificate Template Manager allows you to create or edit Certificate Templates in the Group Policy Object selected in the parent Group Policy Editor."
  110. IDS_CAPOLICY_DESCRIPTION
  111. "The Certification Authority Certificate Template snap-in allows you to configure the certificate templates that the Certification Authority uses."
  112. END
  113. STRINGTABLE DISCARDABLE
  114. BEGIN
  115. IDS_CERTIFICATE_TYPE "Certificate Template to Issue"
  116. IDS_CERTIFICATE_TYPE_HINT
  117. "Enable additional Certificate Templates on this Certification Authority"
  118. IDS_POLICYSETTINGS "Certificate Templates"
  119. IDS_INCLUDE_EMAIL_ADDRESS "Include e-mail address"
  120. IDS_PUBLIC_KEY_USAGE_LIST "Public Key Usage List"
  121. IDS_PUBLIC_KEY_USAGE_CRITICAL "Public Key Usage Critical"
  122. IDS_DIGITAL_SIGNATURE_KEY_USAGE "Digital Signature"
  123. IDS_NON_REPUDIATION_KEY_USAGE "Non Repudiation"
  124. IDS_KEY_ENCIPHERMENT_KEY_USAGE "Key Encipherment"
  125. IDS_DATA_ENCIPHERMENT_KEY_USAGE "Data Encryption"
  126. IDS_KEY_AGREEMENT_KEY_USAGE "Key Agreement"
  127. IDS_KEY_CERT_SIGN_KEY_USAGE "Certificate Signing"
  128. IDS_OFFLINE_CRL_SIGN_KEY_USAGE "Certificate Revocation List Signing"
  129. IDS_ENCIPHER_ONLY_KEY_USAGE "Encipher Only"
  130. IDS_YES "Yes"
  131. IDS_COMPANY VER_COMPANYNAME_STR
  132. END
  133. STRINGTABLE DISCARDABLE
  134. BEGIN
  135. IDS_NO "No"
  136. IDS_DECIPHER_ONLY_KEY_USAGE "Decipher Only"
  137. IDS_NO_MAXIMUM "No Maximum"
  138. IDS_SELECT_CERTIFICATE_TEMPLATE "Select Certificate Template"
  139. IDS_ALL "<All>"
  140. IDS_NO_TEMPLATES "Could not enumerate any unused templates."
  141. IDS_MANAGETASK "Manage"
  142. IDS_MANAGETASK_HINT "Starts Certificate Templates snapin"
  143. END
  144. STRINGTABLE DISCARDABLE
  145. BEGIN
  146. IDS_TITLE_CANNOT_SAVE_TEMPLATES "Updating Templates"
  147. IDS_ERROR_CANNOT_SAVE_TEMPLATES
  148. "The template information on the CA cannot be modified at this time. This is most likely because the CA service is not running or there are replication delays. %s \n\nThe changes can be saved to Active Directory and retrieved by the CA next time it is started. Do you want to save the changes to Active Directory?"
  149. IDS_UNKNOWN "<Unknown>"
  150. END
  151. STRINGTABLE DISCARDABLE
  152. BEGIN
  153. IDS_DELETE_ERROR "Cannot remove the certificate template from the CA certificate templates. %s"
  154. IDS_CERTTYPE_INFO_FAIL "Cannot access certificate template information. %s"
  155. IDS_FAILED_CA_UPDATE "Failed to update CA certificate templates. %s"
  156. END
  157. STRINGTABLE DISCARDABLE
  158. BEGIN
  159. IDS_CCTSHELLEXT_DESC "Certificate Template Shell Extensions"
  160. IDS_ASK_CONFIRM_DELETETEMPLATES
  161. "Are you sure you want to disable the selected certificate template(s) on this Certification Authority?"
  162. IDS_TITLE_ASK_CONFIRM_DELETETEMPLATES "Disable certificate templates"
  163. IDS_ERROR_CANNOT_LOAD_TEMPLATES
  164. "Template information could not be loaded."
  165. END
  166. #endif // English (U.S.) resources
  167. /////////////////////////////////////////////////////////////////////////////
  168. #ifndef APSTUDIO_INVOKED
  169. /////////////////////////////////////////////////////////////////////////////
  170. //
  171. // Generated from the TEXTINCLUDE 3 resource.
  172. //
  173. /////////////////////////////////////////////////////////////////////////////
  174. #endif // not APSTUDIO_INVOKED