Module: wine
Branch: master
Commit: 712ae3cf2b4a3800636471f66e8f3b3ea209ef60
URL: http://source.winehq.org/git/wine.git/?a=commit;h=712ae3cf2b4a3800636471f66…
Author: Michael Stefaniuc <mstefani(a)redhat.de>
Date: Fri May 30 00:55:44 2008 +0200
cmd: Fix the Japanese translation.
---
programs/cmd/Ja.rc | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/programs/cmd/Ja.rc b/programs/cmd/Ja.rc
index 1acc8e9..7628625 100644
--- a/programs/cmd/Ja.rc
+++ b/programs/cmd/Ja.rc
@@ -199,6 +199,12 @@ Wine
WCMD_VOL, "VOL�̃w���v\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)\t
MORE\t\tDisplay output in pages\n\
MOVE\t\t�t�@�C���܂��̓f�B���N�g���c���[���ړ�\n\
PATH\t\t�p�X��\�����͐ݒ�\n\
+POPD\t\tRestores the directory to the last one saved with PUSHD\n\
PROMPT\t\t�R�}���h�v�����v�g��ύX\n\
+PUSHD\t\tChanges to a new directory, saving the current one\n\
REN (RENAME)\t�t�@�C�������l�[��\n\
RD (RMDIR)\t�T�u�f�B���N�g�����폜\n\
SET\t\t���ϐ���ݒ薔�͕\��\n\