1/* FILE:       base/shell/cmd/lang/cs-CZ.rc
2 * TRANSLATOR: Radek Liska aka Black_Fox (radekliska at gmail dot com)
3 * UPDATED:    2015-04-12
4 */
5
6LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
7
8STRINGTABLE
9BEGIN
10    STRING_FILE_NOT_FOUND "File not found - '%s'\n"
11    STRING_ATTRIB_HELP "Displays or changes file attributes.\n\n\
12ATTRIB [+R | -R] [+A | -A] [+S | -S] [+H | -H] file ...\n\
13       [/S [/D]]\n\n\
14  +   Sets an attribute\n\
15  -   Clears an attribute\n\
16  R   Read-only file attribute\n\
17  A   Archive file attribute\n\
18  S   System file attribute\n\
19  H   Hidden file attribute\n\
20  /S  Processes matching files in the current directory\n\
21      and all subdirectories\n\
22  /D  Processes directories as well\n\n\
23Type ATTRIB without a parameter to display the attributes of all files.\n"
24    STRING_CONSOLE_ERROR "Neznámá chyba: %d\n"
25    STRING_ERROR_INVALID_PARAM_FORMAT "Neplatný formát parametru - %s\n"
26END
27