From 57a947a4c25ed88564dc14b5e179dc2fe854337a Mon Sep 17 00:00:00 2001 From: Akihiro MOTOKI Date: Thu, 17 Apr 2014 03:41:44 +0900 Subject: [PATCH] (split) LDP: Translation snapshots for LDP 3.63 114 pages remaining --- po4a/epoll/po/ja.po | 70 +++-------------- po4a/filesystem/po/ja.po | 194 ++++++++++++++++------------------------------- po4a/intro/po/ja.po | 15 +--- po4a/mqueue/po/ja.po | 4 +- po4a/sched/po/ja.po | 10 +-- po4a/socket/po/ja.po | 39 +--------- po4a/stdlib/po/ja.po | 4 +- po4a/string/po/ja.po | 80 +++++-------------- stats/epoll | 3 - stats/filesystem | 10 +-- stats/mqueue | 1 - stats/sched | 2 - stats/string | 2 - untrans.html | 20 +---- 14 files changed, 112 insertions(+), 342 deletions(-) diff --git a/po4a/epoll/po/ja.po b/po4a/epoll/po/ja.po index 271b4257..526a266d 100644 --- a/po4a/epoll/po/ja.po +++ b/po4a/epoll/po/ja.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2014-04-13 10:26+0900\n" -"PO-Revision-Date: 2014-04-13 22:28+0900\n" +"PO-Revision-Date: 2014-04-14 22:25+0900\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" @@ -1771,44 +1771,28 @@ msgstr "" #. type: Plain text #: build/C/man2/epoll_wait.2:59 -#, fuzzy -#| msgid "" -#| "The I argument specifies an upper limit on the amount of time " -#| "that B() will block. This argument is a pointer to a structure " -#| "of the following form:" msgid "" "The I argument specifies the number of milliseconds that " "B() will block. The call will block until either:" -msgstr "" -"I 引き数は B() が停止する時間の上限を指定するものである。 こ" -"の引き数には以下の型の構造体へのポインタを指定する。" +msgstr "I 引き数は B() が停止する時間をミリ秒で指定する。 B() の呼び出しは以下のいずれかになるまで停止する。" #. type: Plain text #: build/C/man2/epoll_wait.2:61 msgid "a file descriptor delivers an event;" -msgstr "" +msgstr "ファイルディスクリプタがイベントを配送した" #. type: Plain text #: build/C/man2/epoll_wait.2:63 build/C/man2/poll.2:136 msgid "the call is interrupted by a signal handler; or" -msgstr "" +msgstr "呼び出しがシグナルハンドラーにより割り込まれた" #. type: Plain text #: build/C/man2/epoll_wait.2:65 msgid "the timout expires." -msgstr "" +msgstr "タイムアウトが満了した" #. type: Plain text #: build/C/man2/epoll_wait.2:80 -#, fuzzy -#| msgid "" -#| "The I argument specifies the minimum number of milliseconds that " -#| "B() will block. (This interval will be rounded up to the " -#| "system clock granularity, and kernel scheduling delays mean that the " -#| "blocking interval may overrun by a small amount.) Specifying a " -#| "I of -1 causes B() to block indefinitely, while " -#| "specifying a I equal to zero cause B() to return " -#| "immediately, even if no events are available." msgid "" "Note that the I interval will be rounded up to the system clock " "granularity, and kernel scheduling delays mean that the blocking interval " @@ -1816,13 +1800,7 @@ msgid "" "B() to block indefinitely, while specifying a I equal " "to zero cause B() to return immediately, even if no events are " "available." -msgstr "" -"I 引き数は、 B() が停止する最小時間をミリ秒で指定\n" -"する (この停止時間はシステムクロックの粒度に切り上げられ、カーネルの\n" -"スケジューリング遅延により少しだけ長くなる可能性がある)。 \n" -"I を -1 に指定すると、 B() は無限に停止する。 \n" -"I を 0 に指定すると、 B() は利用可能なイベントが\n" -"なくても、すぐに返る。" +msgstr "I 時間はシステムクロックの粒度に切り上げられ、カーネルのスケジューリング遅延により少しだけ長くなる可能性がある点に注意すること。 I を -1 に指定すると、 B() は無限に停止する。 I を 0 に指定すると、 B() は利用可能なイベントがなくても、すぐに返る。" #. type: Plain text #: build/C/man2/epoll_wait.2:84 @@ -2157,23 +2135,12 @@ msgstr "" #. type: Plain text #: build/C/man2/poll.2:101 -#, fuzzy -#| msgid "" -#| "The field I is an input parameter, a bit mask specifying the " -#| "events the application is interested in for the file descriptor I. " -#| "If this field is specified as zero, then all events are ignored for I " -#| "and I returns zero." msgid "" "The field I is an input parameter, a bit mask specifying the events " "the application is interested in for the file descriptor I. This field " "may be specified as zero, in which case the only events that can be returned " "in I are B, B, and B (see below)." -msgstr "" -"構造体の I 要素は入力パラメータで、\n" -"ファイルディスクリプタ I に関して、\n" -"アプリケーションが興味を持っているイベントのビットマスクを指定する。\n" -"このフィールドに 0 が指定された場合は、I の全てのイベントが無視され、\n" -"I には 0 が返される。" +msgstr "構造体の I 要素は入力パラメータで、 ファイルディスクリプタ I に関して、 アプリケーションが興味を持っているイベントのビットマスクを指定する。 このフィールドには 0 を指定することもでき、 その場合 I で返されるイベントは B, B, B だけである (下記参照)。" #. type: Plain text #: build/C/man2/poll.2:120 @@ -2207,42 +2174,27 @@ msgid "" "The I argument specifies the number of milliseconds that B() " "should block waiting for a file descriptor to become ready. The call will " "block until either:" -msgstr "" +msgstr "I 引き数は、 ファイルディスクリプタが利用可能になるまで B() が停止する時間をミリ秒で指定する。 B() の呼び出しは以下のいずれかになるまで停止する。" #. type: Plain text #: build/C/man2/poll.2:134 msgid "a file descriptor becomes ready;" -msgstr "" +msgstr "ファイルディスクリプタが利用可能になる" #. type: Plain text #: build/C/man2/poll.2:138 msgid "the timeout expires." -msgstr "" +msgstr "タイムアウトが満了する" #. type: Plain text #: build/C/man2/poll.2:152 -#, fuzzy -#| msgid "" -#| "The I argument specifies the number of milliseconds that B" -#| "() should block waiting for a file descriptor to become ready. This " -#| "interval will be rounded up to the system clock granularity, and kernel " -#| "scheduling delays mean that the blocking interval may overrun by a small " -#| "amount. Specifying a negative value in I means an infinite " -#| "timeout. Specifying a I of zero causes B() to return " -#| "immediately, even if no file descriptors are ready." msgid "" "Note that the I interval will be rounded up to the system clock " "granularity, and kernel scheduling delays mean that the blocking interval " "may overrun by a small amount. Specifying a negative value in I " "means an infinite timeout. Specifying a I of zero causes B" "() to return immediately, even if no file descriptors are ready." -msgstr "" -"I 引き数は、 ファイルディスクリプタが利用可能になるまで B() が" -"停止する時間をミリ秒で指定する。 この停止時間はシステムクロックの粒度に切り上" -"げられ、 カーネルのスケジューリング遅延により少しだけ長くなる可能性がある。 " -"I に負の値を指定した場合、タイムアウト時間が無限大を意味する。 " -"I を 0 に指定した場合、I/O 可能なファイルディスクリプタがない場合で" -"あっても、 B() はすぐに返る。" +msgstr "I 時間はシステムクロックの粒度に切り上げられ、 カーネルのスケジューリング遅延により少しだけ長くなる可能性がある点に注意すること。 I に負の値を指定した場合、タイムアウト時間が無限大を意味する。 I を 0 に指定した場合、I/O 可能なファイルディスクリプタがない場合であっても、 B() はすぐに返る。" #. type: Plain text #: build/C/man2/poll.2:158 diff --git a/po4a/filesystem/po/ja.po b/po4a/filesystem/po/ja.po index fa7a33e3..33e9f316 100644 --- a/po4a/filesystem/po/ja.po +++ b/po4a/filesystem/po/ja.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2014-04-13 10:26+0900\n" -"PO-Revision-Date: 2014-04-14 13:35+0900\n" +"PO-Revision-Date: 2014-04-17 03:36+0900\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" @@ -562,7 +562,7 @@ msgstr "FTS" #: build/C/man3/fts.3:40 #, no-wrap msgid "2014-03-18" -msgstr "" +msgstr "2014-03-18" #. type: Plain text #: build/C/man3/fts.3:44 @@ -1703,7 +1703,7 @@ msgid "" "All of the APIs described in this man page are not safe when compiling a " "program using the LFS APIs on 32-bit systems (e.g., when compiling with I<-" "D_FILE_OFFSET_BITS=64>)." -msgstr "" +msgstr "このマニュアルページで説明した API はいずれも、 LFS API を使うプログラムを 32 ビットシステムでコンパイルする場合 (例えば、I<-D_FILE_OFFSET_BITS=64> でコンパイルする場合など)、安全ではない。" #. type: Plain text #: build/C/man3/fts.3:796 @@ -2127,18 +2127,12 @@ msgstr "B" #. type: Plain text #: build/C/man3/ftw.3:276 -#, fuzzy -#| msgid "" -#| "I is a directory, and B was specified in I. All " -#| "of the files and subdirectories within I have been processed." msgid "" "I is a directory, and B was specified in I. (If " "B was not specified in I, then directories will always be " "visited with I set to B.) All of the files and " "subdirectories within I have been processed." -msgstr "" -"I がディレクトリで、かつ I で B が指定されていた。 " -"I 配下のファイルとサブディレクトリは全て処理が終わっている。" +msgstr "I がディレクトリで、かつ I で B が指定されていた (B が I に指定されていなかった場合、 ディレクトリに対しては常に I が B で I() が呼び出される)。 I 配下のファイルとサブディレクトリは全て処理が終わっている。" #. type: TP #: build/C/man3/ftw.3:276 @@ -3324,7 +3318,7 @@ msgstr "MOUNT" #: build/C/man2/mount.2:40 build/C/man2/stat.2:40 #, no-wrap msgid "2014-03-17" -msgstr "" +msgstr "2014-03-17" #. type: Plain text #: build/C/man2/mount.2:43 @@ -6488,6 +6482,14 @@ msgid "" " struct mfc_cq_sr dma_info_command_data[16];\n" "};\n" msgstr "" +"struct spu_dma_info {\n" +" uint64_t dma_info_type;\n" +" uint64_t dma_info_mask;\n" +" uint64_t dma_info_status;\n" +" uint64_t dma_info_stall_and_notify;\n" +" uint64_t dma_info_atomic_command_status;\n" +" struct mfc_cq_sr dma_info_command_data[16];\n" +"};\n" #. type: Plain text #: build/C/man7/spufs.7:590 @@ -6507,6 +6509,12 @@ msgid "" " uint64_t mfc_cq_data3_RW;\n" "};\n" msgstr "" +"struct mfc_cq_sr {\n" +" uint64_t mfc_cq_data0_RW;\n" +" uint64_t mfc_cq_data1_RW;\n" +" uint64_t mfc_cq_data2_RW;\n" +" uint64_t mfc_cq_data3_RW;\n" +"};\n" #. type: Plain text #: build/C/man7/spufs.7:607 @@ -6527,6 +6535,12 @@ msgid "" " struct mfc_cq_sr proxydma_info_command_data[8];\n" "};\n" msgstr "" +"struct spu_proxydma_info {\n" +" uint64_t proxydma_info_type;\n" +" uint64_t proxydma_info_mask;\n" +" uint64_t proxydma_info_status;\n" +" struct mfc_cq_sr proxydma_info_command_data[8];\n" +"};\n" #. type: Plain text #: build/C/man7/spufs.7:622 @@ -6547,7 +6561,7 @@ msgstr "" #: build/C/man7/spufs.7:626 #, no-wrap msgid "I" -msgstr "" +msgstr "I" #. type: Plain text #: build/C/man7/spufs.7:631 @@ -6573,7 +6587,7 @@ msgstr "" #: build/C/man7/spufs.7:644 #, no-wrap msgid "I" -msgstr "" +msgstr "I" #. type: Plain text #: build/C/man7/spufs.7:651 @@ -6605,6 +6619,15 @@ msgid "" " uint16_t cmd; /* command opcode */\n" "};\n" msgstr "" +"struct mfc_dma_command {\n" +" int32_t pad; /* reserved */\n" +" uint32_t lsa; /* local storage address */\n" +" uint64_t ea; /* effective address */\n" +" uint16_t size; /* transfer size */\n" +" uint16_t tag; /* command tag */\n" +" uint16_t class; /* class ID */\n" +" uint16_t cmd; /* command opcode */\n" +"};\n" #. type: Plain text #: build/C/man7/spufs.7:676 @@ -6659,7 +6682,7 @@ msgstr "" #: build/C/man7/spufs.7:716 #, no-wrap msgid "I" -msgstr "" +msgstr "I" #. type: Plain text #: build/C/man7/spufs.7:722 @@ -6683,7 +6706,7 @@ msgstr "" #: build/C/man7/spufs.7:734 #, no-wrap msgid "I" -msgstr "" +msgstr "I" #. type: Plain text #: build/C/man7/spufs.7:740 @@ -6702,7 +6725,7 @@ msgstr "" #: build/C/man7/spufs.7:742 #, no-wrap msgid "I" -msgstr "" +msgstr "I" #. type: Plain text #: build/C/man7/spufs.7:748 @@ -6846,7 +6869,7 @@ msgstr "B():" #: build/C/man2/stat.2:84 #, no-wrap msgid "Since glibc 2.10:" -msgstr "" +msgstr "glibc 2.10 以降:" #. type: Plain text #: build/C/man2/stat.2:87 @@ -6857,7 +6880,7 @@ msgstr "_XOPEN_SOURCE\\ E=\\ 700 || _POSIX_C_SOURCE\\ E=\\ 200809L" #: build/C/man2/stat.2:87 #, no-wrap msgid "Before glibc 2.10:" -msgstr "" +msgstr "glibc 2.10 より前:" #. type: Plain text #: build/C/man2/stat.2:90 @@ -6866,24 +6889,13 @@ msgstr "_ATFILE_SOURCE" #. type: Plain text #: build/C/man2/stat.2:105 -#, fuzzy -#| msgid "" -#| "These functions return information about a file. No permissions are " -#| "required on the file itself, but\\(emin the case of B() and " -#| "B() \\(em execute (search) permission is required on all of the " -#| "directories in I that lead to the file." msgid "" "These functions return information about a file, in the buffer pointed to by " "I. No permissions are required on the file itself, but\\(emin the " "case of B(), B(), and B()\\(emexecute (search) " "permission is required on all of the directories in I that lead to " "the file." -msgstr "" -"これらの関数はファイルについての情報を返す。\n" -"ファイルそのものに対するアクセス許可は必要としないが、\n" -"\\(emB() と B() の場合には \\(em\n" -"そのファイルへ至る I を構成する全てのディレクトリに対する\n" -"実行 (検索) 許可が必要である。" +msgstr "これらの関数は、ファイルについての情報を I が指すバッファに格納して返す。 ファイルそのものに対するアクセス許可は必要としないが、 \\(emB(), B(), B() の場合には \\(emそのファイルへ至る I を構成する全てのディレクトリに対する実行 (検索) 許可が必要である。" #. type: Plain text #: build/C/man2/stat.2:114 @@ -6894,32 +6906,18 @@ msgstr "" #. type: Plain text #: build/C/man2/stat.2:122 -#, fuzzy -#| msgid "" -#| "B() is identical to B(), except that if I is a " -#| "symbolic link, then the link itself is stat-ed, not the file that it " -#| "refers to." msgid "" "B() is identical to B(), except that if I is a " "symbolic link, then it returns information about the link itself, not the " "file that it refers to." -msgstr "" -"B() は B() と同じであるが、 I がシンボリックリンクの場" -"合、リンクが参照しているファイルではなく、 リンク自身の状態を取得する点が異な" -"る。" +msgstr "B() は B() と同じであるが、 I がシンボリックリンクの場合、リンクが参照しているファイルではなく、 リンク自身の状態を返す点が異なる。" #. type: Plain text #: build/C/man2/stat.2:129 -#, fuzzy -#| msgid "" -#| "B() is identical to B(), except that the file to be stat-ed " -#| "is specified by the file descriptor I." msgid "" "B() is identical to B(), except that the file about which " "informat is to be retrieved is specified by the file descriptor I." -msgstr "" -"B() は B() と同じだが、 状態を取得するファイルをファイル・ディ" -"スクリプタ I で指定する。" +msgstr "B() は B() と同じだが、 状態を取得するファイルをファイルディスクリプタ I で指定する点が異なる。" #. type: Plain text #: build/C/man2/stat.2:133 @@ -6932,23 +6930,7 @@ msgstr "" #. type: Plain text #: build/C/man2/stat.2:147 -#, fuzzy, no-wrap -#| msgid "" -#| "struct stat {\n" -#| " dev_t st_dev; /* ID of device containing file */\n" -#| " ino_t st_ino; /* inode number */\n" -#| " mode_t st_mode; /* protection */\n" -#| " nlink_t st_nlink; /* number of hard links */\n" -#| " uid_t st_uid; /* user ID of owner */\n" -#| " gid_t st_gid; /* group ID of owner */\n" -#| " dev_t st_rdev; /* device ID (if special file) */\n" -#| " off_t st_size; /* total size, in bytes */\n" -#| " blksize_t st_blksize; /* blocksize for filesystem I/O */\n" -#| " blkcnt_t st_blocks; /* number of 512B blocks allocated */\n" -#| " time_t st_atime; /* time of last access */\n" -#| " time_t st_mtime; /* time of last modification */\n" -#| " time_t st_ctime; /* time of last status change */\n" -#| "};\n" +#, no-wrap msgid "" "struct stat {\n" " dev_t st_dev; /* ID of device containing file */\n" @@ -6974,9 +6956,6 @@ msgstr "" " blksize_t st_blksize; /* ファイルシステム I/O での\n" " ブロックサイズ */\n" " blkcnt_t st_blocks; /* 割り当てられた 512B のブロック数 */\n" -" time_t st_atime; /* 最終アクセス時刻 */\n" -" time_t st_mtime; /* 最終修正時刻 */\n" -" time_t st_ctime; /* 最終状態変更時刻 */\n" "};\n" #. type: Plain text @@ -6996,6 +6975,9 @@ msgid "" " struct timespec st_mtim; /* time of last modification */\n" " struct timespec st_ctim; /* time of last status change */\n" msgstr "" +" struct timespec st_atim; /* 最終アクセス時刻 */\n" +" struct timespec st_mtim; /* 最終修正時刻 */\n" +" struct timespec st_ctim; /* 最終状態変更時刻 */\n" #. type: Plain text #: build/C/man2/stat.2:160 @@ -7006,6 +6988,10 @@ msgid "" "#define st_ctime st_ctim.tv_sec\n" "};\n" msgstr "" +"#define st_atime st_atim.tv_sec /* Backward compatibility */\n" +"#define st_mtime st_mtim.tv_sec\n" +"#define st_ctime st_ctim.tv_sec\n" +"};\n" #. type: Plain text #: build/C/man2/stat.2:173 @@ -7421,10 +7407,6 @@ msgstr "" #. type: Plain text #: build/C/man2/stat.2:385 -#, fuzzy -#| msgid "" -#| "This I argument is formed by ORing zero or more of the following " -#| "flags:" msgid "" "I can either be 0, or include one or more of the following flags ORed:" msgstr "" @@ -7560,7 +7542,7 @@ msgstr "I が有効なファイルディスクリプタでない。" #. type: Plain text #: build/C/man2/stat.2:507 msgid "Invalid flag specified in I." -msgstr "" +msgstr "I に無効なフラグが指定された。" #. type: Plain text #: build/C/man2/stat.2:513 @@ -7571,16 +7553,10 @@ msgstr "" #. type: Plain text #: build/C/man2/stat.2:517 -#, fuzzy -#| msgid "" -#| "These system calls have been available on Linux since kernel 2.4; glibc " -#| "support is provided since version 2.3." msgid "" "B() was added to Linux in kernel 2.6.16; library support was added " "to glibc in version 2.4." -msgstr "" -"これらのシステムコールはカーネル 2.4 以降の Linux で利用できる。 glibc でのサ" -"ポートはバージョン 2.3 以降で行われている。" +msgstr "B() はカーネル 2.6.16 で Linux に追加された。 ライブラリによるサポートはバージョン 2.4 で glibc に追加された。" #. SVr4 documents additional #. .BR fstat () @@ -7594,7 +7570,7 @@ msgstr "" #: build/C/man2/stat.2:530 msgid "" "B(), B(), B(): SVr4, 4.3BSD, POSIX.1-2001, POSIX.1.2008." -msgstr "" +msgstr "B(), B(), B(): SVr4, 4.3BSD, POSIX.1-2001, POSIX.1.2008." #. type: Plain text #: build/C/man2/stat.2:533 @@ -7951,7 +7927,7 @@ msgstr "" #: build/C/man2/stat.2:676 #, no-wrap msgid "Timestamp fields" -msgstr "" +msgstr "タイムスタンプフィールド" #. type: Plain text #: build/C/man2/stat.2:687 @@ -7964,19 +7940,6 @@ msgstr "" #. type: Plain text #: build/C/man2/stat.2:709 -#, fuzzy -#| msgid "" -#| "Since kernel 2.5.48, the I structure supports nanosecond resolution " -#| "for the three file timestamp fields. Glibc exposes the nanosecond " -#| "component of each field using names of the form I if the " -#| "B<_BSD_SOURCE> or B<_SVID_SOURCE> feature test macro is defined. These " -#| "fields are specified in POSIX.1-2008, and, starting with version 2.12, " -#| "glibc also exposes these field names if B<_POSIX_C_SOURCE> is defined " -#| "with the value 200809L or greater, or B<_XOPEN_SOURCE> is defined with " -#| "the value 700 or greater. If none of the aforementioned macros are " -#| "defined, then the nanosecond values are exposed with names of the form " -#| "I. On filesystems that do not support subsecond " -#| "timestamps, the nanosecond fields are returned with the value 0." msgid "" "Since kernel 2.5.48, the I structure supports nanosecond resolution " "for the three file timestamp fields. The nanosecond components of each " @@ -7988,20 +7951,7 @@ msgid "" "B<_XOPEN_SOURCE> is defined with the value 700 or greater. If none of the " "aforementioned macros are defined, then the nanosecond values are exposed " "with names of the form I." -msgstr "" -"カーネル 2.5.48 以降では、 I 構造体は 3 つのファイルのタイムスタンプ\n" -"関連のフィールドでナノ秒単位の精度に対応している。 glibc では、機能検査\n" -"マクロ B<_BSD_SOURCE> か B<_SVID_SOURCE> が定義された場合に、各フィールドの\n" -"ナノ秒の情報を I という形式の名前で公開する。\n" -"これらのフィールドは POSIX.1-2008 で規定されており、\n" -"バージョン 2.12 以降の glibc では、\n" -"B<_POSIX_C_SOURCE> が 200809L 以上の値で定義されるか、\n" -"B<_XOPEN_SOURCE> が 700 以上の値で定義された場合に、\n" -"これらのフィールドが公開される。\n" -"上記のマクロのいずれも定義されていない場合、ナノ秒の値は\n" -"I という形式の名前で公開される。\n" -"秒より細かいタイムスタンプをサポートしていないファイルシステムでは、\n" -"ナノ秒のフィールドは 0 に設定される。" +msgstr "カーネル 2.5.48 以降では、 I 構造体は 3 つのファイルのタイムスタンプ関連のフィールドでナノ秒単位の精度に対応している。 機能検査マクロ B<_BSD_SOURCE> か B<_SVID_SOURCE> が定義された場合に、各タイムスタンプのナノ秒の情報は I という形式の名前で参照できる。 ナノ秒のタイムスタンプは現在では標準化されており、 POSIX.1-2008 からである。 バージョン 2.12 以降の glibc では、 B<_POSIX_C_SOURCE> が 200809L 以上の値で定義されるか、 B<_XOPEN_SOURCE> が 700 以上の値で定義された場合にも、 このナノ秒のタイムスタンプが公開される。 上記のマクロのいずれも定義されていない場合、ナノ秒の値は I という形式の名前で公開される。" #. commit ef7f38359ea8b3e9c7f2cae9a4d4935f55ca9e80 #. type: Plain text @@ -8067,7 +8017,7 @@ msgstr "" msgid "" "The underlying system call employed by the glibc B() wrapper " "function is actually called B()." -msgstr "" +msgstr "glibc の B() ラッパー関数が内部で利用するシステムコールは、実際には B() である。" #. type: Plain text #: build/C/man2/stat.2:779 @@ -8814,20 +8764,18 @@ msgstr "" #: build/C/man3/statvfs.3:157 #, no-wrap msgid "ATTRIBUTES" -msgstr "" +msgstr "属性" #. type: SS #: build/C/man3/statvfs.3:158 #, no-wrap msgid "Multithreading (see pthreads(7))" -msgstr "" +msgstr "マルチスレッディング (pthreads(7) 参照)" #. type: Plain text #: build/C/man3/statvfs.3:164 -#, fuzzy -#| msgid "These functions are not thread-safe." msgid "The B() and B() functions are thread-safe." -msgstr "これらの関数はスレッドセーフではない。" +msgstr "関数 B() と B()はスレッドセーフである。" #. type: Plain text #: build/C/man3/statvfs.3:166 @@ -9184,36 +9132,26 @@ msgstr "I がユーザアドレス空間の外を指している。" #. type: Plain text #: build/C/man2/umount.2:129 -#, fuzzy -#| msgid "I could not be unmounted because it is busy." msgid "I is not a mount point." -msgstr "使用中 (busy) のため、 I をアンマウントできなかった。" +msgstr "I がマウントポイントではない。" #. type: Plain text #: build/C/man2/umount.2:138 -#, fuzzy -#| msgid "" -#| "I is not a mount point. Or, B() was called with " -#| "B and either B or B." msgid "" "B() was called with B and either B or " "B." -msgstr "" -"I がマウントポイントではない。 または、 B() で、 " -"B が指定された B() で、 B か B " -"が同時に指定された。" +msgstr "B が指定された B() で、 B か B が同時に指定された。" #. type: TP #: build/C/man2/umount.2:138 -#, fuzzy, no-wrap -#| msgid "B (since Linux 2.6.17)" +#, no-wrap msgid "B (since Linux 2.6.34)" -msgstr "B (Linux 2.6.17 以降)" +msgstr "B (Linux 2.6.34 以降)" #. type: Plain text #: build/C/man2/umount.2:143 msgid "B() was called with an invalid flag value in I." -msgstr "" +msgstr "I に無効なフラグが指定されて B() が呼び出された。" #. http://sourceware.org/bugzilla/show_bug.cgi?id=10092 #. type: Plain text diff --git a/po4a/intro/po/ja.po b/po4a/intro/po/ja.po index 977e6b4d..c80f421f 100644 --- a/po4a/intro/po/ja.po +++ b/po4a/intro/po/ja.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2014-04-13 10:26+0900\n" -"PO-Revision-Date: 2014-04-14 07:12+0900\n" +"PO-Revision-Date: 2014-04-16 02:59+0900\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" @@ -887,7 +887,7 @@ msgid "" "(since glibc 2.19), B<_POSIX_SOURCE>, and B<_POSIX_C_SOURCE>=200809L " "(200112L in glibc versions before 2.10; 199506L in glibc versions before " "2.4; 199309L in glibc versions before 2.1)." -msgstr "機能検査マクロが一つも明示的に定義されなかった場合、 デフォルトで機能検査マクロ B<_BSD_SOURCE> (glibc 2.19 以前), B<_SVID_SOURCE> (glibc 2.19 以前), B<_DEFAULT_SOURCE> (glibc 2.19 以降), B<_POSIX_SOURCE>, B<_POSIX_C_SOURCE>=200809L が定義される (バージョン 2.10 より前の glibc では値は 200112L、 バージョン 2.4 より前の glibc では値は 199506L、 バージョン 2.1 より前の glibc では値は 199309L)。\n" +msgstr "機能検査マクロが一つも明示的に定義されなかった場合、 デフォルトで機能検査マクロ B<_BSD_SOURCE> (glibc 2.19 以前), B<_SVID_SOURCE> (glibc 2.19 以前), B<_DEFAULT_SOURCE> (glibc 2.19 以降), B<_POSIX_SOURCE>, B<_POSIX_C_SOURCE>=200809L が定義される (バージョン 2.10 より前の glibc では値は 200112L、 バージョン 2.4 より前の glibc では値は 199506L、 バージョン 2.1 より前の glibc では値は 199309L)。" #. type: Plain text #: build/C/man7/feature_test_macros.7:503 @@ -9064,21 +9064,12 @@ msgstr "I" #. type: Plain text #: build/C/man5/proc.5:228 #, fuzzy -#| msgid "" -#| "This is a subdirectory containing one entry for each file which the " -#| "process has open, named by its file descriptor, and which is a symbolic " -#| "link to the actual file. Thus, 0 is standard input, 1 standard output, 2 " -#| "standard error, etc." msgid "" "This is a subdirectory containing one entry for each file which the process " "has open, named by its file descriptor, and which is a symbolic link to the " "actual file. Thus, 0 is standard input, 1 standard output, 2 standard " "error, and so on." -msgstr "" -"プロセスがオープンしたファイル各々に対するエントリを含むサブディレクトリ。 " -"ファイルディスクリプタがファイル名で、 実際のファイルへのシンボリックリンクに" -"なっている。 したがって 0 は標準入力、1 は標準出力、2 は標準エラー出力、など" -"となる。" +msgstr "プロセスがオープンしたファイル各々に対するエントリを含むサブディレクトリ。 ファイルディスクリプタがファイル名で、 実際のファイルへのシンボリックリンクになっている。 したがって 0 は標準入力、1 は標準出力、2 は標準エラー出力、などとなる。" #. type: Plain text #: build/C/man5/proc.5:235 diff --git a/po4a/mqueue/po/ja.po b/po4a/mqueue/po/ja.po index 5250919e..39af05f9 100644 --- a/po4a/mqueue/po/ja.po +++ b/po4a/mqueue/po/ja.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2014-04-13 10:27+0900\n" -"PO-Revision-Date: 2014-04-14 00:48+0900\n" +"PO-Revision-Date: 2014-04-17 03:40+0900\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" @@ -2653,7 +2653,7 @@ msgid "" "An attempt (B) was made to increase I beyond the " "system parameter B, but the caller is not privileged (Linux: does " "not have the B capability)." -msgstr "" +msgstr "B で I をシステムパラメーター B より大きな値に設定しようとしたが、呼び出し元が特権を持っていなかった (Linux では、 B ケーパビリティを持っていなかった)。" #. type: Plain text #: build/C/man2/msgctl.2:328 build/C/man2/msgget.2:185 diff --git a/po4a/sched/po/ja.po b/po4a/sched/po/ja.po index 0be614bc..4e68bbd0 100644 --- a/po4a/sched/po/ja.po +++ b/po4a/sched/po/ja.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2014-04-13 10:27+0900\n" -"PO-Revision-Date: 2014-04-14 01:55+0900\n" +"PO-Revision-Date: 2014-04-16 02:56+0900\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" @@ -1853,17 +1853,11 @@ msgstr "" #. type: Plain text #: build/C/man2/clone.2:711 -#, fuzzy -#| msgid "" -#| "Since Linux 2.5.35, I must also include B if " -#| "B is specified." msgid "" "Since Linux 2.5.35, I must also include B if " "B is specified (and note that, since Linux 2.6.0-test6, " "B also requires B to be included)." -msgstr "" -"Linux 2.5.35 以降では、 B を指定する場合、 I に " -"B も含まれていなければならない。" +msgstr "Linux 2.5.35 以降では、 B を指定する場合、 I に B も含まれていなければならない (Linux 2.6.0-test6 以降では、 B を指定する場合 B も指定する必要がある点に注意すること)。" #. type: Plain text #: build/C/man2/clone.2:716 diff --git a/po4a/socket/po/ja.po b/po4a/socket/po/ja.po index 4a12bddf..8d08ac6c 100644 --- a/po4a/socket/po/ja.po +++ b/po4a/socket/po/ja.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2014-04-13 10:27+0900\n" -"PO-Revision-Date: 2014-04-14 07:33+0900\n" +"PO-Revision-Date: 2014-04-14 23:24+0900\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" @@ -10229,40 +10229,3 @@ msgid "" "B(2), B(2), B(2), B(2), B(7), B(7)" msgstr "" "B(2), B(2), B(2), B(2), B(7), B(7)" - -#~ msgid "" -#~ "$ B<./a.out>\n" -#~ "lo address family: 17 (AF_PACKET)\n" -#~ "eth0 address family: 17 (AF_PACKET)\n" -#~ "lo address family: 2 (AF_INET)\n" -#~ " address: E127.0.0.1E\n" -#~ "eth0 address family: 2 (AF_INET)\n" -#~ " address: E10.1.1.4E\n" -#~ "lo address family: 10 (AF_INET6)\n" -#~ " address: E::1E\n" -#~ "eth0 address family: 10 (AF_INET6)\n" -#~ " address: Efe80::2d0:59ff:feda:eb51%eth0E\n" -#~ msgstr "" -#~ "$ B<./a.out>\n" -#~ "lo address family: 17 (AF_PACKET)\n" -#~ "eth0 address family: 17 (AF_PACKET)\n" -#~ "lo address family: 2 (AF_INET)\n" -#~ " address: E127.0.0.1E\n" -#~ "eth0 address family: 2 (AF_INET)\n" -#~ " address: E10.1.1.4E\n" -#~ "lo address family: 10 (AF_INET6)\n" -#~ " address: E::1E\n" -#~ "eth0 address family: 10 (AF_INET6)\n" -#~ " address: Efe80::2d0:59ff:feda:eb51%eth0E\n" - -#~ msgid "2013-04-19" -#~ msgstr "2013-04-19" - -#~ msgid "2012-08-03" -#~ msgstr "2012-08-03" - -#~ msgid "2012-04-23" -#~ msgstr "2012-04-23" - -#~ msgid "2012-08-17" -#~ msgstr "2012-08-17" diff --git a/po4a/stdlib/po/ja.po b/po4a/stdlib/po/ja.po index e76525c6..2b3a4f26 100644 --- a/po4a/stdlib/po/ja.po +++ b/po4a/stdlib/po/ja.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2014-04-13 10:27+0900\n" -"PO-Revision-Date: 2014-04-14 09:36+0900\n" +"PO-Revision-Date: 2014-04-16 02:59+0900\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" @@ -4671,7 +4671,7 @@ msgid "" "B, and B in the I argument given to B(2); " "including these values in the I argument given to B() is " "unnecessary, and produces errors on some systems." -msgstr "B() 関数は B() と同様だが、 I に B, B, B のビットを指定できる点が異なる (意味は B(2) と同じである)。ファイルを作成する際、 B() は B(2) に渡す I 引き数に B, B, B を含める。そのため、 B() に渡す I 引き数にこれらの値を含める必要はなく、システムによってはエラーが発生する点に注意すること。\n" +msgstr "B() 関数は B() と同様だが、 I に B, B, B のビットを指定できる点が異なる (意味は B(2) と同じである)。ファイルを作成する際、 B() は B(2) に渡す I 引き数に B, B, B を含める。そのため、 B() に渡す I 引き数にこれらの値を含める必要はなく、システムによってはエラーが発生する点に注意すること。" #. type: Plain text #: build/C/man3/mkstemp.3:146 diff --git a/po4a/string/po/ja.po b/po4a/string/po/ja.po index dad9cd18..9b704ee4 100644 --- a/po4a/string/po/ja.po +++ b/po4a/string/po/ja.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2014-04-13 10:27+0900\n" -"PO-Revision-Date: 2014-04-14 09:32+0900\n" +"PO-Revision-Date: 2014-04-16 03:31+0900\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" @@ -2988,7 +2988,7 @@ msgstr "BIB<, const char *>IB<);>" #. type: Plain text #: build/C/man3/string.3:45 msgid "Compare the strings I and I ignoring case." -msgstr "" +msgstr "文字列 I と I を大文字小文字の違いを無視して比較する。" #. type: TP #: build/C/man3/string.3:45 @@ -3001,7 +3001,7 @@ msgstr "BIB<, const char *>IB<, size_t >I< msgid "" "Compare the first I characters of the strings I and I ignoring " "case." -msgstr "" +msgstr "文字列 I と I の最初の I 文字を、大文字小文字の違いを無視して比較する。" #. type: TP #: build/C/man3/string.3:54 @@ -3043,16 +3043,10 @@ msgstr "BIB<, const char *>IB<);>" #. type: Plain text #: build/C/man3/string.3:76 -#, fuzzy -#| msgid "" -#| "The B() and B() functions return a pointer to the " -#| "resulting string I." msgid "" "Copy a string from I to I, returning a pointer to the end of the " "resulting string at I." -msgstr "" -"B() 関数と B() 関数は、結果としてできる文字列 I への" -"ポインタを返す。" +msgstr "文字列を I から I にコピーし、 I に格納された文字列の末尾へのポインターを返す。" #. type: TP #: build/C/man3/string.3:76 @@ -3064,7 +3058,7 @@ msgstr "BIB<, const char *>IB<);>" #: build/C/man3/string.3:84 msgid "" "Append the string I to the string I, returning a pointer I." -msgstr "" +msgstr "文字列 I を文字列 I に追加し、 I へのポインターを返す。" #. type: TP #: build/C/man3/string.3:84 @@ -3081,7 +3075,7 @@ msgstr "BIB<, const char *>IB<);>" #. type: Plain text #: build/C/man3/string.3:96 msgid "Compare the strings I with I." -msgstr "" +msgstr "文字列 I と I を比較する。" #. type: TP #: build/C/man3/string.3:96 @@ -3115,17 +3109,10 @@ msgstr "BIB<, const char *>IB<);>" #. type: Plain text #: build/C/man3/string.3:117 -#, fuzzy -#| msgid "" -#| "The B() function calculates the length of the initial segment " -#| "of I which consists entirely of bytes not in I." msgid "" "Calculate the length of the initial segment of the string I which does " "not contain any of bytes in the string I," -msgstr "" -"B() 関数は、 I から、I に含まれない文字だけで\n" -"構成される最初の部分文字列を探し、\n" -"その部分の (バイト単位の) 長さを計算する。" +msgstr "文字列 I の、文字列 I に含まれないバイトだけで構成される最初の部分文字列の長さを計算する。" #. type: TP #: build/C/man3/string.3:117 @@ -3137,7 +3124,7 @@ msgstr "BIB<);>" #: build/C/man3/string.3:123 msgid "" "Return a duplicate of the string I in memory allocated using B(3)." -msgstr "" +msgstr "文字列 I を、B(3) を使って確保したメモリに複製して返す。" #. type: TP #: build/C/man3/string.3:123 @@ -3147,10 +3134,8 @@ msgstr "BIB<);>" #. type: Plain text #: build/C/man3/string.3:127 -#, fuzzy -#| msgid "index, rindex - locate character in string" msgid "Randomly swap the characters in I." -msgstr "index, rindex - 文字列中の文字の位置を示す" +msgstr "I 中の文字をランダムに並び替える。" #. type: TP #: build/C/man3/string.3:127 @@ -3174,7 +3159,7 @@ msgstr "BIB<, const char *>IB<, size_t >IB<) msgid "" "Append at most I characters from the string I to the string I, " "returning a pointer to I." -msgstr "" +msgstr "文字列 I の最大 I 文字を文字列 I に追加し、I へのポインターを返す。" #. type: TP #: build/C/man3/string.3:141 @@ -3184,10 +3169,8 @@ msgstr "BIB<, const char *>IB<, size_t >IB< #. type: Plain text #: build/C/man3/string.3:149 -#, fuzzy -#| msgid "it will use at most I bytes from I; and" msgid "Compare at most I bytes of the strings I and I." -msgstr "I のうち最大 I バイトが使用される。" +msgstr "文字列 I と I を最大 I バイトまで比較する。" #. type: TP #: build/C/man3/string.3:149 @@ -3200,7 +3183,7 @@ msgstr "BIB<, const char *>IB<, size_t >IB<) msgid "" "Copy at most I bytes from string I to I, returning a pointer " "to the start of I." -msgstr "" +msgstr "文字列 I から I へ最大 I バイトをコピーし、 I の先頭へのポインターを返す。" #. type: TP #: build/C/man3/string.3:159 @@ -3210,16 +3193,10 @@ msgstr "BIB<, const char *>IB<);>" #. type: Plain text #: build/C/man3/string.3:165 -#, fuzzy -#| msgid "" -#| "The B() function locates the first occurrence in the string " -#| "I of any of the bytes in the string I." msgid "" "Return a pointer to the first occurrence in the string I of one of the " "bytes in the string I." -msgstr "" -"B() 関数は、文字列 I に含まれるバイトのいずれかが、\n" -"文字列 I 内で最初に現れる位置を特定する。" +msgstr "文字列 I に含まれるバイトのいずれかが、文字列 I 内で最初に現れる位置を特定する。" #. type: TP #: build/C/man3/string.3:165 @@ -3238,7 +3215,7 @@ msgstr "BIB<, const char *>IB<);>" msgid "" "Extract the initial token in I that is delimited by one of the " "bytes in I." -msgstr "" +msgstr "文字列 I から、I のいずれかのバイトで区切った最初のトークンを取り出す。" #. type: TP #: build/C/man3/string.3:177 @@ -3248,17 +3225,10 @@ msgstr "BIB<, const char *>IB<);>" #. type: Plain text #: build/C/man3/string.3:183 -#, fuzzy -#| msgid "" -#| "The B() function calculates the length (in bytes) of the initial " -#| "segment of I which consists entirely of bytes in I." msgid "" "Calculate the length of the starting segment in the string I that " "consists entirely of bytes in I." -msgstr "" -"B() 関数は、 I から、I に含まれる文字だけで\n" -"構成される最初の部分文字列を探し、\n" -"その部分の (バイト単位の) 長さを計算する。" +msgstr "文字列 I 中の I に含まれる文字だけで構成される最初の部分文字列の長さを計算する。" #. type: TP #: build/C/man3/string.3:183 @@ -3268,18 +3238,10 @@ msgstr "BIB<, const char *>IB<);>" #. type: Plain text #: build/C/man3/string.3:190 -#, fuzzy -#| msgid "" -#| "The B() function finds the first occurrence of the substring " -#| "I in the string I. The terminating null bytes (\\(aq" -#| "\\e0\\(aq) are not compared." msgid "" "Find the first occurrence of the substring I in the string " "I, returning a pointer to the found substring." -msgstr "" -"B() 関数は、部分文字列 I が文字列 I 中 で最初に現" -"れる位置を見つける。 文字列を終端 NULL バイト (\\(aq\\e0\\(aq) は比較されな" -"い。" +msgstr "部分文字列 I が文字列 I 中 で最初に現れる位置を探し、その部分文字列へのポインターを返す。" #. type: TP #: build/C/man3/string.3:190 @@ -3292,7 +3254,7 @@ msgstr "BIB<, const char *>IB<);>" msgid "" "Extract tokens from the string I that are delimited by one of the bytes " "in I." -msgstr "" +msgstr "文字列 I から、I のいずれかのバイトで区切ったトークンを取り出す。" #. type: TP #: build/C/man3/string.3:196 @@ -3302,16 +3264,10 @@ msgstr "BIB<, const char *>IB<, size_t >IB< #. type: Plain text #: build/C/man3/string.3:204 -#, fuzzy -#| msgid "" -#| "The programmer must ensure that there is room for at least I " -#| "characters at I." msgid "" "Transforms I to the current locale and copies the first I characters " "to I." -msgstr "" -"プログラマーは I に少なくとも I バイトの空きがあることを 保証しなけ" -"ればならない。" +msgstr "I を現在のロケールに変換し、最初の I 文字を I にコピーする。" #. type: Plain text #: build/C/man3/string.3:208 diff --git a/stats/epoll b/stats/epoll index 600912be..e69de29b 100644 --- a/stats/epoll +++ b/stats/epoll @@ -1,3 +0,0 @@ -# pagename,#complete,#remaining,#all -epoll_wait.2,51,5,56 -poll.2,86,6,92 diff --git a/stats/filesystem b/stats/filesystem index fb14119a..1965e169 100644 --- a/stats/filesystem +++ b/stats/filesystem @@ -1,9 +1,5 @@ # pagename,#complete,#remaining,#all -fts.3,126,2,128 -ftw.3,83,2,85 -mount.2,95,1,96 +ftw.3,84,1,85 spu_create.2,63,15,78 -spufs.7,109,50,159 -stat.2,186,30,216 -statvfs.3,59,3,62 -umount.2,52,4,56 +spufs.7,118,41,159 +stat.2,202,14,216 diff --git a/stats/mqueue b/stats/mqueue index d6b08e19..97a88593 100644 --- a/stats/mqueue +++ b/stats/mqueue @@ -1,3 +1,2 @@ # pagename,#complete,#remaining,#all -msgctl.2,56,1,57 msgop.2,110,11,121 diff --git a/stats/sched b/stats/sched index 4453b96b..e69de29b 100644 --- a/stats/sched +++ b/stats/sched @@ -1,2 +0,0 @@ -# pagename,#complete,#remaining,#all -clone.2,200,1,201 diff --git a/stats/string b/stats/string index 9201fb62..e69de29b 100644 --- a/stats/string +++ b/stats/string @@ -1,2 +0,0 @@ -# pagename,#complete,#remaining,#all -string.3,45,17,62 diff --git a/untrans.html b/untrans.html index 00f5d21d..59e48602 100644 --- a/untrans.html +++ b/untrans.html @@ -12,18 +12,11 @@ Released pages but not completed (released if >=80%) Near release pages (>= 70%) page nameremainingcomp. % -epoll -epoll_wait.25/5691.07 -poll.26/9293.48 filesystem -fts.32/12898.44 -ftw.32/8597.65 -mount.21/9698.96 +ftw.31/8598.82 spu_create.215/7880.77 -spufs.750/15968.55 -stat.230/21686.11 -statvfs.33/6295.16 -umount.24/5692.86 +spufs.741/15974.21 +stat.214/21693.52 intro feature_test_macros.712/16692.77 intro.25/3284.38 @@ -78,7 +71,6 @@ shmctl.22/7197.18 subpage_prot.212/3666.67 mqueue -msgctl.21/5798.25 msgop.211/12190.91 net getaddrinfo.31/13299.24 @@ -96,8 +88,6 @@ getrlimit.21/11199.10 pthread pthread_kill.31/3096.67 -sched -clone.21/20199.50 signal prctl.247/18174.03 restart_syscall.27/2774.07 @@ -137,8 +127,6 @@ stdlib getauxval.332/8060.00 vdso.7168/1817.18 -string -string.317/6272.58 time clock_getres.22/6696.97 ctime.35/6892.65 @@ -159,6 +147,6 @@ wctype towlower.34/3789.19 towupper.34/3789.19 -Total 123 pages +Total 114 pages -- 2.11.0