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.

141 lines
4.1 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) 1992 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; win31evt.h
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Definitions for Windows 3.1 Migration Events
  12. ;
  13. ;Author:
  14. ;
  15. ; Portable Systems Group 6-May-1992
  16. ;
  17. ;Revision History:
  18. ;
  19. ;Notes:
  20. ;
  21. ; This file is generated by the MC tool from the win31evt.mc file.
  22. ;
  23. ;--*/
  24. ;
  25. ;
  26. ;#ifndef _WIN31EVT_
  27. ;#define _WIN31EVT_
  28. ;
  29. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  30. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  31. Warning=0x2:STATUS_SEVERITY_WARNING
  32. Error=0x3:STATUS_SEVERITY_ERROR
  33. )
  34. ;
  35. ;/////////////////////////////////////////////////////////////////////////
  36. ;//
  37. ;// Windows 3.1 Migration Events (1000 - 1999)
  38. ;//
  39. ;/////////////////////////////////////////////////////////////////////////
  40. ;
  41. MessageId=1000 Severity=Informational SymbolicName=WIN31IO_EVENT_EXCEPTION
  42. Language=English
  43. An exception occurred while performing Windows 3.1 migration. Some data
  44. may not have been migrated.
  45. .
  46. MessageId=1001 Severity=Informational SymbolicName=WIN31IO_EVENT_MIGRATE_INI_FILE
  47. Language=English
  48. The entire contents of %1 was migrated into the Windows NT registry.
  49. .
  50. MessageId=1002 Severity=Informational SymbolicName=WIN31IO_EVENT_MIGRATE_INI_SECTION
  51. Language=English
  52. The entire contents of the %1 section of %2 was migrated into the
  53. Windows NT registry.
  54. .
  55. MessageId=1003 Severity=Informational SymbolicName=WIN31IO_EVENT_MIGRATE_INI_VARIABLE
  56. Language=English
  57. The value of the %1 variable in the %2 section of %3 was migrated into
  58. the Windows NT registry.
  59. .
  60. MessageId=1004 Severity=Informational SymbolicName=WIN31IO_EVENT_MIGRATE_GROUP
  61. Language=English
  62. The entire contents of the %1 Program Manager group was migrated into the
  63. Windows NT registry.
  64. .
  65. MessageId=1005 Severity=Informational SymbolicName=WIN31IO_EVENT_MIGRATE_GROUP_EXISTS
  66. Language=English
  67. The contents of the Windows 3.X Program Manager group file %1 was not
  68. migrated into the Windows NT registry, as a group of that name, %2,
  69. already existed.
  70. .
  71. MessageId=1006 Severity=Warning SymbolicName=WIN31IO_EVENT_MIGRATE_INI_FILE_FAILED
  72. Language=English
  73. Unable to migrate all or part of the %1 file into the Windows NT registry.
  74. .
  75. MessageId=1007 Severity=Warning SymbolicName=WIN31IO_EVENT_MIGRATE_INI_SECTION_FAILED
  76. Language=English
  77. Unable to migrate all or part of the %1 section of %2 into the Windows
  78. NT registry.
  79. .
  80. MessageId=1008 Severity=Warning SymbolicName=WIN31IO_EVENT_MIGRATE_INI_VARIABLE_FAILED
  81. Language=English
  82. Unable to migrate the value of the %1 variable in the %2 section of %3
  83. into the Windows NT registry.
  84. .
  85. MessageId=1009 Severity=Warning SymbolicName=WIN31IO_EVENT_MIGRATE_GROUP_FAILED
  86. Language=English
  87. Unable to migrate the contents of the %1 Program Manager group into
  88. the Windows NT registry.
  89. .
  90. MessageId=1010 Severity=Warning SymbolicName=WIN31IO_EVENT_MIGRATE_GROUP_FAILED1
  91. Language=English
  92. Unable to load the contents of the Windows 3.1 Program Manager group file %1.
  93. Error Code was %2. Group not migrated to the Windows NT registry.
  94. .
  95. MessageId=1011 Severity=Warning SymbolicName=WIN31IO_EVENT_MIGRATE_GROUP_FAILED2
  96. Language=English
  97. Unable to read the value of %1 from the %2 file. Group not migrated to
  98. the Windows NT registry.
  99. .
  100. MessageId=1012 Severity=Warning SymbolicName=WIN31IO_EVENT_MIGRATE_GROUP_FAILED3
  101. Language=English
  102. Unable to convert the contents of the Windows 3.1 Program Manager group
  103. file %1. into the Windows NT format. Error Code was %2. Group not
  104. migrated to the Windows NT registry.
  105. .
  106. MessageId=1013 Severity=Informational SymbolicName=WIN31IO_EVENT_MIGRATE_REGDAT
  107. Language=English
  108. Contents of %1 migrated to the Windows NT registry.
  109. .
  110. MessageId=1014 Severity=Warning SymbolicName=WIN31IO_EVENT_MIGRATE_REGDAT_FAILED
  111. Language=English
  112. Unable to migrate all or part of %1 to the Windows NT registry.
  113. .
  114. MessageId=1015 Severity=Warning SymbolicName=WIN31IO_EVENT_MIGRATE_GROUP_FAILED4
  115. Language=English
  116. Did not migrate the contents of the %1 Program Manager group into
  117. the Windows NT registry. It is incompatible with Windows NT.
  118. .
  119. ;
  120. ;#endif // _WIN31EVT_
  121. ;