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.
 
 
 
 
 
 

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 \
"System Windows NT wykry� tylko %d KB pami©ci niskiej. Do uruchomienia\n" \
"systemu Windows NT wymagane jest 512 KB. Musisz rozbudowa† komputer\n" \
"lub uruchomi† program konfiguracyjny dostarczony przez producenta.\n"
#define SU_NO_EXTENDED_MEMORY \
"System Windows NT nie znalaz� wystarczajĄcej ilo�ci pami©ci typu Extended.\n" \
"Do uruchomienia systemu Windows NT wymagane jest 7 MB pami©ci Extended.\n" \
"Musisz rozbudowa† komputer lub uruchomi† program konfiguracyjny dostarczony\n" \
"przez producenta.\n\nMapa pami©ci:\n"
#define SU_NTLDR_CORRUPT \
"Plik NTLDR jest uszkodzony. System nie zostanie uruchomiony."
#define PG_FAULT_MSG " =============== Bť¤D STRONY == (PAGE FAULT) ==================== \n\n"
#define DBL_FAULT_MSG " =========== Bť¤D PODWŕJNY == (DOUBLE FAULT) ==================== \n\n"
#define GP_FAULT_MSG " ======== OGŕLNY Bť¤D OCHRONY == (GENERAL PROTECTION FAULT) ===== \n\n"
#define STK_OVERRUN_MSG " ====== Bť¤D PRZEPEťNIENIA SEGMENTU STOSU lub NIEOBECNO—CI ====== \n\n"
#define EX_FAULT_MSG " =================== WYJ¤TEK == (EXCEPTION) ===================== \n\n"
#define DEBUG_EXCEPTION "\nPUťAPKA DEBUGOWANIA "
#define PG_FAULT_ADDRESS "** Pod adresem liniowym %lx\n"