1LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2
3STRINGTABLE
4BEGIN
5    STRING_ATTRIB_HELP "Displays or changes file attributes.\n\n\
6ATTRIB [+R | -R] [+A | -A] [+S | -S] [+H | -H] file ...\n\
7       [/S [/D]]\n\n\
8  +   Sets an attribute\n\
9  -   Clears an attribute\n\
10  R   Read-only file attribute\n\
11  A   Archive file attribute\n\
12  S   System file attribute\n\
13  H   Hidden file attribute\n\
14  /S  Processes matching files in the current directory\n\
15      and all subdirectories\n\
16  /D  Processes directories as well\n\n\
17Type ATTRIB without a parameter to display the attributes of all files.\n"
18    STRING_CONSOLE_ERROR "Unknown error: %d\n"
19    STRING_ERROR_INVALID_PARAM_FORMAT "Invalid parameter format - %s\n"
20END
21