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.

353 lines
12 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1995 - 1999
  6. //
  7. // File: resource.h
  8. //
  9. // Contents: the resource header for CertMgr.cpp.
  10. //
  11. //
  12. // History: 21-July-97 xiaohs created
  13. //
  14. //--------------------------------------------------------------------------
  15. //defintion for string IDS
  16. #define IDI_APP 201
  17. #define IDS_SYNTAX 6001
  18. #define IDS_SUCCEEDED 6002
  19. #define IDS_FAILED 6003
  20. #define IDS_OPTIONS 6004
  21. #define IDS_OPTION_ADD 6005
  22. #define IDS_OPTION_ADD_DESC 6006
  23. #define IDS_OPTION_DEL 6007
  24. #define IDS_OPTION_DEL_DESC 6008
  25. #define IDS_OPTION_S 6009
  26. #define IDS_OPTION_S_DESC 6010
  27. #define IDS_OPTION_R 6011
  28. #define IDS_OPTION_R_DESC 6012
  29. #define IDS_OPTION_MORE_VALUE 6013
  30. #define IDS_R_CU 6014
  31. #define IDS_R_LM 6015
  32. #define IDS_OPTION_C 6016
  33. #define IDS_OPTION_C_DESC 6017
  34. #define IDS_OPTION_CRL 6018
  35. #define IDS_OPTION_CRL_DESC 6019
  36. #define IDS_OPTION_CTL 6020
  37. #define IDS_OPTION_CTL_DESC 6021
  38. #define IDS_OPTION_V 6022
  39. #define IDS_OPTION_V_DESC 6023
  40. #define IDS_OPTION_ALL 6024
  41. #define IDS_OPTION_ALL_DESC 6025
  42. #define IDS_OPTION_N 6026
  43. #define IDS_OPTION_N_DESC 6027
  44. #define IDS_OPTION_SHA1 6028
  45. #define IDS_OPTION_SHA1_DESC 6029
  46. #define IDS_OPTION_7 6030
  47. #define IDS_OPTION_7_DESC 6031
  48. #define IDS_OPTION_E 6032
  49. #define IDS_OPTION_E_DESC 6033
  50. #define IDS_OPTION_Y 6034
  51. #define IDS_OPTION_Y_DESC 6035
  52. #define IDS_OPTION_F 6036
  53. #define IDS_OPTION_F_DESC 6037
  54. #define IDS_OPTION_EKU 6038
  55. #define IDS_OPTION_EKU_DESC 6039
  56. #define IDS_OPTION_TEST 6040
  57. #define IDS_OPTION_PUT 6041
  58. #define IDS_OPTION_PUT_DESC 6042
  59. #define IDS_OPTION_PUT_DESC1 6043
  60. #define IDS_OPTION_PUT_DESC2 6044
  61. #define IDS_SWITCH1 6050
  62. #define IDS_SWITCH2 6051
  63. #define IDS_ERR_TOO_MANY_PARAM 6052
  64. #define IDS_ERR_N_SHA1 6053
  65. #define IDS_ERR_ALL_N_SHA1 6054
  66. #define IDS_ERR_SOURCE_STORE 6055
  67. #define IDS_ERR_STORE_PROVIDER 6056
  68. #define IDS_ERR_NO_REG 6057
  69. #define IDS_ERR_SHA1_HASH 6058
  70. #define IDS_ERR_DISPLAY_TOO_MANY 6059
  71. #define IDS_ERR_CTL_7 6060
  72. #define IDS_ERR_C_CTL_CTL_ALL 6061
  73. #define IDS_ERR_DES_STORE 6062
  74. #define IDS_ERR_SOURCE_SYSTEM_7 6063
  75. #define IDS_ERR_OPEN_SOURCE_STORE 6064
  76. #define IDS_ERR_TMP_STORE 6065
  77. #define IDS_ERR_ADD_CERT_ALL 6066
  78. #define IDS_ERR_DELETE_CERT_ALL 6067
  79. #define IDS_ERR_NO_CERT_HASH 6068
  80. #define IDS_ERR_ADD_CERT 6069
  81. #define IDS_ERR_DELETE_CERT 6070
  82. #define IDS_ERR_CERT_FIND 6071
  83. #define IDS_ERR_ADD_NO_CERT 6072
  84. #define IDS_ERR_DELETE_NO_CERT 6073
  85. #define IDS_ERR_ADD_CRL_ALL 6074
  86. #define IDS_ERR_DELETE_CRL_ALL 6075
  87. #define IDS_ERR_NO_CRL_HASH 6076
  88. #define IDS_ERR_ADD_CRL 6077
  89. #define IDS_ERR_DELETE_CRL 6078
  90. #define IDS_ERR_CRL_FIND 6079
  91. #define IDS_ERR_ADD_CTL_ALL 6080
  92. #define IDS_ERR_DELETE_CTL_ALL 6081
  93. #define IDS_ERR_NO_CTL_HASH 6082
  94. #define IDS_ERR_ADD_CTL 6083
  95. #define IDS_ERR_DELETE_CTL 6084
  96. #define IDS_ERR_CTL_FIND 6085
  97. #define IDS_ERR_COPY_FROM_SRC 6086
  98. #define IDS_ERR_SAVE_DES_STORE 6087
  99. #define IDS_ERR_OPEN_DES_STORE 6088
  100. #define IDS_CERT_INDEX 6089
  101. #define IDS_ERR_DISPLAY 6090
  102. #define IDS_CRL_INDEX 6092
  103. #define IDS_CTL_INDEX 6093
  104. #define IDS_NO_CERT 6094
  105. #define IDS_NO_CTL 6095
  106. #define IDS_NO_CRL 6096
  107. #define IDS_ERR_SINGLE_ACTION 6097
  108. #define IDS_ERR_GET_SINGER_COUNT 6098
  109. #define IDS_ERR_GET_SIGNER_CERT 6099
  110. #define IDS_NULL 7000
  111. #define IDS_SHA1 7001
  112. #define IDS_MD5 7002
  113. #define IDS_UNKNOWN 7003
  114. #define IDS_SUBJECT 7004
  115. #define IDS_ISSUER 7005
  116. #define IDS_SERIAL_NUMBER 7006
  117. #define IDS_KEY 7007
  118. #define IDS_KEY_PROVIDER 7008
  119. #define IDS_PROV_NAME 7009
  120. #define IDS_FLAGS 7010
  121. #define IDS_CONTAINER 7011
  122. #define IDS_PARAMS 7012
  123. #define IDS_KEY_SPEC 7013
  124. #define IDS_NOT_BEFORE 7014
  125. #define IDS_NOT_AFTER 7015
  126. #define IDS_VERSION 7016
  127. #define IDS_SIG_ALGO 7017
  128. #define IDS_SIG_ALGO_PARAM 7018
  129. #define IDS_SUB_KEY_ALGO 7019
  130. #define IDS_SUB_KEY_ALGO_PARAM 7020
  131. #define IDS_DSS_LENGTH 7021
  132. #define IDS_DSS_P 7022
  133. #define IDS_DSS_Q 7023
  134. #define IDS_DSS_G 7024
  135. #define IDS_SUB_KEY_INFO 7025
  136. #define IDS_BIT_LENGTH 7026
  137. #define IDS_UNUSED_BITS 7027
  138. #define IDS_RSA_CSP 7028
  139. #define IDS_DSS_Y 7029
  140. #define IDS_NO_PUB_KEY 7030
  141. #define IDS_ISSUER_ID 7031
  142. #define IDS_SUBJECT_ID 7032
  143. #define IDS_SUBJECT_USAGE 7033
  144. #define IDS_NO_USAGE_IDS 7034
  145. #define IDS_LIST_DIS 7035
  146. #define IDS_SEQUENCE 7036
  147. #define IDS_THIS_UPDATE 7037
  148. #define IDS_NEXT_UPDATE 7038
  149. #define IDS_TIME_INVALID 7039
  150. #define IDS_SUB_ALGO 7040
  151. #define IDS_SUB_ALGO_PARAM 7041
  152. #define IDS_NO_ENTRIES 7042
  153. #define IDS_ENTRIES 7043
  154. #define IDS_SUB_ID 7044
  155. #define IDS_ATTR 7045
  156. #define IDS_SERIAL_NUM_I 7046
  157. #define IDS_REVOC_DATE 7047
  158. #define IDS_NO_EXTENSION 7048
  159. #define IDS_EXTENSION 7049
  160. #define IDS_DIS_NO_SIGNER 7050
  161. #define IDS_SIGNER_INDEX 7051
  162. #define IDS_DIS_SIGNER_AUTH_ATTR 7052
  163. #define IDS_DIS_SIGNER_UNAUTH_ATTR 7053
  164. #define IDS_NO_BYTE 7054
  165. #define IDS_NEXT_UPDATE_LOCATION 7055
  166. #define IDS_NO_VALUE_BYTES 7056
  167. #define IDS_I_ID_NO_VALUE 7057
  168. #define IDS_OTHER_NAME 7058
  169. #define IDS_X400 7059
  170. #define IDS_DIRECTORY_NAME 7060
  171. #define IDS_EDI_PARTY 7061
  172. #define IDS_RFC 7062
  173. #define IDS_DNS 7063
  174. #define IDS_ALT_NAME_URL 7064
  175. #define IDS_IP 7065
  176. #define IDS_REG_ID 7066
  177. #define IDS_UNKNOWN_ALT_NAME 7067
  178. #define IDS_Thumbprint 7068
  179. #define IDS_FILE_TIME 7069
  180. #define IDS_MILLI_SECOND 7070
  181. #define IDS_AUX_PROP_ID 7071
  182. #define IDS_ENHANCED_KEY_USAGE 7072
  183. #define IDS_NO_PROP_BYTES 7073
  184. #define IDS_NO_USAGE_ID 7074
  185. #define IDS_CONTENT_SIG_ALGO 7075
  186. #define IDS_CONTENT_SIG_ALGO_PARAM 7076
  187. #define IDS_CONTEXT_SIG 7077
  188. #define IDS_DSS_R 7078
  189. #define IDS_DSS_S 7079
  190. #define IDS_DSS_INFO 7080
  191. #define IDS_CONTENT_SIG_NONE 7081
  192. #define IDS_VALUE_TYPE 7082
  193. #define IDS_STR 7083
  194. #define IDS_WSTR 7084
  195. #define IDS_TRUE 7085
  196. #define IDS_FALSE 7086
  197. #define IDS_EXTENSION_INDEX 7087
  198. #define IDS_NAME_CRITICAL 7088
  199. #define IDS_STRING 7089
  200. #define IDS_SUB_KEY_ID 7090
  201. #define IDS_SUB_ALT 7091
  202. #define IDS_ISS_ALT 7092
  203. #define IDS_SUB_ALT2 7093
  204. #define IDS_NEXT_UPDATE_LOC 7094
  205. #define IDS_CERT_POLICIES 7095
  206. #define IDS_NSCP_CERT 7096
  207. #define IDS_NSCP_BASE 7097
  208. #define IDS_NSCP_REV 7098
  209. #define IDS_NSCP_CA_REV 7099
  210. #define IDS_NSCP_RENEW 7100
  211. #define IDS_NSCP_CA_URL 7101
  212. #define IDS_NSCP_SSL 7102
  213. #define IDS_NSCP_COM 7103
  214. #define IDS_SMIME 7104
  215. #define IDS_NONE 7105
  216. #define IDS_PARAM 7106
  217. #define IDS_ENH_KEY_USAGE 7107
  218. #define IDS_COMMON_NAME 7108
  219. #define IDS_VALUE_STRING 7109
  220. #define IDS_FIN_CRI 7110
  221. #define IDS_FIN_AVAI 7111
  222. #define IDS_MEET_CRI 7112
  223. #define IDS_NO_MEET_CRI 7113
  224. #define IDS_MIN_CRI 7114
  225. #define IDS_MEET_MIN 7115
  226. #define IDS_NO_MEET_MIN 7116
  227. #define IDS_SPC_URL 7117
  228. #define IDS_SERIAL_DATA 7118
  229. #define IDS_SPC_FILE 7119
  230. #define IDS_UNKNOWN_SPC 7120
  231. #define IDS_SPC_AGENCY 7121
  232. #define IDS_POL_INFO 7122
  233. #define IDS_POL_DIS 7123
  234. #define IDS_IMG_LINK 7124
  235. #define IDS_BITMAP 7125
  236. #define IDS_META_FILE 7126
  237. #define IDS_ENH_META 7127
  238. #define IDS_GIF_FILE 7128
  239. #define IDS_LOGO_LINK 7129
  240. #define IDS_QUALI 7130
  241. #define IDS_ENCODED_DATA 7131
  242. #define IDS_KEY_USAGE 7132
  243. #define IDS_BASIC_CON2 7133
  244. #define IDS_PATH_LEN 7134
  245. #define IDS_BASIC_CON 7135
  246. #define IDS_SUB_TYPE 7136
  247. #define IDS_SUB_CA 7137
  248. #define IDS_SUB_EE 7138
  249. #define IDS_SUB_CON 7139
  250. #define IDS_DIG_SIG 7140
  251. #define IDS_NON_REP 7141
  252. #define IDS_KEY_ENCI 7142
  253. #define IDS_DATA_ENCI 7143
  254. #define IDS_KEY_AGRE 7144
  255. #define IDS_CERT_SIGN 7145
  256. #define IDS_OFFLINE_CRL 7146
  257. #define IDS_KEY_RESTRIC 7147
  258. #define IDS_CERT_POLICY 7148
  259. #define IDS_RESTRIC_KEY 7149
  260. #define IDS_CRL_REASON 7150
  261. #define IDS_CRL_UNSPECIFIED 7151
  262. #define IDS_KEY_COMP 7152
  263. #define IDS_CA_COMP 7153
  264. #define IDS_AFFI_CHANGED 7154
  265. #define IDS_SUPERSEDED 7155
  266. #define IDS_CESS_OPER 7156
  267. #define IDS_CERT_HOLD 7157
  268. #define IDS_REMOVE_CRL 7158
  269. #define IDS_KEY_ATTR 7159
  270. #define IDS_KEY_ID 7160
  271. #define IDS_INTEND_KEY_USAGE 7161
  272. #define IDS_NO_CRL_DIS 7162
  273. #define IDS_CRL_IDS_I 7163
  274. #define IDS_CRL_DIS_FULL_NAME 7164
  275. #define IDS_CRL_RDN 7165
  276. #define IDS_CRL_UNKNOWN 7166
  277. #define IDS_REASON_FLAG 7167
  278. #define IDS_REASON_UNUSED 7168
  279. #define IDS_CRL_ISSUER 7169
  280. #define IDS_AUTH_KEY_ID 7170
  281. #define IDS_AUTH_CERT_ISSUER 7172
  282. #define IDS_AUTH_CERT_ISSUER_SERIAL_NUMBER 7173
  283. #define IDS_AUTH_KEY_ID2 7174
  284. #define IDS_VALUE_STRING_S 7175
  285. #define IDS_ELN 7176
  286. #define IDS_ISS_ALT2 7177
  287. #define IDS_ERR_INVALID_INDEX 7178
  288. #define IDS_SEPERATOR 7179
  289. #define IDS_NOT_AVAILABLE 7180
  290. #define IDS_NONE_NOELN 7181
  291. #define IDS_TS_VERSION 7182
  292. #define IDS_TS_ISSUER 7183
  293. #define IDS_TS_SERIAL_NUMBER 7184
  294. #define IDS_TS_AUTHATTR 7185
  295. #define IDS_TS_UNAUTHATTR 7186
  296. #define IDS_TIMESTMAP 7187
  297. #define IDS_SIGNING_TIME 7188
  298. #define IDS_HASH_ALGO 7189
  299. #define IDS_HASH_ALGO_PARAM 7190
  300. #define IDS_ENCRYPT_ALGO 7191
  301. #define IDS_ENCRYPT_ALGO_PARAM 7192
  302. #define IDS_SIGNER_INDEX_CERT 7193
  303. #define IDS_SPC_SP_NAME 7197
  304. #define IDS_SPC_FIN_NAME 7198
  305. #define IDS_SPC_MIN_NAME 7199
  306. #define IDS_NTSP_CERT_NAME 7200
  307. #define IDS_NTSP_BASE_NAME 7201
  308. #define IDS_NTSP_REV_NAME 7202
  309. #define IDS_NTSP_CA_REV_NAME 7203
  310. #define IDS_NTSP_RENEW_NAME 7204
  311. #define IDS_NTSP_POL_NAME 7205
  312. #define IDS_NTSP_SSL_SERVER_NAME 7206
  313. #define IDS_NTSP_COMMENT 7207
  314. #define IDS_ERR_INIT_OID_SET 7208
  315. #define IDS_ERR_INSTALL_OID 7209
  316. #define IDS_ERR_REG_OID 7210
  317. #define IDS_ERR_DELETE_SIGNED_FILE 7211
  318. #define IDS_ERR_SET_EKU 7212
  319. #define IDS_ERR_DISPLAY_EKU 7213
  320. #define IDS_SYNTAX1 7214
  321. #define IDS_OPTION_DEL_DESC1 7215
  322. #define IDS_ERR_PROVIDER_SYSTEM 7216
  323. #define IDS_OPTION_E_DESC1 7217
  324. #define IDS_ENTER_ADD_INDEX_CERT 7218
  325. #define IDS_ENTER_ADD_INDEX_CRL 7219
  326. #define IDS_ENTER_ADD_INDEX_CTL 7220
  327. #define IDS_ENTER_DELETE_INDEX_CERT 7221
  328. #define IDS_ENTER_DELETE_INDEX_CRL 7222
  329. #define IDS_ENTER_DELETE_INDEX_CTL 7223
  330. #define IDS_ENTER_PUT_INDEX_CERT 7224
  331. #define IDS_ENTER_PUT_INDEX_CTL 7225
  332. #define IDS_ENTER_PUT_INDEX_CRL 7226
  333. #define IDS_ERR_7_CTL 7227
  334. #define IDS_ERR_7_CTL1 7228
  335. #define IDS_TOO_MANY_DES_STORE 7229
  336. #define IDS_ERR_ALL_PUT 7230
  337. #define IDS_ERR_PUT_ITEM 7231
  338. #define IDS_ERR_PUT_CERT 7232
  339. #define IDS_ERR_PUT_NO_CERT 7233
  340. #define IDS_ERR_PUT_CRL 7234
  341. #define IDS_ERR_PUT_CRL_FIND 7235
  342. #define IDS_ERR_PUT_CTL_FIND 7236
  343. #define IDS_ERR_PUT_CTL 7237
  344. #define IDS_ERR_SET_NAME 7238
  345. #define IDS_OPTION_NAME_DESC 7239
  346. #define IDS_OPTION_NAME 7240
  347. #define IDS_OPTION_MULTI_DESC 7241
  348. #define IDS_OPTION_MULTI 7242