|
|
@@ -8,7 +8,7 @@ msgid ""
|
|
|
msgstr ""
|
|
|
"Project-Id-Version: GNU libmicrohttpd 0.9.51\n"
|
|
|
"Report-Msgid-Bugs-To: [email protected]\n"
|
|
|
-"POT-Creation-Date: 2016-09-05 14:00+0200\n"
|
|
|
+"POT-Creation-Date: 2016-09-27 20:37+0200\n"
|
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
|
"Language-Team: LANGUAGE <[email protected]>\n"
|
|
|
@@ -17,6 +17,659 @@ msgstr ""
|
|
|
"Content-Type: text/plain; charset=CHARSET\n"
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
|
-#: src/microhttpd/basicauth.c:65
|
|
|
+#: src/microhttpd/basicauth.c:67
|
|
|
msgid "Error decoding basic authentication\n"
|
|
|
msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/basicauth.c:77
|
|
|
+msgid "Basic authentication doesn't contain ':' separator\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/basicauth.c:95
|
|
|
+msgid "Failed to allocate memory for password\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/basicauth.c:158
|
|
|
+msgid "Failed to add Basic auth header\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/connection.c:530
|
|
|
+msgid "Failed to signal end of connection via pipe"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/connection.c:623
|
|
|
+msgid "Closing connection (application reported error generating data)\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/connection.c:669
|
|
|
+msgid "Closing connection (out of memory)\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/connection.c:713
|
|
|
+msgid "Closing connection (application error generating response)\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/connection.c:1234
|
|
|
+#, c-format
|
|
|
+msgid ""
|
|
|
+"Error processing request (HTTP response code is %u (`%s')). Closing "
|
|
|
+"connection.\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/connection.c:1251 src/microhttpd/connection.c:2861
|
|
|
+#: src/microhttpd/connection.c:2964
|
|
|
+msgid "Closing connection (failed to create response header)\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/connection.c:1275 src/microhttpd/connection.c:2330
|
|
|
+#: src/microhttpd/connection.c:2391 src/microhttpd/connection.c:2628
|
|
|
+#: src/microhttpd/connection_https.c:139
|
|
|
+#, c-format
|
|
|
+msgid "In function %s handling connection at state: %s\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/connection.c:1491
|
|
|
+msgid "Not enough memory in pool to allocate header record!\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/connection.c:1533
|
|
|
+msgid "Not enough memory in pool to parse cookies!\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/connection.c:1738 src/microhttpd/connection.c:1900
|
|
|
+msgid "Application reported internal error, closing connection.\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/connection.c:1790 src/microhttpd/connection.c:1845
|
|
|
+msgid ""
|
|
|
+"Received malformed HTTP request (bad chunked encoding). Closing connection.\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/connection.c:1908
|
|
|
+msgid "libmicrohttpd API violation"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/connection.c:1924
|
|
|
+msgid ""
|
|
|
+"WARNING: incomplete POST processing and connection not suspended will result "
|
|
|
+"in hung connection.\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/connection.c:2028
|
|
|
+#, c-format
|
|
|
+msgid "Sent response: `%.*s'\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/connection.c:2089
|
|
|
+msgid "Received malformed line (no colon). Closing connection.\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/connection.c:2225
|
|
|
+msgid "Received HTTP 1.1 request without `Host' header.\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/connection.c:2420 src/microhttpd/connection.c:2495
|
|
|
+#, c-format
|
|
|
+msgid "Failed to send data: %s\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/connection.c:2429
|
|
|
+#, c-format
|
|
|
+msgid "Sent 100 continue response: `%.*s'\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/connection.c:2470
|
|
|
+msgid "Data offset exceeds limit"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/connection.c:2480
|
|
|
+#, c-format
|
|
|
+msgid "Sent %d-byte DATA response: `%.*s'\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/connection.c:2546 src/microhttpd/daemon.c:5237
|
|
|
+msgid "Internal error\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/connection.c:3166 src/microhttpd/daemon.c:2054
|
|
|
+#: src/microhttpd/daemon.c:3392 src/microhttpd/daemon.c:3412
|
|
|
+#: src/microhttpd/daemon.c:4322 src/microhttpd/daemon.c:4340
|
|
|
+#: src/microhttpd/response.c:814 src/microhttpd/response.c:840
|
|
|
+#, c-format
|
|
|
+msgid "Call to epoll_ctl failed: %s\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/connection.c:3330
|
|
|
+msgid "Application used invalid status code for 'upgrade' response!\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/connection.c:3340
|
|
|
+msgid ""
|
|
|
+"Application attempted 'upgrade' without setting MHD_USE_SUSPEND_RESUME!\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/connection.c:3351
|
|
|
+msgid ""
|
|
|
+"Application attempted 'upgrade' HTTPS connection in epoll mode without "
|
|
|
+"setting MHD_USE_HTTPS_EPOLL_UPGRADE!\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/connection_https.c:70
|
|
|
+msgid "Error: received handshake message out of context\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:113
|
|
|
+#, c-format
|
|
|
+msgid "Fatal error in GNU libmicrohttpd %s:%u: %s\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:329
|
|
|
+msgid "Failed to add IP connection count node\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:387
|
|
|
+msgid "Failed to find previously-added IP address\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:393
|
|
|
+msgid "Previously-added IP address had counter of zero\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:559
|
|
|
+msgid ""
|
|
|
+"Failed to setup x509 certificate/key: pre 3.X.X version of GnuTLS does not "
|
|
|
+"support setting key password"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:609
|
|
|
+#, c-format
|
|
|
+msgid "Error: invalid credentials type %d specified.\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:849
|
|
|
+#, c-format
|
|
|
+msgid "Maximum socket in select set: %d\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:943 src/microhttpd/daemon.c:960
|
|
|
+#: src/microhttpd/daemon.c:2178 src/microhttpd/daemon.c:2552
|
|
|
+#: src/microhttpd/daemon.c:5097
|
|
|
+msgid "Failed to remove FD from epoll set\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:1156
|
|
|
+msgid "Error preparing select\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:1176 src/microhttpd/daemon.c:1404
|
|
|
+#, c-format
|
|
|
+msgid "Error during select (%d): `%s'\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:1226 src/microhttpd/daemon.c:1477
|
|
|
+#, c-format
|
|
|
+msgid "Error during poll: `%s'\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:1386
|
|
|
+msgid "Failed to add FD to fd_set\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:1507
|
|
|
+msgid "Processing thread terminating. Closing connection\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:1783 src/microhttpd/daemon.c:4852
|
|
|
+#, c-format
|
|
|
+msgid "Socket descriptor larger than FD_SETSIZE: %d > %d\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:1798 src/microhttpd/daemon.c:2472
|
|
|
+#, c-format
|
|
|
+msgid "Accepted connection on socket %d\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:1810
|
|
|
+msgid "Server reached connection limit. Closing inbound connection.\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:1828
|
|
|
+msgid "Connection rejected by application. Closing connection.\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:1876 src/microhttpd/daemon.c:1896
|
|
|
+#: src/microhttpd/daemon.c:2981
|
|
|
+#, c-format
|
|
|
+msgid "Error allocating memory: %s\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:1929
|
|
|
+#, c-format
|
|
|
+msgid "Failed to set nonblocking mode on connection socket: %s\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:1957
|
|
|
+#, c-format
|
|
|
+msgid "Failed to setup TLS credentials: unknown credential type %d\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:1966
|
|
|
+msgid "Unknown credential type"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:2034
|
|
|
+msgid "Failed to signal new connection via pipe."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:2140
|
|
|
+msgid "Cannot suspend connections without enabling MHD_USE_SUSPEND_RESUME!\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:2205
|
|
|
+msgid "Cannot resume connections without enabling MHD_USE_SUSPEND_RESUME!\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:2215
|
|
|
+msgid "Failed to signal resume via pipe."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:2342
|
|
|
+#, c-format
|
|
|
+msgid "Failed to set nonblocking mode on new client socket: %s\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:2350
|
|
|
+msgid "Failed to set noninheritable mode on new client socket.\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:2418
|
|
|
+#, c-format
|
|
|
+msgid "Error accepting connection: %s\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:2435
|
|
|
+msgid ""
|
|
|
+"Hit process or system resource limit at FIRST connection. This is really bad "
|
|
|
+"as there is no sane way to proceed. Will try busy waiting for system "
|
|
|
+"resources to become magically available.\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:2443
|
|
|
+#, c-format
|
|
|
+msgid ""
|
|
|
+"Hit process or system resource limit at %u connections, temporarily "
|
|
|
+"suspending accept(). Consider setting a lower MHD_OPTION_CONNECTION_LIMIT.\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:2455
|
|
|
+#, c-format
|
|
|
+msgid "Failed to set nonblocking mode on incoming connection socket: %s\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:2465
|
|
|
+msgid "Failed to set noninheritable mode on incoming connection socket.\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:2509 src/microhttpd/daemon.c:5201
|
|
|
+#: src/microhttpd/daemon.c:5216 src/microhttpd/daemon.c:5330
|
|
|
+#: src/microhttpd/daemon.c:5361
|
|
|
+msgid "Failed to join a thread\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:2602
|
|
|
+msgid "Illegal call to MHD_get_timeout\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:2820
|
|
|
+msgid "Could not obtain daemon fdsets"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:2836
|
|
|
+msgid "Could not add listen socket to fdset"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:2863
|
|
|
+msgid "Could not add control pipe FD to fdset"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:2920
|
|
|
+#, c-format
|
|
|
+msgid "select failed: %s\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:3078 src/microhttpd/daemon.c:3208
|
|
|
+#, c-format
|
|
|
+msgid "poll failed: %s\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:3297 src/microhttpd/daemon.c:3468
|
|
|
+#, c-format
|
|
|
+msgid "Call to epoll_wait failed: %s\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:3430 src/microhttpd/daemon.c:3784
|
|
|
+msgid "Failed to remove listen FD from epoll set\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:3794
|
|
|
+msgid "Failed to signal quiesce via pipe"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:3817
|
|
|
+msgid "failed to signal quiesce via pipe"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:3950
|
|
|
+#, c-format
|
|
|
+msgid "Specified thread pool size (%u) too big\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:3964 src/microhttpd/daemon.c:3975
|
|
|
+#: src/microhttpd/daemon.c:3986 src/microhttpd/daemon.c:3997
|
|
|
+#: src/microhttpd/daemon.c:4039
|
|
|
+#, c-format
|
|
|
+msgid "MHD HTTPS option %d passed to MHD but MHD_USE_SSL not set\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:4016
|
|
|
+msgid "Error initializing DH parameters\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:4028
|
|
|
+msgid "Bad Diffie-Hellman parameters format\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:4056
|
|
|
+#, c-format
|
|
|
+msgid "Setting priorities to `%s' failed: %s\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:4069
|
|
|
+msgid ""
|
|
|
+"MHD_OPTION_HTTPS_CERT_CALLBACK requires building MHD with GnuTLS >= 3.0\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:4238
|
|
|
+#, c-format
|
|
|
+msgid "MHD HTTPS option %d passed to MHD compiled without HTTPS support\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:4244
|
|
|
+#, c-format
|
|
|
+msgid "Invalid option %d! (Did you terminate the list with MHD_OPTION_END?)\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:4270
|
|
|
+#, c-format
|
|
|
+msgid "Call to epoll_create1 failed: %s\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:4280
|
|
|
+msgid "Failed to set noninheritable mode on epoll FD.\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:4465
|
|
|
+#, c-format
|
|
|
+msgid "Failed to create control pipe: %s\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:4475
|
|
|
+#, c-format
|
|
|
+msgid ""
|
|
|
+"Failed to make read side of inter-thread control channel non-blocking: %s\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:4490
|
|
|
+msgid "file descriptor for control pipe exceeds maximum value\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:4529
|
|
|
+msgid "Specified value for NC_SIZE too large\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:4543
|
|
|
+#, c-format
|
|
|
+msgid "Failed to allocate memory for nonce-nc map: %s\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:4559
|
|
|
+msgid "MHD failed to initialize nonce-nc mutex\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:4577
|
|
|
+msgid "MHD thread pooling only works with MHD_USE_SELECT_INTERNALLY\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:4587
|
|
|
+msgid ""
|
|
|
+"Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_SUSPEND_RESUME is not "
|
|
|
+"supported.\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:4597
|
|
|
+msgid "Threaded operations are not supported on Symbian.\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:4611
|
|
|
+#, c-format
|
|
|
+msgid "Failed to create socket for listening: %s\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:4629 src/microhttpd/daemon.c:4673
|
|
|
+#: src/microhttpd/daemon.c:4705 src/microhttpd/daemon.c:4775
|
|
|
+#: src/microhttpd/daemon.c:4806
|
|
|
+#, c-format
|
|
|
+msgid "setsockopt failed: %s\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:4683
|
|
|
+msgid "Cannot allow listening address reuse: SO_REUSEPORT not defined\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:4713
|
|
|
+msgid ""
|
|
|
+"Cannot disallow listening address reuse: SO_EXCLUSIVEADDRUSE not defined\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:4786
|
|
|
+#, c-format
|
|
|
+msgid "Failed to bind to port %u: %s\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:4817
|
|
|
+#, c-format
|
|
|
+msgid "Failed to listen for connections: %s\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:4833
|
|
|
+#, c-format
|
|
|
+msgid "Failed to set nonblocking mode on listening socket: %s\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:4869
|
|
|
+msgid ""
|
|
|
+"Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_EPOLL is not supported.\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:4881
|
|
|
+msgid "epoll is not supported on this platform by this build.\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:4891 src/microhttpd/daemon.c:4901
|
|
|
+msgid "MHD failed to initialize IP connection limit mutex\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:4916
|
|
|
+msgid "Failed to initialize TLS support\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:4938
|
|
|
+#, c-format
|
|
|
+msgid "Failed to create listen thread: %s\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:4987
|
|
|
+#, c-format
|
|
|
+msgid "Failed to create worker control pipe: %s\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:4996
|
|
|
+#, c-format
|
|
|
+msgid ""
|
|
|
+"Failed to make read side of worker inter-thread control channel non-"
|
|
|
+"blocking: %s\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:5008
|
|
|
+msgid "File descriptor for worker control pipe exceeds maximum value\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:5030
|
|
|
+msgid "MHD failed to initialize cleanup connection mutex\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:5044
|
|
|
+#, c-format
|
|
|
+msgid "Failed to create pool thread: %s\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:5178
|
|
|
+msgid "MHD_stop_daemon() called while we have suspended connections.\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:5186 src/microhttpd/daemon.c:5289
|
|
|
+msgid "Failed to signal shutdown via pipe"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:5245
|
|
|
+msgid "Failed to add wpipe to epoll set to signal termination\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:5311
|
|
|
+msgid "MHD listen socket shutdown\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:5327
|
|
|
+msgid "Failed to signal shutdown via pipe."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:5699
|
|
|
+msgid "Failed to initialize winsock\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:5702
|
|
|
+msgid "Winsock version 2.2 is not available\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:5709 src/microhttpd/daemon.c:5713
|
|
|
+msgid "Failed to initialise multithreading in libgcrypt\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/daemon.c:5718
|
|
|
+msgid "libgcrypt is too old. MHD was compiled for libgcrypt 1.6.0 or newer\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/digestauth.c:443
|
|
|
+msgid ""
|
|
|
+"Stale nonce received. If this happens a lot, you should probably increase "
|
|
|
+"the size of the nonce array.\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/digestauth.c:630
|
|
|
+msgid "Failed to allocate memory for copy of URI arguments\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/digestauth.c:759
|
|
|
+msgid "Authentication failed, invalid timestamp format.\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/digestauth.c:820
|
|
|
+msgid "Authentication failed, invalid format.\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/digestauth.c:830
|
|
|
+msgid "Authentication failed, invalid nc format.\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/digestauth.c:856
|
|
|
+msgid "Failed to allocate memory for auth header processing\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/digestauth.c:896
|
|
|
+msgid "Authentication failed, URI does not match.\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/digestauth.c:916
|
|
|
+msgid "Authentication failed, arguments do not match.\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/digestauth.c:971
|
|
|
+msgid "Could not register nonce (is the nonce array size zero?).\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/digestauth.c:994
|
|
|
+msgid "Failed to allocate memory for auth response header\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/digestauth.c:1028
|
|
|
+msgid "Failed to add Digest auth header\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/mhd_itc.c:48
|
|
|
+msgid "Failed to write to eventfd\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/mhd_sem.c:92 src/microhttpd/mhd_sem.c:114
|
|
|
+#: src/microhttpd/mhd_locks.h:107
|
|
|
+msgid "Failed to lock mutex\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/mhd_sem.c:97
|
|
|
+msgid "pthread_cond_wait failed\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/mhd_sem.c:101 src/microhttpd/mhd_sem.c:118
|
|
|
+#: src/microhttpd/mhd_locks.h:127
|
|
|
+msgid "Failed to unlock mutex\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/mhd_sem.c:131
|
|
|
+msgid "pthread_cond_destroy failed\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/mhd_sem.c:133 src/microhttpd/mhd_locks.h:88
|
|
|
+msgid "Failed to destroy mutex\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/response.c:700
|
|
|
+msgid ""
|
|
|
+"Invalid response for upgrade: application failed to set the 'Upgrade' "
|
|
|
+"header!\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/response.c:732
|
|
|
+#, c-format
|
|
|
+msgid "Failed to make loopback sockets non-blocking: %s\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/response.c:741
|
|
|
+#, c-format
|
|
|
+msgid "Socketpair descriptor larger than FD_SETSIZE: %d > %d\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/response.c:837
|
|
|
+msgid "Error cleaning up while handling epoll error"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/response.c:883
|
|
|
+msgid "Failed to create semaphore for upgrade handling\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/mhd_itc.h:91 src/microhttpd/mhd_itc.h:174
|
|
|
+#: src/microhttpd/mhd_itc.h:177
|
|
|
+msgid "close failed"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: src/microhttpd/mhd_sockets.h:203 src/microhttpd/mhd_sockets.h:208
|
|
|
+msgid "close failed\n"
|
|
|
+msgstr ""
|