Files
DOOM/sersrc/SER_FRCH.H
2012-01-31 15:57:38 -06:00

26 lines
1.3 KiB
C
Raw Permalink Blame History

This file contains ambiguous Unicode characters

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.

#define STR_DROPDTR "Abandon de DTR"
#define STR_CLEANEXIT "Sortie normale de SERSETUP"
#define STR_ATTEMPT "Tentative de connexion en srie, appuyez sur ESC pour annuler."
#define STR_NETABORT "Synchronisation de jeu sur rseau annule."
#define STR_DUPLICATE "ChaŒne id en double. Ressayez ou vrifiez la chaŒne d'initialistion du modem."
#define STR_MODEMCMD "Commande du modem: "
#define STR_MODEMRESP "Rponse du modem: "
#define STR_RESPABORT "Rponse du modem annule."
#define STR_CANTREAD "Lecture de MODEM.CFG impossible"
#define STR_DIALING "Composition du numro..."
#define STR_CONNECT "CONNECTION"
#define STR_WAITRING "Attente d'appel..."
#define STR_RING "APPEL"
#define STR_NORESP "Ce fichier de rponse n'existe pas!"
#define STR_DOOMSERIAL "GESTIONNAIRE DE LIAISON SERIE DOOM II v1.4"
#define STR_WARNING \
"Attention: pas de vecteurs d'interruption NULL ou iret trouvs entre 0x60 et 0x66.\n"\
"Vous pouvez spcifier un vecteur avec le paramŠtre -vector 0x<numro>."
#define STR_COMM "Communication avec le vecteur d'interruption 0x%x"
#define STR_RETURNED "Retour de DOOM II"
#define STR_PORTLOOK "Recherche de l'UART sur le port"
#define STR_UART8250 "UART = 8250"
#define STR_UART16550 "UART = 16550"
#define STR_CLEARPEND "Riinitilisation des interruptions en attente.\n"
#define STR_PORTSET "Réglage du port à %lu baud"