Module: wine Branch: master Commit: 00832864a4cec27c8f4328b962ad47fbe09e87e8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=00832864a4cec27c8f4328b962...
Author: Michael Stefaniuc mstefani@redhat.de Date: Wed Jun 4 01:06:58 2008 +0200
cmd: Fix the Czech translation.
---
programs/cmd/Cs.rc | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/programs/cmd/Cs.rc b/programs/cmd/Cs.rc index 4afa21e..9e5973c 100644 --- a/programs/cmd/Cs.rc +++ b/programs/cmd/Cs.rc @@ -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\