[ATTRIB][CMD] Convert the 'attrib' command into a standalone executable
[reactos.git] / base / applications / cmdutils / attrib / lang / sk-SK.rc
1 /* Slovak translation for CMD
2 * TRANSLATOR: Mário Kačmár /Mario Kacmar/ aka Kario (kario@szm.sk)
3 * DATE OF TR: 21-03-2009
4 * LastChange: 10-08-2010
5 */
6
7 LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT
8
9 STRINGTABLE
10 BEGIN
11 STRING_ATTRIB_HELP "Displays or changes file attributes.\n\n\
12 ATTRIB [+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\
23 Type ATTRIB without a parameter to display the attributes of all files.\n"
24 STRING_CONSOLE_ERROR "Neznáma chyba: %d\n"
25 STRING_ERROR_INVALID_PARAM_FORMAT "Invalid parameter format - %s\n"
26 END