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.
49 lines
1.6 KiB
49 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 \
|
|
"Windows NT hat nur %d KB konventionellen Speicherplatz gefunden. \n" \
|
|
"Zur Ausf�hrung von Windows NT werden 512 KB konventioneller \n" \
|
|
"Speicherplatz ben”tigt. Sie m�ssen evtl. Ihren Computer aufr�sten \n" \
|
|
"oder ein Konfigurationsprogramm des Herstellers ausf�hren.\n"
|
|
|
|
|
|
#define SU_NO_EXTENDED_MEMORY \
|
|
"Windows NT hat nicht gen�gend Erweiterungsspeicher gefunden. Zur\n" \
|
|
"Ausf�hrung von Windows NT werden 7 MB Erweiterungsspeicher \n" \
|
|
"ben”tigt. Sie m�ssen evtl. Ihren Computer aufr�sten oder ein \n" \
|
|
"Konfigurationsprogramm des Herstellers ausf�hren.\n" \
|
|
"\n\nSpeichertabelle:\n"
|
|
|
|
#define SU_NTLDR_CORRUPT \
|
|
"NTLDR ist besch„digt. Das System kann nicht gestartet werden."
|
|
|
|
|
|
#define PG_FAULT_MSG " ================== SEITENFEHLER ================================ \n\n"
|
|
#define DBL_FAULT_MSG " ================ DOPPELTER FEHLER ============================== \n\n"
|
|
#define GP_FAULT_MSG " =========== ALLGEMEINE SCHUTZVERLETZUNG ======================== \n\n"
|
|
#define STK_OVERRUN_MSG " = STAPELSPEICHER-SEGMENTšBERLAUF oder NICHT VORHANDENER FEHLER = \n\n"
|
|
#define EX_FAULT_MSG " ====================== AUSNAHME ================================ \n\n"
|
|
#define DEBUG_EXCEPTION "\nDEBUG TRAP "
|
|
#define PG_FAULT_ADDRESS "** Bei linearer Adresse %lx\n"
|
|
|