OSDN Git Service

LDP: Update POT and ja.po to LDP v3.67
[linuxjm/LDP_man-pages.git] / po4a / search / po / search.pot
index d7b2d8a..86d5d1a 100644 (file)
@@ -7,13 +7,13 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2013-09-28 04:06+0900\n"
+"POT-Creation-Date: 2014-06-03 01:29+0900\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #. type: TH
@@ -219,11 +219,12 @@ msgid "COLOPHON"
 msgstr ""
 
 #. type: Plain text
-#: 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
+#: build/C/man3/bsearch.3:142 build/C/man3/hsearch.3:356 build/C/man3/insque.3:252 build/C/man3/lsearch.3:97 build/C/man3/qsort.3:168 build/C/man3/tsearch.3:302
 msgid ""
-"This page is part of release 3.54 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/."
+"This page is part of release 3.67 of the Linux I<man-pages> project.  A "
+"description of the project, information about reporting bugs, and the latest "
+"version of this page, can be found at "
+"\\%http://www.kernel.org/doc/man-pages/."
 msgstr ""
 
 #. type: TH
@@ -233,9 +234,9 @@ msgid "HSEARCH"
 msgstr ""
 
 #. type: TH
-#: build/C/man3/hsearch.3:35
+#: build/C/man3/hsearch.3:35 build/C/man3/tsearch.3:25
 #, no-wrap
-msgid "2013-07-22"
+msgid "2014-01-05"
 msgstr ""
 
 #. type: TH
@@ -578,7 +579,7 @@ 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"
@@ -1220,8 +1221,8 @@ 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 ""
 
@@ -1252,12 +1253,6 @@ msgstr ""
 msgid "TSEARCH"
 msgstr ""
 
-#. type: TH
-#: build/C/man3/tsearch.3:25
-#, no-wrap
-msgid "2012-08-03"
-msgstr ""
-
 #. type: Plain text
 #: build/C/man3/tsearch.3:28
 msgid "tsearch, tfind, tdelete, twalk, tdestroy - manage a binary tree"
@@ -1454,14 +1449,14 @@ msgstr ""
 #. type: Plain text
 #: build/C/man3/tsearch.3:225
 #, no-wrap
-msgid "void *root = NULL;\n"
+msgid "static void *root = NULL;\n"
 msgstr ""
 
 #. 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"
@@ -1477,7 +1472,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"
@@ -1492,7 +1487,7 @@ 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"