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

47 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 \
"Windows NT a trouv seulement %d Ko de mmoire basse. 512 Ko\n" \
"de mmoire basse sont requis pour excuter Windows NT. La mise …\n" \
"niveau de votre ordinateur ou l'excution d'un programme de configuration\n" \
"fourni par votre fabriquant est peut-ˆtre ncessaire.\n"
#define SU_NO_EXTENDED_MEMORY \
"Windows NT n'a pas trouv suffisamment de mmoire tendue. 7 Mo\n" \
"de mmoire tendue sont requis pour excuter Windows NT. La mise …\n" \
"niveau de votre ordinateur ou l'excution d'un programme de configuration\n" \
"fourni par votre fabriquant est peut-ˆtre ncessaire.\n" \
"\n\nCarte de la mmoire :\n"
#define SU_NTLDR_CORRUPT \
"NTLDR est endommag. Le systŠme ne peut pas dmarrer."
#define PG_FAULT_MSG " ================= PANNE DE PAGE ================================ \n\n"
#define DBL_FAULT_MSG " ================== DOUBLE PANNE ================================ \n\n"
#define GP_FAULT_MSG " =========== PANNE DE PROTECTION GENERALE ======================= \n\n"
#define STK_OVERRUN_MSG " === SEGMENT STACK SUREXECUTE ou PANNE NON PRESENTE ============= \n\n"
#define EX_FAULT_MSG " ===================== EXCEPTION ================================ \n\n"
#define DEBUG_EXCEPTION "\nDEBOGUER LES PAQUETS "
#define PG_FAULT_ADDRESS "** A l'adresse linaire %lx\n"