mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
189f648584
CORE-16538
23 lines
873 B
Text
23 lines
873 B
Text
/* French translation by Sylvain Pétréolle, Pierre Schweitzer */
|
|
|
|
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
STRING_FILE_NOT_FOUND "File not found - '%s'\n"
|
|
STRING_ATTRIB_HELP "Affiche ou change des attributs de fichiers.\n\n\
|
|
ATTRIB [+R | -R] [+A | -A] [+S | -S] [+H | -H] file ...\n\
|
|
[/S [/D]]\n\n\
|
|
+ Positionne un attribut\n\
|
|
- Enlève un attribut\n\
|
|
R Fichier en lecture seule\n\
|
|
A Fichier archive\n\
|
|
S Fichier système\n\
|
|
H Fichier caché\n\
|
|
/S Traite les fichiers correspondants dans le répertoire courant\n\
|
|
et tous les sous-répertoires\n\
|
|
/D Traite également les répertoires\n\n\
|
|
Taper ATTRIB sans paramètre pour afficher les attributs de tous les fichiers."
|
|
STRING_CONSOLE_ERROR "Erreur inconnue : %d\n"
|
|
STRING_ERROR_INVALID_PARAM_FORMAT "Format de paramètre incorrect - %s\n"
|
|
END
|