cmd: Fix the Czech translation.
This commit is contained in:
parent
2fcc9199cc
commit
00832864a4
|
@ -199,6 +199,12 @@ P
|
|||
|
||||
WCMD_VOL, "Nápověda k VOL\n"
|
||||
|
||||
WCMD_PUSHD, "PUSHD <directoryname> saves the current directory onto a\n\
|
||||
stack, and then changes the current directory to the supplied one.\n"
|
||||
|
||||
WCMD_POPD, "POPD changes current directory to the last one saved with\n\
|
||||
PUSHD.\n"
|
||||
|
||||
WCMD_MORE, "MORE displays output of files or piped input in pages.\n"
|
||||
|
||||
WCMD_EXIT,
|
||||
|
@ -222,7 +228,9 @@ MD (MKDIR)\tVytvo
|
|||
MORE\t\tDisplay output in pages\n\
|
||||
MOVE\t\tPřesune soubor, skupinu souborů nebo adresářový strom\n\
|
||||
PATH\t\tNastaví nebo ukáže prohledávané cesty\n\
|
||||
POPD\t\tRestores the directory to the last one saved with PUSHD\n\
|
||||
PROMPT\t\tZmění výzvu příkazového řádku\n\
|
||||
PUSHD\t\tChanges to a new directory, saving the current one\n\
|
||||
REN (RENAME)\tPřejmenuje soubor\n\
|
||||
RD (RMDIR)\tSmaže adresář\n\
|
||||
SET\t\tNastaví nebo zobrazí proměnnou prostředí\n\
|
||||
|
|
Loading…
Reference in New Issue