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.

48 lines
1.3 KiB

  1. ;//+-------------------------------------------------------------------------
  2. ;//
  3. ;// Microsoft Windows
  4. ;//
  5. ;// Copyright (C) Microsoft Corporation, 1995 - 1999
  6. ;//
  7. ;// File: exitlog.mc
  8. ;//
  9. ;//--------------------------------------------------------------------------
  10. ;/* certlog.mc
  11. ;
  12. ; Error messages for the Certificate Services
  13. ;
  14. ; 26-feb-98 - petesk Created. */
  15. MessageIdTypedef=DWORD
  16. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  17. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  18. Warning=0x2:STATUS_SEVERITY_WARNING
  19. Error=0x3:STATUS_SEVERITY_ERROR
  20. )
  21. FacilityNames=(System=0x0:FACILITY_SYSTEM
  22. Runtime=0x2:FACILITY_RUNTIME
  23. Stubs=0x3:FACILITY_STUBS
  24. Io=0x4:FACILITY_IO_ERROR_CODE
  25. Init=603:FACILITY_INIT
  26. Exit=604:FACILITY_EXIT
  27. )
  28. MessageId=0xf
  29. Severity=Error
  30. Facility=Exit
  31. SymbolicName=MSG_UNABLE_TO_WRITEFILE
  32. Language=English
  33. The Certification Authority was unable to publish a certificate to the file %1.
  34. .
  35. MessageId=0x10
  36. Severity=Error
  37. Facility=Exit
  38. SymbolicName=MSG_UNABLE_TO_MAIL_NOTIFICATION
  39. Language=English
  40. The Certification Authority was unable to send an email notification for %1 to %2.
  41. .