[CHCP][CMD]: Make the CHCP command a standalone executable, for backwards compatibili...
[reactos.git] / reactos / base / applications / cmdutils / chcp / lang / fr-FR.rc
1 /* French translation by Sylvain Pétréolle, Pierre Schweitzer */
2
3 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
4
5 STRINGTABLE
6 BEGIN
7 STRING_CHCP_HELP "Affiche ou change la page de codes active.\n\n\
8 CHCP [nnn]\n\n\
9 nnn Indique la page de codes.\n\n\
10 Taper CHCP sans paramètre pour afficher la page de codes active."
11 STRING_CHCP_ERROR1 "Page de codes actuelle : %u\n"
12 STRING_CHCP_ERROR4 "Page de codes invalide \n"
13 STRING_ERROR_INVALID_PARAM_FORMAT "Format de paramètre incorrect - %s\n"
14 END