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.

44 lines
1.5 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. "System Windows NT wykry� tylko %d KB pami�ci niskiej. Do uruchomienia\n" \
  15. "systemu Windows NT wymagane jest 512 KB. Musisz rozbudowa� komputer\n" \
  16. "lub uruchomi� program konfiguracyjny dostarczony przez producenta.\n"
  17. #define SU_NO_EXTENDED_MEMORY \
  18. "System Windows NT nie znalaz� wystarczaj�cej ilo�ci pami�ci typu Extended.\n" \
  19. "Do uruchomienia systemu Windows NT wymagane jest 7 MB pami�ci Extended.\n" \
  20. "Musisz rozbudowa� komputer lub uruchomi� program konfiguracyjny dostarczony\n" \
  21. "przez producenta.\n\nMapa pami�ci:\n"
  22. #define SU_NTLDR_CORRUPT \
  23. "Plik NTLDR jest uszkodzony. System nie zostanie uruchomiony."
  24. #define PG_FAULT_MSG " =============== B��D STRONY == (PAGE FAULT) ==================== \n\n"
  25. #define DBL_FAULT_MSG " =========== B��D PODW�JNY == (DOUBLE FAULT) ==================== \n\n"
  26. #define GP_FAULT_MSG " ======== OG�LNY B��D OCHRONY == (GENERAL PROTECTION FAULT) ===== \n\n"
  27. #define STK_OVERRUN_MSG " ====== B��D PRZEPE�NIENIA SEGMENTU STOSU lub NIEOBECNO�CI ====== \n\n"
  28. #define EX_FAULT_MSG " =================== WYJ�TEK == (EXCEPTION) ===================== \n\n"
  29. #define DEBUG_EXCEPTION "\nPU�APKA DEBUGOWANIA "
  30. #define PG_FAULT_ADDRESS "** Pod adresem liniowym %lx\n"