OSDN Git Service

(split) LDP: Update POT and ja.po to LDP v3.53.
[linuxjm/LDP_man-pages.git] / po4a / man3 / po / ja.po
index 2181106..b0b833f 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2013-07-23 23:57+0900\n"
+"POT-Creation-Date: 2013-08-15 19:32+0900\n"
 "PO-Revision-Date: 2013-07-24 00:18+0900\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -241,8 +241,13 @@ msgstr "この文書について"
 #: build/C/man3/offsetof.3:112 build/C/man3/program_invocation_name.3:72
 #: build/C/man3/queue.3:498 build/C/man3/realpath.3:239
 #: build/C/man3/setjmp.3:136 build/C/man3/xcrypt.3:81
+#, fuzzy
+#| msgid ""
+#| "This page is part of release 3.52 of the Linux I<man-pages> project.  A "
+#| "description of the project, and information about reporting bugs, can be "
+#| "found at \\%http://www.kernel.org/doc/man-pages/."
 msgid ""
-"This page is part of release 3.52 of the Linux I<man-pages> project.  A "
+"This page is part of release 3.53 of the Linux I<man-pages> project.  A "
 "description of the project, and information about reporting bugs, can be "
 "found at \\%http://www.kernel.org/doc/man-pages/."
 msgstr ""
@@ -555,9 +560,14 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man3/argz_add.3:99
-msgid ""
-"B<argz_append>()  appends the argz vector (I<buf>,\\ buf_lenI<)> after "
-"(I<*argz>,\\ *argz_lenI<)> and updates I<*argz> and I<*argz_len>.  (Thus, "
+#, fuzzy
+#| msgid ""
+#| "B<argz_append>()  appends the argz vector (I<buf>,\\ buf_lenI<)> after "
+#| "(I<*argz>,\\ *argz_lenI<)> and updates I<*argz> and I<*argz_len>.  (Thus, "
+#| "I<*argz_len> will be increased by I<buf_len>.)"
+msgid ""
+"B<argz_append>()  appends the argz vector (I<buf>,\\ I<buf_len>)  after "
+"(I<*argz>,\\ I<*argz_len>)  and updates I<*argz> and I<*argz_len>.  (Thus, "
 "I<*argz_len> will be increased by I<buf_len>.)"
 msgstr ""
 "B<argz_append>()  は argz vector (I<buf>,\\ I<buf_len>)  の後ろに (I<*argz>,"
@@ -566,47 +576,73 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man3/argz_add.3:104
+#, fuzzy
+#| msgid ""
+#| "B<argz_count>()  counts the number of strings, that is, the number of "
+#| "null bytes (\\(aq\\e0\\(aq), in (I<argz>,\\ argz_lenI<).>"
 msgid ""
 "B<argz_count>()  counts the number of strings, that is, the number of null "
-"bytes (\\(aq\\e0\\(aq), in (I<argz>,\\ argz_lenI<).>"
+"bytes (\\(aq\\e0\\(aq), in (I<argz>,\\ I<argz_len>)."
 msgstr ""
 "B<argz_count>()  は (I<argz>,\\ I<argz_len>)  内の文字列の数を数える。実際に"
 "は NULL バイト (\\(aq\\e0\\(aq) の数を数えている。"
 
 #. type: Plain text
 #: build/C/man3/argz_add.3:112
+#, fuzzy
+#| msgid ""
+#| "B<argz_create>()  converts a UNIX-style argument vector I<argv>, "
+#| "terminated by I<(char\\ *)\\ 0>, into an argz vector (I<*argz>,\\ "
+#| "*argz_lenI<).>"
 msgid ""
 "B<argz_create>()  converts a UNIX-style argument vector I<argv>, terminated "
-"by I<(char\\ *)\\ 0>, into an argz vector (I<*argz>,\\ *argz_lenI<).>"
+"by I<(char\\ *)\\ 0>, into an argz vector (I<*argz>,\\ I<*argz_len>)."
 msgstr ""
 "B<argz_create>() は、UNIX 流の引き数ベクトルである (I<(char\\ *) 0> で終端さ"
 "れる) I<argv> を、argz vector (I<*argz>,\\ I<*argz_len>)  に変換する。"
 
 #. type: Plain text
 #: build/C/man3/argz_add.3:120
+#, fuzzy
+#| msgid ""
+#| "B<argz_create_sep>()  converts the null-terminated string I<str> into an "
+#| "argz vector (I<*argz>,\\ *argz_lenI<)> by breaking it up at every "
+#| "occurrence of the separator I<sep>."
 msgid ""
 "B<argz_create_sep>()  converts the null-terminated string I<str> into an "
-"argz vector (I<*argz>,\\ *argz_lenI<)> by breaking it up at every occurrence "
-"of the separator I<sep>."
+"argz vector (I<*argz>,\\ I<*argz_len>)  by breaking it up at every "
+"occurrence of the separator I<sep>."
 msgstr ""
 "B<argz_create_sep>()  は、NULL 終端された文字列 I<str> を区切り文字 I<sep> が"
 "現れる毎に分割しながら、argz vector (*I<argz>,\\ I<*argz_len>)  に変換する。"
 
 #. type: Plain text
 #: build/C/man3/argz_add.3:130
+#, fuzzy
+#| msgid ""
+#| "B<argz_delete>()  removes the substring pointed to by I<entry> from the "
+#| "argz vector (I<*argz>,\\ *argz_lenI<)> and updates I<*argz> and "
+#| "I<*argz_len>."
 msgid ""
 "B<argz_delete>()  removes the substring pointed to by I<entry> from the argz "
-"vector (I<*argz>,\\ *argz_lenI<)> and updates I<*argz> and I<*argz_len>."
+"vector (I<*argz>,\\ I<*argz_len>)  and updates I<*argz> and I<*argz_len>."
 msgstr ""
 "B<argz_delete>()  は、 I<entry> で指し示された文字列を argz vector (I<*argz>,"
 "\\ I<*argz_len>) から削除し、 I<*argz> と I<*argz_len> を更新する。"
 
 #. type: Plain text
 #: build/C/man3/argz_add.3:145
+#, fuzzy
+#| msgid ""
+#| "B<argz_extract>()  is the opposite of B<argz_create>().  It takes the "
+#| "argz vector (I<argz>,\\ argz_lenI<)> and fills the array starting at "
+#| "I<argv> with pointers to the substrings, and a final NULL, making a UNIX-"
+#| "style argv vector.  The array I<argv> must have room for I<argz_count>"
+#| "(I<argz>,I<argz_len>) + 1 pointers."
 msgid ""
 "B<argz_extract>()  is the opposite of B<argz_create>().  It takes the argz "
-"vector (I<argz>,\\ argz_lenI<)> and fills the array starting at I<argv> with "
-"pointers to the substrings, and a final NULL, making a UNIX-style argv "
+"vector (I<argz>,\\ I<argz_len>)  and fills the array starting at I<argv> "
+"with pointers to the substrings, and a final NULL, making a UNIX-style argv "
 "vector.  The array I<argv> must have room for I<argz_count>(I<argz>,"
 "I<argz_len>) + 1 pointers."
 msgstr ""
@@ -618,10 +654,16 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man3/argz_add.3:164
+#, fuzzy
+#| msgid ""
+#| "B<argz_insert>()  is the opposite of B<argz_delete>().  It inserts the "
+#| "argument I<entry> at position I<before> into the argz vector (I<*argz>,\\ "
+#| "*argz_lenI<)> and updates I<*argz> and I<*argz_len>.  If I<before> is "
+#| "NULL, then I<entry> will inserted at the end."
 msgid ""
 "B<argz_insert>()  is the opposite of B<argz_delete>().  It inserts the "
 "argument I<entry> at position I<before> into the argz vector (I<*argz>,\\ "
-"*argz_lenI<)> and updates I<*argz> and I<*argz_len>.  If I<before> is NULL, "
+"I<*argz_len>)  and updates I<*argz> and I<*argz_len>.  If I<before> is NULL, "
 "then I<entry> will inserted at the end."
 msgstr ""
 "B<argz_insert>()  は B<argz_delete>()  の反対の操作を行う。argz vector "