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.

81 lines
2.4 KiB

  1. ;//=======================================================================
  2. ;//
  3. ;// Copyright (c) 2001 Microsoft Corporation. All Rights Reserved.
  4. ;//
  5. ;// File: AUEventMsgs.mc
  6. ;//
  7. ;// Creator: DChow
  8. ;//
  9. ;// Description: AU Event (and Category) Message File
  10. ;//
  11. ;//=======================================================================
  12. ;
  13. LanguageNames=(English=0x409:MSG00409)
  14. ;//
  15. ;// Category Messages
  16. ;//
  17. MessageId=0x1
  18. SymbolicName=IDS_MSG_Download
  19. Language=English
  20. Download
  21. .
  22. MessageId=
  23. SymbolicName=IDS_MSG_Installation
  24. Language=English
  25. Installation
  26. .
  27. ;//
  28. ;// Event Messages
  29. ;//
  30. MessageId=0x10
  31. Severity=Warning
  32. SymbolicName=IDS_MSG_UnableToConnect
  33. Language=English
  34. Unable to connect: Windows is unable to connect to the Automatic Updates service and therefore cannot download and install updates according to the set schedule. Windows will continue to try to establish a connection.
  35. .
  36. MessageId=
  37. Severity=Informational
  38. SymbolicName=IDS_MSG_InstallReady_Unscheduled
  39. Language=English
  40. Installation Ready: The following updates are downloaded and ready for installation. To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions.%n%1
  41. .
  42. MessageId=
  43. Severity=Informational
  44. SymbolicName=IDS_MSG_InstallReady_Scheduled
  45. Language=English
  46. Installation Ready: The following updates are downloaded and ready for installation. This computer is currently scheduled to install these updates on %1 at %2.%n%3
  47. .
  48. MessageId=
  49. Severity=Informational
  50. SymbolicName=IDS_MSG_InstallationSuccessful
  51. Language=English
  52. Installation Successful: Windows successfully installed the following update.%n%1
  53. .
  54. MessageId=
  55. Severity=Error
  56. SymbolicName=IDS_MSG_InstallationFailure
  57. Language=English
  58. Installation Failure: Windows failed to install the following update.%n%1
  59. .
  60. MessageId=
  61. Severity=Warning
  62. SymbolicName=IDS_MSG_RestartNeeded_Unscheduled
  63. Language=English
  64. Restart Required: To complete the installation of the following updates, the computer must be restarted. Until this computer has been restarted, Windows cannot search for or download new updates.%n%1
  65. .
  66. MessageId=
  67. Severity=Warning
  68. SymbolicName=IDS_MSG_RestartNeeded_Scheduled
  69. Language=English
  70. Restart Required: To complete the installation of the following updates, the computer will be restarted within five minutes. Until this computer has been restarted, Windows cannot search for or download new updates.%n%1
  71. .