Module: wine Branch: master Commit: aead747fa5696924f6e836a583649fdab79362b0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=aead747fa5696924f6e836a583...
Author: Akihiro Sagawa sagawa.aki@gmail.com Date: Wed Oct 2 20:42:39 2013 +0900
po: Update Japanese translation.
---
po/ja.po | 45 +++++++++++---------------------------------- 1 files changed, 11 insertions(+), 34 deletions(-)
diff --git a/po/ja.po b/po/ja.po index 744380f..c5087df 100644 --- a/po/ja.po +++ b/po/ja.po @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Wine\n" "Report-Msgid-Bugs-To: http://bugs.winehq.org%5Cn" "POT-Creation-Date: N/A\n" -"PO-Revision-Date: 2013-07-03 23:54+0900\n" +"PO-Revision-Date: 2013-10-02 19:45+0900\n" "Last-Translator: Akihiro Sagawa sagawa.aki@gmail.com\n" "Language-Team: 日本語 <>\n" "Language: Japanese\n" @@ -8516,16 +8516,11 @@ msgstr "" "直して下さい。"
#: winmm.rc:52 winmm.rc:125 -#, fuzzy -#| msgid "" -#| "The current MIDI Mapper setup refers to a MIDI device that is not " -#| "installed on the system. Use MIDI Mapper to edit the setup." msgid "" "The current MIDI Mapper setup refers to a MIDI device that is not installed " "on the system." msgstr "" -"MIDIマッパの設定がシステムに装着されていないデバイスを参照しています。設定を" -"変更するにはコントロールパネルの「MIDIマッパ」アプレットを使用して下さい。" +"MIDI マッパーの設定がシステムに装着されていないデバイスを参照しています。"
#: winmm.rc:53 msgid "" @@ -9348,10 +9343,6 @@ msgstr "" "し元に引き継がれます。\n"
#: cmd.rc:40 -#, fuzzy -#| msgid "" -#| "CD <dir> is the short version of CHDIR. It changes the current\n" -#| "default directory.\n" msgid "" "CD <directory> is the short version of CHDIR. It changes the current\n" "default directory.\n" @@ -9360,8 +9351,6 @@ msgstr "" "を変更します。\n"
#: cmd.rc:41 -#, fuzzy -#| msgid "CHDIR <dir> changes the current default directory.\n" msgid "CHDIR <directory> changes the current default directory.\n" msgstr "CHDIR <ディレクトリ> は現在のデフォルト ディレクトリを変更します。\n"
@@ -9414,11 +9403,6 @@ msgid "ERASE <filename> deletes a file or set of files.\n" msgstr "ERASE <ファイル名> はファイルやファイル群を削除します。\n"
#: cmd.rc:68 -#, fuzzy -#| msgid "" -#| "The FOR command is used to execute a command for each of a set of files.\n" -#| "\n" -#| "Syntax: FOR %variable IN (set) DO command\n" msgid "" "The FOR command is used to execute a command for each of a set of files.\n" "\n" @@ -9426,10 +9410,12 @@ msgid "" "\n" "The % sign must be doubled when using FOR in a batch file.\n" msgstr "" -"FOR コマンドはそれぞれのファイルに対してコマンドを実行する\n" -"場合に使用します。\n" +"FOR コマンドはそれぞれのファイルに対してコマンドを実行する場合に\n" +"使用します。\n" "\n" -"構文: FOR %変数 IN (セット) DO コマンド\n" +"使い方: FOR %変数 IN (セット) DO コマンド\n" +"\n" +"バッチ ファイルで FOR を利用するとき、% 記号は二重にする必要があります。\n"
#: cmd.rc:80 msgid "" @@ -9616,17 +9602,12 @@ msgid "RENAME <filename> renames a file.\n" msgstr "RENAME <ファイル名> はファイルを変名します。\n"
#: cmd.rc:158 -#, fuzzy -#| msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n" msgid "RD <directory> is the short version of RMDIR. It deletes a directory.\n" -msgstr "" -"RD <ディレクトリ> は RMDIR の短縮版です。サブディレクトリを削除します。\n" +msgstr "RD <ディレクトリ> は RMDIR の短縮版です。ディレクトリを削除します。\n"
#: cmd.rc:159 -#, fuzzy -#| msgid "RMDIR <dir> deletes a subdirectory.\n" msgid "RMDIR <directory> deletes a directory.\n" -msgstr "RMDIR <ディレクトリ> はサブディレクトリを削除します。\n" +msgstr "RMDIR <ディレクトリ> はディレクトリを削除します。\n"
#: cmd.rc:203 msgid "" @@ -9799,16 +9780,12 @@ msgstr "" "まで保持されます。終了時点で以前の環境設定が復元されます。\n"
#: cmd.rc:245 -#, fuzzy -#| msgid "" -#| "PUSHD <directoryname> saves the current directory onto a\n" -#| "stack, and then changes the current directory to the supplied one.\n" msgid "" "PUSHD <directory> saves the current directory onto a\n" "stack, and then changes the current directory to the supplied one.\n" msgstr "" -"PUSHD <ディレクトリ名> はカレント ディレクトリをスタック上に保存し、カ\n" -"レント ディレクトリを指定されたディレクトリに変更します。\n" +"PUSHD <ディレクトリ> はカレント ディレクトリをスタック上に保存し、\n" +"カレント ディレクトリを指定されたディレクトリに変更します。\n"
#: cmd.rc:247 msgid "POPD changes current directory to the last one saved with PUSHD.\n"