Skip to content

Commit

Permalink
Project translation
Browse files Browse the repository at this point in the history
  • Loading branch information
master authored and master committed May 11, 2024
1 parent 6995ee5 commit 005cd4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions target/docs/lib/StatusBarGetText.htm
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ <h2 id="Return_Value">戻り値</h2>
<p>この関数は、ステータスバーコントロールの単一部分のテキストを返す。</p>

<h2 id="Error_Handling">エラー処理</h2>
<p>A <a href="Error.htm#TargetError">TargetError</a> is thrown if the target window could not be found or does not contain a standard status bar.</p>
<p>An <a href="Error.htm#OSError">OSError</a> is thrown if there was a problem sending the SB_GETPARTS message or no reply was received within 2000&nbsp;ms, or if memory could not be allocated within the process which owns the status bar.</p>
<p>ターゲットウィンドウが見つからない、または標準のステータスバーが含まれていないときは、<a href="Error.htm#TargetError">TargetError</a>がスローされます。</p>
<p>SB_GETPARTSメッセージの送信に問題があったとき、2000 ミリ秒以内に応答がないとき、が受信されなかったとき、またはステータスバーのオーナーのプロセスにメモリを割り当てることができなかったときは、<a href="Error.htm#OSError">OSError</a>がスローされます。</p>

<h2 id="Remarks">備考</h2>
<p>この関数は、ウィンドウ上の最初の<em>標準</em>ステータスバーを読み込もうとする(Microsoft common control:msctls_statusbar32). プログラムによっては、独自のステータスバーやMSコモンコントロールの特別なバージョンを使用しているものもあり、その場合はテキストを取得することができない。</p>
Expand Down
4 changes: 2 additions & 2 deletions target/docs/lib/StatusBarWait.htm
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ <h2 id="Return_Value">戻り値</h2>
<p>この関数は、マッチが見つかった場合は1(true)を返し、タイムアウトした場合は0(false)を返します。</p>

<h2 id="Error_Handling">エラー処理</h2>
<p>A <a href="Error.htm#TargetError">TargetError</a> is thrown if the target window could not be found or does not contain a standard status bar.</p>
<p>An <a href="Error.htm#OSError">OSError</a> is thrown if there was a problem sending the SB_GETPARTS message or no reply was received within 2000&nbsp;ms, or if memory could not be allocated within the process which owns the status bar.</p>
<p>ターゲットウィンドウが見つからない、または標準のステータスバーが含まれていないときは、<a href="Error.htm#TargetError">TargetError</a>がスローされます。</p>
<p>SB_GETPARTSメッセージの送信に問題があったとき、2000 ミリ秒以内に応答がないとき、が受信されなかったとき、またはステータスバーのオーナーのプロセスにメモリを割り当てることができなかったときは、<a href="Error.htm#OSError">OSError</a>がスローされます。</p>

<h2 id="Remarks">備考</h2>
<p>この関数は、ウィンドウ上の最初の<em>標準</em>ステータスバーを読み込もうとする(Microsoft common control:msctls_statusbar32). プログラムによっては、独自のステータス・バーやMSコモン・コントロールの特別なバージョンを使用するものがあり、その場合はそのようなバーはサポートされない。</p>
Expand Down

0 comments on commit 005cd4d

Please sign in to comment.