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 * NOTE: This file is not fully translated 7 */ 8 9LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT 10 11STRINGTABLE 12BEGIN 13 IDS_NO_ENTRY "This command is not supported by the help utility.\nTry ""%s /?"".\n" 14END 15 16STRINGTABLE 17BEGIN 18 IDS_USAGE "Provides Help information for ReactOS commands.\n\n\ 19HELP [command]\n\n\ 20 command - Display help information for this command.\n" 21 IDS_HELP1 "Zoznam všetkých dostupných príkazov (+ popis)\n\n\ 22 help príkaz\n\ 23 príkaz /? Pre viac informácií o konkrétnom príkaze\n\n\ 24? Zoznam všetkých dostupných príkazov (bez popisu).\n\ 25ALIAS Sets, removes or shows aliases.\n\ 26ATTRIB Displays or changes file attributes.\n\ 27BEEP Pípnutie reproduktora.\n\ 28CALL Calls one batch program from another.\n\ 29CD Displays the name of or changes the current directory.\n\ 30CHCP Displays or sets the active code page number.\n\ 31CHOICE Waits for the user to choose one of a set of choices.\n\ 32CLS Vymaže obrazovku.\n\ 33CMD Starts a new instance of the ReactOS command interpreter.\n\ 34COLOR Sets the default console foreground and background colors.\n\ 35COPY Skopíruje jeden alebo viac súborov na iné umiestnenie.\n\ 36DATE Zobrazí alebo nastaví dátum.\n\ 37DELETE Deletes one or more files.\n\ 38DIR Displays a list of files and subdirectories in a directory.\n\ 39ECHO Displays messages, or turns command echoing on or off.\n\ 40ERASE Deletes one or more files.\n\ 41EXIT Quits the CMD.EXE program (command interpreter).\n\ 42FOR Runs a specified command for each file in a set of files.\n\ 43FREE (free) disc space.\n\ 44GOTO Directs the ReactOS command interpreter to a labeled line in\n\ 45 a batch program.\n\ 46HELP Provides Help information for ReactOS commands.\n\ 47HISTORY List all commands which has been used\n\ 48IF Performs conditional processing in batch programs.\n\ 49LABEL Creates, changes, or deletes the volume label of a disk.\n\ 50MD Vytvorí adresár.\n\ 51MKDIR Vytvorí adresár.\n\ 52MKLINK Creates a filesystem link object.\n\ 53MOVE Moves one or more files from one directory to another\n\ 54 directory.\n\ 55PATH Displays or sets a search path for executable files.\n\ 56PAUSE Suspends processing of a batch file and displays a message.\n\ 57POPD Restores the previous value of the current directory saved by\n\ 58 PUSHD.\n\ 59PROMPT Changes the command prompt.\n\ 60PUSHD Saves the current directory then changes it.\n\ 61RD Removes a directory.\n\ 62REM Records comments (remarks) in batch files.\n\ 63REN Premenuje súbor alebo súbory.\n\ 64RENAME Premenuje súbor alebo súbory.\n\ 65REPLACE Replaces files.\n\ 66RMDIR Removes a directory.\n\ 67SCREEN Move cursor and optionally print text.\n\ 68SET Displays, sets, or removes ReactOS environment variables.\n\ 69SHIFT Shifts the position of replaceable parameters in batch files.\n" 70 IDS_HELP2 "START Starts a separate window to run a specified program or command.\n\ 71 Executes command.\n\ 72TIME Zobrazí alebo nastaví systémový čas.\n\ 73TIMER Allow the use of ten stopwatches.\n\ 74TITLE Sets the window title for a CMD.EXE session.\n\ 75TYPE Displays the contents of a text file.\n\ 76VER Displays the ReactOS version.\n\ 77VERIFY Tells ReactOS whether to verify that your files are written\n\ 78 correctly to a disk.\n\ 79VOL Displays a disk volume label and serial number.\n" 80END 81