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

  1. /*++
  2. Copyright (c) 1992 Microsoft Corporation
  3. Module Name:
  4. strings.h
  5. Abstract:
  6. Contains all localizable strings for startup.com
  7. Author:
  8. John Vert (jvert) 4-Jan-1994
  9. Revision History:
  10. John Vert (jvert) 4-Jan-1994
  11. created
  12. --*/
  13. #define SU_NO_LOW_MEMORY \
  14. "Sono stati rilevati solo %d Kb di memoria convenzionale. Per eseguire\n" \
  15. "Windows NT sono necessari almeno 512 Kb. Aggiornare il computer o \n" \
  16. "eseguire un programma di configurazione fornito dal costruttore.\n"
  17. #define SU_NO_EXTENDED_MEMORY \
  18. "Memoria estesa insufficiente. Per eseguire Windows NT sono necessari\n" \
  19. "almeno 7 Mb di memoria estesa. Aggiornare il computer o eseguire\n" \
  20. "un programma di configurazione fornito dal costruttore.\n" \
  21. "\n\nMappa della memoria:\n"
  22. #define SU_NTLDR_CORRUPT \
  23. "NTLDR danneggiato. Impossibile avviare il sistema."
  24. #define PG_FAULT_MSG " =================== PAGE FAULT ================================= \n\n"
  25. #define DBL_FAULT_MSG " ================== DOUBLE FAULT ================================ \n\n"
  26. #define GP_FAULT_MSG " ============== ERRORE DI PROTEZIONE GENERALE =================== \n\n"
  27. #define STK_OVERRUN_MSG " ===== OVERRUN DI STACK DEL SEGMENTO o FAULT DI ASSENZA ========= \n\n"
  28. #define EX_FAULT_MSG " ===================== ERRORE DI EXCEPTION ====================== \n\n"
  29. #define DEBUG_EXCEPTION "\nTRAP DI DEBUG "
  30. #define PG_FAULT_ADDRESS "** All'indirizzo lineare %lx\n"