OSDN Git Service

(split) LDP: Translate some pages
[linuxjm/LDP_man-pages.git] / po4a / special / po / ja.po
index f57c8af..ee276f3 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "POT-Creation-Date: 2013-04-30 20:30+0900\n"
-"PO-Revision-Date: 2013-05-05 01:57+0900\n"
+"PO-Revision-Date: 2013-05-07 01:56+0900\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "Language: \n"
@@ -9657,7 +9657,7 @@ msgid ""
 "with the data written, but this will not result in a higher entropy count.  "
 "This means that it will impact the contents read from both files, but it "
 "will not make reads from I</dev/random> faster."
-msgstr ""
+msgstr "I</dev/random> や I</dev/urandom> に書き込みを行うと、 書き込まれたデータでエントロピー・プールが更新される。 しかし、 エントロピー・カウントが増えるわけではない。 つまり、 I</dev/random> と I</dev/urandom> の両方のファイルから読み出される内容に影響があるが、 I</dev/random> からの読み出しが早くなるわけではないということだ。"
 
 #. type: Plain text
 #: build/C/man4/random.4:74
@@ -9966,7 +9966,7 @@ msgid ""
 "performed will interact with the input entropy pool impacting both I</dev/"
 "random> and I</dev/urandom>.  The B<CAP_SYS_ADMIN> capability is required "
 "for all requests except B<RNDGETENTCNT>."
-msgstr ""
+msgstr "以下の B<ioctl>(2) 要求が I</dev/random> や I</dev/urandom> に接続されたファイルディスクリプタに対して定義されている。 実行されたすべての要求は、 I</dev/random> と I</dev/urandom> に影響を与える入力エントロピー・プールとやり取りを行う。 B<RNDGETENTCNT> 以外のすべての要求には B<CAP_SYS_ADMIN> ケーパビリティが必要である。"
 
 #. type: TP
 #: build/C/man4/random.4:233
@@ -9980,7 +9980,7 @@ msgid ""
 "Retrieve the entropy count of the input pool, the contents will be the same "
 "as the I<entropy_avail> file under proc.  The result will be stored in the "
 "int pointed to by the argument."
-msgstr ""
+msgstr "入力エントロピー・プールのカウントを取得する。 取得される内容は proc の I<entropy_avail> ファイルと同じである。 結果は引き数が指す整数 (int) に格納される。"
 
 #. type: TP
 #: build/C/man4/random.4:240
@@ -9993,7 +9993,7 @@ msgstr "B<RNDADDTOENTCNT>"
 msgid ""
 "Increment or decrement the entropy count of the input pool by the value "
 "pointed to by the argument."
-msgstr ""
+msgstr "入力エントロピー・プールのカウントを引き数が指す値だけ加算または減算する。"
 
 #. type: TP
 #: build/C/man4/random.4:244
@@ -10019,7 +10019,7 @@ msgid ""
 "count.  This differs from writing to I</dev/random> or I</dev/urandom>, "
 "which only adds some data but does not increment the entropy count.  The "
 "following structure is used:"
-msgstr ""
+msgstr "入力プールに追加のエントロピーを追加し、エントロピー・カウントを増やす。 この要求は I</dev/random> や I</dev/urandom> への書き込みとは異なる。 I</dev/random> や I</dev/urandom> への書き込みでは、 何らかのデータが追加されるだけで、 エントロピー・カウントは増やされない。 以下の構造体が使用される。"
 
 #. type: Plain text
 #: build/C/man4/random.4:262
@@ -10043,7 +10043,7 @@ msgid ""
 "Here I<entropy_count> is the value added to (or subtracted from) the entropy "
 "count, and I<buf> is the buffer of size I<buf_size> which gets added to the "
 "entropy pool."
-msgstr ""
+msgstr "I<entropy_count> はエントロピー・カウントに加算 (または減算) する値である。 I<buf> は大きさが I<buf_size> のバッファで、この内容がエントロピー・プールに追加される。"
 
 #. type: TP
 #: build/C/man4/random.4:271
@@ -10056,7 +10056,7 @@ msgstr "B<RNDZAPENTCNT>, B<RNDCLEARPOOL>"
 msgid ""
 "Zero the entropy count of all pools and add some system data (such as wall "
 "clock) to the pools."
-msgstr ""
+msgstr "すべてのプールのエントロピー・カウントを 0 にし、何らかのシステムデータ (現在の時刻など) をプールに追加する。"
 
 #. type: Plain text
 #: build/C/man4/random.4:277