Leaked source code of windows server 2003
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.

65 lines
2.9 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"
  19. IDS_DISK_LABEL_1_DEFAULT "Windows XP Setup Boot Disk"
  20. IDS_DISK_LABEL_2_DEFAULT "Windows XP Setup Disk #2"
  21. IDS_DISK_LABEL_3_DEFAULT "Windows XP Setup Disk #3"
  22. IDS_DISK_LABEL_4_DEFAULT "Windows XP Setup Disk #4"
  23. IDS_DISK_LABEL_5_DEFAULT "Windows XP Setup Disk #5"
  24. IDS_DISK_LABEL_6_DEFAULT "Windows XP Setup Disk #6"
  25. IDS_DISK_LABEL_7_DEFAULT "Windows XP Setup Disk #7"
  26. IDS_STARS "****************************************************"
  27. IDS_PROGRAM_EXPLANATION_LINE_1 "This program creates the Setup boot disks"
  28. IDS_PROGRAM_EXPLANATION_LINE_2 "for Microsoft %s."
  29. IDS_PROGRAM_EXPLANATION_LINE_3 "To create these disks, you need to provide 7 blank,"
  30. IDS_PROGRAM_EXPLANATION_LINE_4 "formatted, high-density disks."
  31. IDS_INSERT_FIRST_DISK_LINE_1 "Insert one of these disks into drive %c:. This disk"
  32. IDS_INSERT_FIRST_DISK_LINE_2 "will become the %s."
  33. IDS_INSERT_ANOTHER_DISK_LINE_1 "Insert another disk into drive %c:. This disk will"
  34. IDS_INSERT_ANOTHER_DISK_LINE_2 "become the %s."
  35. IDS_PRESS_ANY_KEY_WHEN_READY "Press any key when you are ready."
  36. IDS_COMPLETED_SUCCESSFULLY "The setup boot disks have been created successfully."
  37. IDS_COMPLETE "complete"
  38. IDS_CANNOT_FIND_FILE "Cannot find file: %s"
  39. IDS_SPECIFY_FLOPPY_DRIVE "Please specify the floppy drive to copy the images to: "
  40. IDS_INVALID_DRIVE_LETTER "Invalid drive letter"
  41. IDS_ATTEMPT_TO_CREATE_FLOPPY_AGAIN "Do you want to attempt to create this floppy again?"
  42. IDS_PRESS_ENTER_OR_ESC "Press Enter to try again or Esc to exit."
  43. END
  44. #include <ntverp.h>
  45. #define VER_FILETYPE VFT_APP
  46. #define VER_FILESUBTYPE VFT2_UNKNOWN
  47. #define VER_FILEDESCRIPTION_STR "MakeBT32"
  48. #define VER_INTERNALNAME_STR "makebt32\0"
  49. #define VER_ORIGINALFILENAME_STR "makebt32.EXE"
  50. #include "common.ver"