mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
92aabb07fb
Addendum to commit 554c41e4
(#2387).
Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
14 lines
504 B
Text
14 lines
504 B
Text
/* 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
|