Commit 72598cd5 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

cmd: Fix the Turkish translation.

parent 00832864
......@@ -198,6 +198,12 @@ Dorulama bayrann Wine'da bir ilevi yoktur.\n"
WCMD_VOL, "VOL hakknda yardm\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,
......@@ -220,7 +226,9 @@ MD (MKDIR)\tAlt dizin olutur\n\
MORE\t\tDisplay output in pages\n\
MOVE\t\tBir veya daha fazla dosyay ya da dizin aacn ta\n\
PATH\t\tArama yolunu dzenle veya gster\n\
POPD\t\tRestores the directory to the last one saved with PUSHD\n\
PROMPT\t\tKomut istemini deitir\n\
PUSHD\t\tChanges to a new directory, saving the current one\n\
REN (RENAME)\tDosyay yeniden adlandr\n\
RD (RMDIR)\tAlt dizini sil\n\
SET\t\tevre deikenlerini dzenle veya gster\n\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment