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.

124 lines
3.4 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) 1995 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; locmsg.mc
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Definitions for messages used by the JetConv utility.
  12. ;
  13. ;Author:
  14. ;
  15. ; Sanjay Anand 11-22-95
  16. ;
  17. ;Revision History:
  18. ;
  19. ;Notes:
  20. ;
  21. ;
  22. ;--*/
  23. ;
  24. ;#ifndef _LOCMESSAGE_
  25. ;#define _LOCMESSAGE_
  26. ;
  27. ;//
  28. ;// 1000 - 1099 Reserved for JetConv client events.
  29. ;//
  30. MessageId=1000 SymbolicName=JC_CONVERTED_SUCCESSFULLY
  31. Language=English
  32. The Jet Conversion utility has converted the database for the "%1" service, database file in "%2". The backup files of the old
  33. (pre-conversion) database have not been removed from "%3". This directory can be cleaned up to free up disk space.
  34. .
  35. MessageId=1001 SymbolicName=JC_SPACE_NOT_AVAILABLE
  36. Language=English
  37. The Jet Conversion utility failed to find enough space to convert the databases for WINS/DHCP/RPL on drive "%1"
  38. .
  39. MessageId=1002 SymbolicName=JC_CONVERT_FAILED
  40. Language=English
  41. The Jet Conversion utility failed to convert the database for "%1" due to error "%2".
  42. Please run Upg351Db.exe to convert the database.
  43. .
  44. MessageId=1003 SymbolicName=JC_COULD_NOT_ACCESS_FILE
  45. Language=English
  46. The Jet Conversion utility failed to access the database specified in the registry for "%1": file name "%2"
  47. .
  48. MessageId=1004 SymbolicName=JC_COULD_NOT_GET_FREE_SPACE
  49. Language=English
  50. The Jet Conversion utility failed to get free space for drive "%1".
  51. .
  52. MessageId=1005 SymbolicName=JC_COULD_NOT_START_SERVICE
  53. Language=English
  54. The Jet Conversion utility failed to start the "%1" service due to error "%2".
  55. .
  56. MessageId=1006 SymbolicName=JC_CONVERT_FAILED_SERVICE_STARTED
  57. Language=English
  58. The Jet Conversion utility failed to convert the database for "%1" since the service was already running.
  59. Please run Upg351Db.exe to convert the database.
  60. .
  61. MessageId=1007 SymbolicName=JC_COULD_NOT_ACCESS_DEFAULT_FILE
  62. Language=English
  63. The Jet Conversion utility failed to access the default database for "%1": file name "%2".
  64. .
  65. MessageId=1008 SymbolicName=JC_CONVERT2_FAILED
  66. Language=English
  67. The Jet Conversion utility failed to convert the database for "%1" due to error "%2".
  68. Please run ESENTUTL.exe to convert the database.
  69. .
  70. MessageId=1009 SymbolicName=JC_DB_FAIL_MSG
  71. Language=English
  72. The conversion was not successful! The conversion tool could not locate a file called edb500.dll
  73. which is required for the conversion. This file should be present on your Windows CD ROM.
  74. Please copy it to your %SystemRoot%\\System32 directory (it might need to be uncompressed) and re-start.
  75. .
  76. MessageId=1010 SymbolicName=JC_CONVERTED_FROM_NT351
  77. Language=English
  78. The previous versions of database (and log) files will be preserved in 351db and 40db subdirectories
  79. of each service's directory. Please delete these to free up disk space if the conversion was successful.
  80. .
  81. MessageId=1011 SymbolicName=JC_CONVERTED_FROM_NT40
  82. Language=English
  83. The previous versions of database (and log) files will be preserved in 40db subdirectory of each
  84. service's directory. Please delete these to free up disk space if the conversion was successful.
  85. .
  86. MessageId=1012 SymbolicName=JC_EVERYTHING_FAILED
  87. Language=English
  88. The conversion was not successful! Please look at the application log in the event viewer for details.
  89. .
  90. MessageId=1013 SymbolicName=JC_NOT_ALLOWED_FROM_CMD
  91. Language=English
  92. Error: This utility cannot be called from the command line. It is invoked by the WINS/DHCP/RPL services.
  93. .
  94. ;#endif // _LOCMESSAGE_