mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
0f50a22d3b
Co-authored-by: Stanislav Motylkov <x86corez@gmail.com>
28 lines
1 KiB
Text
28 lines
1 KiB
Text
/*
|
|
* PROJECT: ReactOS Attrib Command
|
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
|
* PURPOSE: French resource file
|
|
* TRANSLATORS: Copyright 2005 Sylvain Pétréolle <spetreolle@yahoo.fr>
|
|
*/
|
|
|
|
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
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_FILE_NOT_FOUND "File not found - '%s'\n"
|
|
STRING_ERROR_INVALID_PARAM_FORMAT "Format de paramètre incorrect - %s\n"
|
|
END
|