libmicrohttpd.pot (42622B)
1 # SOME DESCRIPTIVE TITLE. 2 # Copyright (C) YEAR Free Software Foundation, Inc. 3 # This file is distributed under the same license as the GNU libmicrohttpd package. 4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 5 # 6 #, fuzzy 7 msgid "" 8 msgstr "" 9 "Project-Id-Version: GNU libmicrohttpd 1.0.2\n" 10 "Report-Msgid-Bugs-To: libmicrohttpd@gnu.org\n" 11 "POT-Creation-Date: 2025-07-14 17:05+0200\n" 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14 "Language-Team: LANGUAGE <LL@li.org>\n" 15 "Language: \n" 16 "MIME-Version: 1.0\n" 17 "Content-Type: text/plain; charset=CHARSET\n" 18 "Content-Transfer-Encoding: 8bit\n" 19 20 #: src/microhttpd/connection.c:611 21 msgid "The operation would block, retry later" 22 msgstr "" 23 24 #: src/microhttpd/connection.c:613 25 msgid "The connection was forcibly closed by remote peer" 26 msgstr "" 27 28 #: src/microhttpd/connection.c:615 29 msgid "The socket is not connected" 30 msgstr "" 31 32 #: src/microhttpd/connection.c:617 33 msgid "Not enough system resources to serve the request" 34 msgstr "" 35 36 #: src/microhttpd/connection.c:619 37 msgid "Bad FD value" 38 msgstr "" 39 40 #: src/microhttpd/connection.c:621 41 msgid "Argument value is invalid" 42 msgstr "" 43 44 #: src/microhttpd/connection.c:623 45 msgid "Argument value is not supported" 46 msgstr "" 47 48 #: src/microhttpd/connection.c:625 49 msgid "The socket is no longer available for sending" 50 msgstr "" 51 52 #: src/microhttpd/connection.c:627 53 msgid "TLS encryption or decryption error" 54 msgstr "" 55 56 #: src/microhttpd/connection.c:632 57 msgid "Not an error code" 58 msgstr "" 59 60 #: src/microhttpd/connection.c:635 61 msgid "Wrong error code value" 62 msgstr "" 63 64 #: src/microhttpd/connection.c:1316 src/microhttpd/connection.c:1335 65 #: src/microhttpd/daemon.c:3280 src/microhttpd/daemon.c:4108 66 #: src/microhttpd/daemon.c:8982 67 msgid "Failed to remove FD from epoll set.\n" 68 msgstr "" 69 70 #: src/microhttpd/connection.c:1429 src/microhttpd/connection.c:1538 71 msgid "Closing connection (out of memory)." 72 msgstr "" 73 74 #: src/microhttpd/connection.c:1474 75 msgid "Closing connection (application reported error generating data)." 76 msgstr "" 77 78 #: src/microhttpd/connection.c:1602 79 msgid "No callback for the chunked data." 80 msgstr "" 81 82 #: src/microhttpd/connection.c:1619 83 msgid "Closing connection (application error generating response)." 84 msgstr "" 85 86 #: src/microhttpd/connection.c:1644 87 msgid "Closing connection (application returned more data than requested)." 88 msgstr "" 89 90 #: src/microhttpd/connection.c:2274 91 #, c-format 92 msgid "" 93 "This reply with response code %u cannot use reply body. Non-empty response " 94 "body is ignored and not used.\n" 95 msgstr "" 96 97 #: src/microhttpd/connection.c:2282 98 #, c-format 99 msgid "" 100 "This reply with response code %u cannot use reply body. Application defined " 101 "\"Content-Length\" header violatesHTTP specification.\n" 102 msgstr "" 103 104 #: src/microhttpd/connection.c:2800 105 #, c-format 106 msgid "" 107 "Error processing request (HTTP response code is %u ('%s')). Closing " 108 "connection.\n" 109 msgstr "" 110 111 #: src/microhttpd/connection.c:2809 112 msgid "Too late to send an error response, response is being sent already.\n" 113 msgstr "" 114 115 #: src/microhttpd/connection.c:2815 116 msgid "Too late for error response." 117 msgstr "" 118 119 #: src/microhttpd/connection.c:2844 120 msgid "Failed to create error response.\n" 121 msgstr "" 122 123 #: src/microhttpd/connection.c:2891 124 msgid "Closing connection (failed to queue error response)." 125 msgstr "" 126 127 #: src/microhttpd/connection.c:2922 128 msgid "Closing connection (failed to create error response header)." 129 msgstr "" 130 131 #: src/microhttpd/connection.c:3441 132 msgid "" 133 "No space left in the read buffer when receiving the initial part of the " 134 "request line." 135 msgstr "" 136 137 #: src/microhttpd/connection.c:3461 138 msgid "" 139 "No space left in the read buffer when receiving the URI in the request line. " 140 "The request uses non-standard HTTP request method token." 141 msgstr "" 142 143 #: src/microhttpd/connection.c:3738 144 msgid "Invalid TLS state value.\n" 145 msgstr "" 146 147 #: src/microhttpd/connection.c:3746 src/microhttpd/connection.c:6507 148 #: src/microhttpd/connection.c:6605 src/microhttpd/connection.c:7204 149 #, c-format 150 msgid "In function %s handling connection at state: %s\n" 151 msgstr "" 152 153 #: src/microhttpd/connection.c:3896 154 msgid "Not enough memory in pool to allocate header record!\n" 155 msgstr "" 156 157 #: src/microhttpd/connection.c:4187 158 msgid "" 159 "The Cookie header has been parsed, but it is not fully compliant with the " 160 "standard.\n" 161 msgstr "" 162 163 #: src/microhttpd/connection.c:4202 164 msgid "The Cookie header has been ignored as it contains malformed data.\n" 165 msgstr "" 166 167 #: src/microhttpd/connection.c:4209 168 msgid "" 169 "The Cookie header has been only partially parsed as it contains malformed " 170 "data.\n" 171 msgstr "" 172 173 #: src/microhttpd/connection.c:4216 174 msgid "The Cookie header has malformed data.\n" 175 msgstr "" 176 177 #: src/microhttpd/connection.c:4222 178 msgid "Not enough memory in the connection pool to parse client cookies!\n" 179 msgstr "" 180 181 #: src/microhttpd/connection.c:4385 src/microhttpd/connection.c:4629 182 msgid "Application reported internal error, closing connection." 183 msgstr "" 184 185 #: src/microhttpd/connection.c:4636 src/microhttpd/postprocessor.c:56 186 msgid "libmicrohttpd API violation.\n" 187 msgstr "" 188 189 #: src/microhttpd/connection.c:4653 190 msgid "" 191 "WARNING: Access Handler Callback has not processed any upload data and " 192 "connection is not suspended. This may result in hung connection.\n" 193 msgstr "" 194 195 #: src/microhttpd/connection.c:4745 196 msgid "Received HTTP/1.1 request without `Host' header.\n" 197 msgstr "" 198 199 #: src/microhttpd/connection.c:4798 200 msgid "" 201 "The 'Content-Length' request header is ignored as chunked Transfer-Encoding " 202 "is used for this request.\n" 203 msgstr "" 204 205 #: src/microhttpd/connection.c:4830 206 msgid "Too large value of 'Content-Length' header. Closing connection.\n" 207 msgstr "" 208 209 #: src/microhttpd/connection.c:4843 210 msgid "Failed to parse 'Content-Length' header. Closing connection.\n" 211 msgstr "" 212 213 #: src/microhttpd/connection.c:5002 214 msgid "Too many meaningless extra empty lines received before the request" 215 msgstr "" 216 217 #: src/microhttpd/connection.c:5077 218 msgid "Bare CR characters are not allowed in the request line.\n" 219 msgstr "" 220 221 #: src/microhttpd/connection.c:5104 222 msgid "Bare LF characters are not allowed in the request line.\n" 223 msgstr "" 224 225 #: src/microhttpd/connection.c:5229 226 msgid "The request line is malformed.\n" 227 msgstr "" 228 229 #: src/microhttpd/connection.c:5292 230 msgid "The request line starts with a whitespace.\n" 231 msgstr "" 232 233 #: src/microhttpd/connection.c:5330 234 msgid "The request line has more than two whitespaces.\n" 235 msgstr "" 236 237 #: src/microhttpd/connection.c:5419 238 msgid "Invalid character is in the request line.\n" 239 msgstr "" 240 241 #: src/microhttpd/connection.c:5428 242 msgid "The NUL character is in the request line.\n" 243 msgstr "" 244 245 #: src/microhttpd/connection.c:5477 246 msgid "" 247 "The request has whitespace character is in the URI and the URI is too large " 248 "to send automatic redirect to fixed URI.\n" 249 msgstr "" 250 251 #: src/microhttpd/connection.c:5541 252 msgid "The request has whitespace character is in the URI.\n" 253 msgstr "" 254 255 #: src/microhttpd/connection.c:5935 256 msgid "Whitespace-prefixed first header line has been skipped.\n" 257 msgstr "" 258 259 #: src/microhttpd/connection.c:6237 260 #, c-format 261 msgid "Failed to allocate memory in the connection memory pool to store %s.\n" 262 msgstr "" 263 264 #: src/microhttpd/connection.c:6239 src/microhttpd/connection.c:6303 265 #: src/microhttpd/connection.c:6310 266 msgid "header" 267 msgstr "" 268 269 #: src/microhttpd/connection.c:6239 src/microhttpd/connection.c:6303 270 #: src/microhttpd/connection.c:6310 271 msgid "footer" 272 msgstr "" 273 274 #: src/microhttpd/connection.c:6285 275 #, c-format 276 msgid "One bare CR character has been replaced with space in %s.\n" 277 msgstr "" 278 279 #: src/microhttpd/connection.c:6288 280 msgid "the request line or in the request headers" 281 msgstr "" 282 283 #: src/microhttpd/connection.c:6289 284 msgid "the request footers" 285 msgstr "" 286 287 #: src/microhttpd/connection.c:6294 288 #, c-format 289 msgid "" 290 "%<PRIu64> bare CR characters have been replaced with spaces in the request " 291 "line and/or in the request %s.\n" 292 msgstr "" 293 294 #: src/microhttpd/connection.c:6297 295 msgid "headers" 296 msgstr "" 297 298 #: src/microhttpd/connection.c:6297 299 msgid "footers" 300 msgstr "" 301 302 #: src/microhttpd/connection.c:6302 303 #, c-format 304 msgid "One %s line without colon has been skipped.\n" 305 msgstr "" 306 307 #: src/microhttpd/connection.c:6308 308 #, c-format 309 msgid "%<PRIu64> %s lines without colons has been skipped.\n" 310 msgstr "" 311 312 #: src/microhttpd/connection.c:6456 313 msgid "Socket has been disconnected when reading request.\n" 314 msgstr "" 315 316 #: src/microhttpd/connection.c:6468 317 #, c-format 318 msgid "Connection socket is closed when reading request due to the error: %s\n" 319 msgstr "" 320 321 #: src/microhttpd/connection.c:6486 322 msgid "Connection was closed by remote side with incomplete request.\n" 323 msgstr "" 324 325 #: src/microhttpd/connection.c:6632 326 #, c-format 327 msgid "Failed to send data in request for %s.\n" 328 msgstr "" 329 330 #: src/microhttpd/connection.c:6641 331 #, c-format 332 msgid "Sent 100 continue response: `%.*s'\n" 333 msgstr "" 334 335 #: src/microhttpd/connection.c:6718 336 #, c-format 337 msgid "" 338 "Failed to send the response headers for the request for `%s'. Error: %s\n" 339 msgstr "" 340 341 #: src/microhttpd/connection.c:6784 342 msgid "Data offset exceeds limit.\n" 343 msgstr "" 344 345 #: src/microhttpd/connection.c:6794 346 #, c-format 347 msgid "Sent %d-byte DATA response: `%.*s'\n" 348 msgstr "" 349 350 #: src/microhttpd/connection.c:6811 351 #, c-format 352 msgid "Failed to send the response body for the request for `%s'. Error: %s\n" 353 msgstr "" 354 355 #: src/microhttpd/connection.c:6843 356 #, c-format 357 msgid "" 358 "Failed to send the chunked response body for the request for `%s'. Error: " 359 "%s\n" 360 msgstr "" 361 362 #: src/microhttpd/connection.c:6879 363 #, c-format 364 msgid "Failed to send the footers for the request for `%s'. Error: %s\n" 365 msgstr "" 366 367 #: src/microhttpd/connection.c:6908 368 msgid "Internal error.\n" 369 msgstr "" 370 371 #: src/microhttpd/connection.c:6947 372 #, c-format 373 msgid "Detected system clock %u milliseconds jump back.\n" 374 msgstr "" 375 376 #: src/microhttpd/connection.c:6954 377 #, c-format 378 msgid "Detected too large system clock %<PRIu64> milliseconds jump back.\n" 379 msgstr "" 380 381 #: src/microhttpd/connection.c:7036 382 msgid "" 383 "Failed to signal end of connection via inter-thread communication channel.\n" 384 msgstr "" 385 386 #: src/microhttpd/connection.c:7350 387 msgid "Closing connection (failed to create response header).\n" 388 msgstr "" 389 390 #: src/microhttpd/connection.c:7484 391 msgid "Closing connection (failed to create response footer)." 392 msgstr "" 393 394 #: src/microhttpd/connection.c:7595 src/microhttpd/daemon.c:2985 395 #: src/microhttpd/daemon.c:5541 src/microhttpd/daemon.c:5574 396 #: src/microhttpd/daemon.c:7455 src/microhttpd/daemon.c:7474 397 #: src/microhttpd/response.c:2073 src/microhttpd/response.c:2099 398 #, c-format 399 msgid "Call to epoll_ctl failed: %s\n" 400 msgstr "" 401 402 #: src/microhttpd/connection.c:7759 src/microhttpd/daemon.c:6687 403 #, c-format 404 msgid "" 405 "The specified connection timeout (%u) is too large. Maximum allowed value " 406 "(%<PRIu64>) will be used instead.\n" 407 msgstr "" 408 409 #: src/microhttpd/connection.c:7875 410 msgid "Attempted to queue response on wrong thread!\n" 411 msgstr "" 412 413 #: src/microhttpd/connection.c:7899 414 msgid "" 415 "Attempted 'upgrade' connection on daemon without MHD_ALLOW_UPGRADE option!\n" 416 msgstr "" 417 418 #: src/microhttpd/connection.c:7908 419 msgid "Application used invalid status code for 'upgrade' response!\n" 420 msgstr "" 421 422 #: src/microhttpd/connection.c:7917 423 msgid "Application used invalid response without \"Connection\" header!\n" 424 msgstr "" 425 426 #: src/microhttpd/connection.c:7931 427 msgid "" 428 "Application used invalid response without \"upgrade\" token in " 429 "\"Connection\" header!\n" 430 msgstr "" 431 432 #: src/microhttpd/connection.c:7941 433 msgid "Connection \"Upgrade\" can be used only with HTTP/1.1 connections!\n" 434 msgstr "" 435 436 #: src/microhttpd/connection.c:7955 437 msgid "" 438 "Application used status code 101 \"Switching Protocols\" with non-'upgrade' " 439 "response!\n" 440 msgstr "" 441 442 #: src/microhttpd/connection.c:7963 443 msgid "" 444 "Application used status code 101 \"Switching Protocols\", but this MHD was " 445 "built without \"Upgrade\" support!\n" 446 msgstr "" 447 448 #: src/microhttpd/connection.c:7974 449 #, c-format 450 msgid "" 451 "Refused wrong status code (%u). HTTP requires three digits status code!\n" 452 msgstr "" 453 454 #: src/microhttpd/connection.c:7986 455 #, c-format 456 msgid "" 457 "Wrong status code (%u) refused. HTTP/1.0 clients do not support 1xx status " 458 "codes!\n" 459 msgstr "" 460 461 #: src/microhttpd/connection.c:7997 462 #, c-format 463 msgid "" 464 "Wrong status code (%u) refused. HTTP/1.0 reply mode does not support 1xx " 465 "status codes!\n" 466 msgstr "" 467 468 #: src/microhttpd/connection.c:8009 469 #, c-format 470 msgid "" 471 "Successful (%u) response code cannot be used to answer \"CONNECT\" request!\n" 472 msgstr "" 473 474 #: src/microhttpd/connection.c:8021 475 msgid "" 476 "HEAD-only response cannot be used when the request requires reply body to be " 477 "sent!\n" 478 msgstr "" 479 480 #: src/microhttpd/connection.c:8032 481 msgid "" 482 "The response has application-defined \"Content-Length\" header. The reply to " 483 "the request will be not HTTP-compliant and may result in hung connection or " 484 "other problems!\n" 485 msgstr "" 486 487 #: src/microhttpd/daemon.c:408 488 msgid "Failed to add IP connection count node.\n" 489 msgstr "" 490 491 #: src/microhttpd/daemon.c:464 492 msgid "Failed to find previously-added IP address.\n" 493 msgstr "" 494 495 #: src/microhttpd/daemon.c:470 496 msgid "Previously-added IP address had counter of zero.\n" 497 msgstr "" 498 499 #: src/microhttpd/daemon.c:523 500 msgid "Too long trust certificate.\n" 501 msgstr "" 502 503 #: src/microhttpd/daemon.c:535 504 msgid "Bad trust certificate format.\n" 505 msgstr "" 506 507 #: src/microhttpd/daemon.c:560 508 msgid "Too long key or certificate.\n" 509 msgstr "" 510 511 #: src/microhttpd/daemon.c:581 512 msgid "" 513 "Failed to setup x509 certificate/key: pre 3.X.X version of GnuTLS does not " 514 "support setting key password.\n" 515 msgstr "" 516 517 #: src/microhttpd/daemon.c:595 518 #, c-format 519 msgid "GnuTLS failed to setup x509 certificate/key: %s\n" 520 msgstr "" 521 522 #: src/microhttpd/daemon.c:610 523 msgid "You need to specify a certificate and key location.\n" 524 msgstr "" 525 526 #: src/microhttpd/daemon.c:643 527 #, c-format 528 msgid "Error: invalid credentials type %d specified.\n" 529 msgstr "" 530 531 #: src/microhttpd/daemon.c:1145 532 #, c-format 533 msgid "Maximum socket in select set: %d\n" 534 msgstr "" 535 536 #: src/microhttpd/daemon.c:1206 537 msgid "" 538 "MHD_get_fdset2() called with except_fd_set set to NULL. Such behavior is " 539 "unsupported.\n" 540 msgstr "" 541 542 #: src/microhttpd/daemon.c:1222 src/microhttpd/daemon.c:4681 543 #, c-format 544 msgid "" 545 "%s() called with fd_setsize (%u) less than value set by " 546 "MHD_OPTION_APP_FD_SETSIZE (%d). Some socket FDs may be not processed. Use " 547 "MHD_OPTION_APP_FD_SETSIZE with the correct value.\n" 548 msgstr "" 549 550 #: src/microhttpd/daemon.c:1231 src/microhttpd/daemon.c:4690 551 #, c-format 552 msgid "" 553 "%s() called with fd_setsize (%u) less than FD_SETSIZE used by MHD (%d). Some " 554 "socket FDs may be not processed. Consider using MHD_OPTION_APP_FD_SETSIZE " 555 "option.\n" 556 msgstr "" 557 558 #: src/microhttpd/daemon.c:1244 src/microhttpd/daemon.c:4703 559 #, c-format 560 msgid "" 561 "%s() called with fd_setsize (%u) less than fixed FD_SETSIZE value (%d) used " 562 "on the platform.\n" 563 msgstr "" 564 565 #: src/microhttpd/daemon.c:1474 src/microhttpd/daemon.c:9118 566 msgid "" 567 "Initiated daemon shutdown while \"upgraded\" connection was not closed.\n" 568 msgstr "" 569 570 #: src/microhttpd/daemon.c:1489 571 #, c-format 572 msgid "" 573 "Failed to forward to application %<PRIu64> bytes of data received from " 574 "remote side: application closed data forwarding.\n" 575 msgstr "" 576 577 #: src/microhttpd/daemon.c:1637 578 #, c-format 579 msgid "" 580 "Failed to forward to remote client %<PRIu64> bytes of data received from " 581 "application: %s\n" 582 msgstr "" 583 584 #: src/microhttpd/daemon.c:1703 585 #, c-format 586 msgid "" 587 "Failed to forward to application %<PRIu64> bytes of data received from " 588 "remote side: %s\n" 589 msgstr "" 590 591 #: src/microhttpd/daemon.c:1757 592 #, c-format 593 msgid "" 594 "Failed to forward to remote client %<PRIu64> bytes of data received from " 595 "application: daemon shut down.\n" 596 msgstr "" 597 598 #: src/microhttpd/daemon.c:1829 599 msgid "Error preparing select.\n" 600 msgstr "" 601 602 #: src/microhttpd/daemon.c:1864 src/microhttpd/daemon.c:2065 603 #: src/microhttpd/daemon.c:2204 604 #, c-format 605 msgid "Error during select (%d): `%s'\n" 606 msgstr "" 607 608 #: src/microhttpd/daemon.c:1915 src/microhttpd/daemon.c:2086 609 #: src/microhttpd/daemon.c:2289 610 #, c-format 611 msgid "Error during poll: `%s'\n" 612 msgstr "" 613 614 #: src/microhttpd/daemon.c:2049 src/microhttpd/daemon.c:2186 615 msgid "Failed to add FD to fd_set.\n" 616 msgstr "" 617 618 #: src/microhttpd/daemon.c:2341 619 msgid "Processing thread terminating. Closing connection.\n" 620 msgstr "" 621 622 #: src/microhttpd/daemon.c:2370 623 msgid "" 624 "Failed to signal thread termination via inter-thread communication channel.\n" 625 msgstr "" 626 627 #: src/microhttpd/daemon.c:2453 628 msgid "Internal server error. This should be impossible.\n" 629 msgstr "" 630 631 #: src/microhttpd/daemon.c:2463 src/microhttpd/daemon.c:2502 632 msgid "PSK not supported by this server.\n" 633 msgstr "" 634 635 #: src/microhttpd/daemon.c:2477 636 msgid "PSK authentication failed: gnutls_malloc failed to allocate memory.\n" 637 msgstr "" 638 639 #: src/microhttpd/daemon.c:2487 640 msgid "PSK authentication failed: PSK too long.\n" 641 msgstr "" 642 643 #: src/microhttpd/daemon.c:2550 644 #, c-format 645 msgid "Accepted connection on socket %d.\n" 646 msgstr "" 647 648 #: src/microhttpd/daemon.c:2562 src/microhttpd/daemon.c:2903 649 msgid "Server reached connection limit. Closing inbound connection.\n" 650 msgstr "" 651 652 #: src/microhttpd/daemon.c:2581 653 msgid "Connection rejected by application. Closing connection.\n" 654 msgstr "" 655 656 #: src/microhttpd/daemon.c:2599 src/microhttpd/daemon.c:2628 657 #: src/microhttpd/daemon.c:2886 src/microhttpd/daemon.c:5020 658 #: src/microhttpd/daemon.c:6574 659 #, c-format 660 msgid "Error allocating memory: %s\n" 661 msgstr "" 662 663 #: src/microhttpd/daemon.c:2706 664 msgid "Failed to initialise TLS session.\n" 665 msgstr "" 666 667 #: src/microhttpd/daemon.c:2730 668 msgid "Failed to set ALPN protocols.\n" 669 msgstr "" 670 671 #: src/microhttpd/daemon.c:2760 672 #, c-format 673 msgid "Failed to setup TLS credentials: unknown credential type %d.\n" 674 msgstr "" 675 676 #: src/microhttpd/daemon.c:2772 677 msgid "Unknown credential type.\n" 678 msgstr "" 679 680 #: src/microhttpd/daemon.c:2800 681 msgid "TLS connection on non-TLS daemon.\n" 682 msgstr "" 683 684 #: src/microhttpd/daemon.c:2947 src/microhttpd/daemon.c:8752 685 msgid "" 686 "Failed to create a new thread because it would have exceeded the system " 687 "limit on the number of threads or no system resources available.\n" 688 msgstr "" 689 690 #: src/microhttpd/daemon.c:2953 691 #, c-format 692 msgid "Failed to create a thread: %s\n" 693 msgstr "" 694 695 #: src/microhttpd/daemon.c:3106 696 #, c-format 697 msgid "" 698 "New connection socket descriptor (%d) is not less than FD_SETSIZE (%d).\n" 699 msgstr "" 700 701 #: src/microhttpd/daemon.c:3123 702 msgid "Epoll mode supports only non-blocking sockets\n" 703 msgstr "" 704 705 #: src/microhttpd/daemon.c:3160 706 msgid "" 707 "Failed to signal new connection via inter-thread communication channel.\n" 708 msgstr "" 709 710 #: src/microhttpd/daemon.c:3205 711 msgid "Failed to start serving new connection.\n" 712 msgstr "" 713 714 #: src/microhttpd/daemon.c:3333 715 msgid "Cannot suspend connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n" 716 msgstr "" 717 718 #: src/microhttpd/daemon.c:3340 719 msgid "Error: connection scheduled for \"upgrade\" cannot be suspended.\n" 720 msgstr "" 721 722 #: src/microhttpd/daemon.c:3373 723 msgid "Cannot resume connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n" 724 msgstr "" 725 726 #: src/microhttpd/daemon.c:3388 src/microhttpd/daemon.c:3424 727 msgid "Failed to signal resume via inter-thread communication channel.\n" 728 msgstr "" 729 730 #: src/microhttpd/daemon.c:3566 731 msgid "" 732 "Failed to signal resume of connection via inter-thread communication " 733 "channel.\n" 734 msgstr "" 735 736 #: src/microhttpd/daemon.c:3622 737 msgid "" 738 "MHD_add_connection() has been called for daemon started without MHD_USE_ITC " 739 "flag.\n" 740 "Daemon will not process newly added connection until any activity occurs in " 741 "already added sockets.\n" 742 msgstr "" 743 744 #: src/microhttpd/daemon.c:3636 src/microhttpd/daemon.c:3662 745 msgid "MHD_add_connection() has been called with incorrect 'addrlen' value.\n" 746 msgstr "" 747 748 #: src/microhttpd/daemon.c:3647 src/microhttpd/daemon.c:3673 749 msgid "" 750 "MHD_add_connection() has been called with non-zero value of 'sa_len' member " 751 "of 'struct sockaddr' which does not match 'sa_family'.\n" 752 msgstr "" 753 754 #: src/microhttpd/daemon.c:3693 755 #, c-format 756 msgid "Failed to set nonblocking mode on new client socket: %s\n" 757 msgstr "" 758 759 #: src/microhttpd/daemon.c:3713 760 #, c-format 761 msgid "Failed to suppress SIGPIPE on new client socket: %s\n" 762 msgstr "" 763 764 #: src/microhttpd/daemon.c:3737 765 msgid "Failed to set noninheritable mode on new client socket.\n" 766 msgstr "" 767 768 #: src/microhttpd/daemon.c:3899 769 #, c-format 770 msgid "Error accepting connection: %s\n" 771 msgstr "" 772 773 #: src/microhttpd/daemon.c:3912 774 msgid "" 775 "Hit process or system resource limit at FIRST connection. This is really bad " 776 "as there is no sane way to proceed. Will try busy waiting for system " 777 "resources to become magically available.\n" 778 msgstr "" 779 780 #: src/microhttpd/daemon.c:3929 781 #, c-format 782 msgid "" 783 "Hit process or system resource limit at %u connections, temporarily " 784 "suspending accept(). Consider setting a lower MHD_OPTION_CONNECTION_LIMIT.\n" 785 msgstr "" 786 787 #: src/microhttpd/daemon.c:3945 788 msgid "" 789 "Accepted socket has zero-length address. Processing the new socket as a " 790 "socket with unknown type.\n" 791 msgstr "" 792 793 #: src/microhttpd/daemon.c:3958 794 msgid "" 795 "Accepted socket address is larger than expected by system headers. " 796 "Processing the new socket as a socket with unknown type.\n" 797 msgstr "" 798 799 #: src/microhttpd/daemon.c:3970 800 #, c-format 801 msgid "Failed to set nonblocking mode on incoming connection socket: %s\n" 802 msgstr "" 803 804 #: src/microhttpd/daemon.c:3984 805 msgid "Failed to set noninheritable mode on incoming connection socket.\n" 806 msgstr "" 807 808 #: src/microhttpd/daemon.c:3996 809 #, c-format 810 msgid "Failed to suppress SIGPIPE on incoming connection socket: %s\n" 811 msgstr "" 812 813 #: src/microhttpd/daemon.c:4018 814 #, c-format 815 msgid "Accepted connection on socket %d\n" 816 msgstr "" 817 818 #: src/microhttpd/daemon.c:4064 src/microhttpd/daemon.c:9160 819 #: src/microhttpd/daemon.c:9192 src/microhttpd/daemon.c:9225 820 #: src/microhttpd/daemon.c:9339 821 msgid "Failed to join a thread.\n" 822 msgstr "" 823 824 #: src/microhttpd/daemon.c:4243 825 msgid "Illegal call to MHD_get_timeout.\n" 826 msgstr "" 827 828 #: src/microhttpd/daemon.c:4665 829 msgid "" 830 "MHD_run_from_select() called with except_fd_set set to NULL. Such behavior " 831 "is deprecated.\n" 832 msgstr "" 833 834 #: src/microhttpd/daemon.c:4835 835 msgid "Could not obtain daemon fdsets.\n" 836 msgstr "" 837 838 #: src/microhttpd/daemon.c:4854 839 msgid "Could not add control inter-thread communication channel FD to fdset.\n" 840 msgstr "" 841 842 #: src/microhttpd/daemon.c:4880 843 msgid "Could not add listen socket to fdset.\n" 844 msgstr "" 845 846 #: src/microhttpd/daemon.c:4948 847 #, c-format 848 msgid "select failed: %s\n" 849 msgstr "" 850 851 #: src/microhttpd/daemon.c:5097 src/microhttpd/daemon.c:5254 852 #, c-format 853 msgid "poll failed: %s\n" 854 msgstr "" 855 856 #: src/microhttpd/daemon.c:5396 src/microhttpd/daemon.c:5628 857 #, c-format 858 msgid "Call to epoll_wait failed: %s\n" 859 msgstr "" 860 861 #: src/microhttpd/daemon.c:5593 src/microhttpd/daemon.c:6184 862 msgid "Failed to remove listen FD from epoll set.\n" 863 msgstr "" 864 865 #: src/microhttpd/daemon.c:5911 866 #, c-format 867 msgid "" 868 "MHD_run()/MHD_run_wait() called for daemon started with " 869 "MHD_OPTION_APP_FD_SETSIZE option (%d). The library was compiled with smaller " 870 "FD_SETSIZE (%d). Some socket FDs may be not processed. Use " 871 "MHD_run_from_select2() instead of MHD_run() or do not use " 872 "MHD_OPTION_APP_FD_SETSIZE option.\n" 873 msgstr "" 874 875 #: src/microhttpd/daemon.c:6012 876 #, c-format 877 msgid "Failed to block SIGPIPE on daemon thread: %s\n" 878 msgstr "" 879 880 #: src/microhttpd/daemon.c:6075 881 msgid "The URL encoding is broken.\n" 882 msgstr "" 883 884 #: src/microhttpd/daemon.c:6164 885 msgid "Using MHD_quiesce_daemon in this mode requires MHD_USE_ITC.\n" 886 msgstr "" 887 888 #: src/microhttpd/daemon.c:6192 889 msgid "Failed to signal quiesce via inter-thread communication channel.\n" 890 msgstr "" 891 892 #: src/microhttpd/daemon.c:6215 893 msgid "failed to signal quiesce via inter-thread communication channel.\n" 894 msgstr "" 895 896 #: src/microhttpd/daemon.c:6379 897 msgid "" 898 "GnuTLS priorities have been initialised with @LIBMICROHTTPD application-" 899 "specific system-wide configuration.\n" 900 msgstr "" 901 902 #: src/microhttpd/daemon.c:6385 903 msgid "" 904 "GnuTLS priorities have been initialised with @SYSTEM system-wide " 905 "configuration.\n" 906 msgstr "" 907 908 #: src/microhttpd/daemon.c:6391 909 msgid "" 910 "GnuTLS priorities have been initialised with GnuTLS default configuration.\n" 911 msgstr "" 912 913 #: src/microhttpd/daemon.c:6397 914 msgid "GnuTLS priorities have been initialised with NORMAL configuration.\n" 915 msgstr "" 916 917 #: src/microhttpd/daemon.c:6410 918 #, c-format 919 msgid "Failed to set GnuTLS priorities. Last error: %s\n" 920 msgstr "" 921 922 #: src/microhttpd/daemon.c:6488 923 msgid "" 924 "GnuTLS priorities have been initialised with priorities specified by " 925 "application appended to @LIBMICROHTTPD application-specific system-wide " 926 "configuration.\n" 927 msgstr "" 928 929 #: src/microhttpd/daemon.c:6495 930 msgid "" 931 "GnuTLS priorities have been initialised with priorities specified by " 932 "application appended to @SYSTEM system-wide configuration.\n" 933 msgstr "" 934 935 #: src/microhttpd/daemon.c:6502 936 msgid "" 937 "GnuTLS priorities have been initialised with priorities specified by " 938 "application appended to GnuTLS default configuration.\n" 939 msgstr "" 940 941 #: src/microhttpd/daemon.c:6509 942 msgid "" 943 "GnuTLS priorities have been initialised with priorities specified by " 944 "application appended to NORMAL configuration.\n" 945 msgstr "" 946 947 #: src/microhttpd/daemon.c:6523 948 #, c-format 949 msgid "" 950 "Failed to set GnuTLS priorities. Last error: %s. The problematic part starts " 951 "at: %s\n" 952 msgstr "" 953 954 #: src/microhttpd/daemon.c:6639 955 msgid "" 956 "Warning: specified MHD_OPTION_CONNECTION_MEMORY_LIMIT value is too small and " 957 "rounded up to 64.\n" 958 msgstr "" 959 960 #: src/microhttpd/daemon.c:6665 961 msgid "" 962 "Warning: specified MHD_OPTION_CONNECTION_MEMORY_INCREMENT value is too large " 963 "and rounded down to 1/4 of MHD_OPTION_CONNECTION_MEMORY_LIMIT.\n" 964 msgstr "" 965 966 #: src/microhttpd/daemon.c:6751 967 msgid "" 968 "Warning: value \"1\", specified as the thread pool size, is ignored. Thread " 969 "pool is not used.\n" 970 msgstr "" 971 972 #: src/microhttpd/daemon.c:6765 973 #, c-format 974 msgid "Specified thread pool size (%u) too big.\n" 975 msgstr "" 976 977 #: src/microhttpd/daemon.c:6777 978 msgid "" 979 "MHD_OPTION_THREAD_POOL_SIZE option is specified but " 980 "MHD_USE_INTERNAL_POLLING_THREAD flag is not specified.\n" 981 msgstr "" 982 983 #: src/microhttpd/daemon.c:6786 984 msgid "" 985 "Both MHD_OPTION_THREAD_POOL_SIZE option and MHD_USE_THREAD_PER_CONNECTION " 986 "flag are specified.\n" 987 msgstr "" 988 989 #: src/microhttpd/daemon.c:6803 src/microhttpd/daemon.c:6816 990 #: src/microhttpd/daemon.c:6829 src/microhttpd/daemon.c:6842 991 #: src/microhttpd/daemon.c:6894 src/microhttpd/daemon.c:6940 992 #: src/microhttpd/daemon.c:6961 src/microhttpd/daemon.c:6983 993 #: src/microhttpd/daemon.c:7312 994 #, c-format 995 msgid "MHD HTTPS option %d passed to MHD but MHD_USE_TLS not set.\n" 996 msgstr "" 997 998 #: src/microhttpd/daemon.c:6863 999 msgid "Error initializing DH parameters.\n" 1000 msgstr "" 1001 1002 #: src/microhttpd/daemon.c:6873 1003 msgid "Diffie-Hellman parameters string too long.\n" 1004 msgstr "" 1005 1006 #: src/microhttpd/daemon.c:6884 1007 msgid "Bad Diffie-Hellman parameters format.\n" 1008 msgstr "" 1009 1010 #: src/microhttpd/daemon.c:6919 1011 #, c-format 1012 msgid "" 1013 "Setting priorities to '%s' failed: %s The problematic part starts at: %s\n" 1014 msgstr "" 1015 1016 #: src/microhttpd/daemon.c:6949 1017 msgid "" 1018 "MHD_OPTION_HTTPS_CERT_CALLBACK requires building MHD with GnuTLS >= 3.0.\n" 1019 msgstr "" 1020 1021 #: src/microhttpd/daemon.c:6971 1022 msgid "" 1023 "MHD_OPTION_HTTPS_CERT_CALLBACK2 requires building MHD with GnuTLS >= 3.6.3.\n" 1024 msgstr "" 1025 1026 #: src/microhttpd/daemon.c:7042 1027 msgid "Digest Auth is disabled for this build of GNU libmicrohttpd.\n" 1028 msgstr "" 1029 1030 #: src/microhttpd/daemon.c:7060 1031 msgid "" 1032 "MHD_OPTION_EXTERNAL_LOGGER is not the first option specified for the daemon. " 1033 "Some messages may be printed by the standard MHD logger.\n" 1034 msgstr "" 1035 1036 #: src/microhttpd/daemon.c:7085 1037 msgid "TCP fastopen is not supported on this platform.\n" 1038 msgstr "" 1039 1040 #: src/microhttpd/daemon.c:7109 1041 msgid "" 1042 "Flag MHD_USE_PEDANTIC_CHECKS is ignored because another behaviour is " 1043 "specified by MHD_OPTION_STRICT_CLIENT.\n" 1044 msgstr "" 1045 1046 #: src/microhttpd/daemon.c:7122 1047 msgid "" 1048 "Flag MHD_USE_PEDANTIC_CHECKS is ignored because another behaviour is " 1049 "specified by MHD_OPTION_CLIENT_DISCIPLINE_LVL.\n" 1050 msgstr "" 1051 1052 #: src/microhttpd/daemon.c:7286 1053 #, c-format 1054 msgid "MHD HTTPS option %d passed to MHD compiled without GNUtls >= 3.\n" 1055 msgstr "" 1056 1057 #: src/microhttpd/daemon.c:7336 1058 #, c-format 1059 msgid "MHD HTTPS option %d passed to MHD compiled without HTTPS support.\n" 1060 msgstr "" 1061 1062 #: src/microhttpd/daemon.c:7346 1063 #, c-format 1064 msgid "Invalid option %d! (Did you terminate the list with MHD_OPTION_END?).\n" 1065 msgstr "" 1066 1067 #: src/microhttpd/daemon.c:7376 1068 #, c-format 1069 msgid "Call to epoll_create1 failed: %s\n" 1070 msgstr "" 1071 1072 #: src/microhttpd/daemon.c:7386 1073 msgid "Failed to set noninheritable mode on epoll FD.\n" 1074 msgstr "" 1075 1076 #: src/microhttpd/daemon.c:7428 1077 msgid "The epoll FD is too large to be used with fd_set.\n" 1078 msgstr "" 1079 1080 #: src/microhttpd/daemon.c:7510 1081 #, c-format 1082 msgid "MHD_OPTION_APP_FD_SETSIZE value (%d) is not positive.\n" 1083 msgstr "" 1084 1085 #: src/microhttpd/daemon.c:7519 1086 msgid "" 1087 "MHD_OPTION_APP_FD_SETSIZE is ignored for daemon started with " 1088 "MHD_USE_INTERNAL_POLLING_THREAD.\n" 1089 msgstr "" 1090 1091 #: src/microhttpd/daemon.c:7528 1092 msgid "" 1093 "MHD_OPTION_APP_FD_SETSIZE is ignored for daemon started with MHD_USE_POLL.\n" 1094 msgstr "" 1095 1096 #: src/microhttpd/daemon.c:7540 1097 #, c-format 1098 msgid "" 1099 "MHD_OPTION_APP_FD_SETSIZE value (%d) does not match the platform FD_SETSIZE " 1100 "value (%d) and this platform does not support overriding of FD_SETSIZE.\n" 1101 msgstr "" 1102 1103 #: src/microhttpd/daemon.c:7565 1104 msgid "The value provided for MHD_OPTION_LISTEN_SOCKET is invalid.\n" 1105 msgstr "" 1106 1107 #: src/microhttpd/daemon.c:7575 1108 msgid "" 1109 "MHD_OPTION_LISTEN_SOCKET specified for daemon with MHD_USE_NO_LISTEN_SOCKET " 1110 "flag set.\n" 1111 msgstr "" 1112 1113 #: src/microhttpd/daemon.c:7605 1114 msgid "" 1115 "MHD_OPTION_LISTEN_SOCKET cannot be used together with " 1116 "MHD_OPTION_SOCK_ADDR_LEN or MHD_OPTION_SOCK_ADDR.\n" 1117 msgstr "" 1118 1119 #: src/microhttpd/daemon.c:7614 1120 msgid "" 1121 "MHD_OPTION_SOCK_ADDR_LEN or MHD_OPTION_SOCK_ADDR specified for daemon with " 1122 "MHD_USE_NO_LISTEN_SOCKET flag set.\n" 1123 msgstr "" 1124 1125 #: src/microhttpd/daemon.c:7895 1126 msgid "Failed to initialise GnuTLS priorities.\n" 1127 msgstr "" 1128 1129 #: src/microhttpd/daemon.c:7907 1130 msgid "" 1131 "Warning: MHD_USE_THREAD_PER_CONNECTION must be used only with " 1132 "MHD_USE_INTERNAL_POLLING_THREAD. Flag MHD_USE_INTERNAL_POLLING_THREAD was " 1133 "added. Consider setting MHD_USE_INTERNAL_POLLING_THREAD explicitly.\n" 1134 msgstr "" 1135 1136 #: src/microhttpd/daemon.c:7923 1137 msgid "Using debug build of libmicrohttpd.\n" 1138 msgstr "" 1139 1140 #: src/microhttpd/daemon.c:7937 1141 #, c-format 1142 msgid "Failed to create inter-thread communication channel: %s\n" 1143 msgstr "" 1144 1145 #: src/microhttpd/daemon.c:7952 1146 msgid "" 1147 "file descriptor for inter-thread communication channel exceeds maximum " 1148 "value.\n" 1149 msgstr "" 1150 1151 #: src/microhttpd/daemon.c:7991 1152 msgid "Specified value for NC_SIZE too large.\n" 1153 msgstr "" 1154 1155 #: src/microhttpd/daemon.c:8007 1156 #, c-format 1157 msgid "Failed to allocate memory for nonce-nc map: %s\n" 1158 msgstr "" 1159 1160 #: src/microhttpd/daemon.c:8025 1161 msgid "MHD failed to initialize nonce-nc mutex.\n" 1162 msgstr "" 1163 1164 #: src/microhttpd/daemon.c:8046 1165 msgid "MHD thread polling only works with MHD_USE_INTERNAL_POLLING_THREAD.\n" 1166 msgstr "" 1167 1168 #: src/microhttpd/daemon.c:8076 1169 msgid "" 1170 "MHD_USE_IPv6 is enabled, but 'struct sockaddr *' specified for " 1171 "MHD_OPTION_SOCK_ADDR_LEN or MHD_OPTION_SOCK_ADDR is not IPv6 address.\n" 1172 msgstr "" 1173 1174 #: src/microhttpd/daemon.c:8095 src/microhttpd/daemon.c:8140 1175 msgid "The size specified for MHD_OPTION_SOCK_ADDR_LEN option is wrong.\n" 1176 msgstr "" 1177 1178 #: src/microhttpd/daemon.c:8107 src/microhttpd/daemon.c:8152 1179 msgid "" 1180 "The value of 'struct sockaddr.sa_len' provided via MHD_OPTION_SOCK_ADDR_LEN " 1181 "option is not zero and does not match 'sa_family' value of the same " 1182 "structure.\n" 1183 msgstr "" 1184 1185 #: src/microhttpd/daemon.c:8190 1186 msgid "" 1187 "The 'sa_family' of the 'struct sockaddr' provided via MHD_OPTION_SOCK_ADDR " 1188 "option is not supported.\n" 1189 msgstr "" 1190 1191 #: src/microhttpd/daemon.c:8267 1192 #, c-format 1193 msgid "Failed to create socket for listening: %s\n" 1194 msgstr "" 1195 1196 #: src/microhttpd/daemon.c:8278 src/microhttpd/daemon.c:8471 1197 #, c-format 1198 msgid "" 1199 "Listen socket descriptor (%d) is not less than daemon FD_SETSIZE value " 1200 "(%d).\n" 1201 msgstr "" 1202 1203 #: src/microhttpd/daemon.c:8301 src/microhttpd/daemon.c:8320 1204 #: src/microhttpd/daemon.c:8343 src/microhttpd/daemon.c:8381 1205 #: src/microhttpd/daemon.c:8414 src/microhttpd/daemon.c:8446 1206 #, c-format 1207 msgid "setsockopt failed: %s\n" 1208 msgstr "" 1209 1210 #: src/microhttpd/daemon.c:8353 1211 msgid "Cannot allow listening address reuse: SO_REUSEPORT not defined.\n" 1212 msgstr "" 1213 1214 #: src/microhttpd/daemon.c:8389 1215 msgid "" 1216 "Cannot disallow listening address reuse: SO_EXCLUSIVEADDRUSE not defined.\n" 1217 msgstr "" 1218 1219 #: src/microhttpd/daemon.c:8427 1220 #, c-format 1221 msgid "Failed to bind to port %u: %s\n" 1222 msgstr "" 1223 1224 #: src/microhttpd/daemon.c:8457 1225 #, c-format 1226 msgid "Failed to listen for connections: %s\n" 1227 msgstr "" 1228 1229 #: src/microhttpd/daemon.c:8558 1230 #, c-format 1231 msgid "Failed to get listen port number: %s\n" 1232 msgstr "" 1233 1234 #: src/microhttpd/daemon.c:8568 1235 msgid "" 1236 "Failed to get listen port number (`struct sockaddr_storage` too small!?).\n" 1237 msgstr "" 1238 1239 #: src/microhttpd/daemon.c:8615 1240 msgid "Listen socket has unknown address family!\n" 1241 msgstr "" 1242 1243 #: src/microhttpd/daemon.c:8632 1244 #, c-format 1245 msgid "Failed to set nonblocking mode on listening socket: %s\n" 1246 msgstr "" 1247 1248 #: src/microhttpd/daemon.c:8668 1249 msgid "" 1250 "Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_EPOLL is not supported.\n" 1251 msgstr "" 1252 1253 #: src/microhttpd/daemon.c:8683 1254 msgid "MHD failed to initialize IP connection limit mutex.\n" 1255 msgstr "" 1256 1257 #: src/microhttpd/daemon.c:8696 1258 msgid "Failed to initialize TLS support.\n" 1259 msgstr "" 1260 1261 #: src/microhttpd/daemon.c:8726 src/microhttpd/daemon.c:8803 1262 #: src/microhttpd/daemon.c:8923 1263 msgid "Failed to initialise internal lists mutex.\n" 1264 msgstr "" 1265 1266 #: src/microhttpd/daemon.c:8735 src/microhttpd/daemon.c:8811 1267 #: src/microhttpd/daemon.c:8932 1268 msgid "Failed to initialise mutex.\n" 1269 msgstr "" 1270 1271 #: src/microhttpd/daemon.c:8758 1272 #, c-format 1273 msgid "Failed to create listen thread: %s\n" 1274 msgstr "" 1275 1276 #: src/microhttpd/daemon.c:8822 1277 #, c-format 1278 msgid "Failed to create worker inter-thread communication channel: %s\n" 1279 msgstr "" 1280 1281 #: src/microhttpd/daemon.c:8835 1282 msgid "" 1283 "File descriptor for worker inter-thread communication channel exceeds " 1284 "maximum value.\n" 1285 msgstr "" 1286 1287 #: src/microhttpd/daemon.c:8896 1288 msgid "" 1289 "Failed to create a new pool thread because it would have exceeded the system " 1290 "limit on the number of threads or no system resources available.\n" 1291 msgstr "" 1292 1293 #: src/microhttpd/daemon.c:8902 1294 #, c-format 1295 msgid "Failed to create pool thread: %s\n" 1296 msgstr "" 1297 1298 #: src/microhttpd/daemon.c:9104 src/microhttpd/daemon.c:9137 1299 msgid "MHD_stop_daemon() called while we have suspended connections.\n" 1300 msgstr "" 1301 1302 #: src/microhttpd/daemon.c:9176 src/microhttpd/daemon.c:9282 1303 #: src/microhttpd/daemon.c:9320 1304 msgid "Failed to signal shutdown via inter-thread communication channel.\n" 1305 msgstr "" 1306 1307 #: src/microhttpd/daemon.c:9250 1308 msgid "MHD_stop_daemon() was called twice." 1309 msgstr "" 1310 1311 #: src/microhttpd/daemon.c:9839 1312 msgid "Failed to initialize winsock.\n" 1313 msgstr "" 1314 1315 #: src/microhttpd/daemon.c:9841 1316 msgid "Winsock version 2.2 is not available.\n" 1317 msgstr "" 1318 1319 #: src/microhttpd/daemon.c:9850 src/microhttpd/daemon.c:9854 1320 msgid "Failed to initialise multithreading in libgcrypt.\n" 1321 msgstr "" 1322 1323 #: src/microhttpd/daemon.c:9860 1324 msgid "libgcrypt is too old. MHD was compiled for libgcrypt 1.6.0 or newer.\n" 1325 msgstr "" 1326 1327 #: src/microhttpd/internal.h:97 1328 msgid "Failed to close FD.\n" 1329 msgstr "" 1330 1331 #: src/microhttpd/mhd_send.c:206 src/microhttpd/mhd_send.c:275 1332 #, c-format 1333 msgid "Setting %s option to %s state failed for TCP/IP socket %d: %s\n" 1334 msgstr "" 1335 1336 #: src/microhttpd/mhd_send.c:209 src/microhttpd/mhd_send.c:221 1337 #: src/microhttpd/mhd_send.c:282 src/microhttpd/mhd_send.c:298 1338 msgid "ON" 1339 msgstr "" 1340 1341 #: src/microhttpd/mhd_send.c:209 src/microhttpd/mhd_send.c:221 1342 #: src/microhttpd/mhd_send.c:282 src/microhttpd/mhd_send.c:298 1343 msgid "OFF" 1344 msgstr "" 1345 1346 #: src/microhttpd/mhd_send.c:219 src/microhttpd/mhd_send.c:292 1347 #, c-format 1348 msgid "Setting %s option to %s state failed: %s\n" 1349 msgstr "" 1350 1351 #: src/microhttpd/mhd_send.c:562 1352 #, c-format 1353 msgid "Zero-send failed: %s\n" 1354 msgstr "" 1355 1356 #: src/microhttpd/mhd_send.c:744 1357 msgid "" 1358 "Failed to push the data from buffers to the network. Client may experience " 1359 "some delay (usually in range 200ms - 5 sec).\n" 1360 msgstr "" 1361 1362 #: src/microhttpd/mhd_sockets.h:352 1363 msgid "Close socket failed.\n" 1364 msgstr "" 1365 1366 #: src/microhttpd/mhd_itc.h:373 1367 msgid "Failed to destroy ITC.\n" 1368 msgstr "" 1369 1370 #: src/microhttpd/mhd_panic.c:62 1371 #, c-format 1372 msgid "Fatal error in GNU libmicrohttpd %s:%u: %s\n" 1373 msgstr "" 1374 1375 #: src/microhttpd/response.c:1960 1376 msgid "Cannot execute \"upgrade\" as the socket is in the blocking mode.\n" 1377 msgstr "" 1378 1379 #: src/microhttpd/response.c:2000 1380 msgid "Failed to make loopback sockets non-blocking.\n" 1381 msgstr "" 1382 1383 #: src/microhttpd/response.c:2019 1384 msgid "Failed to set SO_NOSIGPIPE on loopback sockets.\n" 1385 msgstr "" 1386 1387 #: src/microhttpd/response.c:2038 1388 #, c-format 1389 msgid "Socketpair descriptor is not less than FD_SETSIZE: %d >= %d\n" 1390 msgstr "" 1391 1392 #: src/microhttpd/response.c:2096 1393 msgid "Error cleaning up while handling epoll error.\n" 1394 msgstr "" 1395 1396 #: src/microhttpd/response.c:2188 1397 msgid "" 1398 "Memory shortage in connection's memory pool. The \"upgraded\" communication " 1399 "will be inefficient.\n" 1400 msgstr "" 1401 1402 #: src/microhttpd/mhd_locks.h:128 1403 msgid "Failed to destroy mutex.\n" 1404 msgstr "" 1405 1406 #: src/microhttpd/mhd_locks.h:161 1407 msgid "Failed to lock mutex.\n" 1408 msgstr "" 1409 1410 #: src/microhttpd/mhd_locks.h:187 1411 msgid "Failed to unlock mutex.\n" 1412 msgstr "" 1413 1414 #: src/microhttpd/postprocessor.c:511 src/microhttpd/postprocessor.c:1236 1415 msgid "internal error.\n" 1416 msgstr "" 1417 1418 #: src/microhttpd/gen_auth.c:240 1419 msgid "" 1420 "Not enough memory in the connection's pool to allocate for Basic " 1421 "Authorization header parsing.\n" 1422 msgstr "" 1423 1424 #: src/microhttpd/gen_auth.c:253 1425 msgid "The Basic Authorization client's header has incorrect format.\n" 1426 msgstr "" 1427 1428 #: src/microhttpd/gen_auth.c:658 1429 msgid "" 1430 "Not enough memory in the connection's pool to allocate for Digest " 1431 "Authorization header parsing.\n" 1432 msgstr "" 1433 1434 #: src/microhttpd/gen_auth.c:671 1435 msgid "The Digest Authorization client's header has incorrect format.\n" 1436 msgstr "" 1437 1438 #: src/microhttpd/digestauth.c:152 1439 msgid "VLA too big.\n" 1440 msgstr "" 1441 1442 #: src/microhttpd/digestauth.c:1789 1443 msgid "" 1444 "Random value was not initialised by MHD_OPTION_DIGEST_AUTH_RANDOM or " 1445 "MHD_OPTION_DIGEST_AUTH_RANDOM_COPY, generated nonces are predictable.\n" 1446 msgstr "" 1447 1448 #: src/microhttpd/digestauth.c:2288 1449 msgid "Authentication failed, URI does not match.\n" 1450 msgstr "" 1451 1452 #: src/microhttpd/digestauth.c:2300 1453 msgid "Authentication failed, arguments do not match.\n" 1454 msgstr "" 1455 1456 #: src/microhttpd/digestauth.c:2591 1457 msgid "The 'session' algorithms are not supported.\n" 1458 msgstr "" 1459 1460 #: src/microhttpd/digestauth.c:2600 src/microhttpd/digestauth.c:3268 1461 msgid "The MD5 algorithm is not supported by this MHD build.\n" 1462 msgstr "" 1463 1464 #: src/microhttpd/digestauth.c:2610 src/microhttpd/digestauth.c:3278 1465 msgid "The SHA-256 algorithm is not supported by this MHD build.\n" 1466 msgstr "" 1467 1468 #: src/microhttpd/digestauth.c:2621 src/microhttpd/digestauth.c:3289 1469 msgid "The SHA-512/256 algorithm is not supported by this MHD build.\n" 1470 msgstr "" 1471 1472 #: src/microhttpd/digestauth.c:2628 src/microhttpd/digestauth.c:3572 1473 msgid "Wrong 'malgo3' value, API violation" 1474 msgstr "" 1475 1476 #: src/microhttpd/digestauth.c:2639 1477 msgid "The 'auth-int' QOP is not supported.\n" 1478 msgstr "" 1479 1480 #: src/microhttpd/digestauth.c:2647 src/microhttpd/digestauth.c:3602 1481 msgid "" 1482 "RFC2069 with SHA-256 or SHA-512/256 algorithm is non-standard extension.\n" 1483 msgstr "" 1484 1485 #: src/microhttpd/digestauth.c:2801 1486 msgid "Authentication failed, invalid nc format.\n" 1487 msgstr "" 1488 1489 #: src/microhttpd/digestauth.c:2809 1490 msgid "Authentication failed, invalid 'nc' value.\n" 1491 msgstr "" 1492 1493 #: src/microhttpd/digestauth.c:2831 1494 msgid "Authentication failed, invalid nonce format.\n" 1495 msgstr "" 1496 1497 #: src/microhttpd/digestauth.c:2867 1498 msgid "" 1499 "Stale nonce received. If this happens a lot, you should probably increase " 1500 "the size of the nonce array.\n" 1501 msgstr "" 1502 1503 #: src/microhttpd/digestauth.c:2871 1504 msgid "" 1505 "Stale nonce received. This is expected when client uses RFC2069-compatible " 1506 "mode and makes more than one request.\n" 1507 msgstr "" 1508 1509 #: src/microhttpd/digestauth.c:2881 1510 msgid "" 1511 "Received nonce that was not generated by MHD. This may indicate an attack " 1512 "attempt.\n" 1513 msgstr "" 1514 1515 #: src/microhttpd/digestauth.c:3259 1516 msgid "" 1517 "Wrong 'malgo3' value, only one base hashing algorithm (MD5, SHA-256 or " 1518 "SHA-512/256) must be specified, API violation" 1519 msgstr "" 1520 1521 #: src/microhttpd/digestauth.c:3298 1522 msgid "Wrong 'userdigest_size' value, does not match 'malgo3', API violation" 1523 msgstr "" 1524 1525 #: src/microhttpd/digestauth.c:3347 src/microhttpd/digestauth.c:3404 1526 #: src/microhttpd/digestauth.c:3591 1527 msgid "Wrong 'algo' value, API violation" 1528 msgstr "" 1529 1530 #: src/microhttpd/digestauth.c:3545 1531 msgid "Only non-'session' algorithms are supported.\n" 1532 msgstr "" 1533 1534 #: src/microhttpd/digestauth.c:3577 1535 msgid "No requested algorithm is supported by this MHD build.\n" 1536 msgstr "" 1537 1538 #: src/microhttpd/digestauth.c:3584 1539 msgid "Wrong 'mqop' value, API violation" 1540 msgstr "" 1541 1542 #: src/microhttpd/digestauth.c:3598 1543 msgid "" 1544 "The 'userhash' and 'charset' ('prefer_utf8') parameters are not compatible " 1545 "with RFC2069 and ignored.\n" 1546 msgstr "" 1547 1548 #: src/microhttpd/digestauth.c:3613 1549 msgid "The nonce array size is zero.\n" 1550 msgstr "" 1551 1552 #: src/microhttpd/digestauth.c:3629 1553 msgid "The 'realm' is too large.\n" 1554 msgstr "" 1555 1556 #: src/microhttpd/digestauth.c:3734 1557 msgid "The 'realm' is too large after 'quoting'.\n" 1558 msgstr "" 1559 1560 #: src/microhttpd/digestauth.c:3806 1561 msgid "" 1562 "TLS library reported hash calculation error, nonce could not be generated.\n" 1563 msgstr "" 1564 1565 #: src/microhttpd/digestauth.c:3814 1566 msgid "" 1567 "Could not register nonce. Client's requests with this nonce will be always " 1568 "'stale'. Probably clients' requests are too intensive.\n" 1569 msgstr "" 1570 1571 #: src/microhttpd/digestauth.c:3898 1572 msgid "Failed to add Digest auth header.\n" 1573 msgstr "" 1574 1575 #: src/microhttpd/digestauth.c:4039 1576 msgid "Wrong algo value.\n" 1577 msgstr "" 1578 1579 #: src/microhttpd/basicauth.c:108 1580 msgid "Error decoding Basic Authorization authentication.\n" 1581 msgstr "" 1582 1583 #: src/microhttpd/basicauth.c:117 1584 msgid "" 1585 "Failed to allocate memory to process Basic Authorization authentication.\n" 1586 msgstr "" 1587 1588 #: src/microhttpd/basicauth.c:171 src/microhttpd/basicauth.c:185 1589 msgid "Failed to allocate memory.\n" 1590 msgstr "" 1591 1592 #: src/microhttpd/basicauth.c:292 1593 msgid "Failed to add Basic Authentication header.\n" 1594 msgstr "" 1595 1596 #: src/microhttpd/connection_https.c:167 1597 msgid "Error: received handshake message out of context.\n" 1598 msgstr ""