Source code of Windows XP (NT5)
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.

46 lines
1.6 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. "Windows NT a trouv� seulement %d Ko de m�moire basse. 512 Ko\n" \
  15. "de m�moire basse sont requis pour ex�cuter Windows NT. La mise �\n" \
  16. "niveau de votre ordinateur ou l'ex�cution d'un programme de configuration\n" \
  17. "fourni par votre fabriquant est peut-�tre n�cessaire.\n"
  18. #define SU_NO_EXTENDED_MEMORY \
  19. "Windows NT n'a pas trouv� suffisamment de m�moire �tendue. 7 Mo\n" \
  20. "de m�moire �tendue sont requis pour ex�cuter Windows NT. La mise �\n" \
  21. "niveau de votre ordinateur ou l'ex�cution d'un programme de configuration\n" \
  22. "fourni par votre fabriquant est peut-�tre n�cessaire.\n" \
  23. "\n\nCarte de la m�moire :\n"
  24. #define SU_NTLDR_CORRUPT \
  25. "NTLDR est endommag�. Le syst�me ne peut pas d�marrer."
  26. #define PG_FAULT_MSG " ================= PANNE DE PAGE ================================ \n\n"
  27. #define DBL_FAULT_MSG " ================== DOUBLE PANNE ================================ \n\n"
  28. #define GP_FAULT_MSG " =========== PANNE DE PROTECTION GENERALE ======================= \n\n"
  29. #define STK_OVERRUN_MSG " === SEGMENT STACK SUREXECUTE ou PANNE NON PRESENTE ============= \n\n"
  30. #define EX_FAULT_MSG " ===================== EXCEPTION ================================ \n\n"
  31. #define DEBUG_EXCEPTION "\nDEBOGUER LES PAQUETS "
  32. #define PG_FAULT_ADDRESS "** A l'adresse lin�aire %lx\n"
  33.