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.

51 lines
1.2 KiB

  1. ;//+-------------------------------------------------------------------------
  2. ;//
  3. ;// Microsoft Windows
  4. ;//
  5. ;// Copyright (C) Microsoft Corporation, 1998 - 1998
  6. ;//
  7. ;// File: msg.mc
  8. ;//
  9. ;//--------------------------------------------------------------------------
  10. ;////////////////////////////////////////////////////////////
  11. ;// winupd.mc
  12. ;//
  13. ;// Copyright (C) Microsoft Corp. 1998
  14. ;// All rights reserved.
  15. ;//
  16. ;////////////////////////////////////////////////////////////
  17. ;//
  18. ;// Description:
  19. ;// Error messages for Windows Update binaries.
  20. ;//
  21. ;//////////////////////////////////////////////////////////////
  22. MessageIdTypedef=DWORD
  23. ;//SeverityNames=(
  24. ;// Success=0x0
  25. ;// Informational=0x1
  26. ;// Warning=0x2
  27. ;// Error=0x3
  28. ;// )
  29. FacilityNames=(
  30. WINUPD=0x0200:FACILITY_WINUPD
  31. )
  32. ;//LanguageNames=(English=0x0409:MSIBENG)
  33. ;//OutputBase=16
  34. ;//////////////////////////////////////////////////////////////
  35. ;// Locale ID, Date/Currency Formatting Specifications.
  36. ;//////////////////////////////////////////////////////////////
  37. MessageID=0
  38. Severity=Error
  39. Facility=WINUPD
  40. SymbolicName=WU_E_DISABLED
  41. Language=English
  42. Windows Update was disabled by your system Administrator.
  43. .