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.

64 lines
2.8 KiB

  1. //----------------------------------------------------------------------------
  2. //
  3. // File: makebt32.rc
  4. //
  5. // Description:
  6. //
  7. // String table for makebt32.exe
  8. //
  9. //----------------------------------------------------------------------------
  10. #include "resource.h"
  11. #include <windows.h>
  12. STRINGTABLE DISCARDABLE
  13. BEGIN
  14. IDS_OUT_OF_MEMORY "Out of memory. Please free more memory and run this program again."
  15. IDS_144_NOT_SUPPORTED "This floppy drive does not support 1.44 MB disks."
  16. IDS_NO_ROOT_DIR "Cannot find root directory on specified drive."
  17. IDS_DRIVE_NOT_FL0PPY "The drive specified is not a floppy drive."
  18. IDS_NT_VERSION_NAME_DEFAULT "Windows XP SP1"
  19. IDS_DISK_LABEL_1_DEFAULT "Windows XP SP1 Setup Boot Disk"
  20. IDS_DISK_LABEL_2_DEFAULT "Windows XP SP1 Setup Disk #2"
  21. IDS_DISK_LABEL_3_DEFAULT "Windows XP SP1 Setup Disk #3"
  22. IDS_DISK_LABEL_4_DEFAULT "Windows XP SP1 Setup Disk #4"
  23. IDS_DISK_LABEL_5_DEFAULT "Windows XP SP1 Setup Disk #5"
  24. IDS_DISK_LABEL_6_DEFAULT "Windows XP SP1 Setup Disk #6"
  25. IDS_STARS "****************************************************"
  26. IDS_PROGRAM_EXPLANATION_LINE_1 "This program creates the Setup boot disks"
  27. IDS_PROGRAM_EXPLANATION_LINE_2 "for Microsoft %s."
  28. IDS_PROGRAM_EXPLANATION_LINE_3 "To create these disks, you need to provide 6 blank,"
  29. IDS_PROGRAM_EXPLANATION_LINE_4 "formatted, high-density disks."
  30. IDS_INSERT_FIRST_DISK_LINE_1 "Insert one of these disks into drive %c:. This disk"
  31. IDS_INSERT_FIRST_DISK_LINE_2 "will become the %s."
  32. IDS_INSERT_ANOTHER_DISK_LINE_1 "Insert another disk into drive %c:. This disk will"
  33. IDS_INSERT_ANOTHER_DISK_LINE_2 "become the %s."
  34. IDS_PRESS_ANY_KEY_WHEN_READY "Press any key when you are ready."
  35. IDS_COMPLETED_SUCCESSFULLY "The setup boot disks have been created successfully."
  36. IDS_COMPLETE "complete"
  37. IDS_CANNOT_FIND_FILE "Cannot find file: %s"
  38. IDS_SPECIFY_FLOPPY_DRIVE "Please specify the floppy drive to copy the images to: "
  39. IDS_INVALID_DRIVE_LETTER "Invalid drive letter"
  40. IDS_ATTEMPT_TO_CREATE_FLOPPY_AGAIN "Do you want to attempt to create this floppy again?"
  41. IDS_PRESS_ENTER_OR_ESC "Press Enter to try again or Esc to exit."
  42. END
  43. #include <ntverp.h>
  44. #define VER_FILETYPE VFT_APP
  45. #define VER_FILESUBTYPE VFT2_UNKNOWN
  46. #define VER_FILEDESCRIPTION_STR "MakeBT32"
  47. #define VER_INTERNALNAME_STR "makebt32\0"
  48. #define VER_ORIGINALFILENAME_STR "makebt32.EXE"
  49. #include "common.ver"