1/* French translation by Sylvain Pétréolle, Pierre Schweitzer */
2
3LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
4
5STRINGTABLE
6BEGIN
7    STRING_FILE_NOT_FOUND "File not found - '%s'\n"
8    STRING_ATTRIB_HELP "Affiche ou change des attributs de fichiers.\n\n\
9ATTRIB [+R | -R] [+A | -A] [+S | -S] [+H | -H] file ...\n\
10       [/S [/D]]\n\n\
11  +   Positionne un attribut\n\
12  -   Enlève un attribut\n\
13  R   Fichier en lecture seule\n\
14  A   Fichier archive\n\
15  S   Fichier système\n\
16  H   Fichier caché\n\
17  /S  Traite les fichiers correspondants dans le répertoire courant\n\
18        et tous les sous-répertoires\n\
19  /D  Traite également les répertoires\n\n\
20Taper ATTRIB sans paramètre pour afficher les attributs de tous les fichiers."
21    STRING_CONSOLE_ERROR "Erreur inconnue : %d\n"
22    STRING_ERROR_INVALID_PARAM_FORMAT "Format de paramètre incorrect - %s\n"
23END
24