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.

48 lines
1.6 KiB

  1. /*++
  2. Copyright (c) 1992 Microsoft Corporation
  3. Module Name:
  4. strings.h
  5. Abstract:
  6. Contains all localizable strings for startup.com
  7. Author:
  8. John Vert (jvert) 4-Jan-1994
  9. Revision History:
  10. John Vert (jvert) 4-Jan-1994
  11. created
  12. --*/
  13. #define SU_NO_LOW_MEMORY \
  14. "Windows NT hat nur %d KB konventionellen Speicherplatz gefunden. \n" \
  15. "Zur Ausf�hrung von Windows NT werden 512 KB konventioneller \n" \
  16. "Speicherplatz ben�tigt. Sie m�ssen evtl. Ihren Computer aufr�sten \n" \
  17. "oder ein Konfigurationsprogramm des Herstellers ausf�hren.\n"
  18. #define SU_NO_EXTENDED_MEMORY \
  19. "Windows NT hat nicht gen�gend Erweiterungsspeicher gefunden. Zur\n" \
  20. "Ausf�hrung von Windows NT werden 7 MB Erweiterungsspeicher \n" \
  21. "ben�tigt. Sie m�ssen evtl. Ihren Computer aufr�sten oder ein \n" \
  22. "Konfigurationsprogramm des Herstellers ausf�hren.\n" \
  23. "\n\nSpeichertabelle:\n"
  24. #define SU_NTLDR_CORRUPT \
  25. "NTLDR ist besch�digt. Das System kann nicht gestartet werden."
  26. #define PG_FAULT_MSG " ================== SEITENFEHLER ================================ \n\n"
  27. #define DBL_FAULT_MSG " ================ DOPPELTER FEHLER ============================== \n\n"
  28. #define GP_FAULT_MSG " =========== ALLGEMEINE SCHUTZVERLETZUNG ======================== \n\n"
  29. #define STK_OVERRUN_MSG " = STAPELSPEICHER-SEGMENT�BERLAUF oder NICHT VORHANDENER FEHLER = \n\n"
  30. #define EX_FAULT_MSG " ====================== AUSNAHME ================================ \n\n"
  31. #define DEBUG_EXCEPTION "\nDEBUG TRAP "
  32. #define PG_FAULT_ADDRESS "** Bei linearer Adresse %lx\n"
  33.