OSDN Git Service

LDP: Update POT and ja.po to LDP v3.79
[linuxjm/LDP_man-pages.git] / po4a / iconv / po / iconv.pot
index 4596597..98af22d 100644 (file)
@@ -7,13 +7,13 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2013-08-15 19:31+0900\n"
+"POT-Creation-Date: 2015-02-04 23:32+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
@@ -25,7 +25,7 @@ msgstr ""
 #. type: TH
 #: build/C/man3/iconv.3:18
 #, no-wrap
-msgid "2012-05-10"
+msgid "2014-06-13"
 msgstr ""
 
 #. type: TH
@@ -126,7 +126,7 @@ msgstr ""
 #. type: Plain text
 #: build/C/man3/iconv.3:83
 msgid ""
-"An invalid multibyte sequence is encountered in the input.  In this case it "
+"An invalid multibyte sequence is encountered in the input.  In this case, it "
 "sets I<errno> to B<EILSEQ> and returns I<(size_t)\\ -1>.  I<*inbuf> is left "
 "pointing to the beginning of the invalid multibyte sequence."
 msgstr ""
@@ -141,7 +141,7 @@ msgstr ""
 #: build/C/man3/iconv.3:90
 msgid ""
 "The input byte sequence has been entirely converted, that is, "
-"I<*inbytesleft> has gone down to 0.  In this case B<iconv>()  returns the "
+"I<*inbytesleft> has gone down to 0.  In this case, B<iconv>()  returns the "
 "number of nonreversible conversions performed during this call."
 msgstr ""
 
@@ -155,7 +155,7 @@ msgstr ""
 #: build/C/man3/iconv.3:98
 msgid ""
 "An incomplete multibyte sequence is encountered in the input, and the input "
-"byte sequence terminates after it.  In this case it sets I<errno> to "
+"byte sequence terminates after it.  In this case, it sets I<errno> to "
 "B<EINVAL> and returns I<(size_t)\\ -1>.  I<*inbuf> is left pointing to the "
 "beginning of the incomplete multibyte sequence."
 msgstr ""
@@ -170,7 +170,7 @@ msgstr ""
 #: build/C/man3/iconv.3:102
 msgid ""
 "The output buffer has no more room for the next converted character.  In "
-"this case it sets I<errno> to B<E2BIG> and returns I<(size_t)\\ -1>."
+"this case, it sets I<errno> to B<E2BIG> and returns I<(size_t)\\ -1>."
 msgstr ""
 
 #. type: Plain text
@@ -182,7 +182,7 @@ msgid ""
 "state and store a corresponding shift sequence at I<*outbuf>.  At most "
 "I<*outbytesleft> bytes, starting at I<*outbuf>, will be written.  If the "
 "output buffer has no more room for this reset sequence, it sets I<errno> to "
-"B<E2BIG> and returns I<(size_t)\\ -1>.  Otherwise it increments I<*outbuf> "
+"B<E2BIG> and returns I<(size_t)\\ -1>.  Otherwise, it increments I<*outbuf> "
 "and decrements I<*outbytesleft> by the number of bytes written."
 msgstr ""
 
@@ -264,24 +264,41 @@ msgid "This function is available in glibc since version 2.1."
 msgstr ""
 
 #. type: SH
-#: build/C/man3/iconv.3:142 build/C/man3/iconv_close.3:39 build/C/man3/iconv_open.3:107
+#: build/C/man3/iconv.3:142
+#, no-wrap
+msgid "ATTRIBUTES"
+msgstr ""
+
+#. type: SS
+#: build/C/man3/iconv.3:143
+#, no-wrap
+msgid "Multithreading (see pthreads(7))"
+msgstr ""
+
+#. type: Plain text
+#: build/C/man3/iconv.3:147
+msgid "The B<iconv>()  function is thread-safe."
+msgstr ""
+
+#. type: SH
+#: build/C/man3/iconv.3:147 build/C/man3/iconv_close.3:39 build/C/man3/iconv_open.3:107
 #, no-wrap
 msgid "CONFORMING TO"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv.3:144
+#: build/C/man3/iconv.3:149
 msgid "POSIX.1-2001."
 msgstr ""
 
 #. type: SH
-#: build/C/man3/iconv.3:144
+#: build/C/man3/iconv.3:149
 #, no-wrap
 msgid "NOTES"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv.3:156
+#: build/C/man3/iconv.3:161
 msgid ""
 "Although I<inbuf> and I<outbuf> are typed as I<char\\ **>, this does not "
 "mean that the objects they point can be interpreted as C strings or as "
@@ -291,7 +308,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv.3:163
+#: build/C/man3/iconv.3:168
 msgid ""
 "The caller of B<iconv>()  must ensure that the pointers passed to the "
 "function are suitable for accessing characters in the appropriate character "
@@ -300,28 +317,29 @@ msgid ""
 msgstr ""
 
 #. type: SH
-#: build/C/man3/iconv.3:163 build/C/man3/iconv_close.3:41 build/C/man3/iconv_open.3:109
+#: build/C/man3/iconv.3:168 build/C/man3/iconv_close.3:41 build/C/man3/iconv_open.3:109
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv.3:166
-msgid "B<iconv_close>(3), B<iconv_open>(3)"
+#: build/C/man3/iconv.3:172
+msgid "B<iconv_close>(3), B<iconv_open>(3), B<iconvconfig>(8)"
 msgstr ""
 
 #. type: SH
-#: build/C/man3/iconv.3:166 build/C/man3/iconv_close.3:44 build/C/man3/iconv_open.3:113
+#: build/C/man3/iconv.3:172 build/C/man3/iconv_close.3:44 build/C/man3/iconv_open.3:113
 #, no-wrap
 msgid "COLOPHON"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv.3:173 build/C/man3/iconv_close.3:51 build/C/man3/iconv_open.3:120
+#: build/C/man3/iconv.3:180 build/C/man3/iconv_close.3:52 build/C/man3/iconv_open.3:121
 msgid ""
-"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/."
+"This page is part of release 3.79 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