mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
0f50a22d3b
Co-authored-by: Stanislav Motylkov <x86corez@gmail.com>
28 lines
1,020 B
Text
28 lines
1,020 B
Text
/*
|
|
* PROJECT: ReactOS Attrib Command
|
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
|
* PURPOSE: English (United States) resource file
|
|
* TRANSLATORS: Copyright 2005 Magnus Olsen <magnus@greatlord.com>
|
|
*/
|
|
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
STRING_ATTRIB_HELP "Displays or changes file attributes.\n\n\
|
|
ATTRIB [+R | -R] [+A | -A] [+S | -S] [+H | -H] file ...\n\
|
|
[/S [/D]]\n\n\
|
|
+ Sets an attribute\n\
|
|
- Clears an attribute\n\
|
|
R Read-only file attribute\n\
|
|
A Archive file attribute\n\
|
|
S System file attribute\n\
|
|
H Hidden file attribute\n\
|
|
/S Processes matching files in the current directory\n\
|
|
and all subdirectories\n\
|
|
/D Processes directories as well\n\n\
|
|
Type ATTRIB without a parameter to display the attributes of all files.\n"
|
|
STRING_CONSOLE_ERROR "Unknown error: %d\n"
|
|
STRING_FILE_NOT_FOUND "File not found - '%s'\n"
|
|
STRING_ERROR_INVALID_PARAM_FORMAT "Invalid parameter format - %s\n"
|
|
END
|