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.

61 lines
1.8 KiB

  1. ;///////////////////////////////////////////////////////////////////////////////
  2. ;//
  3. ;// Copyright (c) 1999, Microsoft Corp. All rights reserved.
  4. ;//
  5. ;// FILE
  6. ;//
  7. ;// changelangmsg.mc
  8. ;//
  9. ;// SYNOPSIS
  10. ;//
  11. ;// This f ile defines the messages for the Server project
  12. ;//
  13. ;// MODIFICATION HISTORY
  14. ;//
  15. ;// 08/06/2000 Original version.
  16. ;//
  17. ;///////////////////////////////////////////////////////////////////////////////
  18. ;
  19. ;// please choose one of these severity names as part of your messages
  20. ;
  21. SeverityNames =
  22. (
  23. Success = 0x0:SA_SEVERITY_SUCCESS
  24. Informational = 0x1:SA_SEVERITY_INFORMATIONAL
  25. Warning = 0x2:SA_SEVERITY_WARNING
  26. Error = 0x3:SA_SEVERITY_ERROR
  27. )
  28. ;
  29. ;// The Facility Name identifies the Alert ID range to be used by
  30. ;// the specific component. For each new message you add choose the
  31. ;// facility name corresponding to your component. If none of these
  32. ;// correspond to your component add a new facility name with a new
  33. ;// value and name
  34. FacilityNames =
  35. (
  36. Facility_SelfSignCert = 0x0001:SA_FACILITY_SELFSIGNCERT
  37. )
  38. ;///////////////////////////////////////////////////////////////////////////////
  39. ;//
  40. ;//
  41. ;//
  42. ;///////////////////////////////////////////////////////////////////////////////
  43. MessageId = 1
  44. Severity = Informational
  45. Facility = Facility_SelfSignCert
  46. SymbolicName = SA_SSC_ALERT_TITLE
  47. Language = English
  48. Install new certificate
  49. .
  50. MessageId = 2
  51. Severity = Informational
  52. Facility = Facility_SelfSignCert
  53. SymbolicName = SA_SSC_ALERT_DISCRIPTION
  54. Language = English
  55. The SSL certificate automatically created for the administration of this server ensures encrypted communications. However, it also causes a warning when you administer the server. To avoid this warning, obtain a properly signed certificate from a certificate authority.
  56. .