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.
47 lines
1.6 KiB
47 lines
1.6 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 encontrou apenas %dKB de mem¢ria convencional. SÆo necess rios\n" \
|
|
"512KB de mem¢ria convencional para executar o Windows NT. Vocˆ talvez tenha\n" \
|
|
"que atualizar seu computador ou executar o programa de configura‡Æo\n" \
|
|
"fornecido pelo fabricante.\n"
|
|
|
|
#define SU_NO_EXTENDED_MEMORY \
|
|
"O Windows NT nÆo encontrou mem¢ria estendida suficiente. SÆo necess rios\n" \
|
|
"7MB de mem¢ria estendida para executar o Windows NT. Vocˆ talvez tenha\n" \
|
|
"que atualizar seu computador ou executar o programa de configura‡Æo\n" \
|
|
"fornecido pelo fabricante.\n" \
|
|
"\n\nMapa da mem¢ria:\n"
|
|
|
|
#define SU_NTLDR_CORRUPT \
|
|
"NTLDR est corrompido. O sistema nÆo pode ser reiniciado."
|
|
|
|
|
|
#define PG_FAULT_MSG " ======================== ERRO DE PµGINA ======================== \n\n"
|
|
#define DBL_FAULT_MSG " ========================= FALHA DUPLA ========================== \n\n"
|
|
#define GP_FAULT_MSG " ==================== FALHA DE PROTEۂO GERAL =================== \n\n"
|
|
#define STK_OVERRUN_MSG " === SEGMENTO DA PILHA AUSENTE OU FALHA DE SATURAۂO DO MESMO === \n\n"
|
|
#define EX_FAULT_MSG " =========================== EXCEۂO ============================ \n\n"
|
|
#define DEBUG_EXCEPTION "\nDEBUG TRAP "
|
|
#define PG_FAULT_ADDRESS "** No endere‡o linear %lx\n"
|