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.

70 lines
2.9 KiB

  1. ;/**********************************************************************/
  2. ;/** Microsoft Windows NT **/
  3. ;/** Copyright(c) Microsoft Corp., 2001 **/
  4. ;/**********************************************************************/
  5. ;
  6. ;/*
  7. ; certobjlog.h
  8. ;
  9. ; This file is generated by the MC tool from the INETAMSG.MC message file.
  10. ;
  11. ;
  12. ; FILE HISTORY:
  13. ; aaronl 5/1/2001 Created.
  14. ;
  15. ;*/
  16. ;
  17. ;
  18. ;#ifndef _CERTOBJ_LOG_H_
  19. ;#define _CERTOBJ_LOG_H_
  20. ;
  21. SeverityNames=(Success=0x0
  22. Informational=0x1
  23. Warning=0x2
  24. Error=0x3
  25. )
  26. Messageid=101 SymbolicName=CERTOBJ_CERT_EXPORT_SUCCEED
  27. Language=English
  28. CertObj export of cert on metabase node %1 SUCCEEDED.
  29. %nFor additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
  30. .
  31. Messageid=102 SymbolicName=CERTOBJ_CERT_EXPORT_FAILED
  32. Language=English
  33. CertObj export of cert on metabase node %1 FAILED.
  34. %nFor additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
  35. .
  36. Messageid=103 SymbolicName=CERTOBJ_CERT_IMPORT_SUCCEED
  37. Language=English
  38. CertObj import of cert on metabase node %1 SUCCEEDED.
  39. %nFor additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
  40. .
  41. Messageid=104 SymbolicName=CERTOBJ_CERT_IMPORT_FAILED
  42. Language=English
  43. CertObj import of cert on metabase node %1 FAILED.
  44. %nFor additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
  45. .
  46. Messageid=105 SymbolicName=CERTOBJ_CERT_IMPORT_CERT_STORE_SUCCEED
  47. Language=English
  48. CertObj import of cert to certificate store SUCCEEDED.
  49. %nFor additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
  50. .
  51. Messageid=106 SymbolicName=CERTOBJ_CERT_IMPORT_CERT_STORE_FAILED
  52. Language=English
  53. CertObj import of cert to certificate store FAILED (0x%1).
  54. %nFor additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
  55. .
  56. Messageid=107 SymbolicName=CERTOBJ_CERT_REMOVE_SUCCEED
  57. Language=English
  58. CertObj removal of cert on metabase node %1 SUCCEEDED.
  59. %nFor additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
  60. .
  61. Messageid=108 SymbolicName=CERTOBJ_CERT_REMOVE_FAILED
  62. Language=English
  63. CertObj removal of cert on metabase node %1 FAILED.
  64. %nFor additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
  65. .
  66. ;
  67. ;#endif // _CERTOBJ_LOG_H_
  68. ;