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.

115 lines
2.9 KiB

  1. ;///////////////////////////////////////////////////////////////////////////////
  2. ;//
  3. ;// Copyright (c) 2000, Microsoft Corp. All rights reserved.
  4. ;//
  5. ;// FILE
  6. ;//
  7. ;// Alerts.mc
  8. ;//
  9. ;// SYNOPSIS
  10. ;//
  11. ;// SA Kit 2.0 resources - English
  12. ;//
  13. ;// MODIFICATION HISTORY
  14. ;//
  15. ;// 17 Jan 2001 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_General= 0x042:WSA_FACILITY_GENERAL
  37. )
  38. ;//////////////////////////////////////////////////////////////////////
  39. ;//Alerts strings
  40. ;//////////////////////////////////////////////////////////////////////
  41. ;//Shutdown_alert.asp, Shutdown_AlertDetails.asp
  42. MessageId = 1
  43. Severity = Informational
  44. Facility = Facility_General
  45. SymbolicName = L_SHUTDOWN_TEXT
  46. Language = English
  47. A backup of files on the server is in progress.Please wait before shutting down.
  48. .
  49. ;//Shutdown_alert.asp, Shutdown_AlertDetails.asp
  50. MessageId = 2
  51. Severity = Informational
  52. Facility = Facility_General
  53. SymbolicName = L_RESTART_TEXT
  54. Language = English
  55. A restore of files on the server is in progress.Please wait before shutting down.
  56. .
  57. ;//Shutdown_alert.asp, Shutdown_AlertDetails.asp
  58. MessageId = 3
  59. Severity = Informational
  60. Facility = Facility_General
  61. SymbolicName = L_SHUTDOWNPENDING_TEXT
  62. Language = English
  63. The server is scheduled to shutdown.
  64. .
  65. ;//Shutdown_alert.asp, Shutdown_AlertDetails.asp
  66. MessageId = 4
  67. Severity = Informational
  68. Facility = Facility_General
  69. SymbolicName = L_RESTARTPENDING_TEXT
  70. Language = English
  71. The server is scheduled to restart.
  72. .
  73. ;//Shutdown_alert.asp, Shutdown_AlertDetails.asp
  74. MessageId = 5
  75. Severity = Informational
  76. Facility = Facility_General
  77. SymbolicName = L_BACKUPINPROGRESS_TEXT
  78. Language = English
  79. Backup in progess.
  80. .
  81. ;//Shutdown_alert.asp, Shutdown_AlertDetails.asp
  82. MessageId = 6
  83. Severity = Informational
  84. Facility = Facility_General
  85. SymbolicName = L_RESTOREINPROGRESS_TEXT
  86. Language = English
  87. Restore in progess.
  88. .
  89. ;//Shutdown_alert.asp, Shutdown_AlertDetails.asp
  90. MessageId = 7
  91. Severity = Informational
  92. Facility = Facility_General
  93. SymbolicName = L_SCHEDULESHUTDOWN_TEXT
  94. Language = English
  95. Shutdown scheduled.
  96. .
  97. ;//Shutdown_alert.asp, Shutdown_AlertDetails.asp
  98. MessageId = 8
  99. Severity = Informational
  100. Facility = Facility_General
  101. SymbolicName = L_SCHEDULERESTART_TEXT
  102. Language = English
  103. Restart scheduled.
  104. .