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.

1796 lines
78 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 "afxres.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 ""afxres.h""\r\n"
  31. "\0"
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "1 TYPELIB ""certmap.tlb""\r\n"
  36. "\r\n"
  37. "#include ""ntverp.h""\r\n"
  38. "#define VER_FILEDESCRIPTION_STR ""Certificate account mapping utility""\r\n"
  39. "#define VER_INTERNALNAME_STR ""Certificate Mapper""\r\n"
  40. "#define VER_ORIGINALFILENAME_STR ""Certmap.ocx""\r\n"
  41. "#define VER_FILETYPE VFT_DLL\r\n"
  42. "#include ""iisver.h""\r\n"
  43. "#include ""common.ver""\r\n"
  44. "\0"
  45. END
  46. #endif // APSTUDIO_INVOKED
  47. /////////////////////////////////////////////////////////////////////////////
  48. //
  49. // Icon
  50. //
  51. // Icon with lowest ID value placed first to ensure application icon
  52. // remains consistent on all systems.
  53. IDI_ICONINFORMATION ICON DISCARDABLE "res\\iconinfo.ico"
  54. /////////////////////////////////////////////////////////////////////////////
  55. //
  56. // Bitmap
  57. //
  58. IDB_CERTMAP BITMAP DISCARDABLE "CertCtl.bmp"
  59. IDB_CHECK BITMAP DISCARDABLE "check.bmp"
  60. IDB_CERTAUTH BITMAP DISCARDABLE "AuthCtl.bmp"
  61. /////////////////////////////////////////////////////////////////////////////
  62. //
  63. // Dialog
  64. //
  65. IDD_CERT_MISMATCH DIALOG DISCARDABLE 0, 0, 326, 157
  66. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  67. CAPTION "Certificate/Request Mismatch"
  68. FONT 8, "MS Shell Dlg"
  69. BEGIN
  70. DEFPUSHBUTTON "OK",IDOK,138,136,50,14
  71. ICON 32515,IDC_STATIC,7,7,20,20
  72. LTEXT "The information provided below should help you verify that you are attempting to install the correct certificate.",
  73. IDC_STATIC,37,19,282,18
  74. LTEXT "The original request's subject name is:",IDC_STATIC,7,
  75. 42,120,8
  76. LTEXT "The certificate's subject name is:",IDC_STATIC,169,42,
  77. 104,8
  78. CONTROL "List1",IDC_LIST_REQUEST,"SysListView32",LVS_REPORT |
  79. LVS_SORTASCENDING | WS_BORDER | WS_TABSTOP,7,54,150,73
  80. CONTROL "List1",IDC_LIST_CERTIFICATE,"SysListView32",LVS_REPORT |
  81. LVS_SORTASCENDING | WS_BORDER | WS_TABSTOP,169,54,150,73
  82. LTEXT "Cannot install the certificate because it does not match the certificate requested.",
  83. IDC_STATIC,37,7,282,10
  84. END
  85. IDD_PROPPAGE_CERTMAP DIALOG DISCARDABLE 0, 0, 250, 62
  86. STYLE WS_CHILD
  87. FONT 8, "MS Shell Dlg"
  88. BEGIN
  89. LTEXT "&Caption:",IDC_STATIC,3,5,33,11
  90. EDITTEXT IDC_CAPTIONEDIT,40,3,157,12,ES_AUTOHSCROLL
  91. LTEXT "MB Path:",IDC_STATIC,7,25,30,8
  92. EDITTEXT IDC_MB_PATH,40,22,157,14,ES_AUTOHSCROLL
  93. END
  94. IDD_11CERT_MAPPING DIALOG DISCARDABLE 0, 0, 394, 220
  95. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  96. CAPTION "1-to-1"
  97. FONT 8, "MS Shell Dlg"
  98. BEGIN
  99. CONTROL "List1",IDC_LIST,"SysListView32",LVS_REPORT |
  100. LVS_OWNERDRAWFIXED | LVS_ALIGNLEFT | WS_BORDER |
  101. WS_TABSTOP,7,35,216,156
  102. PUSHBUTTON "&Edit Map...",IDC_EDIT_11MAP,7,199,50,14
  103. PUSHBUTTON "A&dd...",IDC_ADD,73,199,50,14,WS_DISABLED
  104. PUSHBUTTON "De&lete",IDC_DELETE,139,199,50,14
  105. LTEXT "O",IDC_S_O,246,42,132,8
  106. LTEXT "OU",IDC_S_OU,246,52,132,8
  107. LTEXT "CN",IDC_S_CN,246,62,132,8
  108. LTEXT "C",IDC_S_C,246,72,132,8
  109. LTEXT "S",IDC_S_S,246,83,132,8
  110. LTEXT "L",IDC_S_L,246,94,132,8
  111. LTEXT "O",IDC_I_O,246,125,132,8
  112. LTEXT "OU",IDC_I_OU,246,136,132,8
  113. LTEXT "C",IDC_I_C,246,146,132,8
  114. GROUPBOX "Subject",IDC_ISSUED_TO,236,31,151,75
  115. GROUPBOX "Issuer",IDC_ISSUER,236,112,151,49
  116. LTEXT "Edit ""one to one"" mappings. Each individual certificate is mapped into a specific Windows account. You can choose to map multiple certificates into the same account, but a separate mapping entry must exist for each.",
  117. IDC_STATIC,7,8,380,16
  118. END
  119. IDD_WILDCARDS_1 DIALOG DISCARDABLE 0, 0, 394, 220
  120. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  121. CAPTION "Many-to-1"
  122. FONT 8, "MS Shell Dlg"
  123. BEGIN
  124. CONTROL "E&nable Wildcard Client Certificate Matching",
  125. IDC_ENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,25,29,
  126. 152,10
  127. CONTROL "List1",IDC_LIST,"SysListView32",LVS_REPORT |
  128. LVS_OWNERDRAWFIXED | WS_BORDER | WS_TABSTOP,7,46,321,141
  129. PUSHBUTTON "&Edit Rule...",IDC_EDIT,7,199,50,14,WS_DISABLED
  130. PUSHBUTTON "A&dd...",IDC_ADD,73,199,50,14,WS_DISABLED
  131. PUSHBUTTON "De&lete",IDC_DELETE,139,199,50,14,WS_DISABLED
  132. PUSHBUTTON "Move &Up",IDC_MOVE_UP,337,95,50,14
  133. PUSHBUTTON "Move Do&wn",IDC_MOVE_DOWN,337,124,50,14
  134. LTEXT "When a client certificate is presented, these matching rules will be examined in the order in which they appear below. Upon the first match, the user will be logged into the associated Windows user account.",
  135. IDC_STATIC,7,8,380,22,NOT WS_GROUP
  136. END
  137. IDD_WILDCARDS_2 DIALOG DISCARDABLE 0, 0, 324, 348
  138. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  139. CAPTION "Edit Wildcard Matching Rule"
  140. FONT 8, "MS Shell Dlg"
  141. BEGIN
  142. CONTROL "Enable this &wildcard rule",IDC_ENABLE_RULE,"Button",
  143. BS_AUTOCHECKBOX | WS_TABSTOP,7,7,92,10
  144. LTEXT "Enter a brief description of the rule, the associated match criteria, and the Windows user account mapping.",
  145. IDC_STATIC,7,22,217,22
  146. LTEXT "Descr&iption:",IDC_STATIC,7,48,38,8
  147. EDITTEXT IDC_DESCRIPTION,49,45,252,14,ES_AUTOHSCROLL
  148. GROUPBOX "Issuers",IDC_STATIC,7,63,310,42
  149. CONTROL "Match on &all certificate issuers which I trust",
  150. IDC_ALL_ISSUERS,"Button",BS_AUTORADIOBUTTON | WS_GROUP |
  151. WS_TABSTOP,43,73,152,10
  152. CONTROL "Match on &selected certificate issuers",
  153. IDC_SOME_ISSUERS,"Button",BS_AUTORADIOBUTTON,43,87,131,
  154. 10
  155. PUSHBUTTON "Se&lect...",IDC_SELECT_ISSUER,179,85,50,14
  156. GROUPBOX "Certificate Fields",IDC_STATIC,7,112,310,100
  157. LTEXT "Specify the certificate fields and match criteria:",
  158. IDC_STATIC,21,121,147,8
  159. CONTROL "List1",IDC_LIST,"SysListView32",LVS_REPORT |
  160. LVS_SINGLESEL | LVS_OWNERDRAWFIXED | WS_BORDER |
  161. WS_TABSTOP,19,133,286,56
  162. PUSHBUTTON "&Edit...",IDC_EDIT,19,194,50,14
  163. PUSHBUTTON "&New...",IDC_NEW,82,194,50,14
  164. PUSHBUTTON "&Delete",IDC_DELETE,145,194,50,14
  165. GROUPBOX "Account Mapping",IDC_STATIC,7,219,310,101
  166. LTEXT "Select the action to take when a certificate is presented by a web client which matches the preceding criteria:",
  167. IDC_STATIC,28,231,196,19
  168. CONTROL "&Refuse Access",IDC_REFUSE_LOGON,"Button",
  169. BS_AUTORADIOBUTTON | WS_GROUP,41,264,64,10
  170. CONTROL "Accept this certi&ficate for Logon Authentication",
  171. IDC_ACCEPT_LOGON,"Button",BS_AUTORADIOBUTTON,41,251,163,
  172. 10
  173. LTEXT "Account:",IDC_STATIC,55,282,30,8
  174. EDITTEXT IDC_NTACCOUNT,89,280,138,14,ES_AUTOHSCROLL
  175. PUSHBUTTON "&Browse...",IDC_BROWSE,234,280,50,14
  176. LTEXT "&Password:",IDC_STATIC,51,301,34,8
  177. EDITTEXT IDC_PASSWORD,89,299,195,14,ES_PASSWORD | ES_AUTOHSCROLL
  178. DEFPUSHBUTTON "&OK",IDOK,148,327,50,14
  179. PUSHBUTTON "&Cancel",IDCANCEL,208,327,50,14
  180. PUSHBUTTON "&Help",IDC_BTN_HELP,267,327,50,14
  181. END
  182. IDD_MAP_TO_ACCNT DIALOG DISCARDABLE 0, 0, 336, 125
  183. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  184. CAPTION "Map to Account"
  185. FONT 8, "MS Shell Dlg"
  186. BEGIN
  187. LTEXT "&Username:",IDC_STATIC,25,57,35,8
  188. EDITTEXT IDC_NTACCOUNT,64,55,188,14,ES_AUTOHSCROLL
  189. PUSHBUTTON "&Browse...",IDC_BROWSE,260,55,50,14
  190. LTEXT "&Password:",IDC_STATIC,26,77,34,8
  191. EDITTEXT IDC_PASSWORD,64,74,188,14,ES_PASSWORD | ES_AUTOHSCROLL
  192. CONTROL "&Enable these mappings",IDC_ENABLE,"Button",
  193. BS_AUTO3STATE | WS_TABSTOP,7,7,89,10
  194. DEFPUSHBUTTON "OK",IDOK,164,104,50,14
  195. PUSHBUTTON "Cancel",IDCANCEL,222,104,50,14
  196. PUSHBUTTON "&Help",IDC_BTN_HELP,278,104,50,14
  197. GROUPBOX "Account mapping",IDC_STATIC,7,20,321,75
  198. LTEXT "When any of these certificates are presented by a web client and authenticated, the user can automatically be logged in as a specific Windows user.",
  199. IDC_STATIC,24,34,286,18
  200. END
  201. IDD_MAP_ONE_TO_ACCNT DIALOG DISCARDABLE 0, 0, 336, 143
  202. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  203. CAPTION "Map to Account"
  204. FONT 8, "MS Shell Dlg"
  205. BEGIN
  206. LTEXT "Map &Name:",IDC_STATIC,21,61,38,8
  207. EDITTEXT IDC_MAPNAME,64,58,188,14,ES_AUTOHSCROLL
  208. LTEXT "&Account:",IDC_STATIC,29,79,30,8
  209. EDITTEXT IDC_NTACCOUNT,64,76,188,14,ES_AUTOHSCROLL
  210. PUSHBUTTON "&Browse...",IDC_BROWSE,260,76,50,14
  211. LTEXT "&Password:",IDC_STATIC,25,98,34,8
  212. EDITTEXT IDC_PASSWORD,64,95,188,14,ES_PASSWORD | ES_AUTOHSCROLL
  213. CONTROL "&Enable this mapping",IDC_ENABLE,"Button",
  214. BS_AUTOCHECKBOX | WS_TABSTOP,7,7,79,10
  215. DEFPUSHBUTTON "OK",IDOK,164,122,50,14
  216. PUSHBUTTON "Cancel",IDCANCEL,222,122,50,14
  217. PUSHBUTTON "&Help",IDC_BTN_HELP,279,122,50,14
  218. GROUPBOX "Account mapping",IDC_STATIC,7,21,322,94
  219. LTEXT "When this certificate is presented by a web client and authenticated, the user can automatically be logged in as a specific Windows user.",
  220. IDC_STATIC,24,35,286,18
  221. END
  222. IDD_EDIT_RULE_ELEMENT DIALOG DISCARDABLE 0, 0, 381, 154
  223. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  224. CAPTION "Edit Rule Element"
  225. FONT 8, "MS Shell Dlg"
  226. BEGIN
  227. DEFPUSHBUTTON "OK",IDOK,7,133,50,14
  228. PUSHBUTTON "Cancel",IDCANCEL,65,133,50,14
  229. PUSHBUTTON "&Help",IDC_BTN_HELP,123,133,50,14
  230. CONTROL "&Match Capitalization",IDC_CHK_CAPITALIZATION,"Button",
  231. BS_AUTOCHECKBOX | WS_TABSTOP,63,54,79,10
  232. LTEXT "Certificate &Field:",IDC_STATIC,7,70,51,8
  233. COMBOBOX IDC_FIELDS,63,67,109,96,CBS_DROPDOWNLIST | WS_VSCROLL |
  234. WS_TABSTOP
  235. LTEXT "&Sub Field:",IDC_STATIC,25,89,32,8
  236. COMBOBOX IDC_SUBFIELD,63,86,109,60,CBS_DROPDOWN | WS_VSCROLL |
  237. WS_TABSTOP
  238. LTEXT "C&riteria:",IDC_STATIC,33,110,24,8
  239. EDITTEXT IDC_CRITERIA,63,107,109,14,ES_AUTOHSCROLL
  240. LTEXT "Edit the rule element by choosing what major of the certificate is to be matched against. Then choose an appropriate subfield. Finally, enter a matching string. You can use wildcards for the match.",
  241. IDC_STATIC,7,7,367,18
  242. LTEXT "Valid subfields are short strings indicating a sub-value in a certificate field. Example: ""O"" stands for Organization.",
  243. IDC_STATIC,7,27,367,11
  244. LTEXT "New subfield strings may be defined at a later date. Please refer to current documentation for the latest codes.",
  245. IDC_STATIC,7,39,367,10
  246. LTEXT "A chart of some of the sub-fields already defined is below.",
  247. IDC_STATIC,182,66,192,10
  248. LTEXT "O",IDC_STATIC,188,78,8,8
  249. LTEXT "Organization - a company or business",IDC_STATIC,206,78,
  250. 118,8
  251. LTEXT "OU",IDC_STATIC,188,89,12,8
  252. LTEXT "Organization Unit - department",IDC_STATIC,206,89,96,8
  253. LTEXT "CN",IDC_STATIC,188,99,11,8
  254. LTEXT "Common Name - a net address - e.g. ""microsoft.com""",
  255. IDC_STATIC,206,99,168,8
  256. LTEXT "C",IDC_STATIC,188,110,8,8
  257. LTEXT "Country/Region - A short pre-defined code e.g. ""US"" or ""FR""",
  258. IDC_STATIC,206,110,167,8
  259. LTEXT "S",IDC_STATIC,188,119,8,8
  260. LTEXT "State or Province",IDC_STATIC,206,119,56,8
  261. LTEXT "L",IDC_STATIC,188,129,8,8
  262. LTEXT "Locality - city",IDC_STATIC,206,129,42,8
  263. END
  264. IDD_SELECT_ISSUERS DIALOG DISCARDABLE 0, 0, 362, 191
  265. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  266. CAPTION "Client Certificate Authorities"
  267. FONT 8, "MS Shell Dlg"
  268. BEGIN
  269. CONTROL "List1",IDC_LIST,"SysListView32",LVS_REPORT |
  270. LVS_SORTASCENDING | LVS_OWNERDRAWFIXED | LVS_ALIGNLEFT |
  271. WS_BORDER | WS_TABSTOP,7,22,348,139
  272. LTEXT "dynamically loaded string goes here... see IDS_MATCH_ON_ISSUERS",
  273. IDC_CAPTION,7,8,348,11
  274. PUSHBUTTON "&Toggle",IDC_TOGGLE,7,170,50,14
  275. DEFPUSHBUTTON "OK",IDOK,186,170,50,14
  276. PUSHBUTTON "Cancel",IDCANCEL,246,170,50,14
  277. PUSHBUTTON "&Help",IDC_BTN_HELP,305,170,50,14
  278. END
  279. IDD_PROPPAGE_CERTAUTH DIALOG DISCARDABLE 0, 0, 250, 62
  280. STYLE WS_CHILD
  281. FONT 8, "MS Shell Dlg"
  282. BEGIN
  283. LTEXT "&Caption:",IDC_STATIC,7,9,33,11
  284. EDITTEXT IDC_CAPTIONEDIT,44,7,157,12,ES_AUTOHSCROLL
  285. END
  286. IDD_WILDWIZ_1 DIALOG DISCARDABLE 0, 0, 292, 118
  287. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  288. CAPTION "General"
  289. FONT 8, "MS Shell Dlg"
  290. BEGIN
  291. LTEXT "&Description:",IDC_STATIC,7,37,38,8
  292. EDITTEXT IDC_DESCRIPTION,47,34,238,14,ES_AUTOHSCROLL
  293. CONTROL "&Enable this wildcard rule",IDC_ENABLE_RULE,"Button",
  294. BS_AUTOCHECKBOX | WS_TABSTOP,7,7,92,10
  295. LTEXT "Enter a brief description of the wildcard matching rule. This is for your reference only.",
  296. IDC_STATIC,7,22,278,10
  297. END
  298. IDD_WILDWIZ_2 DIALOG DISCARDABLE 0, 0, 292, 118
  299. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  300. CAPTION "Rules"
  301. FONT 8, "MS Shell Dlg"
  302. BEGIN
  303. LTEXT "Specify the certificate fields and match criteria:",
  304. IDC_STATIC,7,7,147,8
  305. CONTROL "List1",IDC_LIST,"SysListView32",LVS_REPORT |
  306. LVS_SINGLESEL | LVS_OWNERDRAWFIXED | WS_BORDER |
  307. WS_TABSTOP,7,20,278,72
  308. PUSHBUTTON "&Edit...",IDC_EDIT,7,97,50,14
  309. PUSHBUTTON "Ne&w...",IDC_NEW,70,97,50,14
  310. PUSHBUTTON "&Delete",IDC_DELETE,133,97,50,14
  311. END
  312. IDD_WILDWIZ_3 DIALOG DISCARDABLE 0, 0, 292, 118
  313. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  314. CAPTION "Mapping"
  315. FONT 8, "MS Shell Dlg"
  316. BEGIN
  317. LTEXT "&Account:",IDC_STATIC_ACCOUNT,19,79,30,8
  318. EDITTEXT IDC_NTACCOUNT,53,77,170,14,ES_AUTOHSCROLL
  319. PUSHBUTTON "Bro&wse...",IDC_BROWSE,233,77,50,14
  320. LTEXT "&Password:",IDC_STATIC_PASSWORD,15,98,34,8
  321. EDITTEXT IDC_PASSWORD,53,95,230,14,ES_PASSWORD | ES_AUTOHSCROLL
  322. LTEXT "Select the action to take when a certificate is presented by a web client which matches the preceding criteria:",
  323. IDC_STATIC,7,7,278,19
  324. CONTROL "&Refuse Access",IDC_REFUSE_LOGON,"Button",
  325. BS_AUTORADIOBUTTON | WS_GROUP,7,54,64,10
  326. CONTROL "A&ccept this certificate for Logon Authentication",
  327. IDC_ACCEPT_LOGON,"Button",BS_AUTORADIOBUTTON,7,41,163,10
  328. END
  329. IDD_CONFIRM_PASSWORD DIALOG DISCARDABLE 0, 0, 202, 60
  330. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  331. CAPTION "Confirm Password"
  332. FONT 8, "MS Shell Dlg"
  333. BEGIN
  334. LTEXT "&Password:",IDC_STATIC,7,27,34,8
  335. EDITTEXT IDC_CONFIRM_PASSWORD,46,24,81,14,ES_PASSWORD |
  336. ES_AUTOHSCROLL
  337. DEFPUSHBUTTON "OK",IDOK,145,7,50,14
  338. PUSHBUTTON "Cancel",IDCANCEL,145,24,50,14
  339. END
  340. IDD_WZ_CERTGET_1_WELCOME DIALOG DISCARDABLE 0, 0, 331, 193
  341. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  342. CAPTION "Server Certificate Wizard"
  343. FONT 8, "MS Shell Dlg"
  344. BEGIN
  345. LTEXT "Welcome to the Web Server Certificate Wizard.",
  346. IDC_STATIC_WZ_WELCOME,134,7,182,31
  347. LTEXT "This wizard helps you to create and administer server certificates used in secure web communications between your server and a client.",
  348. IDC_STATIC,134,40,182,27
  349. LTEXT "Click Next to continue or Cancel to exit the certificate wizard.",
  350. IDC_STATIC,132,154,184,19
  351. LTEXT "What is a server certificate?",IDC_STATIC,132,71,184,8
  352. LTEXT "Certificates are provided by trusted third parties called Certificate Authorities (CAs).",
  353. IDC_STATIC,139,125,177,16
  354. LTEXT "A server certificate is an electronic document that confirms your identity, like a driver's licence, and contains information used in creating secure connections to other computers.",
  355. IDC_STATIC,139,86,177,35
  356. END
  357. IDD_WZwo_CERTSEL_3_CHOOSE_CERT DIALOGEX 0, 0, 331, 193
  358. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  359. CAPTION "Server Certificate Wizard"
  360. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  361. BEGIN
  362. LTEXT "Select one of the following server certificates.",
  363. IDC_STATIC_WZ_SUBTITLE,28,16,274,19
  364. LTEXT "Assign a certificate to this Web Site",
  365. IDC_STATIC_WZ_TITLE,14,7,288,9,0,WS_EX_TRANSPARENT
  366. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,35,
  367. 331,1
  368. CONTROL "List1",IDC_LIST,"SysListView32",LVS_REPORT |
  369. LVS_SINGLESEL | LVS_OWNERDRAWFIXED | WS_BORDER |
  370. WS_TABSTOP,3,43,323,135
  371. LTEXT "",IDC_STATIC_DESC,28,181,293,11
  372. END
  373. IDD_PROPPAGE__FAKE__USED_BY_WixPropPage DIALOG DISCARDABLE 0, 0, 331, 193
  374. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  375. CAPTION "Server Certificate Wizard"
  376. FONT 8, "MS Shell Dlg"
  377. BEGIN
  378. END
  379. IDD_EDITDIALOG DIALOG DISCARDABLE 0, 0, 307, 159
  380. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  381. CAPTION "Enter a value and press OK to change; click CANCEL to leave alone"
  382. FONT 8, "MS Shell Dlg"
  383. BEGIN
  384. COMBOBOX IDC_COMBO1,22,97,220,90,CBS_DROPDOWN | WS_VSCROLL |
  385. WS_TABSTOP
  386. DEFPUSHBUTTON "OK - &changeIt!",IDOK,58,116,58,14
  387. PUSHBUTTON "Cancel - &dont changeIt.",IDCANCEL,145,116,91,14
  388. LTEXT "Enter the value below",IDC_STATIC_DESC,22,13,266,81
  389. END
  390. IDD_COMPLETION_PAGE DIALOGEX 0, 0, 331, 193
  391. STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION
  392. CAPTION "Server Certificate Wizard"
  393. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  394. BEGIN
  395. LTEXT "The certificate has been installed",
  396. IDC_STATIC_WZ_WELCOME,122,8,186,35,0,WS_EX_TRANSPARENT
  397. LTEXT "You have successfully completed the certificate wizard.",
  398. IDC_STATIC,122,44,181,18,0,WS_EX_TRANSPARENT
  399. END
  400. IDD_PROPPAGE_LARGE_SAMPLE DIALOG DISCARDABLE 0, 0, 235, 156
  401. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  402. CAPTION "Property Page Sample"
  403. FONT 8, "MS Shell Dlg"
  404. BEGIN
  405. LTEXT "TODO: layout property page",IDC_STATIC,73,74,90,8
  406. END
  407. IDD_IMP_KEYRING_GET_PASSWD DIALOGEX 0, 0, 331, 193
  408. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  409. CAPTION "Server Certificate Wizard"
  410. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  411. BEGIN
  412. DEFPUSHBUTTON "&Browse...",IDC_NK_CA_BROWSE,251,74,50,14
  413. LTEXT "Import Certificates",IDC_STATIC_WZ_TITLE,14,7,239,9,0,
  414. WS_EX_TRANSPARENT
  415. LTEXT "Certificates contained in Key Manager files can be imported into the Windows certificate store.",
  416. IDC_STATIC_WZ_SUBTITLE,28,16,274,17
  417. CONTROL "",-1,"Static",SS_BLACKFRAME | SS_SUNKEN,0,33,331,1
  418. LTEXT "Enter the Key Manager file name and password.",-1,28,39,
  419. 275,10
  420. LTEXT "&Key Manager file:",-1,28,60,274,8
  421. EDITTEXT IDC_NK_CA_FILE,28,74,198,14,ES_AUTOHSCROLL
  422. LTEXT "&Password:",-1,28,94,274,8
  423. EDITTEXT IDC_NEW_NKKI_PASSWORD,28,106,77,14,ES_PASSWORD |
  424. ES_AUTOHSCROLL
  425. END
  426. IDD_WZwo_CERTGET_2_WHAT_TASK DIALOGEX 0, 0, 331, 193
  427. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  428. CAPTION "Server Certificate Wizard"
  429. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  430. BEGIN
  431. CONTROL "You need a new &certificate.",IDC_RADIO1,"Button",
  432. BS_AUTORADIOBUTTON | BS_MULTILINE | WS_GROUP |
  433. WS_TABSTOP,28,44,288,22
  434. CONTROL "You want to &assign an existing certificate to this Web site.",
  435. IDC_RADIO2,"Button",BS_AUTORADIOBUTTON | BS_MULTILINE |
  436. WS_TABSTOP,28,67,288,22
  437. CONTROL "You have certificates in &Key Manager, and want to import them.",
  438. IDC_RADIO5,"Button",BS_AUTORADIOBUTTON | BS_MULTILINE |
  439. WS_TABSTOP,28,92,288,25
  440. LTEXT "How would you like to assign a certificate?",
  441. IDC_STATIC_WZ_SUBTITLE,28,16,274,17
  442. LTEXT "Assign a Server Certificate",IDC_STATIC_WZ_TITLE,14,7,
  443. 260,9,0,WS_EX_TRANSPARENT
  444. CONTROL "",-1,"Static",SS_BLACKFRAME | SS_SUNKEN,0,35,331,1
  445. END
  446. IDD_WZwo_CERTGET_3_CHOOSE_CA DIALOGEX 0, 0, 331, 196
  447. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  448. CAPTION "Server Certificate Wizard"
  449. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  450. BEGIN
  451. LTEXT "Certificate requests can be made through an online certificate authority or saved to a file.",
  452. IDC_STATIC_WZ_SUBTITLE,28,16,274,17
  453. LTEXT "Choose a Request Method",IDC_STATIC_WZ_TITLE,14,7,267,9,
  454. 0,WS_EX_TRANSPARENT
  455. LTEXT "If you choose to save your request to a file, you will be responsible for sending the file and receiving the response.",
  456. IDC_STATIC,27,40,275,18
  457. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,35,
  458. 331,1
  459. LTEXT "If you choose an online certificate authority, your request will be processed automatically.",
  460. IDC_STATIC,27,61,274,19
  461. CONTROL "Put the request in a &file that you will send to a certificate authority.",
  462. IDC_NK_CA_FILE_RADIO,"Button",BS_AUTORADIOBUTTON |
  463. WS_GROUP | WS_TABSTOP,27,84,274,10
  464. CONTROL "Automatically send the request to an &online certificate authority.",
  465. IDC_NK_CA_ONLINE_RADIO,"Button",BS_AUTORADIOBUTTON |
  466. WS_TABSTOP,27,129,274,10
  467. LTEXT "Request file name:",IDC_STATIC,39,99,264,10
  468. EDITTEXT IDC_NK_CA_FILE,39,110,202,14,ES_AUTOHSCROLL | WS_GROUP
  469. PUSHBUTTON "&Browse...",IDC_NK_CA_BROWSE,253,110,50,14
  470. COMBOBOX IDC_NK_CA_ONLINE,39,143,264,67,CBS_DROPDOWNLIST |
  471. CBS_SORT | WS_VSCROLL | WS_TABSTOP
  472. END
  473. IDD_WZwo_CERTGET_4_KEY_LENGTH DIALOGEX 0, 0, 331, 193
  474. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  475. CAPTION "Server Certificate Wizard"
  476. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  477. BEGIN
  478. LTEXT "Your new certificate must have a friendly name and bit length.",
  479. IDC_STATIC_WZ_SUBTITLE,28,16,274,16
  480. LTEXT "Assign Security Settings to the Certificate",
  481. IDC_STATIC_WZ_TITLE,14,7,239,9,0,WS_EX_TRANSPARENT
  482. LTEXT "The certificate's friendly name refers to a pair of public and private keys. The public key is stored in the certificate.",
  483. IDC_STATIC,28,42,274,19
  484. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,35,
  485. 331,1
  486. LTEXT "Select a name that will be easy for you to refer to and remember.",
  487. IDC_STATIC,28,69,274,14
  488. LTEXT "The bit length determines the certificate's encryption strength. The larger the bit length, the stronger the security. However, a larger bit length may decrease performance.",
  489. IDC_STATIC,29,86,274,26
  490. LTEXT "&Friendly name: (for example: ExplorationAirKey)",
  491. IDC_STATIC,28,127,274,8
  492. EDITTEXT IDC_NKKI_NAME,28,138,275,14,ES_AUTOHSCROLL
  493. LTEXT "&Bit length:",IDC_STATIC,28,159,275,8
  494. COMBOBOX IDC_NKKI_BITS,28,170,68,86,CBS_DROPDOWNLIST | WS_VSCROLL |
  495. WS_TABSTOP
  496. END
  497. IDD_WZwo_CERTGET_5_ORG_INFO DIALOGEX 0, 0, 331, 193
  498. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  499. CAPTION "Server Certificate Wizard"
  500. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  501. BEGIN
  502. LTEXT "Your certificate must have information about your organization which sets it apart from other organization's certificates.",
  503. IDC_STATIC_WZ_SUBTITLE,28,16,274,18
  504. LTEXT "Enter Your Organizational Information",
  505. IDC_STATIC_WZ_TITLE,14,7,231,9,0,WS_EX_TRANSPARENT
  506. CONTROL "",-1,"Static",SS_BLACKFRAME | SS_SUNKEN,0,35,331,1
  507. LTEXT "&Organization (for example: Exploration Air Inc.)",-1,
  508. 28,103,274,8
  509. EDITTEXT IDC_NEWKEY_ORG,28,114,217,14,ES_AUTOHSCROLL
  510. LTEXT "Organizational &unit (for example: Sales and Marketing)",
  511. -1,28,143,274,8
  512. EDITTEXT IDC_NEWKEY_ORGUNIT,28,154,217,14,ES_AUTOHSCROLL
  513. LTEXT "Enter your organization's name and your organizational unit. This is typically your legal company name and division or department name.",
  514. -1,28,44,274,30
  515. LTEXT "For further information, consult your selected certificate authority's Web site.",
  516. -1,27,77,275,24
  517. END
  518. IDD_WZwo_CERTGET_6_DN_INFO DIALOGEX 0, 0, 331, 193
  519. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  520. CAPTION "Server Certificate Wizard"
  521. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  522. BEGIN
  523. LTEXT "A common name is the fully-qualified domain name used by this site.",
  524. IDC_STATIC_WZ_SUBTITLE,28,16,274,18
  525. LTEXT "Enter Your Site's Common Name",IDC_STATIC_WZ_TITLE,14,7,
  526. 231,9,0,WS_EX_TRANSPARENT
  527. LTEXT "Select a common name for your site from the list below or enter a valid name. If the server is on the Internet you should use a valid DNS name. If this computer is on an intranet, you may wish to use the computer's NetBIOS name.",
  528. -1,27,44,275,24
  529. CONTROL "",-1,"Static",SS_BLACKFRAME | SS_SUNKEN,0,35,331,1
  530. LTEXT "If your domain name changes, you will need to obtain a new certificate.",
  531. -1,27,80,275,20
  532. LTEXT "&Common name (for example: www.exair.com)",-1,28,101,
  533. 275,8
  534. COMBOBOX IDC_NEWKEY_COMMONNAME,27,112,275,61,CBS_DROPDOWN |
  535. CBS_SORT | WS_VSCROLL | WS_TABSTOP
  536. END
  537. IDD_WZwo_CERTGET_7_COUNTRY_INFO DIALOGEX 0, 0, 331, 193
  538. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  539. CAPTION "Server Certificate Wizard"
  540. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  541. BEGIN
  542. LTEXT "The following geographical information is required for your certificate.",
  543. IDC_STATIC_WZ_SUBTITLE,28,16,274,8
  544. LTEXT "Enter Your Geographical Information",
  545. IDC_STATIC_WZ_TITLE,14,7,239,9,0,WS_EX_TRANSPARENT
  546. CONTROL "",-1,"Static",SS_BLACKFRAME | SS_SUNKEN,0,35,331,1
  547. LTEXT "&Country/Region: (for example: US)",-1,28,98,274,8
  548. COMBOBOX IDC_NEWKEY_COUNTRY,28,108,51,85,CBS_DROPDOWN | CBS_SORT |
  549. WS_VSCROLL | WS_TABSTOP
  550. LTEXT "&State/Province (for example: Washington)",-1,28,126,
  551. 274,8
  552. EDITTEXT IDC_NEWKEY_STATE,28,136,274,14,ES_AUTOHSCROLL
  553. LTEXT "City/&Locality (for example: Seattle)",-1,28,157,274,8
  554. EDITTEXT IDC_NEWKEY_LOCALITY,28,167,275,14,ES_AUTOHSCROLL
  555. LTEXT "The Country/Region code is a two-letter ISO standard code. The latest list of country codes is available online:",
  556. -1,28,43,274,18
  557. LTEXT "When entering your state or province and your locality, do not use any abbreviations.",
  558. -1,28,82,275,10
  559. CONTROL "ftp://ftp.ripe.net/iso3166-countrycodes",
  560. IDC_HOTLINK_CCODES,"Button",BS_OWNERDRAW | BS_FLAT,28,65,
  561. 219,11
  562. END
  563. IDD_WZwo_CERTGET_8_CONTACT_INFO DIALOGEX 0, 0, 331, 193
  564. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  565. CAPTION "Server Certificate Wizard"
  566. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  567. BEGIN
  568. LTEXT "The certificate contact should be the administrator requesting the new certificate. ",
  569. IDC_STATIC_WZ_SUBTITLE,28,16,274,18
  570. LTEXT "Enter Your Certificate's Contact Information",
  571. IDC_STATIC_WZ_TITLE,14,7,237,9,0,WS_EX_TRANSPARENT
  572. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,35,
  573. 331,1
  574. LTEXT "This information will not be placed in the certificate. It is needed to simply to allow the certificate authority to contact you in case there are any questions.",
  575. IDC_STATIC,25,44,278,33
  576. LTEXT "Full &name (for example: Kevin Smith)",IDC_STATIC,28,77,
  577. 275,8
  578. EDITTEXT IDC_NKUI_USER_NAME,28,90,135,14,ES_AUTOHSCROLL
  579. LTEXT "&E-mail address (for example: [email protected])",
  580. IDC_STATIC,28,116,274,8
  581. EDITTEXT IDC_NKUI_EMAIL_ADDRESS,28,128,223,14,ES_AUTOHSCROLL
  582. LTEXT "&Phone number (for example: 433-232-9170)",IDC_STATIC,
  583. 28,155,274,8
  584. EDITTEXT IDC_NKUI_PHONE_NUMBER,28,168,223,14,ES_AUTOHSCROLL
  585. END
  586. IDD_WZwo_CERTGET_9_FILE_INFO DIALOGEX 0, 0, 331, 193
  587. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  588. CAPTION "Server Certificate Wizard"
  589. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  590. BEGIN
  591. LTEXT "You have created a certificate request.",
  592. IDC_STATIC_WZ_WELCOME,139,7,177,33,0,WS_EX_TRANSPARENT
  593. LTEXT "When you receive your key certificate, restart the certificate wizard to finish processing your certificate.",
  594. IDC_STATIC,139,116,170,20
  595. LTEXT "Your request was saved to the file:",IDC_STATIC,139,50,
  596. 163,10
  597. LTEXT "Static",IDC_NK_INFO_FILENAME,139,62,171,8
  598. LTEXT "You must send or e-mail this file to your certificate authority. The certificate authority will then send you a response file that contains your new certificate.",
  599. IDC_STATIC_DESC_WHERE2MAIL_CERT,139,78,171,32
  600. CONTROL "http://www.microsoft.com/security/ca/ca.htm",
  601. IDC_HOTLINK_CCODES,"Button",BS_OWNERDRAW | BS_FLAT,139,
  602. 170,177,11
  603. LTEXT "Click below to see a list of certificate authorities (CAs) who offer services for Microsoft products.",
  604. IDC_STATIC,139,145,177,17
  605. END
  606. IDD_WZwo_CERTOOB_1_FINCERT_GETFILENM DIALOGEX 0, 0, 331, 193
  607. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  608. CAPTION "Server Certificate Wizard"
  609. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  610. BEGIN
  611. DEFPUSHBUTTON "B&rowse...",IDC_NK_CA_BROWSE,247,56,50,14
  612. LTEXT "Enter the location of the file containing the certificate authority's response.",
  613. IDC_STATIC_WZ_SUBTITLE,28,16,274,8
  614. LTEXT "Process a Certificate Authority Request Response",
  615. IDC_STATIC_WZ_TITLE,14,7,239,9,0,WS_EX_TRANSPARENT
  616. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,33,
  617. 331,1
  618. LTEXT "&Certificate authority response",IDC_STATIC,28,43,140,8
  619. EDITTEXT IDC_NK_CA_FILE,28,56,208,14,ES_AUTOHSCROLL
  620. END
  621. IDD_WZwo_CERTGET_10_CONGRADS_CERT_INSTALLED DIALOGEX 0, 0, 331, 193
  622. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  623. CAPTION "Server Certificate Wizard"
  624. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  625. BEGIN
  626. LTEXT "You have successfully processed your certificate.",
  627. IDC_STATIC_WZ_WELCOME,139,7,177,33,0,WS_EX_TRANSPARENT
  628. LTEXT "With your certificate installed you can now enable SSL connections for this Web site. To do this use the IIS administration page for secure communication.",
  629. IDC_STATIC,139,116,170,25
  630. LTEXT "Your server certificate is now saved, and has been assigned to this Web site.",
  631. IDC_STATIC,139,50,163,36
  632. END
  633. IDD_WZerr_CERTWIZ_GENERAL_ERROR_PAGE DIALOGEX 0, 0, 331, 193
  634. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  635. CAPTION "Server Certificate Wizard"
  636. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  637. BEGIN
  638. LTEXT "An error occurred while processing this certificate.",
  639. IDC_STATIC,139,36,163,13
  640. LTEXT "Warning!\r\nYour request failed.",IDC_STATIC_WZ_WELCOME,
  641. 139,7,177,27,0,WS_EX_TRANSPARENT
  642. LTEXT "",IDC_LABEL_ERROR_PARAGRAPH3,139,170,177,18
  643. LTEXT "",IDC_LABEL_ERROR_PARAGRAPH2,138,134,177,35
  644. LTEXT "Error result: 0x8007000d",IDC_LABEL_ERROR_NUMBER,139,
  645. 105,170,15
  646. LTEXT "Your file may be damaged, or you may not have selected the correct file. Contact your certificate authority for more information.",
  647. IDC_LABEL_ERROR_PARAGRAPH1,139,50,177,48
  648. END
  649. IDD_WZwo_CERTGET_2_WHAT_TASK2 DIALOGEX 0, 0, 331, 193
  650. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  651. CAPTION "Server Certificate Wizard"
  652. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  653. BEGIN
  654. CONTROL "You want to &finish processing the pending request.",
  655. IDC_RADIO1,"Button",BS_AUTORADIOBUTTON | BS_MULTILINE |
  656. WS_GROUP | WS_TABSTOP,28,44,288,22
  657. CONTROL "You want to &disregard this pending request. By doing this, you will forfeit your pending certificate request.",
  658. IDC_RADIO2,"Button",BS_AUTORADIOBUTTON | BS_MULTILINE |
  659. WS_TABSTOP,28,72,288,26
  660. LTEXT "You have a certificate request pending",
  661. IDC_STATIC_WZ_SUBTITLE,28,16,274,16
  662. LTEXT "Process a Certificate Request",IDC_STATIC_WZ_TITLE,14,7,
  663. 260,9,0,WS_EX_TRANSPARENT
  664. CONTROL "",-1,"Static",SS_BLACKFRAME | SS_SUNKEN,0,35,331,1
  665. END
  666. IDD_WZw_CERTMOD_2_WHAT_TASK3 DIALOGEX 0, 0, 331, 193
  667. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  668. CAPTION "Server Certificate Wizard"
  669. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  670. BEGIN
  671. LTEXT "You currently have a certificate assigned to this Web site.",
  672. IDC_STATIC_WZ_SUBTITLE,28,16,274,16
  673. LTEXT "Modify the Current Certificate",IDC_STATIC_WZ_TITLE,14,
  674. 7,260,9,0,WS_EX_TRANSPARENT
  675. CONTROL "",-1,"Static",SS_BLACKFRAME | SS_SUNKEN,0,35,331,1
  676. CONTROL "Your want to rene&w your server certificate.",
  677. IDC_RADIO1,"Button",BS_AUTORADIOBUTTON | BS_MULTILINE |
  678. WS_GROUP | WS_TABSTOP,28,44,288,21
  679. CONTROL "You want to &remove the current certificate from this Web site.",
  680. IDC_RADIO2,"Button",BS_AUTORADIOBUTTON | BS_MULTILINE |
  681. WS_TABSTOP,28,67,288,24
  682. CONTROL "You want to re&place this Web site's current certificate.",
  683. IDC_RADIO3,"Button",BS_AUTORADIOBUTTON | BS_MULTILINE |
  684. WS_TABSTOP,28,92,288,24
  685. CONTROL "You want to &view this Web site's current certificate.",
  686. IDC_RADIO4,"Button",BS_AUTORADIOBUTTON | BS_MULTILINE |
  687. WS_TABSTOP,28,120,288,24
  688. END
  689. IDD_WZw_CERTMOD_3_REMOVE_CERT DIALOGEX 0, 0, 331, 193
  690. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  691. CAPTION "Server Certificate Wizard"
  692. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  693. BEGIN
  694. LTEXT "By removing a certificate, your certificate is not deleted, but will no longer be used to provide secure communications on this Web site.",
  695. IDC_STATIC_WZ_SUBTITLE,28,16,274,17
  696. LTEXT "Remove a Certificate",IDC_STATIC_WZ_TITLE,14,7,267,9,0,
  697. WS_EX_TRANSPARENT
  698. CONTROL "",-1,"Static",SS_BLACKFRAME | SS_SUNKEN,0,35,331,1
  699. LTEXT "If you need your site to provide secure communications, you will need to reassign a certificate.",
  700. -1,27,43,275,19
  701. LTEXT "Click Finish to remove the certificate, or Cancel to exit the certificate wizard.",
  702. -1,28,68,274,19
  703. END
  704. IDD_PROGRESS_BAR DIALOG DISCARDABLE 0, 0, 246, 106
  705. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  706. CAPTION "Server Certificate Wizard"
  707. FONT 8, "MS Shell Dlg"
  708. BEGIN
  709. CONTROL "Progress1",IDC_PROGRESS1,"msctls_progress32",WS_BORDER,
  710. 26,47,195,15
  711. LTEXT "Processing",IDC_STATIC_DESC,23,18,204,20
  712. PUSHBUTTON "Ok",IDOK,60,83,48,16,NOT WS_VISIBLE
  713. PUSHBUTTON "Cancel",IDCANCEL,137,83,48,16,NOT WS_VISIBLE
  714. END
  715. IDD_WZ_PROMPT_FOR_FRIENDLY_NAME DIALOG DISCARDABLE 0, 0, 305, 151
  716. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  717. CAPTION "Server Certificate Wizard"
  718. FONT 8, "MS Shell Dlg"
  719. BEGIN
  720. DEFPUSHBUTTON "OK",IDOK,90,123,50,14
  721. LTEXT "The certificate that you chosen has no friendly name. You may enter one below.",
  722. IDC_STATIC,23,7,259,18
  723. PUSHBUTTON "Cancel",IDCANCEL,166,123,49,14
  724. LTEXT "Select a name that will be easy for you to refer to and remember.",
  725. IDC_STATIC,23,40,274,14
  726. LTEXT "&Friendly name: (for example: ExplorationAirKey)",
  727. IDC_STATIC,23,67,274,8
  728. EDITTEXT IDC_NKKI_NAME,23,78,259,14,ES_AUTOHSCROLL
  729. END
  730. /////////////////////////////////////////////////////////////////////////////
  731. //
  732. // DESIGNINFO
  733. //
  734. #ifdef APSTUDIO_INVOKED
  735. GUIDELINES DESIGNINFO DISCARDABLE
  736. BEGIN
  737. IDD_PROPPAGE_CERTMAP, DIALOG
  738. BEGIN
  739. LEFTMARGIN, 7
  740. RIGHTMARGIN, 243
  741. VERTGUIDE, 40
  742. VERTGUIDE, 197
  743. TOPMARGIN, 7
  744. BOTTOMMARGIN, 55
  745. END
  746. IDD_11CERT_MAPPING, DIALOG
  747. BEGIN
  748. LEFTMARGIN, 7
  749. RIGHTMARGIN, 387
  750. VERTGUIDE, 236
  751. VERTGUIDE, 246
  752. VERTGUIDE, 378
  753. TOPMARGIN, 8
  754. BOTTOMMARGIN, 213
  755. HORZGUIDE, 35
  756. HORZGUIDE, 191
  757. END
  758. IDD_WILDCARDS_1, DIALOG
  759. BEGIN
  760. LEFTMARGIN, 7
  761. RIGHTMARGIN, 387
  762. TOPMARGIN, 8
  763. BOTTOMMARGIN, 213
  764. HORZGUIDE, 46
  765. HORZGUIDE, 187
  766. END
  767. IDD_WILDCARDS_2, DIALOG
  768. BEGIN
  769. LEFTMARGIN, 7
  770. RIGHTMARGIN, 317
  771. VERTGUIDE, 89
  772. VERTGUIDE, 98
  773. TOPMARGIN, 7
  774. BOTTOMMARGIN, 341
  775. HORZGUIDE, 208
  776. END
  777. IDD_MAP_TO_ACCNT, DIALOG
  778. BEGIN
  779. LEFTMARGIN, 7
  780. RIGHTMARGIN, 328
  781. VERTGUIDE, 60
  782. TOPMARGIN, 7
  783. BOTTOMMARGIN, 118
  784. END
  785. IDD_MAP_ONE_TO_ACCNT, DIALOG
  786. BEGIN
  787. LEFTMARGIN, 7
  788. RIGHTMARGIN, 329
  789. VERTGUIDE, 59
  790. VERTGUIDE, 64
  791. VERTGUIDE, 252
  792. TOPMARGIN, 7
  793. BOTTOMMARGIN, 136
  794. END
  795. IDD_EDIT_RULE_ELEMENT, DIALOG
  796. BEGIN
  797. LEFTMARGIN, 7
  798. RIGHTMARGIN, 374
  799. VERTGUIDE, 58
  800. VERTGUIDE, 63
  801. VERTGUIDE, 172
  802. VERTGUIDE, 188
  803. VERTGUIDE, 206
  804. TOPMARGIN, 7
  805. BOTTOMMARGIN, 147
  806. HORZGUIDE, 74
  807. HORZGUIDE, 85
  808. HORZGUIDE, 95
  809. HORZGUIDE, 105
  810. HORZGUIDE, 115
  811. HORZGUIDE, 125
  812. END
  813. IDD_SELECT_ISSUERS, DIALOG
  814. BEGIN
  815. LEFTMARGIN, 7
  816. RIGHTMARGIN, 355
  817. TOPMARGIN, 8
  818. BOTTOMMARGIN, 184
  819. HORZGUIDE, 161
  820. END
  821. IDD_PROPPAGE_CERTAUTH, DIALOG
  822. BEGIN
  823. LEFTMARGIN, 7
  824. RIGHTMARGIN, 243
  825. VERTGUIDE, 44
  826. VERTGUIDE, 201
  827. TOPMARGIN, 7
  828. BOTTOMMARGIN, 55
  829. END
  830. IDD_WILDWIZ_1, DIALOG
  831. BEGIN
  832. LEFTMARGIN, 7
  833. RIGHTMARGIN, 285
  834. VERTGUIDE, 285
  835. TOPMARGIN, 7
  836. BOTTOMMARGIN, 111
  837. END
  838. IDD_WILDWIZ_2, DIALOG
  839. BEGIN
  840. LEFTMARGIN, 7
  841. RIGHTMARGIN, 285
  842. VERTGUIDE, 285
  843. TOPMARGIN, 7
  844. BOTTOMMARGIN, 111
  845. END
  846. IDD_WILDWIZ_3, DIALOG
  847. BEGIN
  848. LEFTMARGIN, 7
  849. RIGHTMARGIN, 285
  850. VERTGUIDE, 49
  851. VERTGUIDE, 285
  852. TOPMARGIN, 7
  853. BOTTOMMARGIN, 110
  854. END
  855. IDD_CONFIRM_PASSWORD, DIALOG
  856. BEGIN
  857. LEFTMARGIN, 7
  858. RIGHTMARGIN, 195
  859. TOPMARGIN, 7
  860. BOTTOMMARGIN, 53
  861. END
  862. IDD_WZ_CERTGET_1_WELCOME, DIALOG
  863. BEGIN
  864. RIGHTMARGIN, 316
  865. VERTGUIDE, 14
  866. VERTGUIDE, 122
  867. VERTGUIDE, 132
  868. VERTGUIDE, 139
  869. VERTGUIDE, 316
  870. TOPMARGIN, 7
  871. HORZGUIDE, 8
  872. HORZGUIDE, 40
  873. HORZGUIDE, 86
  874. END
  875. IDD_WZwo_CERTSEL_3_CHOOSE_CERT, DIALOG
  876. BEGIN
  877. VERTGUIDE, 14
  878. VERTGUIDE, 28
  879. VERTGUIDE, 39
  880. VERTGUIDE, 253
  881. VERTGUIDE, 302
  882. VERTGUIDE, 303
  883. BOTTOMMARGIN, 192
  884. HORZGUIDE, 43
  885. HORZGUIDE, 77
  886. END
  887. IDD_PROPPAGE__FAKE__USED_BY_WixPropPage, DIALOG
  888. BEGIN
  889. RIGHTMARGIN, 316
  890. VERTGUIDE, 14
  891. VERTGUIDE, 122
  892. VERTGUIDE, 316
  893. TOPMARGIN, 7
  894. HORZGUIDE, 8
  895. HORZGUIDE, 40
  896. END
  897. IDD_EDITDIALOG, DIALOG
  898. BEGIN
  899. LEFTMARGIN, 7
  900. RIGHTMARGIN, 300
  901. TOPMARGIN, 7
  902. BOTTOMMARGIN, 152
  903. HORZGUIDE, 65
  904. HORZGUIDE, 68
  905. END
  906. IDD_PROPPAGE_LARGE_SAMPLE, DIALOG
  907. BEGIN
  908. LEFTMARGIN, 7
  909. RIGHTMARGIN, 228
  910. TOPMARGIN, 7
  911. BOTTOMMARGIN, 149
  912. END
  913. IDD_IMP_KEYRING_GET_PASSWD, DIALOG
  914. BEGIN
  915. VERTGUIDE, 14
  916. VERTGUIDE, 28
  917. VERTGUIDE, 39
  918. VERTGUIDE, 120
  919. VERTGUIDE, 247
  920. VERTGUIDE, 253
  921. VERTGUIDE, 302
  922. VERTGUIDE, 303
  923. HORZGUIDE, 90
  924. HORZGUIDE, 120
  925. HORZGUIDE, 134
  926. HORZGUIDE, 162
  927. HORZGUIDE, 174
  928. END
  929. IDD_WZwo_CERTGET_2_WHAT_TASK, DIALOG
  930. BEGIN
  931. RIGHTMARGIN, 316
  932. VERTGUIDE, 14
  933. VERTGUIDE, 14
  934. VERTGUIDE, 28
  935. VERTGUIDE, 39
  936. VERTGUIDE, 253
  937. VERTGUIDE, 302
  938. VERTGUIDE, 303
  939. BOTTOMMARGIN, 192
  940. HORZGUIDE, 77
  941. END
  942. IDD_WZwo_CERTGET_3_CHOOSE_CA, DIALOG
  943. BEGIN
  944. VERTGUIDE, 14
  945. VERTGUIDE, 28
  946. VERTGUIDE, 39
  947. VERTGUIDE, 241
  948. VERTGUIDE, 253
  949. VERTGUIDE, 302
  950. VERTGUIDE, 303
  951. BOTTOMMARGIN, 195
  952. HORZGUIDE, 43
  953. HORZGUIDE, 68
  954. HORZGUIDE, 73
  955. HORZGUIDE, 101
  956. HORZGUIDE, 113
  957. HORZGUIDE, 132
  958. HORZGUIDE, 136
  959. HORZGUIDE, 157
  960. HORZGUIDE, 174
  961. END
  962. IDD_WZwo_CERTGET_4_KEY_LENGTH, DIALOG
  963. BEGIN
  964. VERTGUIDE, 14
  965. VERTGUIDE, 28
  966. VERTGUIDE, 39
  967. VERTGUIDE, 223
  968. VERTGUIDE, 253
  969. VERTGUIDE, 302
  970. VERTGUIDE, 303
  971. BOTTOMMARGIN, 192
  972. HORZGUIDE, 69
  973. HORZGUIDE, 86
  974. HORZGUIDE, 116
  975. HORZGUIDE, 135
  976. HORZGUIDE, 186
  977. END
  978. IDD_WZwo_CERTGET_5_ORG_INFO, DIALOG
  979. BEGIN
  980. VERTGUIDE, 14
  981. VERTGUIDE, 28
  982. VERTGUIDE, 39
  983. VERTGUIDE, 223
  984. VERTGUIDE, 245
  985. VERTGUIDE, 302
  986. VERTGUIDE, 303
  987. BOTTOMMARGIN, 192
  988. HORZGUIDE, 41
  989. HORZGUIDE, 77
  990. END
  991. IDD_WZwo_CERTGET_6_DN_INFO, DIALOG
  992. BEGIN
  993. VERTGUIDE, 14
  994. VERTGUIDE, 28
  995. VERTGUIDE, 39
  996. VERTGUIDE, 223
  997. VERTGUIDE, 245
  998. VERTGUIDE, 302
  999. VERTGUIDE, 303
  1000. BOTTOMMARGIN, 192
  1001. HORZGUIDE, 41
  1002. HORZGUIDE, 77
  1003. END
  1004. IDD_WZwo_CERTGET_7_COUNTRY_INFO, DIALOG
  1005. BEGIN
  1006. VERTGUIDE, 14
  1007. VERTGUIDE, 28
  1008. VERTGUIDE, 39
  1009. VERTGUIDE, 223
  1010. VERTGUIDE, 253
  1011. VERTGUIDE, 302
  1012. VERTGUIDE, 303
  1013. BOTTOMMARGIN, 192
  1014. HORZGUIDE, 43
  1015. HORZGUIDE, 63
  1016. HORZGUIDE, 77
  1017. HORZGUIDE, 107
  1018. END
  1019. IDD_WZwo_CERTGET_8_CONTACT_INFO, DIALOG
  1020. BEGIN
  1021. VERTGUIDE, 14
  1022. VERTGUIDE, 28
  1023. VERTGUIDE, 39
  1024. VERTGUIDE, 228
  1025. VERTGUIDE, 251
  1026. VERTGUIDE, 302
  1027. VERTGUIDE, 303
  1028. BOTTOMMARGIN, 192
  1029. HORZGUIDE, 43
  1030. HORZGUIDE, 77
  1031. HORZGUIDE, 116
  1032. END
  1033. IDD_WZwo_CERTGET_9_FILE_INFO, DIALOG
  1034. BEGIN
  1035. RIGHTMARGIN, 316
  1036. VERTGUIDE, 14
  1037. VERTGUIDE, 122
  1038. VERTGUIDE, 132
  1039. VERTGUIDE, 139
  1040. VERTGUIDE, 316
  1041. TOPMARGIN, 7
  1042. HORZGUIDE, 8
  1043. HORZGUIDE, 40
  1044. END
  1045. IDD_WZwo_CERTOOB_1_FINCERT_GETFILENM, DIALOG
  1046. BEGIN
  1047. VERTGUIDE, 14
  1048. VERTGUIDE, 28
  1049. VERTGUIDE, 39
  1050. VERTGUIDE, 120
  1051. VERTGUIDE, 247
  1052. VERTGUIDE, 253
  1053. VERTGUIDE, 302
  1054. VERTGUIDE, 303
  1055. HORZGUIDE, 56
  1056. HORZGUIDE, 90
  1057. HORZGUIDE, 106
  1058. HORZGUIDE, 136
  1059. HORZGUIDE, 166
  1060. END
  1061. IDD_WZwo_CERTGET_10_CONGRADS_CERT_INSTALLED, DIALOG
  1062. BEGIN
  1063. RIGHTMARGIN, 316
  1064. VERTGUIDE, 14
  1065. VERTGUIDE, 122
  1066. VERTGUIDE, 132
  1067. VERTGUIDE, 139
  1068. VERTGUIDE, 316
  1069. TOPMARGIN, 7
  1070. HORZGUIDE, 8
  1071. HORZGUIDE, 40
  1072. END
  1073. IDD_WZerr_CERTWIZ_GENERAL_ERROR_PAGE, DIALOG
  1074. BEGIN
  1075. RIGHTMARGIN, 316
  1076. VERTGUIDE, 14
  1077. VERTGUIDE, 122
  1078. VERTGUIDE, 132
  1079. VERTGUIDE, 139
  1080. VERTGUIDE, 302
  1081. VERTGUIDE, 316
  1082. TOPMARGIN, 7
  1083. HORZGUIDE, 8
  1084. HORZGUIDE, 40
  1085. HORZGUIDE, 67
  1086. HORZGUIDE, 108
  1087. HORZGUIDE, 132
  1088. HORZGUIDE, 169
  1089. END
  1090. IDD_WZwo_CERTGET_2_WHAT_TASK2, DIALOG
  1091. BEGIN
  1092. RIGHTMARGIN, 316
  1093. VERTGUIDE, 14
  1094. VERTGUIDE, 14
  1095. VERTGUIDE, 28
  1096. VERTGUIDE, 39
  1097. VERTGUIDE, 253
  1098. VERTGUIDE, 302
  1099. VERTGUIDE, 303
  1100. BOTTOMMARGIN, 192
  1101. HORZGUIDE, 77
  1102. END
  1103. IDD_WZw_CERTMOD_2_WHAT_TASK3, DIALOG
  1104. BEGIN
  1105. RIGHTMARGIN, 316
  1106. VERTGUIDE, 14
  1107. VERTGUIDE, 14
  1108. VERTGUIDE, 28
  1109. VERTGUIDE, 39
  1110. VERTGUIDE, 253
  1111. VERTGUIDE, 302
  1112. VERTGUIDE, 303
  1113. BOTTOMMARGIN, 192
  1114. HORZGUIDE, 77
  1115. END
  1116. IDD_WZw_CERTMOD_3_REMOVE_CERT, DIALOG
  1117. BEGIN
  1118. VERTGUIDE, 14
  1119. VERTGUIDE, 28
  1120. VERTGUIDE, 39
  1121. VERTGUIDE, 253
  1122. VERTGUIDE, 302
  1123. VERTGUIDE, 303
  1124. BOTTOMMARGIN, 192
  1125. HORZGUIDE, 43
  1126. HORZGUIDE, 68
  1127. HORZGUIDE, 73
  1128. HORZGUIDE, 101
  1129. HORZGUIDE, 113
  1130. HORZGUIDE, 132
  1131. HORZGUIDE, 136
  1132. HORZGUIDE, 157
  1133. HORZGUIDE, 174
  1134. END
  1135. IDD_PROGRESS_BAR, DIALOG
  1136. BEGIN
  1137. LEFTMARGIN, 7
  1138. RIGHTMARGIN, 239
  1139. TOPMARGIN, 7
  1140. BOTTOMMARGIN, 99
  1141. END
  1142. IDD_WZ_PROMPT_FOR_FRIENDLY_NAME, DIALOG
  1143. BEGIN
  1144. LEFTMARGIN, 7
  1145. RIGHTMARGIN, 298
  1146. VERTGUIDE, 23
  1147. VERTGUIDE, 282
  1148. TOPMARGIN, 7
  1149. BOTTOMMARGIN, 144
  1150. HORZGUIDE, 123
  1151. END
  1152. END
  1153. #endif // APSTUDIO_INVOKED
  1154. /////////////////////////////////////////////////////////////////////////////
  1155. //
  1156. // Cursor
  1157. //
  1158. IDC_BROWSE CURSOR DISCARDABLE "res\\browse.cur"
  1159. /////////////////////////////////////////////////////////////////////////////
  1160. //
  1161. // String Table
  1162. //
  1163. STRINGTABLE DISCARDABLE
  1164. BEGIN
  1165. IDS_CERTMAP "Microsoft Certificate Mapping Control"
  1166. IDS_CERTMAP_PPG "Certmap Property Page"
  1167. IDS_KEY_OR_CERT_FILE_FILTER
  1168. "Certificate Import Files (*.cer;*.crt;*.spc;*.key)|*.cer;*.crt;*.spc;*.key|All Files (*.*)|*.*||"
  1169. IDS_TITLE_CTL_WIZARD "IIS: Wizard to edit the CTL (Certificate Trust Lists)"
  1170. IDS_OLD_KEYRING_BACKUP_FILE_IMPORT_FILTER
  1171. "Key Manager Backup Files (*.key)|*.key|Text Files (*.txt)|*.txt|All Files (*.*)|*.*||"
  1172. END
  1173. STRINGTABLE DISCARDABLE
  1174. BEGIN
  1175. IDS_DDX_MINIMUM "Please enter at least %1 character(s)."
  1176. END
  1177. STRINGTABLE DISCARDABLE
  1178. BEGIN
  1179. IDS_CERTMAP_PPG_CAPTION "General"
  1180. IDS_MAP_SHEET_TITLE "Account Mappings"
  1181. IDS_INIT_META_ERROR "Error accessing metabase."
  1182. IDS_LIST11_NAME "Mapping Name"
  1183. IDS_LIST11_ACCOUNT "Windows Account"
  1184. IDS_CONFIRM_DELETE "Delete the selected mappings?"
  1185. IDS_ERR_ACCESS_MAPPING "Unable to access the mapping object."
  1186. IDS_NTBROWSE_TITLE "Choose Mapping Account"
  1187. IDS_INVALID_ACCOUNT "Unable to use the account.\nEither the account name or the password is invalid."
  1188. IDS_CERTIFICATE_FILTER "Certificate Files (*.txt)|*.txt|All Files (*.*)|*.*||"
  1189. IDS_ERR_INVALID_CERTIFICATE "The certificate file is not valid."
  1190. IDS_DEFAULT_11MAP "New Mapping"
  1191. END
  1192. STRINGTABLE DISCARDABLE
  1193. BEGIN
  1194. IDS_ENABLED "X"
  1195. IDS_ELLIPSIS "..."
  1196. IDS_WILD_DESCRIPTION "Rule Description"
  1197. IDS_WILD_ACCOUNT "Mapped Windows Account"
  1198. IDS_DEFAULT_RULE "New Rule"
  1199. IDS_CERT_FIELD "Certificate Field"
  1200. IDS_MATCH_CRITERIA "Match Criteria"
  1201. IDS_SUB_FIELD "Sub Field"
  1202. IDS_WILDSTRING "Default*"
  1203. IDS_INVALID_SUBFIELD "The subfield is an invalid entry"
  1204. IDS_ISSUE_AUTH "Issuing Authority"
  1205. IDS_ERR_NO_ISSUERS "Unable to obtain the list of accepted issuers."
  1206. IDS_ERR_CANTADD "Unable to add an object to the metabase"
  1207. IDS_MATCH_ON_ISSUERS "Match on the following Certificate Issuers:"
  1208. IDS_CERTAUTH "Microsoft Certificate Authority Control"
  1209. IDS_CERTAUTH_PPG "Certificate Authority Property Page"
  1210. END
  1211. STRINGTABLE DISCARDABLE
  1212. BEGIN
  1213. IDS_CERTAUTH_PPG_CAPTION "General"
  1214. IDS_TRUSTED_AUTHORITIES "Enable the following trusted certificate authorities"
  1215. IDS_WILDWIZ_TITLE "Edit Wildcard Mapping Rule"
  1216. IDS_PASS_CONFIRM_FAIL "You did not correctly retype the password."
  1217. IDS_HELPLOC_PWSHELP "%windir%\\help\\iisHelp\\iis\\winhelp\\w3scfg.hlp"
  1218. IDS_ERR_CERTMAP_TITLE "Certificate Mapping"
  1219. IDS_SHOWN_PASSWORD "**********"
  1220. IDS_WANTACCOUNT "Please enter a Windows account to map to."
  1221. IDS_DENYACCESS "*Refuse Access*"
  1222. END
  1223. STRINGTABLE DISCARDABLE
  1224. BEGIN
  1225. IDS_NEW_CREATE_NEW "Create a new key request file\nCreate key request file"
  1226. IDS_ADDONS_LOCATION "Software\\Microsoft\\CertMap\\Parameters\\AddOnServices"
  1227. IDS_NO_SERVICE_MODS "Unable to load any service modules"
  1228. IDS_SERVER_INFO_STRING "Microsoft Key Manager for IIS Version 4.0"
  1229. IDS_CA_LOCATION "Software\\Microsoft\\CertMap\\Parameters\\Certificate Authorities"
  1230. IDS_LOAD_CA_ERR "Unable to load the Certificate Authority DLL"
  1231. IDS_DEFAULT_REQUEST_FILE "C:\\NewKeyRq.txt"
  1232. IDS_GEN_KEYPAIR_ERR "Unable to generate a new key request."
  1233. IDS_GRIND_GENERATING "Generating a request for a new key\n\nPlease wait..."
  1234. IDS_GRIND_SUBMITTING "Submitting your certificate request to the online certificate authority.\nPlease wait..."
  1235. IDS_GRIND_SUCCESS "The new key has been successfully created."
  1236. IDS_GRIND_DELAYED "The request for the new key has been submitted. The key will be completed at a later time at the request of the certificate authority service."
  1237. IDS_GRIND_FILE "The request has been generated and placed in the file \n"
  1238. END
  1239. STRINGTABLE DISCARDABLE
  1240. BEGIN
  1241. IDS_ERR_CONNECT "Unable to administer remote computer."
  1242. IDS_MACHINE_LOCAL "Local Computer"
  1243. IDS_SERVER_NONE "No web servers are on this computer"
  1244. IDS_CREATE_KEY_NEW_NAME "New Key"
  1245. IDS_CREATE_KEY_YOUR_COMPANY "Your Company"
  1246. IDS_CREATE_KEY_YOUR_UNIT "Your Unit"
  1247. IDS_CREATE_KEY_YOUR_ADDRESS "Your Net Address"
  1248. IDS_KEY_DELETE_WARNING "Warning! After committing the changes, this key will be permanently deleted.\nDo you want to continue?"
  1249. IDS_SERVER_COMMIT "Commit all changes now?"
  1250. END
  1251. STRINGTABLE DISCARDABLE
  1252. BEGIN
  1253. ID_KEY_CREATE_REQUEST "Create a new key request file\nCreate key request file"
  1254. ID_KEY_INSTALL_NEW "Install new key from a verified key certificate\nInstall key from certificate"
  1255. ID_KEY_DELETE "Delete installed key\nDelete key"
  1256. ID_SERVER_CONNECT "Connect to a remote computer on the network\nConnect remote computer"
  1257. ID_KEY_ACTIVATE "Attach the key to the current computer\nAttach key to computer"
  1258. ID_KEY_DEACTIVATE "Detach the key from the computer"
  1259. ID_KEY_INSTALL_CERTIFICATE
  1260. "Complete key by installing official certificate\nInstall official certificate"
  1261. END
  1262. STRINGTABLE DISCARDABLE
  1263. BEGIN
  1264. IDS_ERR_GENERATEPAIR "Unable to generate the key pair and certificate request.\nTry freeing up some more memory."
  1265. IDS_ERR_WRITEREQUEST "Unable to write request file."
  1266. IDS_ERR_WRITEKEYS "Unable to write out all the keys to the target computer."
  1267. IDS_KEY_STATUS_COMPLETE "The key is complete and usable."
  1268. IDS_KEY_STATUS_INCOMPLETE
  1269. "This is a new key that still requires a certificate. Use the certificate request file to obtain one. Then use ""Install Key Certificate"" to install it."
  1270. IDS_KEY_UNKNOWN "Unknown"
  1271. IDS_CREATE_KEY_PASSREQUIRED "You must enter a password"
  1272. IDS_INCORRECT_PASSWORD "The password is incorrect"
  1273. IDS_CERT_FILE_EXISTS "\nThis file already exists.\nReplace existing file?"
  1274. IDS_REG_SERVER_STORAGE "Software\\Microsoft\\Keyring\\Machines"
  1275. IDS_COMMIT_ERROR "Unable to commit changes to "
  1276. IDS_MACHINE_DEFAULT "Default Key"
  1277. IDS_MACHINE_SELECTED "Select a key in the tree view to view its properties."
  1278. IDS_NEW_KEY_INFO_1 "Send the certificate request file """
  1279. IDS_NEW_KEY_INFO_2 """ to your certification authority to obtain your valid key certificate. Your key will exist but will not be usable until your valid key certificate is received and installed using Key Manager"
  1280. END
  1281. STRINGTABLE DISCARDABLE
  1282. BEGIN
  1283. IDS_CA_FACTORY_ERR "Unable to contact the certificate authority."
  1284. IDS_CA_DENIED "The certificate request was denied by the online certificate authority. Contact your system administrator for more information."
  1285. IDS_CA_ERROR "An error occurred on the online certificate authority. Contact your system administrator for more information."
  1286. IDS_HELPLOC_KEYRINGHELP "%WINDIR%\\help\\iis\\winhelp\\keyring.hlp"
  1287. IDS_TOTALLY_ILLEGAL_CHARS ","
  1288. IDS_CERTERR_INVALID_CERTIFICATE
  1289. "The certificate is invalid. Please verify that you have chosen the correct file.\n\nError = "
  1290. IDS_CERTERR_SCHANNEL_ERR "\n\nSChannel error = "
  1291. IDS_CERTERROR_PACKAGELOAD_ERROR
  1292. "An error occurred while installing your certificate. Please contact your system administrator."
  1293. IDS_CERTERROR_BADPASSWORD
  1294. "Invalid password. Please check the password, and try again."
  1295. IDS_CERTERR_LOMEM "Insufficient memory. Please free some resources and try again."
  1296. IDS_CERTERR_SCHNL_GENERIC
  1297. "An error occurred while processing your certificate. Please contact your system administrator."
  1298. EDS_CERTERR_SCHNL_BAD_INIT
  1299. "An error occurred while processing your certificate. Please contact your system administrator."
  1300. IDS_OPEN_PRIVATE_KEY "Open Key File"
  1301. IDS_OPEN_PUBLIC_KEY "Open Certificate File"
  1302. END
  1303. STRINGTABLE DISCARDABLE
  1304. BEGIN
  1305. IDS_GRIND_ONLINE_FAILURE
  1306. "The online certificate authority was unable to process your request at this time.\n\n"
  1307. IDS_GRIND_RESUBMITTING "Contacting the online certificate authority to see if your certificate is ready.\nPlease wait..."
  1308. IDS_ILLEGAL_DN_CHARS "!@#$%^&*[]{}|/\\~<>?"
  1309. IDS_BADCHARMSG "Many certificate authorities can not process certificate requests that use any of the following characters:\n\t[! @ # $ % ^ & * ( ) ~ ? > < / \\ .]\n\nAre you sure you want to continue?"
  1310. IDS_GENERATE_KEY_TITLE "Generate New Key"
  1311. IDS_IO_ERROR "Disk I/O error. Unable to create the request file"
  1312. IDS_BAD_FILE_NAME "Invalid file name"
  1313. IDS_FILE_EXISTS "%1 already exists.\nDo you want to replace it?"
  1314. IDS_CHOOSE_COMPUTER "Connect to Computer"
  1315. IDS_TITLE_CREATE_WIZ "Create New Key"
  1316. IDS_TITLE_RENEW "Renew Key"
  1317. IDS_INVALID_CA_REQUEST_OLD "The online request for this key is invalid."
  1318. IDS_CA_NO_INTERFACE "Unable to load the online certificate authority."
  1319. IDS_CA_INVALID "Invalid certificate authority reference."
  1320. END
  1321. STRINGTABLE DISCARDABLE
  1322. BEGIN
  1323. IDS_TRUE "TRUE"
  1324. IDS_FALSE "FALSE"
  1325. IDS_NOT_AVAILABLE "[not available]"
  1326. IDS_NONE "[none]"
  1327. IDS_CR_DISP_INCOMPLETE "An error occurred while completing the certificate request. "
  1328. IDS_CR_DISP_ERROR "An error occurred while completing the certificate request."
  1329. IDS_CR_DISP_DENIED "The certificate request was denied."
  1330. IDS_CR_DISP_ISSUED "The certificate was issued successfully."
  1331. IDS_CR_DISP_ISSUED_OUT_OF_BAND "The certificate request is pending."
  1332. IDS_CR_DISP_UNDER_SUBMISSION "The certificate request is pending."
  1333. IDS_DUPLICATE_CERT "Error Duplicate Certificate"
  1334. IDS_DESC_CERTMGROBJ "Certificate Manager Object"
  1335. IDS_DESC_CERTIFICATE_STORE "Certificate Store Object"
  1336. END
  1337. STRINGTABLE DISCARDABLE
  1338. BEGIN
  1339. IDS_DESC_CONTAINER "Certificate Manager Container"
  1340. IDS_DESC_USAGE "Certificate Usage"
  1341. IDS_DESC_CTL "Certificate Trust List"
  1342. IDS_DESC_CERTIFICATE "Cryptographic Certificate"
  1343. IDS_ERR_INVALID_FILENAME "An invalid filename was entered"
  1344. IDS_ERR_INVALID_FILENAME_0_LEN
  1345. "An invalid filename (zero length) was entered"
  1346. END
  1347. STRINGTABLE DISCARDABLE
  1348. BEGIN
  1349. IDS_CLSID_REGPATH_XENROLL_NONLOCALIZED "CEnroll.CEnroll.1\\CLSID"
  1350. IDS_MICROSOFT_CERTIFICATE_SERVER_LOCALIZED_DESC_NAME
  1351. "Microsoft Certificate Server"
  1352. IDS_CertGetConfig_REGPATH_NONLOCALIZED "CertGetConfig"
  1353. IDS_CertRequest_REGPATH_NONLOCALIZED "CertRequest"
  1354. IDS_XEnroll_REGPATH_NONLOCALIZED "XEnroll"
  1355. IDS_ERR_UNABLE_TO_GET_REQUIRED_CLSID
  1356. "An internal error occurred. Please contact your system administrator."
  1357. IDS_ERR_UNABLE_TO_BUILD_CLASS_FROM_READ_IN_CLSID
  1358. "An internal error occurred in: "
  1359. IDS_ERR_HAPPENED_DISPLAY_HRESULT " "
  1360. IDS_ERR_DISPLAY__HRESULT__S_OK
  1361. "This is (S_OK) a SUCCESSFUL return result value"
  1362. IDS_ERR_DISPLAY__HRESULT__S_FALSE
  1363. "This is (S_FALSE) a SUCCESSFUL return result value that indicates FALSE"
  1364. IDS_ERR_DISPLAY__HRESULT__E_FAIL
  1365. "An internal error occurred. Please contact your system administrator."
  1366. IDS_ERR_DISPLAY__HRESULT__NOERROR "The CLSID was obtained successfully"
  1367. IDS_ERR_DISPLAY__HRESULT__CO_E_CLASSSTRING
  1368. "An internal error occurred. Please contact your system administrator."
  1369. IDS_ERR_DISPLAY__HRESULT__REGDB_E_WRITEREGDB
  1370. "An internal error occurred. Please contact your system administrator."
  1371. IDS_ERR_DISPLAY__HRESULT__MAYBE_WIN32_ERR "Win32 Error: %#x (%d)\n%s"
  1372. END
  1373. STRINGTABLE DISCARDABLE
  1374. BEGIN
  1375. IDS_ERR_DISPLAY__HRESULT__CRYPT_E_INVALID_X500_STRING
  1376. "The certificate request contains invalid characters. Please edit the request, and resubmit it. If you continue to have difficulties, contact your Certificate Authority."
  1377. IDS_ERR_DISPLAY__HRESULT__REGDB_E_IIDNOTREG
  1378. "An internal error occurred. Please contact your system administrator."
  1379. IDS_ERR_DISPLAY__HRESULT__REGDB_E_CLASSNOTREG
  1380. "An internal error occurred. Please contact your system administrator."
  1381. IDS_ERR_DISPLAY__HRESULT__CLSID_INIT_ERROR
  1382. "An internal error occurred. Please contact your system administrator."
  1383. IDS_ERR_DISPLAY__HRESULT__CANT_CREATE_XENROLL "Internal error on "
  1384. IDS_ERR_DISPLAY__HRESULT__CANT_CREATE_ICERTREQUEST "Internal error on "
  1385. IDS_ERR_DISPLAY__HRESULT__CANT_CREATE_ICERTGETCONFIG "Internal error on "
  1386. END
  1387. STRINGTABLE DISCARDABLE
  1388. BEGIN
  1389. IDS_ERR_DISPLAY__HRESULT__ICERTGETCONFIG_CALL_FAILED
  1390. "An error occurred while generating the certificate request. Please contact your system administrator."
  1391. IDS_ERR_DISPLAY__HRESULT__EXPORTABLE_KEYS_CALL_FAILED
  1392. "An error occurred while generating the certificate request. Please contact your system administrator."
  1393. IDS_ERR_DISPLAY__HRESULT__CREATEPKCS10_CALL_FAILED
  1394. "An error occurred while generating the certificate request. Please contact your system administrator."
  1395. IDS_ERR_DISPLAY__HRESULT__ACCEPTFILEPKCS7_CALL_FAILED
  1396. "An error occurred while generating the certificate request. Please contact your certificate authority."
  1397. IDS_ERR_DISPLAY__HRESULT__ACCEPTPKCS7_CALL_FAILED
  1398. "An error occurred while processing the certificate request. Please contact your system administrator."
  1399. IDS_ERR_DISPLAY__HRESULT__PKCS10_ZERO_SIZED
  1400. "An error occurred while generating the certificate request. Please contact your system administrator."
  1401. IDS_ERR_DISPLAY__HRESULT__ICERTREQUEST_SUBMIT_FAILED
  1402. "Your request could not be submitted to the online certificate agency.\r\nPlease contact your certificate authority for assistance."
  1403. IDS_ERR_DISPLAY__HRESULT__ICERTREQUESTGETCERTIFICATE_FAILED
  1404. "ICertRequest::GetCertificate failed"
  1405. IDS_ERR_DISPLAY__HRESULT__CERTAUTH_PLEASE_CALL
  1406. "Please contact your certificate authority for assistance."
  1407. IDS_ERR_DISPLAY__HRESULT__CERTAUTH_NOT_STARTED
  1408. "The certificate authority service has not been started. Please contact your certificate authority or your system administrator for assistance."
  1409. IDS_ERR_DISPLAY__HRESULT__CERTAUTH_KEY_NOT_FOUND
  1410. "Your certificate authority key is invalid.\r\nPlease contact your certificate authority for assistance."
  1411. IDS_ERR_DISPLAY__HRESULT__CERTAUTH_WAS_GIVEN_INVALID_DATA
  1412. "Your request is incorrectly formatted.\r\n\r\nIf you continue having difficulties, please contact your certificate authority for assistance."
  1413. IDS_ERR_DISPLAY__HRESULT__CERTAUTH_REQ_TOO_BIG
  1414. "Your request exceeds 255 characters.\r\nPlease edit your certificate request, and resubmit.\r\n\r\nIf you continue having difficulties, please contact your certificate authority for assistance."
  1415. END
  1416. STRINGTABLE DISCARDABLE
  1417. BEGIN
  1418. IDS_ERR_DISPLAY__HRESULT__CERTAUTH_INVALID_REQUEST
  1419. "Please verify that you are submitting a valid request. If you continue having difficulties, please contact your certificate authority for assistance."
  1420. IDS_ERR_DISPLAY__HRESULT__MYSTOREFLAGS_ACCESS_FAILED
  1421. "ICertRequest::MyStoreFlags access failed"
  1422. IDS_ERR_DISPLAY__HRESULT__ACCEPTPKCS7_ROOTSTORE_NM_SET
  1423. "Xenroll::put_RootStoreName call failed"
  1424. END
  1425. STRINGTABLE DISCARDABLE
  1426. BEGIN
  1427. IDS_INCOMPLETE_BECAUSE_OF_LOW_MEMORY_AVAILABILITY
  1428. "Insufficient memory. Free some resources and try again."
  1429. IDS_FILE_PICK_KEYRING_BCKUP "Open Key Manager file"
  1430. IDS_FILE_PICK_CERTFILE2WRITE "Save certificate request file as"
  1431. IDS_MD_CERT_ENROLL_NONE "MD_CERT_ENROLL_NONE"
  1432. IDS_MD_CERT_ENROLL_ENTERING_DATA_ERROR
  1433. "MD_CERT_ENROLL_ENTERING_DATA_ERROR"
  1434. IDS_MD_CERT_ERROR_DURING_ENROLL_BEFORE_SENDING_TO_CA
  1435. "MD_CERT_ERROR_DURING_ENROLL_BEFORE_SENDING_TO_CA"
  1436. END
  1437. STRINGTABLE DISCARDABLE
  1438. BEGIN
  1439. IDS_YOUR_IMPORT_OF_THE_KEYRING_BACKUP_FILE_FAILED
  1440. "Your import of the Key Manager backup file failed."
  1441. IDS_WOULD_YOU_LIKE_TO_VIEW_THE_CERTIFICATE
  1442. "Would you like to view the certificate?"
  1443. IDS_YOU_ALREADY_HAVE_A_CERTIFICATE
  1444. "Creating a new certificate will overwrite the certificate currently assigned to this Web site. Are you sure you want to continue?"
  1445. IDS_YOU_DO_NOT_CURRENTLY_HAVE_A_CERTIFICATE_TO_RENEW
  1446. "There are no certificates to renew."
  1447. IDS_INTERNAL_ERROR_COULD_NOT_RETRIEVE_CERTIFICATE
  1448. "An internal error occurred. Please contact your system administrator."
  1449. IDS_INTERNAL_ERROR_COULD_NOT_STORE_CERTIFICATE
  1450. "An internal error occurred. Please contact your system administrator."
  1451. IDS_CONSTRUCTING_A_NEW_CTL_FOR_YOUR_VIRTUAL_WEB_SERVER
  1452. "Constructing a new CTL for your Web site"
  1453. IDS_USER_INPUT_CONTAINS_CHARACTERS_THAT_ARE_NOT_ALLOWED
  1454. "The text entered contains characters that are not allowed; The first such character is "
  1455. IDS_TITLE_CREATE_CTL_WIZ "Administer CTLs (Certificate Trust Lists)"
  1456. IDS_REVERSE_DNS_NAME_BASED_ON_YOUR_VSERVER_DIFFERS_FROM_REG
  1457. "Please select a common name:"
  1458. IDS_CAN_NOT_OPEN_SYSTEM_CERTIFICATE_STORES
  1459. "An internal error occurred. Please contact your system administrator."
  1460. IDS_CAN_NOT_CLOSE_SYSTEM_CERTIFICATE_STORES
  1461. "An internal error occurred. Please contact your system administrator."
  1462. IDS_INTERNAL_ERROR_PLEASE_CONTACT_CUSTOMER_HELP
  1463. "An internal error occurred. Please contact your system administrator."
  1464. IDS_COULD_NOT_ACCESS_THE_METABASE
  1465. "An internal error occurred. Please contact your system administrator."
  1466. IDS_ERR_CERTWIZ_TITLE "Server Certificate Wizard"
  1467. IDS_ERR_DISPLAY__OOB_INVALID_FILE_WAS_GIVEN
  1468. "An error occurred. Please verify that you are submitting the correct file. If you have further difficulties, contact your certificate authority."
  1469. END
  1470. STRINGTABLE DISCARDABLE
  1471. BEGIN
  1472. IDS_MD_CERT_ENROLL_ERR_PROCESSING_PKCS7_OUTOFBAND_B4_XENROLL
  1473. "MD_CERT_ENROLL_ERR_PROCESSING_PKCS7_OUTOFBAND_B4_XENROLL"
  1474. IDS_MD_CERT_ENROLL_RECVED_ERR_FROM_CA "MD_CERT_ENROLL_RECVED_ERR_FROM_CA"
  1475. IDS_MD_CERT_ENROLL_RECVED_ERR_FROM_ENROLL
  1476. "MD_CERT_ENROLL_RECVED_ERR_FROM_ENROLL"
  1477. IDS_MD_CERT_ENROLL_BAD_PKCS7_RECVED_OUTOFBAND
  1478. "MD_CERT_ENROLL_BAD_PKCS7_RECVED_OUTOFBAND"
  1479. IDS_MD_CERT_ENROLL_RENEWAL_REQ_ERROR "MD_CERT_ENROLL_RENEWAL_REQ_ERROR"
  1480. IDS_MD_CERT_ENROLL_ENTERING_DATA "MD_CERT_ENROLL_ENTERING_DATA"
  1481. IDS_MD_CERT_ENROLL_PROCESSING_PKCS7_OUTOFBAND
  1482. "MD_CERT_ENROLL_PROCESSING_PKCS7_OUTOFBAND"
  1483. IDS_MD_CERT_ENROLL_SENT_TO_CA "MD_CERT_ENROLL_SENT_TO_CA"
  1484. IDS_MD_CERT_ENROLL_RECVED_OK_FROM_CA_WAITING4ENROLL
  1485. "MD_CERT_ENROLL_RECVED_OK_FROM_CA_WAITING4ENROLL"
  1486. IDS_MD_CERT_ENROLL_ENROLL_SUCCESS "MD_CERT_ENROLL_ENROLL_SUCCESS"
  1487. IDS_MD_CERT_ENROLL_RENEWAL_REQ_STARTED
  1488. "MD_CERT_ENROLL_RENEWAL_REQ_STARTED"
  1489. IDS_MD_CERT_ENROLL_IMPORT_OF_KEYRING_BACKUP_FAILED
  1490. "MD_CERT_ENROLL_IMPORT_OF_KEYRING_BACKUP_FAILED"
  1491. IDS_YOU_ALREADY_HAVE_AN_OOB_CERTIFICATE_REQ
  1492. "You currently have a certificate request pending. Are you sure you want to continue?"
  1493. IDS_YOU_DONT_HAVE_ANY_OUTSTANDING_OFFLINE_CERTIFICATE_REQUESTS
  1494. "There are no pending certificate requests."
  1495. IDS_YOU_CURRENTLY_HAVE_A_CERTIFICATE_INSTALLED_ON_THIS_VIRUTAL_SERVER
  1496. "You currently have a certificate installed on this Web site."
  1497. IDS_WOULD_YOU_LIKE_TO_VIEW_THE_CERTIFICATE_THAT_YOU_JUST_IMPORTED
  1498. "Would you like to view the certificate that you just imported?"
  1499. END
  1500. STRINGTABLE DISCARDABLE
  1501. BEGIN
  1502. IDS_CHOOSE_PREEXISTING_CERT4THIS_SERVER "Select a server certificate."
  1503. IDS_ARE_YOU_SURE_YOU_WANT_TO_CANCEL "Are you sure you want to cancel?"
  1504. IDS_KEYRING_BACKUP_FILE_IMPORT "Key Manager Backup File Import"
  1505. IDS_SETTING_CONTAINER_NAME_FAILED_IN_XENROLL
  1506. "Setting the key container name failed."
  1507. IDS_YOU_DO_NOT_CURRENTLY_HAVE_A_CERTIFICATE_NEED_ONE4CTL
  1508. "A certificate must be assigned to this Web site before you can install a CTL."
  1509. IDS_YOU_ALREADY_HAVE_A_CTL
  1510. "Creating a new CTL will overwrite the CTL currently assigned to this Web site. Are you sure you want to continue?"
  1511. IDS_YOU_DO_NOT_CURRENTLY_HAVE_A_CERTIFICATE_TO_DELETE
  1512. "There are no certificates to delete."
  1513. IDS_ERR_DISPLAY__HRESULT__ACCEPTFILEPKCS7WORKED_BUT_FETCHING_CERT_FAILED
  1514. "Please verify that you have the correct certificate file and try again. If you have further difficulties, contact your certificate authority."
  1515. IDS_OVERWRITEFILE "This file already exists. Overwrite this file?"
  1516. IDS_WE_COULD_NOT_CREATE_FILE_WS "An error occurred creating %ws."
  1517. IDS_ERR_DISPLAY__HRESULT__PUT_RENEWALCERTIFICATE_CALL_FAILED
  1518. "An internal error occurred. Please contact your system administrator."
  1519. IDS_NO_SERVER_INSTANCE_SET
  1520. "An internal error occurred. Please contact your system administrator."
  1521. END
  1522. STRINGTABLE DISCARDABLE
  1523. BEGIN
  1524. IDS_DONE "Done"
  1525. IDS_DONT_HAVE_A_PENDING_CERT_REQUEST
  1526. "There are no pending certificate requests."
  1527. IDS_ERROR_RESULT_PHRASE "Error: 0x"
  1528. IDS_UNKNOWN_ERROR "An unknown error occurred. Please contact your system administrator."
  1529. IDS_CAUGHT_AN_UNKNOWN_EXCEPTION
  1530. "An internal error occurred. Please contact your system administrator."
  1531. IDS_CERTIFICATE_WIZARD_CHOOSE_A_CERTIFICATE
  1532. "Server Certificate Wizard: Assign a Certificate"
  1533. IDS_YES "Yes"
  1534. END
  1535. STRINGTABLE DISCARDABLE
  1536. BEGIN
  1537. IDS_OK "Ok"
  1538. IDS_CERT_HAS_BEEN_REMOVED "The certificate has been removed"
  1539. IDS_COULDNT_MAP_CERT_TO_VALID_CERT_STORE_NAME
  1540. "The certificate could not be mapped to a valid certificate store name"
  1541. IDS_SETTING_CONTAINER_NAME_FAILED "Setting the Key Container name failed"
  1542. IDS_ERR_DISPLAY__HRESULT__USE_MD5_CALL_FAILED
  1543. "An internal error occurred. Please contact your system administrator."
  1544. IDS_ERROR_GETTING_KEY_CONTAINER_NAME_FOR_THE_CERT
  1545. "Could not get the Key Container name for the certificate"
  1546. IDS_ERROR_STORING_EITHER_THE_KEY_CONTAINER_OR_STORE_NAME_FOR_CERT
  1547. "Error storing either the Key Container or Store name for certificate."
  1548. IDS_COMMON_NAME "Common name"
  1549. IDS_FRIENDLY_NAME "Friendly name"
  1550. IDS_EXPIRATION "Expiration"
  1551. IDS_PURPOSE "Purpose"
  1552. IDS_ISSUED_BY "Issued by"
  1553. IDS_STORE_NAME "Store name"
  1554. IDS_EXPIRED "EXPIRED"
  1555. IDS_NOT_YET_VALID "Not Yet Valid"
  1556. END
  1557. STRINGTABLE DISCARDABLE
  1558. BEGIN
  1559. IDS_YOU_MUST_SELECT_A_CERT_THEN_PRESS_FINISH
  1560. "Please select a certificate."
  1561. IDS_ANY_PURPOSE "Any Purpose"
  1562. IDS_SERVERCERT__PLUS__CTL_SIGNING "ServerCert + CTL-Signing"
  1563. IDS_CLOCK_SKEW_PART1 "The certificate is not yet valid. Your server's clock may be set differently than the clock on your certificate authority's server."
  1564. IDS_CLOCK_SKEW_PART2 "Your certificate has expired."
  1565. IDS_GETHOSTNAME_FAILED_RETURNING_SOCKET "%s"
  1566. IDS_WSAEFAULT "The network subsystem has failed. Please contact your system administrator."
  1567. IDS_WSAEFAULT_NAMED_PARAM_NOT_VALID
  1568. "The hostname is invalid. Please contact your system administrator."
  1569. IDS_WSANOTINITIALISED "An internal error occurred. Please contact your system administrator."
  1570. IDS_WSAEINPROGRESS "An internal error occurred. Please contact your system administrator."
  1571. IDS_WE_COULD_NOT_OPEN_FILE_FOR_READING
  1572. "An error occurred opening %s.\n\nError: %d"
  1573. IDS_ERROR_WHILE_READING_FILE__S__ERROR_CODE__D
  1574. "An error occurred reading %s.\n\nError: %d"
  1575. IDS_INSUFFICIENT_MEMORY_WHILE_READING_FILE_S
  1576. "An error occurred reading %s. Free some resources and try again."
  1577. IDS_ERR_DISPLAY__HRESULT__USE_PROV_RSA_SCHANNEL_CALL_FAILED
  1578. "An internal error occurred. Please contact your system administrator.\n\nXenroll provider failure"
  1579. END
  1580. STRINGTABLE DISCARDABLE
  1581. BEGIN
  1582. IDS_LOCALHOST "localhost"
  1583. IDS_HRESULT_ERROR_CODE "; Error: 0x"
  1584. IDS_ERR_DISPLAY__HRESULT__CREATEPKCS10_CALL_FAILED__NTE_EXISTS
  1585. "An error occurred while creating the certificate request. Are you re-creating a pending request? Please try again."
  1586. IDS_NO_SPECIFIC_ERROR_STRING_WAS_FOUND_IN_THE_INTERNATIONALIZED_STRING_TABLE
  1587. "\r\nAn unknown error occurred. Please contact your system administrator."
  1588. IDS_WE_CURRENTLY_DONT_SUPPORT_REMOTE_CERTSERVER_ONLINE_INTERFACES
  1589. "The certificate server must be running on the local machine."
  1590. IDS_WE_CURRENTLY_DONT_SUPPORT_REMOTE_ADMIN_OF_SERVERS
  1591. "Certificates may only be administered on the local machine."
  1592. IDS_GET_COMPUTER_NAME_FAILED "An internal error occurred.\n\nError: "
  1593. IDS_ERROR_LOADING_RESOURCE_STRING_HAVING_ID
  1594. "Error loading resource string #: "
  1595. IDS_UNKNOWN_ERROR_CODE "Unknown error code "
  1596. IDS_ENCRYPTION_NOT_ALLOWED_BASED_ON_THE_MACHINE_CONFIG_DATA
  1597. "Encryption is not allowed based on the machine configuration data."
  1598. IDS__NTE_BAD_FLAGS__ERROR
  1599. "The bit length is too large. Please try again with a smaller size. If you continue experiencing difficulties, contact your certificate authority.\n\nError: %#lx (%lu) :\r\n"
  1600. IDS__NTE_BAD_ALGID__ERROR
  1601. "An error occurred when processing the certificate file. Please contact your certificate authority. \n\nError: %#lx (%lu) :\r\n"
  1602. IDS__RPC_E_DISCONNECTED "Your session has timed out. Please restart the wizard."
  1603. IDS__RPC_E_RETRY "Too many connections. Please try again later."
  1604. IDS_FILE_PICK_CERTFILE2READ "Select the certificate response file"
  1605. END
  1606. STRINGTABLE DISCARDABLE
  1607. BEGIN
  1608. IDS_ENTER_COMPUTER_NAME_HERE "Your computer name"
  1609. IDS_AN_ERROR_WAS_ENCOUNTERED_IN_CALL_xxx_PRODUCING_AN_ERROR_CODE_OF
  1610. "An internal error occurred. Please contact your system administrator.\n\nError: %s;%#x"
  1611. IDS_LIMIT_THE_LENGTH_OF_THIS_FIELD
  1612. "Some certificate authorities (CAs) limit the length of this field to 72 characters.\nYou have exceeded this limit.\n\nAre you sure you want to continue?"
  1613. IDS_CERTSERVER_IS_PROBABLY_NOT_INSTALLED
  1614. "The certificate server is unavailable. Try again or choose another certificate server."
  1615. IDS_PROBLEM_WHEN_RUNNING_X_Y_OPERATION
  1616. "Problem when running %s %s operation"
  1617. IDS_REGISTER "register"
  1618. IDS_UNREGISTER "unregister"
  1619. IDS_PROBLEM_WRITING_TO_FILE_WS_ERROR_D
  1620. "An error occurred writing %ws.\n\nError: %d"
  1621. IDS_GETTEMPPATH_FOR_S_PRODUCED_ERROR_D
  1622. "An error occurred writing %s.\n\nError: %d"
  1623. IDS_GETTEMPFILENAME_FOR_S_GAVE_ERROR_D
  1624. "An error occurred writing %s.\n\nError: %d"
  1625. IDS_CREATEFILE_FOR_S_GAVE_ERROR_D
  1626. "An error occurred creating %s.\n\nError: %d"
  1627. IDS_TEMP_FILE_S_NOT_EMPTY_AFTER_WE_CREATED_IT
  1628. "Temporary file %s was not empty after we created it."
  1629. IDS_WRITING_FILE_S_PRODUCED_ERROR_D
  1630. "An error occurred writing %s.\n\nError: %d"
  1631. IDS_CLOSE_FILEHANDLE_FOR_S_GAVE_ERROR_D
  1632. "Close file handle for %s gave error:%d"
  1633. IDS_CERT_ATTEMPTING_TO_RENEW_VIA_OOB_DOES_NOT_MATCH_CURRENT
  1634. "The selected certificate is not the certificate currently bound to this Web site. Are you sure you want to continue?"
  1635. IDS_PLEASE_CONFIRM__RENEW_CERT_NOT_CURRENTLY_ASSIGNED
  1636. "Are you sure you want to renew a certificate that is not currently assigned to this Web site."
  1637. END
  1638. STRINGTABLE DISCARDABLE
  1639. BEGIN
  1640. IDS_CANCELLING_THE_RENEW_OPERATION "Cancelling the renew operation."
  1641. IDS_WE_COULDNT_FIND_SAVED_OFFLINE_INFO_ABOUT_THIS_CERT_USING_PKCS7
  1642. "The offline information about this certificate could not be found. The default format will be used."
  1643. IDS_COUNTRY_CODES_ARE_2_LETTERS_LONG "Country/Region codes are 2 letters long."
  1644. IDS_RENEWAL_INFORMATION_FOR_CERT_NOT_AVAILABLE
  1645. "The renewal information for this certificate is not available. This certificate may not be renewed."
  1646. IDS_INTERNAL_ERROR_PLEASE_CONTACT_YOUR_SYSTEM_ADMIN
  1647. "An internal error occurred. Please contact your system administrator."
  1648. IDS_INTERNAL_ERROR_PLEASE_CONTACT_YOUR_SYSTEM_ADMIN_ERROR__D
  1649. "An internal error occurred. Please contact your system administrator. Error: %#x"
  1650. IDS_EMPTY_STRING " "
  1651. END
  1652. #endif // English (U.S.) resources
  1653. /////////////////////////////////////////////////////////////////////////////
  1654. #ifndef APSTUDIO_INVOKED
  1655. /////////////////////////////////////////////////////////////////////////////
  1656. //
  1657. // Generated from the TEXTINCLUDE 3 resource.
  1658. //
  1659. 1 TYPELIB "certmap.tlb"
  1660. #include "ntverp.h"
  1661. #define VER_FILEDESCRIPTION_STR "Certificate account mapping utility"
  1662. #define VER_INTERNALNAME_STR "Certificate Mapper"
  1663. #define VER_ORIGINALFILENAME_STR "Certmap.ocx"
  1664. #define VER_FILETYPE VFT_DLL
  1665. #include "iisver.h"
  1666. #include "common.ver"
  1667. /////////////////////////////////////////////////////////////////////////////
  1668. #endif // not APSTUDIO_INVOKED