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.

69 lines
4.1 KiB

  1. //----------------------------------------------------------------------------
  2. //
  3. // Copyright (c) 1999 Microsoft Corporation
  4. // All rights reserved.
  5. //
  6. // File Name:
  7. // dntext.c
  8. //
  9. // Description:
  10. // Translatable text for DOS based MAKEBOOT program.
  11. //
  12. //----------------------------------------------------------------------------
  13. const char szNtVersionName[] = "Windows XP";
  14. const char szDiskLabel1[] = "Windows XP Setup Boot Disk";
  15. const char szDiskLabel2[] = "Windows XP Setup Disk #2";
  16. const char szDiskLabel3[] = "Windows XP Setup Disk #3";
  17. const char szDiskLabel4[] = "Windows XP Setup Disk #4";
  18. const char szCannotFindFile[] = "Cannot find file %s\n";
  19. const char szNotEnoughMemory[] = "Not enough free memory to complete request\n";
  20. const char szNotExecFormat[] = "%s is not in an executable file format\n";
  21. const char szStars[] = "****************************************************";
  22. const char szExplanationLine1[] = "This program creates the Setup boot disks";
  23. const char szExplanationLine2[] = "for Microsoft %s.";
  24. const char szExplanationLine3[] = "To create these disks, you need to provide 7 blank,";
  25. const char szExplanationLine4[] = "formatted, high-density disks.";
  26. const char szInsertFirstDiskLine1[] = "Insert one of these disks into drive %c:. This disk";
  27. const char szInsertFirstDiskLine2[] = "will become the %s.";
  28. const char szInsertAnotherDiskLine1[] = "Insert another disk into drive %c:. This disk will";
  29. const char szInsertAnotherDiskLine2[] = "become the %s.";
  30. const char szPressAnyKeyWhenReady[] = "Press any key when you are ready.";
  31. const char szCompletedSuccessfully[] = "The setup boot disks have been created successfully.";
  32. const char szComplete[] = "complete";
  33. const char szUnknownSpawnError[] = "An unknown error has occurred trying to execute %s.";
  34. const char szSpecifyDrive[] = "Please specify the floppy drive to copy the images to: ";
  35. const char szInvalidDriveLetter[] = "Invalid drive letter\n";
  36. const char szNotAFloppy[] = "Drive %c: is not a floppy drive\n";
  37. const char szAttemptToCreateFloppyAgain[] = "Do you want to attempt to create this floppy again?";
  38. const char szPressEnterOrEsc[] = "Press Enter to try again or Esc to exit.";
  39. const char szErrorDiskWriteProtected[] = "Error: Disk write protected\n";
  40. const char szErrorUnknownDiskUnit[] = "Error: Unknown disk unit\n";
  41. const char szErrorDriveNotReady[] = "Error: Drive not ready\n";
  42. const char szErrorUnknownCommand[] = "Error: Unknown command\n";
  43. const char szErrorDataError[] = "Error: Data error (Bad CRC)\n";
  44. const char szErrorBadRequest[] = "Error: Bad request structure length\n";
  45. const char szErrorSeekError[] = "Error: Seek error\n";
  46. const char szErrorMediaTypeNotFound[] = "Error: Media type not found\n";
  47. const char szErrorSectorNotFound[] = "Error: Sector not found\n";
  48. const char szErrorWriteFault[] = "Error: Write fault\n";
  49. const char szErrorGeneralFailure[] = "Error: General failure\n";
  50. const char szErrorInvalidRequest[] = "Error: Invalid request or bad command\n";
  51. const char szErrorAddressMarkNotFound[] = "Error: Address mark not found\n";
  52. const char szErrorDiskWriteFault[] = "Error: Disk write fault\n";
  53. const char szErrorDmaOverrun[] = "Error: Direct Memory Access (DMA) overrun\n";
  54. const char szErrorCrcError[] = "Error: Data read (CRC or ECC) error\n";
  55. const char szErrorControllerFailure[] = "Error: Controller failure\n";
  56. const char szErrorDiskTimedOut[] = "Error: Disk timed out or failed to respond\n";
  57. const char szDiskLabel5[] = "Windows XP Setup Disk #5";
  58. const char szDiskLabel6[] = "Windows XP Setup Disk #6";
  59. const char szDiskLabel7[] = "Windows XP Setup Disk #7";