windows-nt/Source/XPSP1/NT/base/boot/startup/i386/br/strings.h
2020-09-26 16:20:57 +08:00

48 lines
1.6 KiB
C
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*++
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"