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.

162 lines
3.9 KiB

  1. ;//
  2. ;// ####################################################################################
  3. ;// #
  4. ;// # Message File
  5. ;// #
  6. ;// ####################################################################################
  7. ;//
  8. MessageId=1000 SymbolicName=MSG_TOOL_STOPPED
  9. Language=English
  10. Tool stopped by user%0
  11. .
  12. MessageId=1001 SymbolicName=MSG_CANT_OPEN_REQUIRED_FILE
  13. Language=English
  14. Error opening required file %1, %2%0
  15. .
  16. MessageId=1002 SymbolicName=MSG_CANT_OPEN_FILE
  17. Language=English
  18. Error opening file %1%0
  19. .
  20. MessageId=1003 SymbolicName=MSG_INF_FILE_NOT_FOUND
  21. Language=English
  22. INF file not found: %1%0
  23. .
  24. MessageId=1004 SymbolicName=MSG_INF_SPECIFIED_MORE_THAN_ONE
  25. Language=English
  26. INF file specified more than once: %1%0
  27. .
  28. MessageId=1005 SymbolicName=MSG_CMD_LINE_ERROR
  29. Language=English
  30. A command line error occurred. Specify /? for help.%0
  31. .
  32. MessageId=1006 SymbolicName=MSG_ISM_INF_MISSING
  33. Language=English
  34. A command line error occurred. Specify /? for help.%0
  35. .
  36. MessageId=1007 SymbolicName=MSG_NT_REQUIRED
  37. Language=English
  38. This tool only supports Windows 2000 and Windows XP.%0
  39. .
  40. MessageId=1008 SymbolicName=MSG_ADMIN_REQUIRED
  41. Language=English
  42. Only Administrators can run this tool.%0
  43. .
  44. MessageId=1009 SymbolicName=MSG_CANT_START_ISM
  45. Language=English
  46. An error occurred starting the migration engine.%0
  47. .
  48. MessageId=1010 SymbolicName=MSG_CANT_START_ETMS
  49. Language=English
  50. An error occurred starting the migration engine type modules.%0
  51. .
  52. MessageId=1011 SymbolicName=MSG_CANT_START_TRANS
  53. Language=English
  54. An error occurred starting the migration engine transport module.%0
  55. .
  56. MessageId=1012 SymbolicName=MSG_TRANSPORT_UNAVAILABLE
  57. Language=English
  58. The temporary store transport is not available.%0
  59. .
  60. MessageId=1013 SymbolicName=MSG_TRANSPORT_STORAGE_INVALID
  61. Language=English
  62. Can't select %1 as the storage path.%0
  63. .
  64. MessageId=1014 SymbolicName=MSG_CANT_EXECUTE_SOURCE
  65. Language=English
  66. Can't execute Source modules.%0
  67. .
  68. MessageId=1015 SymbolicName=MSG_CANT_EXECUTE_DEST
  69. Language=English
  70. Can't execute Destination modules.%0
  71. .
  72. MessageId=1016 SymbolicName=MSG_CANT_FIND_SAVED_STATE
  73. Language=English
  74. Can't find saved state.%0
  75. .
  76. MessageId=1017 SymbolicName=MSG_RUNNING
  77. Language=English
  78. LoadState is running...
  79. .
  80. MessageId=1018 SymbolicName=MSG_FAILED_WITH_LOG
  81. Language=English
  82. LoadState failed. See the log file for details.%0
  83. .
  84. MessageId=1019 SymbolicName=MSG_FAILED_NO_LOG
  85. Language=English
  86. LoadState failed. Unable to log the error.%0
  87. .
  88. MessageId=1020 SymbolicName=MSG_SUCCESS
  89. Language=English
  90. The tool completed successfully.%0
  91. .
  92. MessageId=1021 SymbolicName=MSG_HELP
  93. Language=English
  94. Command Line Syntax:
  95. loadstate [[/i:<input inf>]] [/ix] [/l:<log file>] [/v:<verbosity>] [/x]
  96. [/u] [/f] <server>
  97. Arguments (specified in any order):
  98. /i:<input inf> Specifies an INF file containing rules to define what
  99. state to migrate. Multiple INF files may be specified.
  100. If /i is not specified, then the INFs supplied to
  101. scanstate will be used.
  102. /l:<log file> Specifies a file to log errors
  103. /v:<verbosity> Specifies the level of verbose output
  104. /x Specifies that no files or settings should be migrated
  105. /u Enables migration of the entire HKEY_CURRENT_USER
  106. registry branch. Existing settings are not overwritten.
  107. /f Specifies that all files, except operating system files,
  108. should be transferred. (Requires INF file that specifies
  109. which files to transfer. See /i switch.)
  110. <server> Specifies a location where data can be found
  111. If /x, /u and /f are not specified, then /u and /f are enabled
  112. by default.
  113. /x is ignored when it is used in combination with /u or /f.
  114. .
  115. MessageId=1022 SymbolicName=MSG_EXITING
  116. Language=English
  117. Exiting...%0
  118. .
  119. MessageId=1023 SymbolicName=MSG_CANT_OPEN_LOG
  120. Language=English
  121. Cannot create log file %1
  122. .
  123. MessageId=1024 SymbolicName=MSG_MULTI_LOG
  124. Language=English
  125. Log file is specified more than once.
  126. .