OSDN Git Service

(split) LDP: Translation snapshots for LDP 3.64
[linuxjm/LDP_man-pages.git] / po4a / db / po / ja.po
index 5f75177..6d3f00e 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "POT-Creation-Date: 2014-04-17 13:13+0900\n"
-"PO-Revision-Date: 2014-04-13 22:15+0900\n"
+"PO-Revision-Date: 2014-04-17 23:46+0900\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "Language: \n"
@@ -203,18 +203,6 @@ msgstr "I<cachesize>"
 
 #. type: Plain text
 #: build/C/man3/btree.3:137
-#, fuzzy
-#| msgid ""
-#| "A suggested maximum size (in bytes) of the memory cache.  This value is "
-#| "I<only> advisory, and the access method will allocate more memory rather "
-#| "than fail.  Since every search examines the root page of the tree, "
-#| "caching the most recently used pages substantially improves access time.  "
-#| "In addition, physical writes are delayed as long as possible, so a "
-#| "moderate cache can reduce the number of I/O operations significantly.  "
-#| "Obviously, using a cache increases (but only increases) the likelihood of "
-#| "corruption or lost data if the system crashes while a tree is being "
-#| "modified.  If I<cachesize> is 0 (no size is specified) a default cache is "
-#| "used."
 msgid ""
 "A suggested maximum size (in bytes) of the memory cache.  This value is "
 "I<only> advisory, and the access method will allocate more memory rather "
@@ -264,14 +252,6 @@ msgstr "I<minkeypage>"
 
 #. type: Plain text
 #: build/C/man3/btree.3:159
-#, fuzzy
-#| msgid ""
-#| "The minimum number of keys which will be stored on any single page.  This "
-#| "value is used to determine which keys will be stored on overflow pages, "
-#| "that is, if a key or data item is longer than the pagesize divided by the "
-#| "minkeypage value, it will be stored on overflow pages instead of in the "
-#| "page itself.  If I<minkeypage> is 0 (no minimum number of keys is "
-#| "specified) a value of 2 is used."
 msgid ""
 "The minimum number of keys which will be stored on any single page.  This "
 "value is used to determine which keys will be stored on overflow pages, that "
@@ -294,12 +274,6 @@ msgstr "I<psize>"
 
 #. type: Plain text
 #: build/C/man3/btree.3:167
-#, fuzzy
-#| msgid ""
-#| "Page size is the size (in bytes) of the pages used for nodes in the "
-#| "tree.  The minimum page size is 512 bytes and the maximum page size is "
-#| "64K.  If I<psize> is 0 (no page size is specified) a page size is chosen "
-#| "based on the underlying filesystem I/O block size."
 msgid ""
 "Page size is the size (in bytes) of the pages used for nodes in the tree.  "
 "The minimum page size is 512 bytes and the maximum page size is 64K.  If "
@@ -369,12 +343,6 @@ msgstr "I<lorder>"
 
 #. type: Plain text
 #: build/C/man3/btree.3:206 build/C/man3/recno.3:158
-#, fuzzy
-#| msgid ""
-#| "The byte order for integers in the stored database metadata.  The number "
-#| "should represent the order as an integer; for example, big endian order "
-#| "would be the number 4,321.  If I<lorder> is 0 (no order is specified) the "
-#| "current host order is used."
 msgid ""
 "The byte order for integers in the stored database metadata.  The number "
 "should represent the order as an integer; for example, big endian order "
@@ -511,17 +479,12 @@ msgstr "この文書について"
 #. type: Plain text
 #: build/C/man3/btree.3:262 build/C/man3/dbopen.3:569 build/C/man3/hash.3:178
 #: build/C/man3/mpool.3:242 build/C/man3/recno.3:240
-#, fuzzy
-#| msgid ""
-#| "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/."
 msgid ""
 "This page is part of release 3.64 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.63 の一部\n"
+"この man ページは Linux I<man-pages> プロジェクトのリリース 3.64 の一部\n"
 "である。プロジェクトの説明とバグ報告に関する情報は\n"
 "http://www.kernel.org/doc/man-pages/ に書かれている。"
 
@@ -1492,14 +1455,6 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man3/hash.3:127
-#, fuzzy
-#| msgid ""
-#| "is the byte order for integers in the stored database metadata.  The "
-#| "number should represent the order as an integer; for example, big endian "
-#| "order would be the number 4,321.  If I<lorder> is 0 (no order is "
-#| "specified) the current host order is used.  If the file already exists, "
-#| "the specified value is ignored and the value specified when the tree was "
-#| "created is used."
 msgid ""
 "is the byte order for integers in the stored database metadata.  The number "
 "should represent the order as an integer; for example, big endian order "
@@ -1999,12 +1954,6 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man3/recno.3:138
-#, fuzzy
-#| msgid ""
-#| "A suggested maximum size, in bytes, of the memory cache.  This value is "
-#| "B<only> advisory, and the access method will allocate more memory rather "
-#| "than fail.  If I<cachesize> is 0 (no size is specified) a default cache "
-#| "is used."
 msgid ""
 "A suggested maximum size, in bytes, of the memory cache.  This value is "
 "B<only> advisory, and the access method will allocate more memory rather "
@@ -2018,13 +1967,6 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man3/recno.3:150
-#, fuzzy
-#| msgid ""
-#| "The recno access method stores the in-memory copies of its records in a "
-#| "btree.  This value is the size (in bytes) of the pages used for nodes in "
-#| "that tree.  If I<psize> is 0 (no page size is specified) a page size is "
-#| "chosen based on the underlying filesystem I/O block size.  See B<btree>"
-#| "(3)  for more information."
 msgid ""
 "The recno access method stores the in-memory copies of its records in a "
 "btree.  This value is the size (in bytes) of the pages used for nodes in "