cmd: Fix the Turkish translation.

This commit is contained in:
Michael Stefaniuc 2008-06-04 01:07:26 +02:00 committed by Alexandre Julliard
parent 00832864a4
commit 72598cd58e
1 changed files with 8 additions and 0 deletions

View File

@ -198,6 +198,12 @@ Do
WCMD_VOL, "VOL hakkında yardım\n" WCMD_VOL, "VOL hakkında yardım\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_MORE, "MORE displays output of files or piped input in pages.\n"
WCMD_EXIT, WCMD_EXIT,
@ -220,7 +226,9 @@ MD (MKDIR)\tAlt dizin olu
MORE\t\tDisplay output in pages\n\ MORE\t\tDisplay output in pages\n\
MOVE\t\tBir veya daha fazla dosyayı ya da dizin ağacını taşı\n\ MOVE\t\tBir veya daha fazla dosyayı ya da dizin ağacını taşı\n\
PATH\t\tArama yolunu düzenle veya göster\n\ PATH\t\tArama yolunu düzenle veya göster\n\
POPD\t\tRestores the directory to the last one saved with PUSHD\n\
PROMPT\t\tKomut istemini değiştir\n\ PROMPT\t\tKomut istemini değiştir\n\
PUSHD\t\tChanges to a new directory, saving the current one\n\
REN (RENAME)\tDosyayı yeniden adlandır\n\ REN (RENAME)\tDosyayı yeniden adlandır\n\
RD (RMDIR)\tAlt dizini sil\n\ RD (RMDIR)\tAlt dizini sil\n\
SET\t\tÇevre değişkenlerini düzenle veya göster\n\ SET\t\tÇevre değişkenlerini düzenle veya göster\n\