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.

47 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. "O Windows NT encontrou apenas %dKB de mem�ria convencional. S�o necess�rios\n" \
  15. "512KB de mem�ria convencional para executar o Windows NT. Voc� talvez tenha\n" \
  16. "que atualizar seu computador ou executar o programa de configura��o\n" \
  17. "fornecido pelo fabricante.\n"
  18. #define SU_NO_EXTENDED_MEMORY \
  19. "O Windows NT n�o encontrou mem�ria estendida suficiente. S�o necess�rios\n" \
  20. "7MB de mem�ria estendida para executar o Windows NT. Voc� talvez tenha\n" \
  21. "que atualizar seu computador ou executar o programa de configura��o\n" \
  22. "fornecido pelo fabricante.\n" \
  23. "\n\nMapa da mem�ria:\n"
  24. #define SU_NTLDR_CORRUPT \
  25. "NTLDR est� corrompido. O sistema n�o pode ser reiniciado."
  26. #define PG_FAULT_MSG " ======================== ERRO DE P�GINA ======================== \n\n"
  27. #define DBL_FAULT_MSG " ========================= FALHA DUPLA ========================== \n\n"
  28. #define GP_FAULT_MSG " ==================== FALHA DE PROTE��O GERAL =================== \n\n"
  29. #define STK_OVERRUN_MSG " === SEGMENTO DA PILHA AUSENTE OU FALHA DE SATURA��O DO MESMO === \n\n"
  30. #define EX_FAULT_MSG " =========================== EXCE��O ============================ \n\n"
  31. #define DEBUG_EXCEPTION "\nDEBUG TRAP "
  32. #define PG_FAULT_ADDRESS "** No endere�o linear %lx\n"