OSDN Git Service

(split) LDP: Translation snapshots for LDP 3.63
[linuxjm/LDP_man-pages.git] / po4a / search / po / ja.po
index 0cb6a1e..a693c08 100644 (file)
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2013-07-15 16:08+0900\n"
-"PO-Revision-Date: 2013-05-05 23:09+0900\n"
+"POT-Creation-Date: 2014-04-13 10:27+0900\n"
+"PO-Revision-Date: 2014-04-14 01:22+0900\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "Language: \n"
@@ -291,17 +291,12 @@ msgstr "この文書について"
 #: build/C/man3/bsearch.3:141 build/C/man3/hsearch.3:355
 #: build/C/man3/insque.3:251 build/C/man3/lsearch.3:96
 #: build/C/man3/qsort.3:167 build/C/man3/tsearch.3:301
-#, fuzzy
-#| msgid ""
-#| "This page is part of release 3.51 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.63 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 ""
-"この man ページは Linux I<man-pages> プロジェクトのリリース 3.51 の一部\n"
+"この man ページは Linux I<man-pages> プロジェクトのリリース 3.63 の一部\n"
 "である。プロジェクトの説明とバグ報告に関する情報は\n"
 "http://www.kernel.org/doc/man-pages/ に書かれている。"
 
@@ -312,10 +307,10 @@ msgid "HSEARCH"
 msgstr "HSEARCH"
 
 #. type: TH
-#: build/C/man3/hsearch.3:35
+#: build/C/man3/hsearch.3:35 build/C/man3/tsearch.3:25
 #, no-wrap
-msgid "2013-04-19"
-msgstr ""
+msgid "2014-01-05"
+msgstr "2014-01-05"
 
 #. type: TH
 #: build/C/man3/hsearch.3:35 build/C/man3/lsearch.3:26
@@ -531,26 +526,15 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man3/hsearch.3:182
-#, fuzzy
-#| msgid ""
-#| "B<hcreate>()  and B<hcreate_r>()  return nonzero on success.  They return "
-#| "0 on error."
 msgid ""
 "B<hcreate>()  and B<hcreate_r>()  return nonzero on success.  They return 0 "
 "on error, with I<errno> set to indicate the cause of the error."
 msgstr ""
-"B<hcreate>()  ã\81¨ B<hcreate_r>()  ã\81¯ã\80\81æ\88\90å\8a\9fã\81\97ã\81\9få ´å\90\88 0 ä»¥å¤\96ã\81®å\80¤ã\82\92è¿\94ã\81\97ã\80\81 エラーの"
-"å ´å\90\88 0 ã\82\92è¿\94ã\81\99。"
+"B<hcreate>()  ã\81¨ B<hcreate_r>()  ã\81¯ã\80\81æ\88\90å\8a\9fã\81\97ã\81\9få ´å\90\88 0 ä»¥å¤\96ã\81®å\80¤ã\82\92è¿\94ã\81\99ã\80\82 エラーの"
+"å ´å\90\88 0 ã\82\92è¿\94ã\81\97ã\80\81 I<errno> ã\81«ã\82¨ã\83©ã\83¼ã\81®å\8e\9få\9b ã\82\92示ã\81\99å\80¤ã\82\92設å®\9aã\81\99ã\82\8b。"
 
 #. type: Plain text
 #: build/C/man3/hsearch.3:196
-#, fuzzy
-#| msgid ""
-#| "On success, B<hsearch>()  returns a pointer to an entry in the hash "
-#| "table.  B<hsearch>()  returns NULL on error, that is, if I<action> is "
-#| "B<ENTER> and the hash table is full, or I<action> is B<FIND> and I<item> "
-#| "cannot be found in the hash table.  B<hsearch_r>()  returns nonzero on "
-#| "success, and 0 on error."
 msgid ""
 "On success, B<hsearch>()  returns a pointer to an entry in the hash table.  "
 "B<hsearch>()  returns NULL on error, that is, if I<action> is B<ENTER> and "
@@ -563,7 +547,8 @@ msgstr ""
 "す。 エラーの場合、 B<hsearch>()  は NULL を返す。 エラーとなるのは、 "
 "I<action> が B<ENTER> でハッシュテーブルがいっぱいの場合か、 I<action> が "
 "B<FIND> で I<item> がハッシュテーブル内に 見つからない場合である。 "
-"B<hsearch_r>()  は、成功すると 0 以外を返し、エラーの場合 0 を返す。"
+"B<hsearch_r>()  は、成功すると 0 以外を返し、エラーの場合 0 を返す。 エラーの"
+"場合、 これら二つの関数は I<errno> にエラーの原因を示す値を設定する。"
 
 #. type: SH
 #: build/C/man3/hsearch.3:196
@@ -629,27 +614,30 @@ msgstr "POSIX.1-2001 が規定しているのは、エラー B<ENOMEM> だけで
 #: build/C/man3/hsearch.3:231
 #, no-wrap
 msgid "ATTRIBUTES"
-msgstr ""
+msgstr "属性"
 
 #. type: SS
 #: build/C/man3/hsearch.3:232
 #, no-wrap
 msgid "Multithreading (see pthreads(7))"
-msgstr ""
+msgstr "マルチスレッディング (pthreads(7) 参照)"
 
 #. type: Plain text
 #: build/C/man3/hsearch.3:239
 msgid ""
-"The functions B<hcreate>(), B<hsearch>(), and B<hdestroy>()  use a global "
+"The B<hcreate>(), B<hsearch>(), and B<hdestroy>()  functions use a global "
 "space for storing the table, so they are not thread-safe."
 msgstr ""
+"関数 B<hcreate>(), B<hsearch>(), B<hdestroy>() はテーブルを格納するのにグロー"
+"バル空間を使用する。そのため、これらの関数はスレッドセーフではない。"
 
 #. type: Plain text
 #: build/C/man3/hsearch.3:246
 msgid ""
-"The functions B<hcreate_r>(), B<hsearch_r>(), and B<hdestroy_r>()  are "
+"The B<hcreate_r>(), B<hsearch_r>(), and B<hdestroy_r>()  functions are "
 "thread-safe."
 msgstr ""
+"関数 B<hcreate_r>(), B<hsearch_r>(), B<hdestroy_r>() はスレッドセーフである。"
 
 #. type: Plain text
 #: build/C/man3/hsearch.3:259
@@ -755,14 +743,14 @@ msgstr ""
 #: build/C/man3/hsearch.3:309
 #, no-wrap
 msgid ""
-"char *data[] = { \"alpha\", \"bravo\", \"charlie\", \"delta\",\n"
+"static char *data[] = { \"alpha\", \"bravo\", \"charlie\", \"delta\",\n"
 "     \"echo\", \"foxtrot\", \"golf\", \"hotel\", \"india\", \"juliet\",\n"
 "     \"kilo\", \"lima\", \"mike\", \"november\", \"oscar\", \"papa\",\n"
 "     \"quebec\", \"romeo\", \"sierra\", \"tango\", \"uniform\",\n"
 "     \"victor\", \"whisky\", \"x-ray\", \"yankee\", \"zulu\"\n"
 "};\n"
 msgstr ""
-"char *data[] = { \"alpha\", \"bravo\", \"charlie\", \"delta\",\n"
+"static char *data[] = { \"alpha\", \"bravo\", \"charlie\", \"delta\",\n"
 "     \"echo\", \"foxtrot\", \"golf\", \"hotel\", \"india\", \"juliet\",\n"
 "     \"kilo\", \"lima\", \"mike\", \"november\", \"oscar\", \"papa\",\n"
 "     \"quebec\", \"romeo\", \"sierra\", \"tango\", \"uniform\",\n"
@@ -1595,13 +1583,13 @@ msgstr ""
 #, no-wrap
 msgid ""
 "    if (argc E<lt> 2) {\n"
-"\tfprintf(stderr, \"Usage: %s E<lt>stringE<gt>...\\en\", argv[0]);\n"
-"\texit(EXIT_FAILURE);\n"
+"        fprintf(stderr, \"Usage: %s E<lt>stringE<gt>...\\en\", argv[0]);\n"
+"        exit(EXIT_FAILURE);\n"
 "    }\n"
 msgstr ""
 "    if (argc E<lt> 2) {\n"
-"\tfprintf(stderr, \"Usage: %s E<lt>stringE<gt>...\\en\", argv[0]);\n"
-"\texit(EXIT_FAILURE);\n"
+"        fprintf(stderr, \"Usage: %s E<lt>stringE<gt>...\\en\", argv[0]);\n"
+"        exit(EXIT_FAILURE);\n"
 "    }\n"
 
 #. type: Plain text
@@ -1635,12 +1623,6 @@ msgstr "B<sort>(1), B<alphasort>(3), B<strcmp>(3), B<versionsort>(3)"
 msgid "TSEARCH"
 msgstr "TSEARCH"
 
-#. type: TH
-#: build/C/man3/tsearch.3:25
-#, no-wrap
-msgid "2012-08-03"
-msgstr "2012-08-03"
-
 #. type: Plain text
 #: build/C/man3/tsearch.3:28
 msgid "tsearch, tfind, tdelete, twalk, tdestroy - manage a binary tree"
@@ -1905,14 +1887,14 @@ msgstr ""
 #. type: Plain text
 #: build/C/man3/tsearch.3:225
 #, no-wrap
-msgid "void *root = NULL;\n"
-msgstr "void *root = NULL;\n"
+msgid "static void *root = NULL;\n"
+msgstr "static void *root = NULL;\n"
 
 #. type: Plain text
 #: build/C/man3/tsearch.3:236
 #, no-wrap
 msgid ""
-"void *\n"
+"static void *\n"
 "xmalloc(unsigned n)\n"
 "{\n"
 "    void *p;\n"
@@ -1923,7 +1905,7 @@ msgid ""
 "    exit(EXIT_FAILURE);\n"
 "}\n"
 msgstr ""
-"void *\n"
+"static void *\n"
 "xmalloc(unsigned n)\n"
 "{\n"
 "    void *p;\n"
@@ -1938,7 +1920,7 @@ msgstr ""
 #: build/C/man3/tsearch.3:246
 #, no-wrap
 msgid ""
-"int\n"
+"static int\n"
 "compare(const void *pa, const void *pb)\n"
 "{\n"
 "    if (*(int *) pa E<lt> *(int *) pb)\n"
@@ -1948,7 +1930,7 @@ msgid ""
 "    return 0;\n"
 "}\n"
 msgstr ""
-"int\n"
+"static int\n"
 "compare(const void *pa, const void *pb)\n"
 "{\n"
 "    if (*(int *) pa E<lt> *(int *) pb)\n"
@@ -1962,12 +1944,12 @@ msgstr ""
 #: build/C/man3/tsearch.3:251
 #, no-wrap
 msgid ""
-"void\n"
+"static void\n"
 "action(const void *nodep, const VISIT which, const int depth)\n"
 "{\n"
 "    int *datap;\n"
 msgstr ""
-"void\n"
+"static void\n"
 "action(const void *nodep, const VISIT which, const int depth)\n"
 "{\n"
 "    int *datap;\n"
@@ -2063,5 +2045,8 @@ msgstr ""
 msgid "B<bsearch>(3), B<hsearch>(3), B<lsearch>(3), B<qsort>(3)"
 msgstr "B<bsearch>(3), B<hsearch>(3), B<lsearch>(3)  B<qsort>(3)"
 
-#~ msgid "2011-09-10"
-#~ msgstr "2011-09-10"
+#~ msgid "2013-07-22"
+#~ msgstr "2013-07-22"
+
+#~ msgid "2012-08-03"
+#~ msgstr "2012-08-03"