Michael Stefaniuc : cmd: Fix the Turkish translation.

Alexandre Julliard julliard at winehq.org
Wed Jun 4 06:35:23 CDT 2008


Module: wine
Branch: master
Commit: 72598cd58e2305a13ced7e9d960ad867c5aa2ac2
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=72598cd58e2305a13ced7e9d960ad867c5aa2ac2

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Wed Jun  4 01:07:26 2008 +0200

cmd: Fix the Turkish translation.

---

 programs/cmd/Tr.rc |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/programs/cmd/Tr.rc b/programs/cmd/Tr.rc
index 432c200..029e471 100644
--- a/programs/cmd/Tr.rc
+++ b/programs/cmd/Tr.rc
@@ -198,6 +198,12 @@ Do
 
   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_EXIT,
@@ -220,7 +226,9 @@ MD (MKDIR)\tAlt dizin olu
 MORE\t\tDisplay output in pages\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\
+POPD\t\tRestores the directory to the last one saved with PUSHD\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\
 RD (RMDIR)\tAlt dizini sil\n\
 SET\t\tÇevre deðiþkenlerini düzenle veya göster\n\




More information about the wine-cvs mailing list