mirror of https://github.com/tongzx/nt5src
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
44 lines
1.5 KiB
/*++
|
|
|
|
Copyright (c) 1992 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
strings.h
|
|
|
|
Abstract:
|
|
|
|
Contains all localizable strings for startup.com
|
|
|
|
Author:
|
|
|
|
John Vert (jvert) 4-Jan-1994
|
|
|
|
Revision History:
|
|
|
|
John Vert (jvert) 4-Jan-1994
|
|
created
|
|
|
|
--*/
|
|
|
|
#define SU_NO_LOW_MEMORY \
|
|
"O Windows NT detectou apenas %dK de mem¢ria baixa. SÆo necess rios 512K\n" \
|
|
"de mem¢ria baixa para executar o Windows NT. Poder ter de actualizar\n" \
|
|
"o computador ou executar um prog. de config. fornecido pelo fabricante.\n"
|
|
|
|
#define SU_NO_EXTENDED_MEMORY \
|
|
"O Windows NT nÆo detectou mem¢ria de extensÆo suficiente. SÆo necess rios\n" \
|
|
"7Mb de mem¢ria de extensÆo para o Windows NT. Poder ter de actualizar\n" \
|
|
"o computador ou executar um prog. de config. fornecido pelo fabricante.\n" \
|
|
"\n\nMapa de mem¢ria:\n"
|
|
|
|
#define SU_NTLDR_CORRUPT \
|
|
"O NTLDR est danificado. O sistema nÆo pode arrancar."
|
|
|
|
#define PG_FAULT_MSG " =================== FALHA DE PµGINA============================= \n\n"
|
|
#define DBL_FAULT_MSG " ================== FALHA DUPLA ================================= \n\n"
|
|
#define GP_FAULT_MSG " ============== FALHA GERAL DE PROTECۂO ======================== \n\n"
|
|
#define STK_OVERRUN_MSG " === SOBRE-EXECU€ÇO DO SEGMENTO DE PILHA ou FALHA DE AUSÒNCIA === \n\n"
|
|
#define EX_FAULT_MSG " ===================== EXCEPۂO ================================= \n\n"
|
|
#define DEBUG_EXCEPTION "\nInterrup‡Æo de depura‡Æo "
|
|
#define PG_FAULT_ADDRESS "** No endere‡o linear %lx\n"
|