OSDN Git Service

LDP: Update POT and ja.po to LDP v3.76
[linuxjm/LDP_man-pages.git] / po4a / dirent / po / ja.po
index 4685878..105386f 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2015-01-01 22:50+0900\n"
+"POT-Creation-Date: 2015-01-04 23:48+0900\n"
 "PO-Revision-Date: 2015-01-01 23:36+0900\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -213,8 +213,14 @@ msgstr "この文書について"
 #: build/C/man3/readdir.3:285 build/C/man3/rewinddir.3:75
 #: build/C/man3/scandir.3:302 build/C/man3/seekdir.3:99
 #: build/C/man3/telldir.3:110
-msgid ""
-"This page is part of release 3.75 of the Linux I<man-pages> project.  A "
+#, fuzzy
+#| msgid ""
+#| "This page is part of release 3.75 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/."
+msgid ""
+"This page is part of release 3.76 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/."
@@ -766,11 +772,22 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man2/getdents.2:213
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid ""
+#| "$B< ./a.out /testfs/>\n"
+#| "--------------- nread=120 ---------------\n"
+#| "i-node#  file type  d_reclen  d_off   d_name\n"
+#| "       2  directory    16         12  .\n"
+#| "       2  directory    16         24  ..\n"
+#| "      11  directory    24         44  lost+found\n"
+#| "      12  regular      16         56  a\n"
+#| "  228929  directory    16         68  sub\n"
+#| "   16353  directory    16         80  sub2\n"
+#| "  130817  directory    16       4096  sub3\n"
 msgid ""
 "$B< ./a.out /testfs/>\n"
 "--------------- nread=120 ---------------\n"
-"i-node#  file type  d_reclen  d_off   d_name\n"
+"inode#    file type  d_reclen  d_off   d_name\n"
 "       2  directory    16         12  .\n"
 "       2  directory    16         24  ..\n"
 "      11  directory    24         44  lost+found\n"
@@ -912,10 +929,29 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man2/getdents.2:278
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid ""
+#| "        printf(\"--------------- nread=%d ---------------\\en\", nread);\n"
+#| "        printf(\"i-node#  file type  d_reclen  d_off   d_name\\en\");\n"
+#| "        for (bpos = 0; bpos E<lt> nread;) {\n"
+#| "            d = (struct linux_dirent *) (buf + bpos);\n"
+#| "            printf(\"%8ld  \", d-E<gt>d_ino);\n"
+#| "            d_type = *(buf + bpos + d-E<gt>d_reclen - 1);\n"
+#| "            printf(\"%-10s \", (d_type == DT_REG) ?  \"regular\" :\n"
+#| "                             (d_type == DT_DIR) ?  \"directory\" :\n"
+#| "                             (d_type == DT_FIFO) ? \"FIFO\" :\n"
+#| "                             (d_type == DT_SOCK) ? \"socket\" :\n"
+#| "                             (d_type == DT_LNK) ?  \"symlink\" :\n"
+#| "                             (d_type == DT_BLK) ?  \"block dev\" :\n"
+#| "                             (d_type == DT_CHR) ?  \"char dev\" : \"???\");\n"
+#| "            printf(\"%4d %10lld  %s\\en\", d-E<gt>d_reclen,\n"
+#| "                    (long long) d-E<gt>d_off, d-E<gt>d_name);\n"
+#| "            bpos += d-E<gt>d_reclen;\n"
+#| "        }\n"
+#| "    }\n"
 msgid ""
 "        printf(\"--------------- nread=%d ---------------\\en\", nread);\n"
-"        printf(\"i-node#  file type  d_reclen  d_off   d_name\\en\");\n"
+"        printf(\"inode#    file type  d_reclen  d_off   d_name\\en\");\n"
 "        for (bpos = 0; bpos E<lt> nread;) {\n"
 "            d = (struct linux_dirent *) (buf + bpos);\n"
 "            printf(\"%8ld  \", d-E<gt>d_ino);\n"