reactos/base/applications/cmdutils/chcp/lang/fr-FR.rc
Serge Gautherie 92aabb07fb
[REACTOS] Fix remaining ' \n' typos, in *.rc (#2393)
Addendum to commit 554c41e4 (#2387).
Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
2020-03-06 19:08:25 +01:00

15 lines
504 B
Plaintext

/* French translation by Sylvain Pétréolle, Pierre Schweitzer */
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
STRINGTABLE
BEGIN
STRING_CHCP_HELP "Affiche ou change la page de codes active.\n\n\
CHCP [nnn]\n\n\
nnn Indique la page de codes.\n\n\
Taper CHCP sans paramètre pour afficher la page de codes active."
STRING_CHCP_ERROR1 "Page de codes actuelle : %u\n"
STRING_CHCP_ERROR4 "Page de codes invalide\n"
STRING_ERROR_INVALID_PARAM_FORMAT "Format de paramètre incorrect - %s\n"
END