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.

46 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 ha encontrado s�lo %dKB de memoria baja. Se requieren 512 KB\n" \
  15. "de memoria baja para ejecutar Windows NT. Puede ser necesario actualizar \n" \
  16. "el equipo o ejecutar un programa de configuraci�n suministrado\n" \
  17. "por el fabricante."
  18. #define SU_NO_EXTENDED_MEMORY \
  19. "Windows NT no ha encontrado suficiente memoria extendida. Se requieren 7 MB \n" \
  20. "de memoria extendida para ejecutar Windows NT. Puede ser necesario \n" \
  21. "actualizar el equipo o ejecutar un programa de configuraci�n \n" \
  22. "suministrado por el fabricante de hardware. \n" \
  23. "\n\nMapa de memoria:\n"
  24. #define SU_NTLDR_CORRUPT \
  25. "NTLDR est� da�ado. No se puede iniciar el sistema."
  26. #define PG_FAULT_MSG " =================== ERROR DE P�GINA ======================= \n\n"
  27. #define DBL_FAULT_MSG " ================== ERROR DOBLE ================================ \n\n"
  28. #define GP_FAULT_MSG " ============== ERROR DE PROTECCI�N GENERAL=================== \n\n"
  29. #define STK_OVERRUN_MSG " ===== DESBORDAMIENTO DEL SEGMENTO DE PILA O ERROR DE AUSENCIA == \n\n"
  30. #define EX_FAULT_MSG " ===================== EXCEPCI�N ================================ \n\n"
  31. #define DEBUG_EXCEPTION "\nDEBUG TRAP "
  32. #define PG_FAULT_ADDRESS "** En direcci�n lineal %lx\n"