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