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. "O Windows NT detectou apenas %dK de mem�ria baixa. S�o necess�rios 512K\n" \
  15. "de mem�ria baixa para executar o Windows NT. Poder� ter de actualizar\n" \
  16. "o computador ou executar um prog. de config. fornecido pelo fabricante.\n"
  17. #define SU_NO_EXTENDED_MEMORY \
  18. "O Windows NT n�o detectou mem�ria de extens�o suficiente. S�o necess�rios\n" \
  19. "7Mb de mem�ria de extens�o para o Windows NT. Poder� ter de actualizar\n" \
  20. "o computador ou executar um prog. de config. fornecido pelo fabricante.\n" \
  21. "\n\nMapa de mem�ria:\n"
  22. #define SU_NTLDR_CORRUPT \
  23. "O NTLDR est� danificado. O sistema n�o pode arrancar."
  24. #define PG_FAULT_MSG " =================== FALHA DE P�GINA============================= \n\n"
  25. #define DBL_FAULT_MSG " ================== FALHA DUPLA ================================= \n\n"
  26. #define GP_FAULT_MSG " ============== FALHA GERAL DE PROTEC��O ======================== \n\n"
  27. #define STK_OVERRUN_MSG " === SOBRE-EXECU��O DO SEGMENTO DE PILHA ou FALHA DE AUS�NCIA === \n\n"
  28. #define EX_FAULT_MSG " ===================== EXCEP��O ================================= \n\n"
  29. #define DEBUG_EXCEPTION "\nInterrup��o de depura��o "
  30. #define PG_FAULT_ADDRESS "** No endere�o linear %lx\n"