OSDN Git Service

(split) LDP: Update POT and ja.po to LDP v3.50.
[linuxjm/LDP_man-pages.git] / po4a / iconv / po / iconv.pot
index e325943..8b879cd 100644 (file)
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2012-05-28 07:16+0900\n"
+"POT-Creation-Date: 2013-03-22 01:05+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"
@@ -17,54 +17,54 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 
 #. type: TH
-#: build/C/man3/iconv.3:16
+#: build/C/man3/iconv.3:18
 #, no-wrap
 msgid "ICONV"
 msgstr ""
 
 #. type: TH
-#: build/C/man3/iconv.3:16
+#: build/C/man3/iconv.3:18
 #, no-wrap
 msgid "2012-05-10"
 msgstr ""
 
 #. type: TH
-#: build/C/man3/iconv.3:16 build/C/man3/iconv_close.3:12 build/C/man3/iconv_open.3:16
+#: build/C/man3/iconv.3:18 build/C/man3/iconv_close.3:14 build/C/man3/iconv_open.3:18
 #, no-wrap
 msgid "GNU"
 msgstr ""
 
 #. type: TH
-#: build/C/man3/iconv.3:16 build/C/man3/iconv_close.3:12 build/C/man3/iconv_open.3:16
+#: build/C/man3/iconv.3:18 build/C/man3/iconv_close.3:14 build/C/man3/iconv_open.3:18
 #, no-wrap
 msgid "Linux Programmer's Manual"
 msgstr ""
 
 #. type: SH
-#: build/C/man3/iconv.3:17 build/C/man3/iconv_close.3:13 build/C/man3/iconv_open.3:17
+#: build/C/man3/iconv.3:19 build/C/man3/iconv_close.3:15 build/C/man3/iconv_open.3:19
 #, no-wrap
 msgid "NAME"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv.3:19
+#: build/C/man3/iconv.3:21
 msgid "iconv - perform character set conversion"
 msgstr ""
 
 #. type: SH
-#: build/C/man3/iconv.3:19 build/C/man3/iconv_close.3:15 build/C/man3/iconv_open.3:19
+#: build/C/man3/iconv.3:21 build/C/man3/iconv_close.3:17 build/C/man3/iconv_open.3:21
 #, no-wrap
 msgid "SYNOPSIS"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv.3:22 build/C/man3/iconv_close.3:18 build/C/man3/iconv_open.3:22
+#: build/C/man3/iconv.3:24 build/C/man3/iconv_close.3:20 build/C/man3/iconv_open.3:24
 #, no-wrap
 msgid "B<#include E<lt>iconv.hE<gt>>\n"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv.3:26
+#: build/C/man3/iconv.3:28
 #, no-wrap
 msgid ""
 "B<size_t iconv(iconv_t >I<cd>B<,>\n"
@@ -73,13 +73,13 @@ msgid ""
 msgstr ""
 
 #. type: SH
-#: build/C/man3/iconv.3:27 build/C/man3/iconv_close.3:21 build/C/man3/iconv_open.3:25
+#: build/C/man3/iconv.3:29 build/C/man3/iconv_close.3:23 build/C/man3/iconv_open.3:27
 #, no-wrap
 msgid "DESCRIPTION"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv.3:52
+#: build/C/man3/iconv.3:54
 msgid ""
 "The B<iconv>()  function converts a sequence of characters in one character "
 "encoding to a sequence of characters in another character encoding.  The "
@@ -94,7 +94,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv.3:60
+#: build/C/man3/iconv.3:62
 msgid ""
 "The main case is when I<inbuf> is not NULL and I<*inbuf> is not NULL.  In "
 "this case, the B<iconv>()  function converts the multibyte sequence starting "
@@ -104,7 +104,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv.3:74
+#: build/C/man3/iconv.3:76
 msgid ""
 "The B<iconv>()  function converts one multibyte character at a time, and for "
 "each character conversion it increments I<*inbuf> and decrements "
@@ -118,13 +118,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: build/C/man3/iconv.3:74
+#: build/C/man3/iconv.3:76
 #, no-wrap
 msgid "1."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv.3:81
+#: build/C/man3/iconv.3:83
 msgid ""
 "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 "
@@ -132,13 +132,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: build/C/man3/iconv.3:81
+#: build/C/man3/iconv.3:83
 #, no-wrap
 msgid "2."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv.3:88
+#: 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 "
@@ -146,13 +146,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: build/C/man3/iconv.3:88
+#: build/C/man3/iconv.3:90
 #, no-wrap
 msgid "3."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv.3:96
+#: 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 "
@@ -161,20 +161,20 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: build/C/man3/iconv.3:96
+#: build/C/man3/iconv.3:98
 #, no-wrap
 msgid "4."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv.3:100
+#: 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>."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv.3:114
+#: build/C/man3/iconv.3:116
 msgid ""
 "A different case is when I<inbuf> is NULL or I<*inbuf> is NULL, but "
 "I<outbuf> is not NULL and I<*outbuf> is not NULL.  In this case, the "
@@ -187,7 +187,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv.3:120
+#: build/C/man3/iconv.3:122
 msgid ""
 "A third case is when I<inbuf> is NULL or I<*inbuf> is NULL, and I<outbuf> is "
 "NULL or I<*outbuf> is NULL.  In this case, the B<iconv>()  function sets "
@@ -195,13 +195,13 @@ msgid ""
 msgstr ""
 
 #. type: SH
-#: build/C/man3/iconv.3:120 build/C/man3/iconv_close.3:27 build/C/man3/iconv_open.3:69
+#: build/C/man3/iconv.3:122 build/C/man3/iconv_close.3:29 build/C/man3/iconv_open.3:71
 #, no-wrap
 msgid "RETURN VALUE"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv.3:127
+#: build/C/man3/iconv.3:129
 msgid ""
 "The B<iconv>()  function returns the number of characters converted in a "
 "nonreversible way during this call; reversible conversions are not counted.  "
@@ -209,79 +209,79 @@ msgid ""
 msgstr ""
 
 #. type: SH
-#: build/C/man3/iconv.3:127 build/C/man3/iconv_open.3:76
+#: build/C/man3/iconv.3:129 build/C/man3/iconv_open.3:78
 #, no-wrap
 msgid "ERRORS"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv.3:129
+#: build/C/man3/iconv.3:131
 msgid "The following errors can occur, among others:"
 msgstr ""
 
 #. type: TP
-#: build/C/man3/iconv.3:129
+#: build/C/man3/iconv.3:131
 #, no-wrap
 msgid "B<E2BIG>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv.3:132
+#: build/C/man3/iconv.3:134
 msgid "There is not sufficient room at I<*outbuf>."
 msgstr ""
 
 #. type: TP
-#: build/C/man3/iconv.3:132
+#: build/C/man3/iconv.3:134
 #, no-wrap
 msgid "B<EILSEQ>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv.3:135
+#: build/C/man3/iconv.3:137
 msgid "An invalid multibyte sequence has been encountered in the input."
 msgstr ""
 
 #. type: TP
-#: build/C/man3/iconv.3:135 build/C/man3/iconv_open.3:78
+#: build/C/man3/iconv.3:137 build/C/man3/iconv_open.3:80
 #, no-wrap
 msgid "B<EINVAL>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv.3:138
+#: build/C/man3/iconv.3:140
 msgid "An incomplete multibyte sequence has been encountered in the input."
 msgstr ""
 
 #. type: SH
-#: build/C/man3/iconv.3:138 build/C/man3/iconv_close.3:34 build/C/man3/iconv_open.3:82
+#: build/C/man3/iconv.3:140 build/C/man3/iconv_close.3:36 build/C/man3/iconv_open.3:84
 #, no-wrap
 msgid "VERSIONS"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv.3:140 build/C/man3/iconv_close.3:36 build/C/man3/iconv_open.3:84
+#: build/C/man3/iconv.3:142 build/C/man3/iconv_close.3:38 build/C/man3/iconv_open.3:86
 msgid "This function is available in glibc since version 2.1."
 msgstr ""
 
 #. type: SH
-#: build/C/man3/iconv.3:140 build/C/man3/iconv_close.3:36 build/C/man3/iconv_open.3:84
+#: build/C/man3/iconv.3:142 build/C/man3/iconv_close.3:38 build/C/man3/iconv_open.3:86
 #, no-wrap
 msgid "CONFORMING TO"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv.3:142
+#: build/C/man3/iconv.3:144
 msgid "POSIX.1-2001."
 msgstr ""
 
 #. type: SH
-#: build/C/man3/iconv.3:142
+#: build/C/man3/iconv.3:144
 #, no-wrap
 msgid "NOTES"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv.3:154
+#: build/C/man3/iconv.3:156
 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 +291,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv.3:161
+#: build/C/man3/iconv.3:163
 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,90 +300,90 @@ msgid ""
 msgstr ""
 
 #. type: SH
-#: build/C/man3/iconv.3:161 build/C/man3/iconv_close.3:38 build/C/man3/iconv_open.3:86
+#: build/C/man3/iconv.3:163 build/C/man3/iconv_close.3:40 build/C/man3/iconv_open.3:88
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv.3:164
+#: build/C/man3/iconv.3:166
 msgid "B<iconv_close>(3), B<iconv_open>(3)"
 msgstr ""
 
 #. type: SH
-#: build/C/man3/iconv.3:164 build/C/man3/iconv_close.3:41 build/C/man3/iconv_open.3:90
+#: build/C/man3/iconv.3:166 build/C/man3/iconv_close.3:43 build/C/man3/iconv_open.3:92
 #, no-wrap
 msgid "COLOPHON"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv.3:171 build/C/man3/iconv_close.3:48 build/C/man3/iconv_open.3:97
+#: build/C/man3/iconv.3:173 build/C/man3/iconv_close.3:50 build/C/man3/iconv_open.3:99
 msgid ""
-"This page is part of release 3.41 of the Linux I<man-pages> project.  A "
+"This page is part of release 3.50 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 ""
 
 #. type: TH
-#: build/C/man3/iconv_close.3:12
+#: build/C/man3/iconv_close.3:14
 #, no-wrap
 msgid "ICONV_CLOSE"
 msgstr ""
 
 #. type: TH
-#: build/C/man3/iconv_close.3:12 build/C/man3/iconv_open.3:16
+#: build/C/man3/iconv_close.3:14 build/C/man3/iconv_open.3:18
 #, no-wrap
 msgid "2008-08-11"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv_close.3:15
+#: build/C/man3/iconv_close.3:17
 msgid "iconv_close - deallocate descriptor for character set conversion"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv_close.3:20
+#: build/C/man3/iconv_close.3:22
 #, no-wrap
 msgid "B<int iconv_close(iconv_t >I<cd>B<);>\n"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv_close.3:27
+#: build/C/man3/iconv_close.3:29
 msgid ""
 "The B<iconv_close>()  function deallocates a conversion descriptor I<cd> "
 "previously allocated using B<iconv_open>(3)."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv_close.3:34
+#: build/C/man3/iconv_close.3:36
 msgid ""
 "When successful, the B<iconv_close>()  function returns 0.  In case of "
 "error, it sets I<errno> and returns -1."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv_close.3:38 build/C/man3/iconv_open.3:86
+#: build/C/man3/iconv_close.3:40 build/C/man3/iconv_open.3:88
 msgid "UNIX98, POSIX.1-2001."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv_close.3:41
+#: build/C/man3/iconv_close.3:43
 msgid "B<iconv>(3), B<iconv_open>(3)"
 msgstr ""
 
 #. type: TH
-#: build/C/man3/iconv_open.3:16
+#: build/C/man3/iconv_open.3:18
 #, no-wrap
 msgid "ICONV_OPEN"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv_open.3:19
+#: build/C/man3/iconv_open.3:21
 msgid "iconv_open - allocate descriptor for character set conversion"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv_open.3:24
+#: build/C/man3/iconv_open.3:26
 #, no-wrap
 msgid ""
 "B<iconv_t iconv_open(const char *>I<tocode>B<, const char "
@@ -391,7 +391,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv_open.3:31
+#: build/C/man3/iconv_open.3:33
 msgid ""
 "The B<iconv_open>()  function allocates a conversion descriptor suitable for "
 "converting byte sequences from character encoding I<fromcode> to character "
@@ -399,7 +399,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv_open.3:39
+#: build/C/man3/iconv_open.3:41
 msgid ""
 "The values permitted for I<fromcode> and I<tocode> and the supported "
 "combinations are system-dependent.  For the GNU C library, the permitted "
@@ -409,13 +409,13 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man3/iconv_open.3:39
+#: build/C/man3/iconv_open.3:41
 #, no-wrap
 msgid "//TRANSLIT"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv_open.3:46
+#: build/C/man3/iconv_open.3:48
 msgid ""
 "When the string \"//TRANSLIT\" is appended to I<tocode>, transliteration is "
 "activated.  This means that when a character cannot be represented in the "
@@ -424,13 +424,13 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man3/iconv_open.3:46
+#: build/C/man3/iconv_open.3:48
 #, no-wrap
 msgid "//IGNORE"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv_open.3:50
+#: build/C/man3/iconv_open.3:52
 msgid ""
 "When the string \"//IGNORE\" is appended to I<tocode>, characters that "
 "cannot be represented in the target character set will be silently "
@@ -438,14 +438,14 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv_open.3:56
+#: build/C/man3/iconv_open.3:58
 msgid ""
 "The resulting conversion descriptor can be used with B<iconv>(3)  any number "
 "of times.  It remains valid until deallocated using B<iconv_close>(3)."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv_open.3:69
+#: build/C/man3/iconv_open.3:71
 msgid ""
 "A conversion descriptor contains a conversion state.  After creation using "
 "B<iconv_open>(), the state is in the initial state.  Using B<iconv>(3)  "
@@ -456,7 +456,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv_open.3:76
+#: build/C/man3/iconv_open.3:78
 msgid ""
 "The B<iconv_open>()  function returns a freshly allocated conversion "
 "descriptor.  In case of error, it sets I<errno> and returns I<(iconv_t)\\ "
@@ -464,18 +464,18 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv_open.3:78
+#: build/C/man3/iconv_open.3:80
 msgid "The following error can occur, among others:"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv_open.3:82
+#: build/C/man3/iconv_open.3:84
 msgid ""
 "The conversion from I<fromcode> to I<tocode> is not supported by the "
 "implementation."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/iconv_open.3:90
+#: build/C/man3/iconv_open.3:92
 msgid "B<iconv>(1), B<iconv>(3), B<iconv_close>(3)"
 msgstr ""