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 7LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT 8 9STRINGTABLE 10BEGIN 11 STRING_FILE_NOT_FOUND "File not found - '%s'\n" 12 STRING_ATTRIB_HELP "Displays or changes file attributes.\n\n\ 13ATTRIB [+R | -R] [+A | -A] [+S | -S] [+H | -H] file ...\n\ 14 [/S [/D]]\n\n\ 15 + Sets an attribute\n\ 16 - Clears an attribute\n\ 17 R Read-only file attribute\n\ 18 A Archive file attribute\n\ 19 S System file attribute\n\ 20 H Hidden file attribute\n\ 21 /S Processes matching files in the current directory\n\ 22 and all subdirectories\n\ 23 /D Processes directories as well\n\n\ 24Type ATTRIB without a parameter to display the attributes of all files.\n" 25 STRING_CONSOLE_ERROR "Neznáma chyba: %d\n" 26 STRING_ERROR_INVALID_PARAM_FORMAT "Invalid parameter format - %s\n" 27END 28