mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
-remove trailing whitespace, update PO file, no semantic change(s)
This commit is contained in:
@@ -101,7 +101,7 @@ Sun Sep 3 12:23:18 AM CEST 2023
|
||||
|
||||
August 2023
|
||||
Improved CPU cores detection in perf_replies. -EG
|
||||
|
||||
|
||||
July 2023
|
||||
Added new tool perf_replies with automatic detection of number of available
|
||||
CPU on system and for the program. -EG
|
||||
@@ -215,7 +215,7 @@ October 2022
|
||||
"libmicrohttpd" system-wide GnuTLS configuration by default with fallbacks
|
||||
to generic system-wide GnuTLS configuration and default GnuTLS
|
||||
configuration.
|
||||
New daemon option to use addition to default configuration instead of
|
||||
New daemon option to use addition to default configuration instead of
|
||||
specifying full configuration string.
|
||||
Added relevant tests for GnuTLS initialization.
|
||||
Added reporting of failed part of GnuTLS configuration string.
|
||||
@@ -251,7 +251,7 @@ September 2022
|
||||
Fixed initialisation of very old GnuTLS versions.
|
||||
Replace public domain MD5 implementation with the new implementation
|
||||
written from scratch.
|
||||
MD5, SHA-256, SHA-512/256: various code improvements, special versions for
|
||||
MD5, SHA-256, SHA-512/256: various code improvements, special versions for
|
||||
compact code.
|
||||
Digest Auth: changed internal algorithm for re-use of nonce-nc slot.
|
||||
Digest Auth: used weak pseudo-random generators to avoid slot clashes.
|
||||
@@ -293,8 +293,8 @@ July 2022
|
||||
for extended notation.
|
||||
Digest Auth: implemented userhash support and tests for extended notation.
|
||||
MHD_add_response_entry(): refactoring
|
||||
Digest Auth: implemented DAuth response function
|
||||
MHD_queue_auth_required_response3() from scratch. Removed old
|
||||
Digest Auth: implemented DAuth response function
|
||||
MHD_queue_auth_required_response3() from scratch. Removed old
|
||||
implementations, old functions converted to wrappers for the new function.
|
||||
Digest Auth: added new group of tests.
|
||||
Digest Auth: added related MHD_FEATURES_* values.
|
||||
@@ -370,7 +370,7 @@ May 2022
|
||||
with thread pool.
|
||||
Digest Auth: fixed stale nonce result value ambiguity.
|
||||
Digest Auth: added special check for fabricated nonces.
|
||||
Added new functions MHD_digest_auth_check3() and
|
||||
Added new functions MHD_digest_auth_check3() and
|
||||
MHD_digest_auth_check_digest3() with detailed result of the checks.
|
||||
Added return NULL MHD_CONNECTION_INFO_CLIENT_ADDRESS when information is
|
||||
not available.
|
||||
@@ -429,7 +429,7 @@ April 2022
|
||||
Fixed unaligned access in MHD_get_connection_info() and
|
||||
MHD_get_daemon_info().
|
||||
Compiler warning fixes.
|
||||
Changed: any negative number returned by response data generation
|
||||
Changed: any negative number returned by response data generation
|
||||
callback function is treated as an error.
|
||||
Fixed setting custom connection timeout value for thread-per-connection
|
||||
mode.
|
||||
|
||||
+254
-254
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: GNU libmicrohttpd 0.9.77\n"
|
||||
"Report-Msgid-Bugs-To: libmicrohttpd@gnu.org\n"
|
||||
"POT-Creation-Date: 2024-01-21 09:58+0100\n"
|
||||
"POT-Creation-Date: 2024-02-01 10:11+0100\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"
|
||||
@@ -61,423 +61,423 @@ msgstr ""
|
||||
msgid "Wrong error code value"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:1314 src/microhttpd/connection.c:1333
|
||||
#: src/microhttpd/daemon.c:3279 src/microhttpd/daemon.c:4107
|
||||
#: src/microhttpd/daemon.c:8984
|
||||
#: src/microhttpd/connection.c:1316 src/microhttpd/connection.c:1335
|
||||
#: src/microhttpd/daemon.c:3280 src/microhttpd/daemon.c:4108
|
||||
#: src/microhttpd/daemon.c:8993
|
||||
msgid "Failed to remove FD from epoll set.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:1427 src/microhttpd/connection.c:1536
|
||||
#: src/microhttpd/connection.c:1429 src/microhttpd/connection.c:1538
|
||||
msgid "Closing connection (out of memory)."
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:1472
|
||||
#: src/microhttpd/connection.c:1474
|
||||
msgid "Closing connection (application reported error generating data)."
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:1600
|
||||
#: src/microhttpd/connection.c:1602
|
||||
msgid "No callback for the chunked data."
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:1617
|
||||
#: src/microhttpd/connection.c:1619
|
||||
msgid "Closing connection (application error generating response)."
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:1642
|
||||
#: src/microhttpd/connection.c:1644
|
||||
msgid "Closing connection (application returned more data than requested)."
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:2269
|
||||
#: src/microhttpd/connection.c:2271
|
||||
#, c-format
|
||||
msgid ""
|
||||
"This reply with response code %u cannot use reply body. Non-empty response "
|
||||
"body is ignored and not used.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:2277
|
||||
#: src/microhttpd/connection.c:2279
|
||||
#, c-format
|
||||
msgid ""
|
||||
"This reply with response code %u cannot use reply body. Application defined "
|
||||
"\"Content-Length\" header violatesHTTP specification.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:2795
|
||||
#: src/microhttpd/connection.c:2798
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Error processing request (HTTP response code is %u ('%s')). Closing "
|
||||
"connection.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:2804
|
||||
#: src/microhttpd/connection.c:2807
|
||||
msgid "Too late to send an error response, response is being sent already.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:2810
|
||||
#: src/microhttpd/connection.c:2813
|
||||
msgid "Too late for error response."
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:2837
|
||||
#: src/microhttpd/connection.c:2842
|
||||
msgid "Failed to create error response.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:2881
|
||||
#: src/microhttpd/connection.c:2889
|
||||
msgid "Closing connection (failed to queue error response)."
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:2912
|
||||
#: src/microhttpd/connection.c:2920
|
||||
msgid "Closing connection (failed to create error response header)."
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:3431
|
||||
#: src/microhttpd/connection.c:3439
|
||||
msgid ""
|
||||
"No space left in the read buffer when receiving the initial part of the "
|
||||
"request line."
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:3451
|
||||
#: src/microhttpd/connection.c:3459
|
||||
msgid ""
|
||||
"No space left in the read buffer when receiving the URI in the request line. "
|
||||
"The request uses non-standard HTTP request method token."
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:3727
|
||||
#: src/microhttpd/connection.c:3736
|
||||
msgid "Invalid TLS state value.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:3735 src/microhttpd/connection.c:6484
|
||||
#: src/microhttpd/connection.c:6582 src/microhttpd/connection.c:7181
|
||||
#: src/microhttpd/connection.c:3744 src/microhttpd/connection.c:6501
|
||||
#: src/microhttpd/connection.c:6599 src/microhttpd/connection.c:7198
|
||||
#, c-format
|
||||
msgid "In function %s handling connection at state: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:3885
|
||||
#: src/microhttpd/connection.c:3894
|
||||
msgid "Not enough memory in pool to allocate header record!\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:4176
|
||||
#: src/microhttpd/connection.c:4185
|
||||
msgid ""
|
||||
"The Cookie header has been parsed, but it is not fully compliant with the "
|
||||
"standard.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:4186
|
||||
#: src/microhttpd/connection.c:4195
|
||||
msgid ""
|
||||
"The Cookie header has been only partially parsed as it contains malformed "
|
||||
"data.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:4195
|
||||
#: src/microhttpd/connection.c:4204
|
||||
msgid "The Cookie header has been ignored as it contains malformed data.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:4201
|
||||
#: src/microhttpd/connection.c:4210
|
||||
msgid "The Cookie header has malformed data.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:4207
|
||||
#: src/microhttpd/connection.c:4216
|
||||
msgid "Not enough memory in the connection pool to parse client cookies!\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:4370 src/microhttpd/connection.c:4614
|
||||
#: src/microhttpd/connection.c:4379 src/microhttpd/connection.c:4623
|
||||
msgid "Application reported internal error, closing connection."
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:4621 src/microhttpd/postprocessor.c:55
|
||||
#: src/microhttpd/connection.c:4630 src/microhttpd/postprocessor.c:56
|
||||
msgid "libmicrohttpd API violation.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:4638
|
||||
#: src/microhttpd/connection.c:4647
|
||||
msgid ""
|
||||
"WARNING: Access Handler Callback has not processed any upload data and "
|
||||
"connection is not suspended. This may result in hung connection.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:4730
|
||||
#: src/microhttpd/connection.c:4739
|
||||
msgid "Received HTTP/1.1 request without `Host' header.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:4783
|
||||
#: src/microhttpd/connection.c:4792
|
||||
msgid ""
|
||||
"The 'Content-Length' request header is ignored as chunked Transfer-Encoding "
|
||||
"is used for this request.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:4815
|
||||
#: src/microhttpd/connection.c:4824
|
||||
msgid "Too large value of 'Content-Length' header. Closing connection.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:4828
|
||||
#: src/microhttpd/connection.c:4837
|
||||
msgid "Failed to parse 'Content-Length' header. Closing connection.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:4987
|
||||
#: src/microhttpd/connection.c:4996
|
||||
msgid "Too many meaningless extra empty lines received before the request"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:5062
|
||||
#: src/microhttpd/connection.c:5071
|
||||
msgid "Bare CR characters are not allowed in the request line.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:5089
|
||||
#: src/microhttpd/connection.c:5098
|
||||
msgid "Bare LF characters are not allowed in the request line.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:5214
|
||||
#: src/microhttpd/connection.c:5223
|
||||
msgid "The request line is malformed.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:5277
|
||||
#: src/microhttpd/connection.c:5286
|
||||
msgid "The request line starts with a whitespace.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:5315
|
||||
#: src/microhttpd/connection.c:5324
|
||||
msgid "The request line has more than two whitespaces.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:5404
|
||||
#: src/microhttpd/connection.c:5413
|
||||
msgid "Invalid character is in the request line.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:5413
|
||||
#: src/microhttpd/connection.c:5422
|
||||
msgid "The NUL character is in the request line.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:5461
|
||||
#: src/microhttpd/connection.c:5471
|
||||
msgid ""
|
||||
"The request has whitespace character is in the URI and the URI is too large "
|
||||
"to send automatic redirect to fixed URI.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:5518
|
||||
#: src/microhttpd/connection.c:5535
|
||||
msgid "The request has whitespace character is in the URI.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:5912
|
||||
#: src/microhttpd/connection.c:5929
|
||||
msgid "Whitespace-prefixed first header line has been skipped.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:6214
|
||||
#: src/microhttpd/connection.c:6231
|
||||
#, c-format
|
||||
msgid "Failed to allocate memory in the connection memory pool to store %s.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:6216 src/microhttpd/connection.c:6280
|
||||
#: src/microhttpd/connection.c:6287
|
||||
#: src/microhttpd/connection.c:6233 src/microhttpd/connection.c:6297
|
||||
#: src/microhttpd/connection.c:6304
|
||||
msgid "header"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:6216 src/microhttpd/connection.c:6280
|
||||
#: src/microhttpd/connection.c:6287
|
||||
#: src/microhttpd/connection.c:6233 src/microhttpd/connection.c:6297
|
||||
#: src/microhttpd/connection.c:6304
|
||||
msgid "footer"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:6262
|
||||
#: src/microhttpd/connection.c:6279
|
||||
#, c-format
|
||||
msgid "One bare CR character has been replaced with space in %s.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:6265
|
||||
#: src/microhttpd/connection.c:6282
|
||||
msgid "the request line or in the request headers"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:6266
|
||||
#: src/microhttpd/connection.c:6283
|
||||
msgid "the request footers"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:6271
|
||||
#: src/microhttpd/connection.c:6288
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%<PRIu64> bare CR characters have been replaced with spaces in the request "
|
||||
"line and/or in the request %s.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:6274
|
||||
#: src/microhttpd/connection.c:6291
|
||||
msgid "headers"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:6274
|
||||
#: src/microhttpd/connection.c:6291
|
||||
msgid "footers"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:6279
|
||||
#: src/microhttpd/connection.c:6296
|
||||
#, c-format
|
||||
msgid "One %s line without colon has been skipped.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:6285
|
||||
#: src/microhttpd/connection.c:6302
|
||||
#, c-format
|
||||
msgid "%<PRIu64> %s lines without colons has been skipped.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:6433
|
||||
#: src/microhttpd/connection.c:6450
|
||||
msgid "Socket has been disconnected when reading request.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:6445
|
||||
#: src/microhttpd/connection.c:6462
|
||||
#, c-format
|
||||
msgid "Connection socket is closed when reading request due to the error: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:6463
|
||||
#: src/microhttpd/connection.c:6480
|
||||
msgid "Connection was closed by remote side with incomplete request.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:6609
|
||||
#: src/microhttpd/connection.c:6626
|
||||
#, c-format
|
||||
msgid "Failed to send data in request for %s.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:6618
|
||||
#: src/microhttpd/connection.c:6635
|
||||
#, c-format
|
||||
msgid "Sent 100 continue response: `%.*s'\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:6695
|
||||
#: src/microhttpd/connection.c:6712
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Failed to send the response headers for the request for `%s'. Error: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:6761
|
||||
#: src/microhttpd/connection.c:6778
|
||||
msgid "Data offset exceeds limit.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:6771
|
||||
#, c-format
|
||||
msgid "Sent %d-byte DATA response: `%.*s'\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:6788
|
||||
#, c-format
|
||||
msgid "Sent %d-byte DATA response: `%.*s'\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:6805
|
||||
#, c-format
|
||||
msgid "Failed to send the response body for the request for `%s'. Error: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:6820
|
||||
#: src/microhttpd/connection.c:6837
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Failed to send the chunked response body for the request for `%s'. Error: "
|
||||
"%s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:6856
|
||||
#: src/microhttpd/connection.c:6873
|
||||
#, c-format
|
||||
msgid "Failed to send the footers for the request for `%s'. Error: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:6885
|
||||
#: src/microhttpd/connection.c:6902
|
||||
msgid "Internal error.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:6924
|
||||
#: src/microhttpd/connection.c:6941
|
||||
#, c-format
|
||||
msgid "Detected system clock %u milliseconds jump back.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:6931
|
||||
#: src/microhttpd/connection.c:6948
|
||||
#, c-format
|
||||
msgid "Detected too large system clock %<PRIu64> milliseconds jump back.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:7013
|
||||
#: src/microhttpd/connection.c:7030
|
||||
msgid ""
|
||||
"Failed to signal end of connection via inter-thread communication channel.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:7327
|
||||
#: src/microhttpd/connection.c:7344
|
||||
msgid "Closing connection (failed to create response header).\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:7461
|
||||
#: src/microhttpd/connection.c:7478
|
||||
msgid "Closing connection (failed to create response footer)."
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:7572 src/microhttpd/daemon.c:2984
|
||||
#: src/microhttpd/daemon.c:5539 src/microhttpd/daemon.c:5572
|
||||
#: src/microhttpd/daemon.c:7436 src/microhttpd/daemon.c:7455
|
||||
#: src/microhttpd/connection.c:7589 src/microhttpd/daemon.c:2985
|
||||
#: src/microhttpd/daemon.c:5540 src/microhttpd/daemon.c:5573
|
||||
#: src/microhttpd/daemon.c:7441 src/microhttpd/daemon.c:7460
|
||||
#: src/microhttpd/response.c:2073 src/microhttpd/response.c:2099
|
||||
#, c-format
|
||||
msgid "Call to epoll_ctl failed: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:7736 src/microhttpd/daemon.c:6681
|
||||
#: src/microhttpd/connection.c:7753 src/microhttpd/daemon.c:6686
|
||||
#, c-format
|
||||
msgid ""
|
||||
"The specified connection timeout (%u) is too large. Maximum allowed value "
|
||||
"(%<PRIu64>) will be used instead.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:7852
|
||||
#: src/microhttpd/connection.c:7869
|
||||
msgid "Attempted to queue response on wrong thread!\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:7877
|
||||
#: src/microhttpd/connection.c:7894
|
||||
msgid ""
|
||||
"Attempted 'upgrade' connection on daemon without MHD_ALLOW_UPGRADE option!\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:7886
|
||||
#: src/microhttpd/connection.c:7903
|
||||
msgid "Application used invalid status code for 'upgrade' response!\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:7895
|
||||
#: src/microhttpd/connection.c:7912
|
||||
msgid "Application used invalid response without \"Connection\" header!\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:7909
|
||||
#: src/microhttpd/connection.c:7926
|
||||
msgid ""
|
||||
"Application used invalid response without \"upgrade\" token in "
|
||||
"\"Connection\" header!\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:7919
|
||||
#: src/microhttpd/connection.c:7936
|
||||
msgid "Connection \"Upgrade\" can be used only with HTTP/1.1 connections!\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:7933
|
||||
#: src/microhttpd/connection.c:7950
|
||||
msgid ""
|
||||
"Application used status code 101 \"Switching Protocols\" with non-'upgrade' "
|
||||
"response!\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:7941
|
||||
#: src/microhttpd/connection.c:7958
|
||||
msgid ""
|
||||
"Application used status code 101 \"Switching Protocols\", but this MHD was "
|
||||
"built without \"Upgrade\" support!\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:7952
|
||||
#: src/microhttpd/connection.c:7969
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Refused wrong status code (%u). HTTP requires three digits status code!\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:7964
|
||||
#: src/microhttpd/connection.c:7981
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Wrong status code (%u) refused. HTTP/1.0 clients do not support 1xx status "
|
||||
"codes!\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:7975
|
||||
#: src/microhttpd/connection.c:7992
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Wrong status code (%u) refused. HTTP/1.0 reply mode does not support 1xx "
|
||||
"status codes!\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:7987
|
||||
#: src/microhttpd/connection.c:8004
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Successful (%u) response code cannot be used to answer \"CONNECT\" request!\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:7999
|
||||
#: src/microhttpd/connection.c:8016
|
||||
msgid ""
|
||||
"HEAD-only response cannot be used when the request requires reply body to be "
|
||||
"sent!\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/connection.c:8010
|
||||
#: src/microhttpd/connection.c:8027
|
||||
msgid ""
|
||||
"The response has application-defined \"Content-Length\" header. The reply to "
|
||||
"the request will be not HTTP-compliant and may result in hung connection or "
|
||||
@@ -539,7 +539,7 @@ msgid ""
|
||||
"unsupported.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:1222 src/microhttpd/daemon.c:4679
|
||||
#: src/microhttpd/daemon.c:1222 src/microhttpd/daemon.c:4680
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%s() called with fd_setsize (%u) less than value set by "
|
||||
@@ -547,7 +547,7 @@ msgid ""
|
||||
"MHD_OPTION_APP_FD_SETSIZE with the correct value.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:1231 src/microhttpd/daemon.c:4688
|
||||
#: src/microhttpd/daemon.c:1231 src/microhttpd/daemon.c:4689
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%s() called with fd_setsize (%u) less than FD_SETSIZE used by MHD (%d). Some "
|
||||
@@ -555,14 +555,14 @@ msgid ""
|
||||
"option.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:1244 src/microhttpd/daemon.c:4701
|
||||
#: src/microhttpd/daemon.c:1244 src/microhttpd/daemon.c:4702
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%s() called with fd_setsize (%u) less than fixed FD_SETSIZE value (%d) used "
|
||||
"on the platform.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:1474 src/microhttpd/daemon.c:9121
|
||||
#: src/microhttpd/daemon.c:1474 src/microhttpd/daemon.c:9132
|
||||
msgid ""
|
||||
"Initiated daemon shutdown while \"upgraded\" connection was not closed.\n"
|
||||
msgstr ""
|
||||
@@ -645,7 +645,7 @@ msgstr ""
|
||||
msgid "Accepted connection on socket %d.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:2562 src/microhttpd/daemon.c:2902
|
||||
#: src/microhttpd/daemon.c:2562 src/microhttpd/daemon.c:2903
|
||||
msgid "Server reached connection limit. Closing inbound connection.\n"
|
||||
msgstr ""
|
||||
|
||||
@@ -654,8 +654,8 @@ msgid "Connection rejected by application. Closing connection.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:2599 src/microhttpd/daemon.c:2628
|
||||
#: src/microhttpd/daemon.c:2885 src/microhttpd/daemon.c:5018
|
||||
#: src/microhttpd/daemon.c:6568
|
||||
#: src/microhttpd/daemon.c:2886 src/microhttpd/daemon.c:5019
|
||||
#: src/microhttpd/daemon.c:6573
|
||||
#, c-format
|
||||
msgid "Error allocating memory: %s\n"
|
||||
msgstr ""
|
||||
@@ -677,63 +677,63 @@ msgstr ""
|
||||
msgid "Unknown credential type.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:2799
|
||||
#: src/microhttpd/daemon.c:2800
|
||||
msgid "TLS connection on non-TLS daemon.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:2946 src/microhttpd/daemon.c:8745
|
||||
#: src/microhttpd/daemon.c:2947 src/microhttpd/daemon.c:8754
|
||||
msgid ""
|
||||
"Failed to create a new thread because it would have exceeded the system "
|
||||
"limit on the number of threads or no system resources available.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:2952
|
||||
#: src/microhttpd/daemon.c:2953
|
||||
#, c-format
|
||||
msgid "Failed to create a thread: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:3105
|
||||
#: src/microhttpd/daemon.c:3106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"New connection socket descriptor (%d) is not less than FD_SETSIZE (%d).\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:3122
|
||||
#: src/microhttpd/daemon.c:3123
|
||||
msgid "Epoll mode supports only non-blocking sockets\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:3159
|
||||
#: src/microhttpd/daemon.c:3160
|
||||
msgid ""
|
||||
"Failed to signal new connection via inter-thread communication channel.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:3204
|
||||
#: src/microhttpd/daemon.c:3205
|
||||
msgid "Failed to start serving new connection.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:3332
|
||||
#: src/microhttpd/daemon.c:3333
|
||||
msgid "Cannot suspend connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:3339
|
||||
#: src/microhttpd/daemon.c:3340
|
||||
msgid "Error: connection scheduled for \"upgrade\" cannot be suspended.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:3372
|
||||
#: src/microhttpd/daemon.c:3373
|
||||
msgid "Cannot resume connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:3387 src/microhttpd/daemon.c:3423
|
||||
#: src/microhttpd/daemon.c:3388 src/microhttpd/daemon.c:3424
|
||||
msgid "Failed to signal resume via inter-thread communication channel.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:3565
|
||||
#: src/microhttpd/daemon.c:3566
|
||||
msgid ""
|
||||
"Failed to signal resume of connection via inter-thread communication "
|
||||
"channel.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:3621
|
||||
#: src/microhttpd/daemon.c:3622
|
||||
msgid ""
|
||||
"MHD_add_connection() has been called for daemon started without MHD_USE_ITC "
|
||||
"flag.\n"
|
||||
@@ -741,128 +741,128 @@ msgid ""
|
||||
"already added sockets.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:3635 src/microhttpd/daemon.c:3661
|
||||
#: src/microhttpd/daemon.c:3636 src/microhttpd/daemon.c:3662
|
||||
msgid "MHD_add_connection() has been called with incorrect 'addrlen' value.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:3646 src/microhttpd/daemon.c:3672
|
||||
#: src/microhttpd/daemon.c:3647 src/microhttpd/daemon.c:3673
|
||||
msgid ""
|
||||
"MHD_add_connection() has been called with non-zero value of 'sa_len' member "
|
||||
"of 'struct sockaddr' which does not match 'sa_family'.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:3692
|
||||
#: src/microhttpd/daemon.c:3693
|
||||
#, c-format
|
||||
msgid "Failed to set nonblocking mode on new client socket: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:3712
|
||||
#: src/microhttpd/daemon.c:3713
|
||||
#, c-format
|
||||
msgid "Failed to suppress SIGPIPE on new client socket: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:3736
|
||||
#: src/microhttpd/daemon.c:3737
|
||||
msgid "Failed to set noninheritable mode on new client socket.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:3898
|
||||
#: src/microhttpd/daemon.c:3899
|
||||
#, c-format
|
||||
msgid "Error accepting connection: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:3911
|
||||
#: src/microhttpd/daemon.c:3912
|
||||
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:3928
|
||||
#: src/microhttpd/daemon.c:3929
|
||||
#, 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:3944
|
||||
#: src/microhttpd/daemon.c:3945
|
||||
msgid ""
|
||||
"Accepted socket has zero-length address. Processing the new socket as a "
|
||||
"socket with unknown type.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:3957
|
||||
#: src/microhttpd/daemon.c:3958
|
||||
msgid ""
|
||||
"Accepted socket address is larger than expected by system headers. "
|
||||
"Processing the new socket as a socket with unknown type.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:3969
|
||||
#: src/microhttpd/daemon.c:3970
|
||||
#, c-format
|
||||
msgid "Failed to set nonblocking mode on incoming connection socket: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:3983
|
||||
#: src/microhttpd/daemon.c:3984
|
||||
msgid "Failed to set noninheritable mode on incoming connection socket.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:3995
|
||||
#: src/microhttpd/daemon.c:3996
|
||||
#, c-format
|
||||
msgid "Failed to suppress SIGPIPE on incoming connection socket: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:4017
|
||||
#: src/microhttpd/daemon.c:4018
|
||||
#, c-format
|
||||
msgid "Accepted connection on socket %d\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:4063 src/microhttpd/daemon.c:9163
|
||||
#: src/microhttpd/daemon.c:9195 src/microhttpd/daemon.c:9228
|
||||
#: src/microhttpd/daemon.c:9342
|
||||
#: src/microhttpd/daemon.c:4064 src/microhttpd/daemon.c:9174
|
||||
#: src/microhttpd/daemon.c:9206 src/microhttpd/daemon.c:9239
|
||||
#: src/microhttpd/daemon.c:9353
|
||||
msgid "Failed to join a thread.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:4242
|
||||
#: src/microhttpd/daemon.c:4243
|
||||
msgid "Illegal call to MHD_get_timeout.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:4663
|
||||
#: src/microhttpd/daemon.c:4664
|
||||
msgid ""
|
||||
"MHD_run_from_select() called with except_fd_set set to NULL. Such behavior "
|
||||
"is deprecated.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:4833
|
||||
#: src/microhttpd/daemon.c:4834
|
||||
msgid "Could not obtain daemon fdsets.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:4852
|
||||
#: src/microhttpd/daemon.c:4853
|
||||
msgid "Could not add control inter-thread communication channel FD to fdset.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:4878
|
||||
#: src/microhttpd/daemon.c:4879
|
||||
msgid "Could not add listen socket to fdset.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:4946
|
||||
#: src/microhttpd/daemon.c:4947
|
||||
#, c-format
|
||||
msgid "select failed: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:5095 src/microhttpd/daemon.c:5252
|
||||
#: src/microhttpd/daemon.c:5096 src/microhttpd/daemon.c:5253
|
||||
#, c-format
|
||||
msgid "poll failed: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:5394 src/microhttpd/daemon.c:5626
|
||||
#: src/microhttpd/daemon.c:5395 src/microhttpd/daemon.c:5627
|
||||
#, c-format
|
||||
msgid "Call to epoll_wait failed: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:5591 src/microhttpd/daemon.c:6182
|
||||
#: src/microhttpd/daemon.c:5592 src/microhttpd/daemon.c:6183
|
||||
msgid "Failed to remove listen FD from epoll set.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:5909
|
||||
#: src/microhttpd/daemon.c:5910
|
||||
#, c-format
|
||||
msgid ""
|
||||
"MHD_run()/MHD_run_wait() called for daemon started with "
|
||||
@@ -872,451 +872,451 @@ msgid ""
|
||||
"MHD_OPTION_APP_FD_SETSIZE option.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:6010
|
||||
#: src/microhttpd/daemon.c:6011
|
||||
#, c-format
|
||||
msgid "Failed to block SIGPIPE on daemon thread: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:6073
|
||||
#: src/microhttpd/daemon.c:6074
|
||||
msgid "The URL encoding is broken.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:6162
|
||||
#: src/microhttpd/daemon.c:6163
|
||||
msgid "Using MHD_quiesce_daemon in this mode requires MHD_USE_ITC.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:6190
|
||||
#: src/microhttpd/daemon.c:6191
|
||||
msgid "Failed to signal quiesce via inter-thread communication channel.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:6213
|
||||
#: src/microhttpd/daemon.c:6214
|
||||
msgid "failed to signal quiesce via inter-thread communication channel.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:6375
|
||||
#: src/microhttpd/daemon.c:6378
|
||||
msgid ""
|
||||
"GnuTLS priorities have been initialised with @LIBMICROHTTPD application-"
|
||||
"specific system-wide configuration.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:6381
|
||||
#: src/microhttpd/daemon.c:6384
|
||||
msgid ""
|
||||
"GnuTLS priorities have been initialised with @SYSTEM system-wide "
|
||||
"configuration.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:6387
|
||||
#: src/microhttpd/daemon.c:6390
|
||||
msgid ""
|
||||
"GnuTLS priorities have been initialised with GnuTLS default configuration.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:6393
|
||||
#: src/microhttpd/daemon.c:6396
|
||||
msgid "GnuTLS priorities have been initialised with NORMAL configuration.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:6406
|
||||
#: src/microhttpd/daemon.c:6409
|
||||
#, c-format
|
||||
msgid "Failed to set GnuTLS priorities. Last error: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:6482
|
||||
#: src/microhttpd/daemon.c:6487
|
||||
msgid ""
|
||||
"GnuTLS priorities have been initialised with priorities specified by "
|
||||
"application appended to @LIBMICROHTTPD application-specific system-wide "
|
||||
"configuration.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:6489
|
||||
#: src/microhttpd/daemon.c:6494
|
||||
msgid ""
|
||||
"GnuTLS priorities have been initialised with priorities specified by "
|
||||
"application appended to @SYSTEM system-wide configuration.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:6496
|
||||
#: src/microhttpd/daemon.c:6501
|
||||
msgid ""
|
||||
"GnuTLS priorities have been initialised with priorities specified by "
|
||||
"application appended to GnuTLS default configuration.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:6503
|
||||
#: src/microhttpd/daemon.c:6508
|
||||
msgid ""
|
||||
"GnuTLS priorities have been initialised with priorities specified by "
|
||||
"application appended to NORMAL configuration.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:6517
|
||||
#: src/microhttpd/daemon.c:6522
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Failed to set GnuTLS priorities. Last error: %s. The problematic part starts "
|
||||
"at: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:6633
|
||||
#: src/microhttpd/daemon.c:6638
|
||||
msgid ""
|
||||
"Warning: specified MHD_OPTION_CONNECTION_MEMORY_LIMIT value is too small and "
|
||||
"rounded up to 64.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:6659
|
||||
#: src/microhttpd/daemon.c:6664
|
||||
msgid ""
|
||||
"Warning: specified MHD_OPTION_CONNECTION_MEMORY_INCREMENT value is too large "
|
||||
"and rounded down to 1/4 of MHD_OPTION_CONNECTION_MEMORY_LIMIT.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:6745
|
||||
#: src/microhttpd/daemon.c:6750
|
||||
msgid ""
|
||||
"Warning: value \"1\", specified as the thread pool size, is ignored. Thread "
|
||||
"pool is not used.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:6759
|
||||
#: src/microhttpd/daemon.c:6764
|
||||
#, c-format
|
||||
msgid "Specified thread pool size (%u) too big.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:6771
|
||||
#: src/microhttpd/daemon.c:6776
|
||||
msgid ""
|
||||
"MHD_OPTION_THREAD_POOL_SIZE option is specified but "
|
||||
"MHD_USE_INTERNAL_POLLING_THREAD flag is not specified.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:6780
|
||||
#: src/microhttpd/daemon.c:6785
|
||||
msgid ""
|
||||
"Both MHD_OPTION_THREAD_POOL_SIZE option and MHD_USE_THREAD_PER_CONNECTION "
|
||||
"flag are specified.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:6797 src/microhttpd/daemon.c:6810
|
||||
#: src/microhttpd/daemon.c:6823 src/microhttpd/daemon.c:6836
|
||||
#: src/microhttpd/daemon.c:6888 src/microhttpd/daemon.c:6934
|
||||
#: src/microhttpd/daemon.c:6955 src/microhttpd/daemon.c:6977
|
||||
#: src/microhttpd/daemon.c:7293
|
||||
#: src/microhttpd/daemon.c:6802 src/microhttpd/daemon.c:6815
|
||||
#: src/microhttpd/daemon.c:6828 src/microhttpd/daemon.c:6841
|
||||
#: src/microhttpd/daemon.c:6893 src/microhttpd/daemon.c:6939
|
||||
#: src/microhttpd/daemon.c:6960 src/microhttpd/daemon.c:6982
|
||||
#: src/microhttpd/daemon.c:7298
|
||||
#, c-format
|
||||
msgid "MHD HTTPS option %d passed to MHD but MHD_USE_TLS not set.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:6857
|
||||
#: src/microhttpd/daemon.c:6862
|
||||
msgid "Error initializing DH parameters.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:6867
|
||||
#: src/microhttpd/daemon.c:6872
|
||||
msgid "Diffie-Hellman parameters string too long.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:6878
|
||||
#: src/microhttpd/daemon.c:6883
|
||||
msgid "Bad Diffie-Hellman parameters format.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:6913
|
||||
#: src/microhttpd/daemon.c:6918
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Setting priorities to '%s' failed: %s The problematic part starts at: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:6943
|
||||
#: src/microhttpd/daemon.c:6948
|
||||
msgid ""
|
||||
"MHD_OPTION_HTTPS_CERT_CALLBACK requires building MHD with GnuTLS >= 3.0.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:6965
|
||||
#: src/microhttpd/daemon.c:6970
|
||||
msgid ""
|
||||
"MHD_OPTION_HTTPS_CERT_CALLBACK2 requires building MHD with GnuTLS >= 3.6.3.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:7041
|
||||
#: src/microhttpd/daemon.c:7046
|
||||
msgid ""
|
||||
"MHD_OPTION_EXTERNAL_LOGGER is not the first option specified for the daemon. "
|
||||
"Some messages may be printed by the standard MHD logger.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:7066
|
||||
#: src/microhttpd/daemon.c:7071
|
||||
msgid "TCP fastopen is not supported on this platform.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:7090
|
||||
#: src/microhttpd/daemon.c:7095
|
||||
msgid ""
|
||||
"Flag MHD_USE_PEDANTIC_CHECKS is ignored because another behaviour is "
|
||||
"specified by MHD_OPTION_STRICT_CLIENT.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:7103
|
||||
#: src/microhttpd/daemon.c:7108
|
||||
msgid ""
|
||||
"Flag MHD_USE_PEDANTIC_CHECKS is ignored because another behaviour is "
|
||||
"specified by MHD_OPTION_CLIENT_DISCIPLINE_LVL.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:7267
|
||||
#: src/microhttpd/daemon.c:7272
|
||||
#, c-format
|
||||
msgid "MHD HTTPS option %d passed to MHD compiled without GNUtls >= 3.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:7317
|
||||
#: src/microhttpd/daemon.c:7322
|
||||
#, c-format
|
||||
msgid "MHD HTTPS option %d passed to MHD compiled without HTTPS support.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:7327
|
||||
#: src/microhttpd/daemon.c:7332
|
||||
#, c-format
|
||||
msgid "Invalid option %d! (Did you terminate the list with MHD_OPTION_END?).\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:7357
|
||||
#: src/microhttpd/daemon.c:7362
|
||||
#, c-format
|
||||
msgid "Call to epoll_create1 failed: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:7367
|
||||
#: src/microhttpd/daemon.c:7372
|
||||
msgid "Failed to set noninheritable mode on epoll FD.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:7409
|
||||
#: src/microhttpd/daemon.c:7414
|
||||
msgid "The epoll FD is too large to be used with fd_set.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:7491
|
||||
#: src/microhttpd/daemon.c:7496
|
||||
#, c-format
|
||||
msgid "MHD_OPTION_APP_FD_SETSIZE value (%d) is not positive.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:7500
|
||||
#: src/microhttpd/daemon.c:7505
|
||||
msgid ""
|
||||
"MHD_OPTION_APP_FD_SETSIZE is ignored for daemon started with "
|
||||
"MHD_USE_INTERNAL_POLLING_THREAD.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:7509
|
||||
#: src/microhttpd/daemon.c:7514
|
||||
msgid ""
|
||||
"MHD_OPTION_APP_FD_SETSIZE is ignored for daemon started with MHD_USE_POLL.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:7521
|
||||
#: src/microhttpd/daemon.c:7526
|
||||
#, c-format
|
||||
msgid ""
|
||||
"MHD_OPTION_APP_FD_SETSIZE value (%d) does not match the platform FD_SETSIZE "
|
||||
"value (%d) and this platform does not support overriding of FD_SETSIZE.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:7546
|
||||
#: src/microhttpd/daemon.c:7551
|
||||
msgid "The value provided for MHD_OPTION_LISTEN_SOCKET is invalid.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:7556
|
||||
#: src/microhttpd/daemon.c:7561
|
||||
msgid ""
|
||||
"MHD_OPTION_LISTEN_SOCKET specified for daemon with MHD_USE_NO_LISTEN_SOCKET "
|
||||
"flag set.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:7586
|
||||
#: src/microhttpd/daemon.c:7591
|
||||
msgid ""
|
||||
"MHD_OPTION_LISTEN_SOCKET cannot be used together with "
|
||||
"MHD_OPTION_SOCK_ADDR_LEN or MHD_OPTION_SOCK_ADDR.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:7595
|
||||
#: src/microhttpd/daemon.c:7600
|
||||
msgid ""
|
||||
"MHD_OPTION_SOCK_ADDR_LEN or MHD_OPTION_SOCK_ADDR specified for daemon with "
|
||||
"MHD_USE_NO_LISTEN_SOCKET flag set.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:7873
|
||||
#: src/microhttpd/daemon.c:7882
|
||||
msgid "Failed to initialise GnuTLS priorities.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:7885
|
||||
#: src/microhttpd/daemon.c:7894
|
||||
msgid ""
|
||||
"Warning: MHD_USE_THREAD_PER_CONNECTION must be used only with "
|
||||
"MHD_USE_INTERNAL_POLLING_THREAD. Flag MHD_USE_INTERNAL_POLLING_THREAD was "
|
||||
"added. Consider setting MHD_USE_INTERNAL_POLLING_THREAD explicitly.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:7901
|
||||
#: src/microhttpd/daemon.c:7910
|
||||
msgid "Using debug build of libmicrohttpd.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:7915
|
||||
#: src/microhttpd/daemon.c:7924
|
||||
#, c-format
|
||||
msgid "Failed to create inter-thread communication channel: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:7930
|
||||
#: src/microhttpd/daemon.c:7939
|
||||
msgid ""
|
||||
"file descriptor for inter-thread communication channel exceeds maximum "
|
||||
"value.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:7969
|
||||
#: src/microhttpd/daemon.c:7978
|
||||
msgid "Specified value for NC_SIZE too large.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:7985
|
||||
#: src/microhttpd/daemon.c:7994
|
||||
#, c-format
|
||||
msgid "Failed to allocate memory for nonce-nc map: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:8003
|
||||
#: src/microhttpd/daemon.c:8012
|
||||
msgid "MHD failed to initialize nonce-nc mutex.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:8024
|
||||
#: src/microhttpd/daemon.c:8033
|
||||
msgid "MHD thread polling only works with MHD_USE_INTERNAL_POLLING_THREAD.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:8054
|
||||
#: src/microhttpd/daemon.c:8063
|
||||
msgid ""
|
||||
"MHD_USE_IPv6 is enabled, but 'struct sockaddr *' specified for "
|
||||
"MHD_OPTION_SOCK_ADDR_LEN or MHD_OPTION_SOCK_ADDR is not IPv6 address.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:8073 src/microhttpd/daemon.c:8118
|
||||
#: src/microhttpd/daemon.c:8082 src/microhttpd/daemon.c:8127
|
||||
msgid "The size specified for MHD_OPTION_SOCK_ADDR_LEN option is wrong.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:8085 src/microhttpd/daemon.c:8130
|
||||
#: src/microhttpd/daemon.c:8094 src/microhttpd/daemon.c:8139
|
||||
msgid ""
|
||||
"The value of 'struct sockaddr.sa_len' provided via MHD_OPTION_SOCK_ADDR_LEN "
|
||||
"option is not zero and does not match 'sa_family' value of the same "
|
||||
"structure.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:8168
|
||||
#: src/microhttpd/daemon.c:8177
|
||||
msgid ""
|
||||
"The 'sa_family' of the 'struct sockaddr' provided via MHD_OPTION_SOCK_ADDR "
|
||||
"option is not supported.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:8245
|
||||
#: src/microhttpd/daemon.c:8254
|
||||
#, c-format
|
||||
msgid "Failed to create socket for listening: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:8255 src/microhttpd/daemon.c:8453
|
||||
#: src/microhttpd/daemon.c:8264 src/microhttpd/daemon.c:8462
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Listen socket descriptor (%d) is not less than daemon FD_SETSIZE value "
|
||||
"(%d).\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:8280 src/microhttpd/daemon.c:8299
|
||||
#: src/microhttpd/daemon.c:8322 src/microhttpd/daemon.c:8360
|
||||
#: src/microhttpd/daemon.c:8395 src/microhttpd/daemon.c:8427
|
||||
#: src/microhttpd/daemon.c:8289 src/microhttpd/daemon.c:8308
|
||||
#: src/microhttpd/daemon.c:8331 src/microhttpd/daemon.c:8369
|
||||
#: src/microhttpd/daemon.c:8404 src/microhttpd/daemon.c:8436
|
||||
#, c-format
|
||||
msgid "setsockopt failed: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:8332
|
||||
#: src/microhttpd/daemon.c:8341
|
||||
msgid "Cannot allow listening address reuse: SO_REUSEPORT not defined.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:8368
|
||||
#: src/microhttpd/daemon.c:8377
|
||||
msgid ""
|
||||
"Cannot disallow listening address reuse: SO_EXCLUSIVEADDRUSE not defined.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:8406
|
||||
#: src/microhttpd/daemon.c:8415
|
||||
#, c-format
|
||||
msgid "Failed to bind to port %u: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:8438
|
||||
#: src/microhttpd/daemon.c:8447
|
||||
#, c-format
|
||||
msgid "Failed to listen for connections: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:8541
|
||||
#: src/microhttpd/daemon.c:8550
|
||||
#, c-format
|
||||
msgid "Failed to get listen port number: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:8551
|
||||
#: src/microhttpd/daemon.c:8560
|
||||
msgid ""
|
||||
"Failed to get listen port number (`struct sockaddr_storage` too small!?).\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:8598
|
||||
#: src/microhttpd/daemon.c:8607
|
||||
msgid "Listen socket has unknown address family!\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:8615
|
||||
#: src/microhttpd/daemon.c:8624
|
||||
#, c-format
|
||||
msgid "Failed to set nonblocking mode on listening socket: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:8653
|
||||
#: src/microhttpd/daemon.c:8662
|
||||
msgid ""
|
||||
"Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_EPOLL is not supported.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:8668
|
||||
#: src/microhttpd/daemon.c:8677
|
||||
msgid "MHD failed to initialize IP connection limit mutex.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:8683
|
||||
#: src/microhttpd/daemon.c:8692
|
||||
msgid "Failed to initialize TLS support.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:8715 src/microhttpd/daemon.c:8798
|
||||
#: src/microhttpd/daemon.c:8918
|
||||
#: src/microhttpd/daemon.c:8724 src/microhttpd/daemon.c:8807
|
||||
#: src/microhttpd/daemon.c:8927
|
||||
msgid "Failed to initialise internal lists mutex.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:8726 src/microhttpd/daemon.c:8806
|
||||
#: src/microhttpd/daemon.c:8929
|
||||
#: src/microhttpd/daemon.c:8735 src/microhttpd/daemon.c:8815
|
||||
#: src/microhttpd/daemon.c:8938
|
||||
msgid "Failed to initialise mutex.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:8751
|
||||
#: src/microhttpd/daemon.c:8760
|
||||
#, c-format
|
||||
msgid "Failed to create listen thread: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:8817
|
||||
#: src/microhttpd/daemon.c:8826
|
||||
#, c-format
|
||||
msgid "Failed to create worker inter-thread communication channel: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:8830
|
||||
#: src/microhttpd/daemon.c:8839
|
||||
msgid ""
|
||||
"File descriptor for worker inter-thread communication channel exceeds "
|
||||
"maximum value.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:8891
|
||||
#: src/microhttpd/daemon.c:8900
|
||||
msgid ""
|
||||
"Failed to create a new pool thread because it would have exceeded the system "
|
||||
"limit on the number of threads or no system resources available.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:8897
|
||||
#: src/microhttpd/daemon.c:8906
|
||||
#, c-format
|
||||
msgid "Failed to create pool thread: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:9107 src/microhttpd/daemon.c:9140
|
||||
#: src/microhttpd/daemon.c:9118 src/microhttpd/daemon.c:9151
|
||||
msgid "MHD_stop_daemon() called while we have suspended connections.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:9179 src/microhttpd/daemon.c:9285
|
||||
#: src/microhttpd/daemon.c:9323
|
||||
#: src/microhttpd/daemon.c:9190 src/microhttpd/daemon.c:9296
|
||||
#: src/microhttpd/daemon.c:9334
|
||||
msgid "Failed to signal shutdown via inter-thread communication channel.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:9253
|
||||
#: src/microhttpd/daemon.c:9264
|
||||
msgid "MHD_stop_daemon() was called twice."
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:9842
|
||||
#: src/microhttpd/daemon.c:9853
|
||||
msgid "Failed to initialize winsock.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:9844
|
||||
#: src/microhttpd/daemon.c:9855
|
||||
msgid "Winsock version 2.2 is not available.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:9853 src/microhttpd/daemon.c:9857
|
||||
#: src/microhttpd/daemon.c:9864 src/microhttpd/daemon.c:9868
|
||||
msgid "Failed to initialise multithreading in libgcrypt.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/daemon.c:9863
|
||||
#: src/microhttpd/daemon.c:9874
|
||||
msgid "libgcrypt is too old. MHD was compiled for libgcrypt 1.6.0 or newer.\n"
|
||||
msgstr ""
|
||||
|
||||
@@ -1407,7 +1407,7 @@ msgstr ""
|
||||
msgid "Failed to unlock mutex.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/postprocessor.c:510 src/microhttpd/postprocessor.c:1235
|
||||
#: src/microhttpd/postprocessor.c:511 src/microhttpd/postprocessor.c:1236
|
||||
msgid "internal error.\n"
|
||||
msgstr ""
|
||||
|
||||
@@ -1465,7 +1465,7 @@ msgstr ""
|
||||
msgid "The SHA-512/256 algorithm is not supported by this MHD build.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/digestauth.c:2628 src/microhttpd/digestauth.c:3569
|
||||
#: src/microhttpd/digestauth.c:2628 src/microhttpd/digestauth.c:3570
|
||||
msgid "Wrong 'malgo3' value, API violation"
|
||||
msgstr ""
|
||||
|
||||
@@ -1473,7 +1473,7 @@ msgstr ""
|
||||
msgid "The 'auth-int' QOP is not supported.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/digestauth.c:2647 src/microhttpd/digestauth.c:3597
|
||||
#: src/microhttpd/digestauth.c:2647 src/microhttpd/digestauth.c:3598
|
||||
msgid ""
|
||||
"RFC2069 with SHA-256 or SHA-512/256 algorithm is non-standard extension.\n"
|
||||
msgstr ""
|
||||
@@ -1519,7 +1519,7 @@ msgid "Wrong 'userdigest_size' value, does not match 'malgo3', API violation"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/digestauth.c:3347 src/microhttpd/digestauth.c:3404
|
||||
#: src/microhttpd/digestauth.c:3586
|
||||
#: src/microhttpd/digestauth.c:3587
|
||||
msgid "Wrong 'algo' value, API violation"
|
||||
msgstr ""
|
||||
|
||||
@@ -1527,48 +1527,48 @@ msgstr ""
|
||||
msgid "Only non-'session' algorithms are supported.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/digestauth.c:3574
|
||||
#: src/microhttpd/digestauth.c:3575
|
||||
msgid "No requested algorithm is supported by this MHD build.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/digestauth.c:3581
|
||||
#: src/microhttpd/digestauth.c:3582
|
||||
msgid "Wrong 'mqop' value, API violation"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/digestauth.c:3593
|
||||
#: src/microhttpd/digestauth.c:3594
|
||||
msgid ""
|
||||
"The 'userhash' and 'charset' ('prefer_utf8') parameters are not compatible "
|
||||
"with RFC2069 and ignored.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/digestauth.c:3608
|
||||
#: src/microhttpd/digestauth.c:3609
|
||||
msgid "The nonce array size is zero.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/digestauth.c:3624
|
||||
#: src/microhttpd/digestauth.c:3625
|
||||
msgid "The 'realm' is too large.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/digestauth.c:3729
|
||||
#: src/microhttpd/digestauth.c:3730
|
||||
msgid "The 'realm' is too large after 'quoting'.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/digestauth.c:3801
|
||||
#: src/microhttpd/digestauth.c:3802
|
||||
msgid ""
|
||||
"TLS library reported hash calculation error, nonce could not be generated.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/digestauth.c:3809
|
||||
#: src/microhttpd/digestauth.c:3810
|
||||
msgid ""
|
||||
"Could not register nonce. Client's requests with this nonce will be always "
|
||||
"'stale'. Probably clients' requests are too intensive.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/digestauth.c:3893
|
||||
#: src/microhttpd/digestauth.c:3894
|
||||
msgid "Failed to add Digest auth header.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/microhttpd/digestauth.c:4034
|
||||
#: src/microhttpd/digestauth.c:4035
|
||||
msgid "Wrong algo value.\n"
|
||||
msgstr ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user