libmicrohttpd.pot (43601B)
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.10\n" 10 "Report-Msgid-Bugs-To: libmicrohttpd@gnu.org\n" 11 "POT-Creation-Date: 2026-08-07 22:20+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:666 21 msgid "The operation would block, retry later" 22 msgstr "" 23 24 #: src/microhttpd/connection.c:668 25 msgid "The connection was forcibly closed by remote peer" 26 msgstr "" 27 28 #: src/microhttpd/connection.c:670 29 msgid "The socket is not connected" 30 msgstr "" 31 32 #: src/microhttpd/connection.c:672 33 msgid "Not enough system resources to serve the request" 34 msgstr "" 35 36 #: src/microhttpd/connection.c:674 37 msgid "Bad FD value" 38 msgstr "" 39 40 #: src/microhttpd/connection.c:676 41 msgid "Argument value is invalid" 42 msgstr "" 43 44 #: src/microhttpd/connection.c:678 45 msgid "Argument value is not supported" 46 msgstr "" 47 48 #: src/microhttpd/connection.c:680 49 msgid "The socket is no longer available for sending" 50 msgstr "" 51 52 #: src/microhttpd/connection.c:682 53 msgid "TLS encryption or decryption error" 54 msgstr "" 55 56 #: src/microhttpd/connection.c:687 57 msgid "Not an error code" 58 msgstr "" 59 60 #: src/microhttpd/connection.c:690 61 msgid "Wrong error code value" 62 msgstr "" 63 64 #: src/microhttpd/connection.c:1403 src/microhttpd/connection.c:1422 65 #: src/microhttpd/daemon.c:3457 src/microhttpd/daemon.c:4318 66 #: src/microhttpd/daemon.c:9290 67 msgid "Failed to remove FD from epoll set.\n" 68 msgstr "" 69 70 #: src/microhttpd/connection.c:1516 src/microhttpd/connection.c:1625 71 msgid "Closing connection (out of memory)." 72 msgstr "" 73 74 #: src/microhttpd/connection.c:1561 75 msgid "Closing connection (application reported error generating data)." 76 msgstr "" 77 78 #: src/microhttpd/connection.c:1689 79 msgid "No callback for the chunked data." 80 msgstr "" 81 82 #: src/microhttpd/connection.c:1706 83 msgid "Closing connection (application error generating response)." 84 msgstr "" 85 86 #: src/microhttpd/connection.c:1731 87 msgid "Closing connection (application returned more data than requested)." 88 msgstr "" 89 90 #: src/microhttpd/connection.c:2375 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:2383 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:2908 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:2917 112 msgid "Too late to send an error response, response is being sent already.\n" 113 msgstr "" 114 115 #: src/microhttpd/connection.c:2923 116 msgid "Too late for error response." 117 msgstr "" 118 119 #: src/microhttpd/connection.c:2952 120 msgid "Failed to create error response.\n" 121 msgstr "" 122 123 #: src/microhttpd/connection.c:2999 124 msgid "Closing connection (failed to queue error response)." 125 msgstr "" 126 127 #: src/microhttpd/connection.c:3031 128 msgid "Closing connection (failed to create error response header)." 129 msgstr "" 130 131 #: src/microhttpd/connection.c:3566 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:3586 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:3870 144 msgid "Invalid TLS state value.\n" 145 msgstr "" 146 147 #: src/microhttpd/connection.c:3878 src/microhttpd/connection.c:6909 148 #: src/microhttpd/connection.c:7007 src/microhttpd/connection.c:7606 149 #, c-format 150 msgid "In function %s handling connection at state: %s\n" 151 msgstr "" 152 153 #: src/microhttpd/connection.c:4028 154 msgid "Not enough memory in pool to allocate header record!\n" 155 msgstr "" 156 157 #: src/microhttpd/connection.c:4312 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:4327 164 msgid "The Cookie header has been ignored as it contains malformed data.\n" 165 msgstr "" 166 167 #: src/microhttpd/connection.c:4334 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:4341 174 msgid "The Cookie header has malformed data.\n" 175 msgstr "" 176 177 #: src/microhttpd/connection.c:4347 178 msgid "Not enough memory in the connection pool to parse client cookies!\n" 179 msgstr "" 180 181 #: src/microhttpd/connection.c:4510 src/microhttpd/connection.c:4767 182 msgid "Application reported internal error, closing connection." 183 msgstr "" 184 185 #: src/microhttpd/connection.c:4774 src/microhttpd/postprocessor.c:56 186 msgid "libmicrohttpd API violation.\n" 187 msgstr "" 188 189 #: src/microhttpd/connection.c:4791 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:4953 196 msgid "Malformed 'Content-Length' header. Closing connection.\n" 197 msgstr "" 198 199 #: src/microhttpd/connection.c:4964 200 msgid "Too large value of 'Content-Length' header. Closing connection.\n" 201 msgstr "" 202 203 #: src/microhttpd/connection.c:5045 204 msgid "" 205 "The 'Content-Length' request header is ignored as chunked Transfer-Encoding " 206 "is set in the same request.\n" 207 msgstr "" 208 209 #: src/microhttpd/connection.c:5066 210 msgid "Received HTTP/1.1 request without `Host' header.\n" 211 msgstr "" 212 213 #: src/microhttpd/connection.c:5224 214 msgid "Too many meaningless extra empty lines received before the request" 215 msgstr "" 216 217 #: src/microhttpd/connection.c:5299 218 msgid "Bare CR characters are not allowed in the request line.\n" 219 msgstr "" 220 221 #: src/microhttpd/connection.c:5326 222 msgid "Bare LF characters are not allowed in the request line.\n" 223 msgstr "" 224 225 #: src/microhttpd/connection.c:5451 226 msgid "The request line is malformed.\n" 227 msgstr "" 228 229 #: src/microhttpd/connection.c:5514 230 msgid "The request line starts with a whitespace.\n" 231 msgstr "" 232 233 #: src/microhttpd/connection.c:5552 234 msgid "The request line has more than two whitespaces.\n" 235 msgstr "" 236 237 #: src/microhttpd/connection.c:5641 238 msgid "Invalid character is in the request line.\n" 239 msgstr "" 240 241 #: src/microhttpd/connection.c:5650 242 msgid "The NUL character is in the request line.\n" 243 msgstr "" 244 245 #: src/microhttpd/connection.c:5699 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:5776 252 msgid "The request has whitespace character is in the URI.\n" 253 msgstr "" 254 255 #: src/microhttpd/connection.c:6290 256 msgid "Whitespace-prefixed first header line has been skipped.\n" 257 msgstr "" 258 259 #: src/microhttpd/connection.c:6606 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:6608 src/microhttpd/connection.c:6672 265 #: src/microhttpd/connection.c:6679 266 msgid "header" 267 msgstr "" 268 269 #: src/microhttpd/connection.c:6608 src/microhttpd/connection.c:6672 270 #: src/microhttpd/connection.c:6679 271 msgid "footer" 272 msgstr "" 273 274 #: src/microhttpd/connection.c:6654 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:6657 280 msgid "the request line or in the request headers" 281 msgstr "" 282 283 #: src/microhttpd/connection.c:6658 284 msgid "the request footers" 285 msgstr "" 286 287 #: src/microhttpd/connection.c:6663 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:6666 295 msgid "headers" 296 msgstr "" 297 298 #: src/microhttpd/connection.c:6666 299 msgid "footers" 300 msgstr "" 301 302 #: src/microhttpd/connection.c:6671 303 #, c-format 304 msgid "One %s line without colon has been skipped.\n" 305 msgstr "" 306 307 #: src/microhttpd/connection.c:6677 308 #, c-format 309 msgid "%<PRIu64> %s lines without colons has been skipped.\n" 310 msgstr "" 311 312 #: src/microhttpd/connection.c:6858 313 msgid "Socket has been disconnected when reading request.\n" 314 msgstr "" 315 316 #: src/microhttpd/connection.c:6870 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:6888 322 msgid "Connection was closed by remote side with incomplete request.\n" 323 msgstr "" 324 325 #: src/microhttpd/connection.c:7034 326 #, c-format 327 msgid "Failed to send data in request for %s.\n" 328 msgstr "" 329 330 #: src/microhttpd/connection.c:7043 331 #, c-format 332 msgid "Sent 100 continue response: `%.*s'\n" 333 msgstr "" 334 335 #: src/microhttpd/connection.c:7120 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:7186 342 msgid "Data offset exceeds limit.\n" 343 msgstr "" 344 345 #: src/microhttpd/connection.c:7196 346 #, c-format 347 msgid "Sent %d-byte DATA response: `%.*s'\n" 348 msgstr "" 349 350 #: src/microhttpd/connection.c:7213 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:7245 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:7281 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:7310 368 msgid "Internal error.\n" 369 msgstr "" 370 371 #: src/microhttpd/connection.c:7349 372 #, c-format 373 msgid "Detected system clock %u milliseconds jump back.\n" 374 msgstr "" 375 376 #: src/microhttpd/connection.c:7356 377 #, c-format 378 msgid "Detected too large system clock %<PRIu64> milliseconds jump back.\n" 379 msgstr "" 380 381 #: src/microhttpd/connection.c:7438 382 msgid "" 383 "Failed to signal end of connection via inter-thread communication channel.\n" 384 msgstr "" 385 386 #: src/microhttpd/connection.c:7752 387 msgid "Closing connection (failed to create response header).\n" 388 msgstr "" 389 390 #: src/microhttpd/connection.c:7886 391 msgid "Closing connection (failed to create response footer)." 392 msgstr "" 393 394 #: src/microhttpd/connection.c:7997 src/microhttpd/daemon.c:3162 395 #: src/microhttpd/daemon.c:5780 src/microhttpd/daemon.c:5814 396 #: src/microhttpd/daemon.c:7724 src/microhttpd/daemon.c:7743 397 #: src/microhttpd/response.c:2078 src/microhttpd/response.c:2104 398 #, c-format 399 msgid "Call to epoll_ctl failed: %s\n" 400 msgstr "" 401 402 #: src/microhttpd/connection.c:8161 src/microhttpd/daemon.c:6949 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:8277 410 msgid "Attempted to queue response on wrong thread!\n" 411 msgstr "" 412 413 #: src/microhttpd/connection.c:8300 414 msgid "" 415 "Attempted 'upgrade' connection on daemon without MHD_ALLOW_UPGRADE option!\n" 416 msgstr "" 417 418 #: src/microhttpd/connection.c:8309 419 msgid "Application used invalid status code for 'upgrade' response!\n" 420 msgstr "" 421 422 #: src/microhttpd/connection.c:8318 423 msgid "Application used invalid response without \"Connection\" header!\n" 424 msgstr "" 425 426 #: src/microhttpd/connection.c:8336 427 msgid "" 428 "Application used invalid response without \"upgrade\" token in " 429 "\"Connection\" header!\n" 430 msgstr "" 431 432 #: src/microhttpd/connection.c:8346 433 msgid "Connection \"Upgrade\" can be used only with HTTP/1.1 connections!\n" 434 msgstr "" 435 436 #: src/microhttpd/connection.c:8367 437 msgid "" 438 "Connection cannot be upgraded: it has already been marked as \"must close\" " 439 "while the request was being parsed.\n" 440 msgstr "" 441 442 #: src/microhttpd/connection.c:8382 443 msgid "" 444 "Application used status code 101 \"Switching Protocols\" with non-'upgrade' " 445 "response!\n" 446 msgstr "" 447 448 #: src/microhttpd/connection.c:8390 449 msgid "" 450 "Application used status code 101 \"Switching Protocols\", but this MHD was " 451 "built without \"Upgrade\" support!\n" 452 msgstr "" 453 454 #: src/microhttpd/connection.c:8401 455 #, c-format 456 msgid "" 457 "Refused wrong status code (%u). HTTP requires three digits status code!\n" 458 msgstr "" 459 460 #: src/microhttpd/connection.c:8413 461 #, c-format 462 msgid "" 463 "Wrong status code (%u) refused. HTTP/1.0 clients do not support 1xx status " 464 "codes!\n" 465 msgstr "" 466 467 #: src/microhttpd/connection.c:8424 468 #, c-format 469 msgid "" 470 "Wrong status code (%u) refused. HTTP/1.0 reply mode does not support 1xx " 471 "status codes!\n" 472 msgstr "" 473 474 #: src/microhttpd/connection.c:8436 475 #, c-format 476 msgid "" 477 "Successful (%u) response code cannot be used to answer \"CONNECT\" request!\n" 478 msgstr "" 479 480 #: src/microhttpd/connection.c:8448 481 msgid "" 482 "HEAD-only response cannot be used when the request requires reply body to be " 483 "sent!\n" 484 msgstr "" 485 486 #: src/microhttpd/connection.c:8459 487 msgid "" 488 "The response has application-defined \"Content-Length\" header. The reply to " 489 "the request will be not HTTP-compliant and may result in hung connection or " 490 "other problems!\n" 491 msgstr "" 492 493 #: src/microhttpd/daemon.c:408 494 msgid "Failed to add IP connection count node.\n" 495 msgstr "" 496 497 #: src/microhttpd/daemon.c:464 498 msgid "Failed to find previously-added IP address.\n" 499 msgstr "" 500 501 #: src/microhttpd/daemon.c:470 502 msgid "Previously-added IP address had counter of zero.\n" 503 msgstr "" 504 505 #: src/microhttpd/daemon.c:523 506 msgid "Too long trust certificate.\n" 507 msgstr "" 508 509 #: src/microhttpd/daemon.c:535 510 msgid "Bad trust certificate format.\n" 511 msgstr "" 512 513 #: src/microhttpd/daemon.c:560 514 msgid "Too long key or certificate.\n" 515 msgstr "" 516 517 #: src/microhttpd/daemon.c:581 518 msgid "" 519 "Failed to setup x509 certificate/key: pre 3.X.X version of GnuTLS does not " 520 "support setting key password.\n" 521 msgstr "" 522 523 #: src/microhttpd/daemon.c:595 524 #, c-format 525 msgid "GnuTLS failed to setup x509 certificate/key: %s\n" 526 msgstr "" 527 528 #: src/microhttpd/daemon.c:610 529 msgid "You need to specify a certificate and key location.\n" 530 msgstr "" 531 532 #: src/microhttpd/daemon.c:643 533 #, c-format 534 msgid "Error: invalid credentials type %d specified.\n" 535 msgstr "" 536 537 #: src/microhttpd/daemon.c:1184 538 #, c-format 539 msgid "Maximum socket in select set: %d\n" 540 msgstr "" 541 542 #: src/microhttpd/daemon.c:1245 543 msgid "" 544 "MHD_get_fdset2() called with except_fd_set set to NULL. Such behavior is " 545 "unsupported.\n" 546 msgstr "" 547 548 #: src/microhttpd/daemon.c:1261 src/microhttpd/daemon.c:4910 549 #, c-format 550 msgid "" 551 "%s() called with fd_setsize (%u) less than value set by " 552 "MHD_OPTION_APP_FD_SETSIZE (%d). Some socket FDs may be not processed. Use " 553 "MHD_OPTION_APP_FD_SETSIZE with the correct value.\n" 554 msgstr "" 555 556 #: src/microhttpd/daemon.c:1270 src/microhttpd/daemon.c:4919 557 #, c-format 558 msgid "" 559 "%s() called with fd_setsize (%u) less than FD_SETSIZE used by MHD (%d). Some " 560 "socket FDs may be not processed. Consider using MHD_OPTION_APP_FD_SETSIZE " 561 "option.\n" 562 msgstr "" 563 564 #: src/microhttpd/daemon.c:1283 src/microhttpd/daemon.c:4932 565 #, c-format 566 msgid "" 567 "%s() called with fd_setsize (%u) less than fixed FD_SETSIZE value (%d) used " 568 "on the platform.\n" 569 msgstr "" 570 571 #: src/microhttpd/daemon.c:1547 src/microhttpd/daemon.c:9426 572 msgid "" 573 "Initiated daemon shutdown while \"upgraded\" connection was not closed.\n" 574 msgstr "" 575 576 #: src/microhttpd/daemon.c:1562 577 #, c-format 578 msgid "" 579 "Failed to forward to application %<PRIu64> bytes of data received from " 580 "remote side: application closed data forwarding.\n" 581 msgstr "" 582 583 #: src/microhttpd/daemon.c:1710 584 #, c-format 585 msgid "" 586 "Failed to forward to remote client %<PRIu64> bytes of data received from " 587 "application: %s\n" 588 msgstr "" 589 590 #: src/microhttpd/daemon.c:1776 591 #, c-format 592 msgid "" 593 "Failed to forward to application %<PRIu64> bytes of data received from " 594 "remote side: %s\n" 595 msgstr "" 596 597 #: src/microhttpd/daemon.c:1830 598 #, c-format 599 msgid "" 600 "Failed to forward to remote client %<PRIu64> bytes of data received from " 601 "application: daemon shut down.\n" 602 msgstr "" 603 604 #: src/microhttpd/daemon.c:1902 605 msgid "Error preparing select.\n" 606 msgstr "" 607 608 #: src/microhttpd/daemon.c:1937 src/microhttpd/daemon.c:2195 609 #: src/microhttpd/daemon.c:2334 610 #, c-format 611 msgid "Error during select (%d): `%s'\n" 612 msgstr "" 613 614 #: src/microhttpd/daemon.c:1988 src/microhttpd/daemon.c:2216 615 #: src/microhttpd/daemon.c:2419 616 #, c-format 617 msgid "Error during poll: `%s'\n" 618 msgstr "" 619 620 #: src/microhttpd/daemon.c:2179 src/microhttpd/daemon.c:2316 621 msgid "Failed to add FD to fd_set.\n" 622 msgstr "" 623 624 #: src/microhttpd/daemon.c:2471 625 msgid "Processing thread terminating. Closing connection.\n" 626 msgstr "" 627 628 #: src/microhttpd/daemon.c:2500 629 msgid "" 630 "Failed to signal thread termination via inter-thread communication channel.\n" 631 msgstr "" 632 633 #: src/microhttpd/daemon.c:2593 634 msgid "Internal server error. This should be impossible.\n" 635 msgstr "" 636 637 #: src/microhttpd/daemon.c:2603 src/microhttpd/daemon.c:2654 638 msgid "PSK not supported by this server.\n" 639 msgstr "" 640 641 #: src/microhttpd/daemon.c:2617 642 msgid "PSK authentication failed: PSK too short.\n" 643 msgstr "" 644 645 #: src/microhttpd/daemon.c:2626 646 msgid "PSK authentication failed: PSK too long.\n" 647 msgstr "" 648 649 #: src/microhttpd/daemon.c:2638 650 msgid "PSK authentication failed: gnutls_malloc failed to allocate memory.\n" 651 msgstr "" 652 653 #: src/microhttpd/daemon.c:2702 654 #, c-format 655 msgid "Accepted connection on socket %d.\n" 656 msgstr "" 657 658 #: src/microhttpd/daemon.c:2714 src/microhttpd/daemon.c:3080 659 msgid "Server reached connection limit. Closing inbound connection.\n" 660 msgstr "" 661 662 #: src/microhttpd/daemon.c:2733 663 msgid "Connection rejected by application. Closing connection.\n" 664 msgstr "" 665 666 #: src/microhttpd/daemon.c:2751 src/microhttpd/daemon.c:2780 667 #: src/microhttpd/daemon.c:3063 src/microhttpd/daemon.c:5249 668 #: src/microhttpd/daemon.c:6836 669 #, c-format 670 msgid "Error allocating memory: %s\n" 671 msgstr "" 672 673 #: src/microhttpd/daemon.c:2819 674 #, c-format 675 msgid "" 676 "Failed to create inter-thread communication channel for the connection: %s\n" 677 msgstr "" 678 679 #: src/microhttpd/daemon.c:2881 680 msgid "Failed to initialise TLS session.\n" 681 msgstr "" 682 683 #: src/microhttpd/daemon.c:2905 684 msgid "Failed to set ALPN protocols.\n" 685 msgstr "" 686 687 #: src/microhttpd/daemon.c:2935 688 #, c-format 689 msgid "Failed to setup TLS credentials: unknown credential type %d.\n" 690 msgstr "" 691 692 #: src/microhttpd/daemon.c:2947 693 msgid "Unknown credential type.\n" 694 msgstr "" 695 696 #: src/microhttpd/daemon.c:2975 697 msgid "TLS connection on non-TLS daemon.\n" 698 msgstr "" 699 700 #: src/microhttpd/daemon.c:3124 src/microhttpd/daemon.c:9034 701 msgid "" 702 "Failed to create a new thread because it would have exceeded the system " 703 "limit on the number of threads or no system resources available.\n" 704 msgstr "" 705 706 #: src/microhttpd/daemon.c:3130 707 #, c-format 708 msgid "Failed to create a thread: %s\n" 709 msgstr "" 710 711 #: src/microhttpd/daemon.c:3283 712 #, c-format 713 msgid "" 714 "New connection socket descriptor (%d) is not less than FD_SETSIZE (%d).\n" 715 msgstr "" 716 717 #: src/microhttpd/daemon.c:3300 718 msgid "Epoll mode supports only non-blocking sockets\n" 719 msgstr "" 720 721 #: src/microhttpd/daemon.c:3337 722 msgid "" 723 "Failed to signal new connection via inter-thread communication channel.\n" 724 msgstr "" 725 726 #: src/microhttpd/daemon.c:3382 727 msgid "Failed to start serving new connection.\n" 728 msgstr "" 729 730 #: src/microhttpd/daemon.c:3510 731 msgid "Cannot suspend connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n" 732 msgstr "" 733 734 #: src/microhttpd/daemon.c:3517 735 msgid "Error: connection scheduled for \"upgrade\" cannot be suspended.\n" 736 msgstr "" 737 738 #: src/microhttpd/daemon.c:3551 739 msgid "Cannot resume connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n" 740 msgstr "" 741 742 #: src/microhttpd/daemon.c:3579 743 msgid "" 744 "Failed to signal resume via the connection's inter-thread communication " 745 "channel.\n" 746 msgstr "" 747 748 #: src/microhttpd/daemon.c:3589 src/microhttpd/daemon.c:3625 749 msgid "Failed to signal resume via inter-thread communication channel.\n" 750 msgstr "" 751 752 #: src/microhttpd/daemon.c:3776 753 msgid "" 754 "Failed to signal resume of connection via inter-thread communication " 755 "channel.\n" 756 msgstr "" 757 758 #: src/microhttpd/daemon.c:3832 759 msgid "" 760 "MHD_add_connection() has been called for daemon started without MHD_USE_ITC " 761 "flag.\n" 762 "Daemon will not process newly added connection until any activity occurs in " 763 "already added sockets.\n" 764 msgstr "" 765 766 #: src/microhttpd/daemon.c:3846 src/microhttpd/daemon.c:3872 767 msgid "MHD_add_connection() has been called with incorrect 'addrlen' value.\n" 768 msgstr "" 769 770 #: src/microhttpd/daemon.c:3857 src/microhttpd/daemon.c:3883 771 msgid "" 772 "MHD_add_connection() has been called with non-zero value of 'sa_len' member " 773 "of 'struct sockaddr' which does not match 'sa_family'.\n" 774 msgstr "" 775 776 #: src/microhttpd/daemon.c:3903 777 #, c-format 778 msgid "Failed to set nonblocking mode on new client socket: %s\n" 779 msgstr "" 780 781 #: src/microhttpd/daemon.c:3923 782 #, c-format 783 msgid "Failed to suppress SIGPIPE on new client socket: %s\n" 784 msgstr "" 785 786 #: src/microhttpd/daemon.c:3947 787 msgid "Failed to set noninheritable mode on new client socket.\n" 788 msgstr "" 789 790 #: src/microhttpd/daemon.c:4109 791 #, c-format 792 msgid "Error accepting connection: %s\n" 793 msgstr "" 794 795 #: src/microhttpd/daemon.c:4122 796 msgid "" 797 "Hit process or system resource limit at FIRST connection. This is really bad " 798 "as there is no sane way to proceed. Will try busy waiting for system " 799 "resources to become magically available.\n" 800 msgstr "" 801 802 #: src/microhttpd/daemon.c:4139 803 #, c-format 804 msgid "" 805 "Hit process or system resource limit at %u connections, temporarily " 806 "suspending accept(). Consider setting a lower MHD_OPTION_CONNECTION_LIMIT.\n" 807 msgstr "" 808 809 #: src/microhttpd/daemon.c:4155 810 msgid "" 811 "Accepted socket has zero-length address. Processing the new socket as a " 812 "socket with unknown type.\n" 813 msgstr "" 814 815 #: src/microhttpd/daemon.c:4168 816 msgid "" 817 "Accepted socket address is larger than expected by system headers. " 818 "Processing the new socket as a socket with unknown type.\n" 819 msgstr "" 820 821 #: src/microhttpd/daemon.c:4180 822 #, c-format 823 msgid "Failed to set nonblocking mode on incoming connection socket: %s\n" 824 msgstr "" 825 826 #: src/microhttpd/daemon.c:4194 827 msgid "Failed to set noninheritable mode on incoming connection socket.\n" 828 msgstr "" 829 830 #: src/microhttpd/daemon.c:4206 831 #, c-format 832 msgid "Failed to suppress SIGPIPE on incoming connection socket: %s\n" 833 msgstr "" 834 835 #: src/microhttpd/daemon.c:4228 836 #, c-format 837 msgid "Accepted connection on socket %d\n" 838 msgstr "" 839 840 #: src/microhttpd/daemon.c:4274 src/microhttpd/daemon.c:9468 841 #: src/microhttpd/daemon.c:9500 src/microhttpd/daemon.c:9533 842 #: src/microhttpd/daemon.c:9647 843 msgid "Failed to join a thread.\n" 844 msgstr "" 845 846 #: src/microhttpd/daemon.c:4456 847 msgid "Illegal call to MHD_get_timeout.\n" 848 msgstr "" 849 850 #: src/microhttpd/daemon.c:4894 851 msgid "" 852 "MHD_run_from_select() called with except_fd_set set to NULL. Such behavior " 853 "is deprecated.\n" 854 msgstr "" 855 856 #: src/microhttpd/daemon.c:5064 857 msgid "Could not obtain daemon fdsets.\n" 858 msgstr "" 859 860 #: src/microhttpd/daemon.c:5083 861 msgid "Could not add control inter-thread communication channel FD to fdset.\n" 862 msgstr "" 863 864 #: src/microhttpd/daemon.c:5109 865 msgid "Could not add listen socket to fdset.\n" 866 msgstr "" 867 868 #: src/microhttpd/daemon.c:5177 869 #, c-format 870 msgid "select failed: %s\n" 871 msgstr "" 872 873 #: src/microhttpd/daemon.c:5326 src/microhttpd/daemon.c:5483 874 #, c-format 875 msgid "poll failed: %s\n" 876 msgstr "" 877 878 #: src/microhttpd/daemon.c:5625 src/microhttpd/daemon.c:5875 879 #, c-format 880 msgid "Call to epoll_wait failed: %s\n" 881 msgstr "" 882 883 #: src/microhttpd/daemon.c:5836 src/microhttpd/daemon.c:6439 884 msgid "Failed to remove listen FD from epoll set.\n" 885 msgstr "" 886 887 #: src/microhttpd/daemon.c:6158 888 #, c-format 889 msgid "" 890 "MHD_run()/MHD_run_wait() called for daemon started with " 891 "MHD_OPTION_APP_FD_SETSIZE option (%d). The library was compiled with smaller " 892 "FD_SETSIZE (%d). Some socket FDs may be not processed. Use " 893 "MHD_run_from_select2() instead of MHD_run() or do not use " 894 "MHD_OPTION_APP_FD_SETSIZE option.\n" 895 msgstr "" 896 897 #: src/microhttpd/daemon.c:6259 898 #, c-format 899 msgid "Failed to block SIGPIPE on daemon thread: %s\n" 900 msgstr "" 901 902 #: src/microhttpd/daemon.c:6322 903 msgid "The URL encoding is broken.\n" 904 msgstr "" 905 906 #: src/microhttpd/daemon.c:6411 907 msgid "Using MHD_quiesce_daemon in this mode requires MHD_USE_ITC.\n" 908 msgstr "" 909 910 #: src/microhttpd/daemon.c:6447 911 msgid "Failed to signal quiesce via inter-thread communication channel.\n" 912 msgstr "" 913 914 #: src/microhttpd/daemon.c:6477 915 msgid "failed to signal quiesce via inter-thread communication channel.\n" 916 msgstr "" 917 918 #: src/microhttpd/daemon.c:6641 919 msgid "" 920 "GnuTLS priorities have been initialised with @LIBMICROHTTPD application-" 921 "specific system-wide configuration.\n" 922 msgstr "" 923 924 #: src/microhttpd/daemon.c:6647 925 msgid "" 926 "GnuTLS priorities have been initialised with @SYSTEM system-wide " 927 "configuration.\n" 928 msgstr "" 929 930 #: src/microhttpd/daemon.c:6653 931 msgid "" 932 "GnuTLS priorities have been initialised with GnuTLS default configuration.\n" 933 msgstr "" 934 935 #: src/microhttpd/daemon.c:6659 936 msgid "GnuTLS priorities have been initialised with NORMAL configuration.\n" 937 msgstr "" 938 939 #: src/microhttpd/daemon.c:6672 940 #, c-format 941 msgid "Failed to set GnuTLS priorities. Last error: %s\n" 942 msgstr "" 943 944 #: src/microhttpd/daemon.c:6750 945 msgid "" 946 "GnuTLS priorities have been initialised with priorities specified by " 947 "application appended to @LIBMICROHTTPD application-specific system-wide " 948 "configuration.\n" 949 msgstr "" 950 951 #: src/microhttpd/daemon.c:6757 952 msgid "" 953 "GnuTLS priorities have been initialised with priorities specified by " 954 "application appended to @SYSTEM system-wide configuration.\n" 955 msgstr "" 956 957 #: src/microhttpd/daemon.c:6764 958 msgid "" 959 "GnuTLS priorities have been initialised with priorities specified by " 960 "application appended to GnuTLS default configuration.\n" 961 msgstr "" 962 963 #: src/microhttpd/daemon.c:6771 964 msgid "" 965 "GnuTLS priorities have been initialised with priorities specified by " 966 "application appended to NORMAL configuration.\n" 967 msgstr "" 968 969 #: src/microhttpd/daemon.c:6785 970 #, c-format 971 msgid "" 972 "Failed to set GnuTLS priorities. Last error: %s. The problematic part starts " 973 "at: %s\n" 974 msgstr "" 975 976 #: src/microhttpd/daemon.c:6901 977 msgid "" 978 "Warning: specified MHD_OPTION_CONNECTION_MEMORY_LIMIT value is too small and " 979 "rounded up to 64.\n" 980 msgstr "" 981 982 #: src/microhttpd/daemon.c:6927 983 msgid "" 984 "Warning: specified MHD_OPTION_CONNECTION_MEMORY_INCREMENT value is too large " 985 "and rounded down to 1/4 of MHD_OPTION_CONNECTION_MEMORY_LIMIT.\n" 986 msgstr "" 987 988 #: src/microhttpd/daemon.c:7013 989 msgid "" 990 "Warning: value \"1\", specified as the thread pool size, is ignored. Thread " 991 "pool is not used.\n" 992 msgstr "" 993 994 #: src/microhttpd/daemon.c:7027 995 #, c-format 996 msgid "Specified thread pool size (%u) too big.\n" 997 msgstr "" 998 999 #: src/microhttpd/daemon.c:7039 1000 msgid "" 1001 "MHD_OPTION_THREAD_POOL_SIZE option is specified but " 1002 "MHD_USE_INTERNAL_POLLING_THREAD flag is not specified.\n" 1003 msgstr "" 1004 1005 #: src/microhttpd/daemon.c:7048 1006 msgid "" 1007 "Both MHD_OPTION_THREAD_POOL_SIZE option and MHD_USE_THREAD_PER_CONNECTION " 1008 "flag are specified.\n" 1009 msgstr "" 1010 1011 #: src/microhttpd/daemon.c:7065 src/microhttpd/daemon.c:7078 1012 #: src/microhttpd/daemon.c:7091 src/microhttpd/daemon.c:7104 1013 #: src/microhttpd/daemon.c:7156 src/microhttpd/daemon.c:7202 1014 #: src/microhttpd/daemon.c:7223 src/microhttpd/daemon.c:7245 1015 #: src/microhttpd/daemon.c:7581 1016 #, c-format 1017 msgid "MHD HTTPS option %d passed to MHD but MHD_USE_TLS not set.\n" 1018 msgstr "" 1019 1020 #: src/microhttpd/daemon.c:7125 1021 msgid "Error initializing DH parameters.\n" 1022 msgstr "" 1023 1024 #: src/microhttpd/daemon.c:7135 1025 msgid "Diffie-Hellman parameters string too long.\n" 1026 msgstr "" 1027 1028 #: src/microhttpd/daemon.c:7146 1029 msgid "Bad Diffie-Hellman parameters format.\n" 1030 msgstr "" 1031 1032 #: src/microhttpd/daemon.c:7181 1033 #, c-format 1034 msgid "" 1035 "Setting priorities to '%s' failed: %s The problematic part starts at: %s\n" 1036 msgstr "" 1037 1038 #: src/microhttpd/daemon.c:7211 1039 msgid "" 1040 "MHD_OPTION_HTTPS_CERT_CALLBACK requires building MHD with GnuTLS >= 3.0.\n" 1041 msgstr "" 1042 1043 #: src/microhttpd/daemon.c:7233 1044 msgid "" 1045 "MHD_OPTION_HTTPS_CERT_CALLBACK2 requires building MHD with GnuTLS >= 3.6.3.\n" 1046 msgstr "" 1047 1048 #: src/microhttpd/daemon.c:7304 1049 msgid "Digest Auth is disabled for this build of GNU libmicrohttpd.\n" 1050 msgstr "" 1051 1052 #: src/microhttpd/daemon.c:7322 1053 msgid "" 1054 "MHD_OPTION_EXTERNAL_LOGGER is not the first option specified for the daemon. " 1055 "Some messages may be printed by the standard MHD logger.\n" 1056 msgstr "" 1057 1058 #: src/microhttpd/daemon.c:7347 1059 msgid "TCP fastopen is not supported on this platform.\n" 1060 msgstr "" 1061 1062 #: src/microhttpd/daemon.c:7371 1063 msgid "" 1064 "Flag MHD_USE_PEDANTIC_CHECKS is ignored because another behaviour is " 1065 "specified by MHD_OPTION_STRICT_CLIENT.\n" 1066 msgstr "" 1067 1068 #: src/microhttpd/daemon.c:7384 1069 msgid "" 1070 "Flag MHD_USE_PEDANTIC_CHECKS is ignored because another behaviour is " 1071 "specified by MHD_OPTION_CLIENT_DISCIPLINE_LVL.\n" 1072 msgstr "" 1073 1074 #: src/microhttpd/daemon.c:7555 1075 #, c-format 1076 msgid "MHD HTTPS option %d passed to MHD compiled without GNUtls >= 3.\n" 1077 msgstr "" 1078 1079 #: src/microhttpd/daemon.c:7605 1080 #, c-format 1081 msgid "MHD HTTPS option %d passed to MHD compiled without HTTPS support.\n" 1082 msgstr "" 1083 1084 #: src/microhttpd/daemon.c:7615 1085 #, c-format 1086 msgid "Invalid option %d! (Did you terminate the list with MHD_OPTION_END?).\n" 1087 msgstr "" 1088 1089 #: src/microhttpd/daemon.c:7645 1090 #, c-format 1091 msgid "Call to epoll_create1 failed: %s\n" 1092 msgstr "" 1093 1094 #: src/microhttpd/daemon.c:7655 1095 msgid "Failed to set noninheritable mode on epoll FD.\n" 1096 msgstr "" 1097 1098 #: src/microhttpd/daemon.c:7697 1099 msgid "The epoll FD is too large to be used with fd_set.\n" 1100 msgstr "" 1101 1102 #: src/microhttpd/daemon.c:7779 1103 #, c-format 1104 msgid "MHD_OPTION_APP_FD_SETSIZE value (%d) is not positive.\n" 1105 msgstr "" 1106 1107 #: src/microhttpd/daemon.c:7788 1108 msgid "" 1109 "MHD_OPTION_APP_FD_SETSIZE is ignored for daemon started with " 1110 "MHD_USE_INTERNAL_POLLING_THREAD.\n" 1111 msgstr "" 1112 1113 #: src/microhttpd/daemon.c:7797 1114 msgid "" 1115 "MHD_OPTION_APP_FD_SETSIZE is ignored for daemon started with MHD_USE_POLL.\n" 1116 msgstr "" 1117 1118 #: src/microhttpd/daemon.c:7809 1119 #, c-format 1120 msgid "" 1121 "MHD_OPTION_APP_FD_SETSIZE value (%d) does not match the platform FD_SETSIZE " 1122 "value (%d) and this platform does not support overriding of FD_SETSIZE.\n" 1123 msgstr "" 1124 1125 #: src/microhttpd/daemon.c:7834 1126 msgid "The value provided for MHD_OPTION_LISTEN_SOCKET is invalid.\n" 1127 msgstr "" 1128 1129 #: src/microhttpd/daemon.c:7844 1130 msgid "" 1131 "MHD_OPTION_LISTEN_SOCKET specified for daemon with MHD_USE_NO_LISTEN_SOCKET " 1132 "flag set.\n" 1133 msgstr "" 1134 1135 #: src/microhttpd/daemon.c:7874 1136 msgid "" 1137 "MHD_OPTION_LISTEN_SOCKET cannot be used together with " 1138 "MHD_OPTION_SOCK_ADDR_LEN or MHD_OPTION_SOCK_ADDR.\n" 1139 msgstr "" 1140 1141 #: src/microhttpd/daemon.c:7883 1142 msgid "" 1143 "MHD_OPTION_SOCK_ADDR_LEN or MHD_OPTION_SOCK_ADDR specified for daemon with " 1144 "MHD_USE_NO_LISTEN_SOCKET flag set.\n" 1145 msgstr "" 1146 1147 #: src/microhttpd/daemon.c:8165 1148 msgid "Failed to initialise GnuTLS priorities.\n" 1149 msgstr "" 1150 1151 #: src/microhttpd/daemon.c:8178 1152 msgid "" 1153 "Warning: MHD_USE_THREAD_PER_CONNECTION must be used only with " 1154 "MHD_USE_INTERNAL_POLLING_THREAD. Flag MHD_USE_INTERNAL_POLLING_THREAD was " 1155 "added. Consider setting MHD_USE_INTERNAL_POLLING_THREAD explicitly.\n" 1156 msgstr "" 1157 1158 #: src/microhttpd/daemon.c:8194 1159 msgid "Using debug build of libmicrohttpd.\n" 1160 msgstr "" 1161 1162 #: src/microhttpd/daemon.c:8208 1163 #, c-format 1164 msgid "Failed to create inter-thread communication channel: %s\n" 1165 msgstr "" 1166 1167 #: src/microhttpd/daemon.c:8223 1168 msgid "" 1169 "file descriptor for inter-thread communication channel exceeds maximum " 1170 "value.\n" 1171 msgstr "" 1172 1173 #: src/microhttpd/daemon.c:8262 1174 msgid "Specified value for NC_SIZE too large.\n" 1175 msgstr "" 1176 1177 #: src/microhttpd/daemon.c:8278 1178 #, c-format 1179 msgid "Failed to allocate memory for nonce-nc map: %s\n" 1180 msgstr "" 1181 1182 #: src/microhttpd/daemon.c:8296 1183 msgid "MHD failed to initialize nonce-nc mutex.\n" 1184 msgstr "" 1185 1186 #: src/microhttpd/daemon.c:8317 1187 msgid "MHD thread polling only works with MHD_USE_INTERNAL_POLLING_THREAD.\n" 1188 msgstr "" 1189 1190 #: src/microhttpd/daemon.c:8347 1191 msgid "" 1192 "MHD_USE_IPv6 is enabled, but 'struct sockaddr *' specified for " 1193 "MHD_OPTION_SOCK_ADDR_LEN or MHD_OPTION_SOCK_ADDR is not IPv6 address.\n" 1194 msgstr "" 1195 1196 #: src/microhttpd/daemon.c:8366 src/microhttpd/daemon.c:8411 1197 msgid "The size specified for MHD_OPTION_SOCK_ADDR_LEN option is wrong.\n" 1198 msgstr "" 1199 1200 #: src/microhttpd/daemon.c:8378 src/microhttpd/daemon.c:8423 1201 msgid "" 1202 "The value of 'struct sockaddr.sa_len' provided via MHD_OPTION_SOCK_ADDR_LEN " 1203 "option is not zero and does not match 'sa_family' value of the same " 1204 "structure.\n" 1205 msgstr "" 1206 1207 #: src/microhttpd/daemon.c:8461 1208 msgid "" 1209 "The 'sa_family' of the 'struct sockaddr' provided via MHD_OPTION_SOCK_ADDR " 1210 "option is not supported.\n" 1211 msgstr "" 1212 1213 #: src/microhttpd/daemon.c:8538 1214 #, c-format 1215 msgid "Failed to create socket for listening: %s\n" 1216 msgstr "" 1217 1218 #: src/microhttpd/daemon.c:8549 src/microhttpd/daemon.c:8742 1219 #, c-format 1220 msgid "" 1221 "Listen socket descriptor (%d) is not less than daemon FD_SETSIZE value " 1222 "(%d).\n" 1223 msgstr "" 1224 1225 #: src/microhttpd/daemon.c:8572 src/microhttpd/daemon.c:8591 1226 #: src/microhttpd/daemon.c:8614 src/microhttpd/daemon.c:8652 1227 #: src/microhttpd/daemon.c:8685 src/microhttpd/daemon.c:8717 1228 #, c-format 1229 msgid "setsockopt failed: %s\n" 1230 msgstr "" 1231 1232 #: src/microhttpd/daemon.c:8624 1233 msgid "Cannot allow listening address reuse: SO_REUSEPORT not defined.\n" 1234 msgstr "" 1235 1236 #: src/microhttpd/daemon.c:8660 1237 msgid "" 1238 "Cannot disallow listening address reuse: SO_EXCLUSIVEADDRUSE not defined.\n" 1239 msgstr "" 1240 1241 #: src/microhttpd/daemon.c:8698 1242 #, c-format 1243 msgid "Failed to bind to port %u: %s\n" 1244 msgstr "" 1245 1246 #: src/microhttpd/daemon.c:8728 1247 #, c-format 1248 msgid "Failed to listen for connections: %s\n" 1249 msgstr "" 1250 1251 #: src/microhttpd/daemon.c:8829 1252 #, c-format 1253 msgid "Failed to get listen port number: %s\n" 1254 msgstr "" 1255 1256 #: src/microhttpd/daemon.c:8839 1257 msgid "" 1258 "Failed to get listen port number (`struct sockaddr_storage` too small!?).\n" 1259 msgstr "" 1260 1261 #: src/microhttpd/daemon.c:8886 1262 msgid "Listen socket has unknown address family!\n" 1263 msgstr "" 1264 1265 #: src/microhttpd/daemon.c:8903 1266 #, c-format 1267 msgid "Failed to set nonblocking mode on listening socket: %s\n" 1268 msgstr "" 1269 1270 #: src/microhttpd/daemon.c:8939 1271 msgid "" 1272 "Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_EPOLL is not supported.\n" 1273 msgstr "" 1274 1275 #: src/microhttpd/daemon.c:8954 1276 msgid "MHD failed to initialize IP connection limit mutex.\n" 1277 msgstr "" 1278 1279 #: src/microhttpd/daemon.c:8967 1280 msgid "Failed to initialize TLS support.\n" 1281 msgstr "" 1282 1283 #: src/microhttpd/daemon.c:8997 src/microhttpd/daemon.c:9086 1284 #: src/microhttpd/daemon.c:9220 1285 msgid "Failed to initialise internal lists mutex.\n" 1286 msgstr "" 1287 1288 #: src/microhttpd/daemon.c:9006 src/microhttpd/daemon.c:9016 1289 #: src/microhttpd/daemon.c:9094 src/microhttpd/daemon.c:9103 1290 #: src/microhttpd/daemon.c:9229 src/microhttpd/daemon.c:9239 1291 msgid "Failed to initialise mutex.\n" 1292 msgstr "" 1293 1294 #: src/microhttpd/daemon.c:9040 1295 #, c-format 1296 msgid "Failed to create listen thread: %s\n" 1297 msgstr "" 1298 1299 #: src/microhttpd/daemon.c:9116 1300 #, c-format 1301 msgid "Failed to create worker inter-thread communication channel: %s\n" 1302 msgstr "" 1303 1304 #: src/microhttpd/daemon.c:9130 1305 msgid "" 1306 "File descriptor for worker inter-thread communication channel exceeds " 1307 "maximum value.\n" 1308 msgstr "" 1309 1310 #: src/microhttpd/daemon.c:9193 1311 msgid "" 1312 "Failed to create a new pool thread because it would have exceeded the system " 1313 "limit on the number of threads or no system resources available.\n" 1314 msgstr "" 1315 1316 #: src/microhttpd/daemon.c:9199 1317 #, c-format 1318 msgid "Failed to create pool thread: %s\n" 1319 msgstr "" 1320 1321 #: src/microhttpd/daemon.c:9412 src/microhttpd/daemon.c:9445 1322 msgid "MHD_stop_daemon() called while we have suspended connections.\n" 1323 msgstr "" 1324 1325 #: src/microhttpd/daemon.c:9484 src/microhttpd/daemon.c:9590 1326 #: src/microhttpd/daemon.c:9628 1327 msgid "Failed to signal shutdown via inter-thread communication channel.\n" 1328 msgstr "" 1329 1330 #: src/microhttpd/daemon.c:9558 1331 msgid "MHD_stop_daemon() was called twice." 1332 msgstr "" 1333 1334 #: src/microhttpd/daemon.c:10148 1335 msgid "Failed to initialize winsock.\n" 1336 msgstr "" 1337 1338 #: src/microhttpd/daemon.c:10150 1339 msgid "Winsock version 2.2 is not available.\n" 1340 msgstr "" 1341 1342 #: src/microhttpd/daemon.c:10159 src/microhttpd/daemon.c:10163 1343 msgid "Failed to initialise multithreading in libgcrypt.\n" 1344 msgstr "" 1345 1346 #: src/microhttpd/daemon.c:10169 1347 msgid "libgcrypt is too old. MHD was compiled for libgcrypt 1.6.0 or newer.\n" 1348 msgstr "" 1349 1350 #: src/microhttpd/internal.h:97 1351 msgid "Failed to close FD.\n" 1352 msgstr "" 1353 1354 #: src/microhttpd/mhd_send.c:206 src/microhttpd/mhd_send.c:275 1355 #, c-format 1356 msgid "Setting %s option to %s state failed for TCP/IP socket %d: %s\n" 1357 msgstr "" 1358 1359 #: src/microhttpd/mhd_send.c:209 src/microhttpd/mhd_send.c:221 1360 #: src/microhttpd/mhd_send.c:282 src/microhttpd/mhd_send.c:298 1361 msgid "ON" 1362 msgstr "" 1363 1364 #: src/microhttpd/mhd_send.c:209 src/microhttpd/mhd_send.c:221 1365 #: src/microhttpd/mhd_send.c:282 src/microhttpd/mhd_send.c:298 1366 msgid "OFF" 1367 msgstr "" 1368 1369 #: src/microhttpd/mhd_send.c:219 src/microhttpd/mhd_send.c:292 1370 #, c-format 1371 msgid "Setting %s option to %s state failed: %s\n" 1372 msgstr "" 1373 1374 #: src/microhttpd/mhd_send.c:562 1375 #, c-format 1376 msgid "Zero-send failed: %s\n" 1377 msgstr "" 1378 1379 #: src/microhttpd/mhd_send.c:744 1380 msgid "" 1381 "Failed to push the data from buffers to the network. Client may experience " 1382 "some delay (usually in range 200ms - 5 sec).\n" 1383 msgstr "" 1384 1385 #: src/microhttpd/mhd_check.h:93 1386 #, c-format 1387 msgid "Internal invariant violated at %s:%u: (%s). Failing the connection.\n" 1388 msgstr "" 1389 1390 #: src/microhttpd/mhd_sockets.h:352 1391 msgid "Close socket failed.\n" 1392 msgstr "" 1393 1394 #: src/microhttpd/mhd_itc.h:373 1395 msgid "Failed to destroy ITC.\n" 1396 msgstr "" 1397 1398 #: src/microhttpd/mhd_panic.c:62 1399 #, c-format 1400 msgid "Fatal error in GNU libmicrohttpd %s:%u: %s\n" 1401 msgstr "" 1402 1403 #: src/microhttpd/response.c:1965 1404 msgid "Cannot execute \"upgrade\" as the socket is in the blocking mode.\n" 1405 msgstr "" 1406 1407 #: src/microhttpd/response.c:2005 1408 msgid "Failed to make loopback sockets non-blocking.\n" 1409 msgstr "" 1410 1411 #: src/microhttpd/response.c:2024 1412 msgid "Failed to set SO_NOSIGPIPE on loopback sockets.\n" 1413 msgstr "" 1414 1415 #: src/microhttpd/response.c:2043 1416 #, c-format 1417 msgid "Socketpair descriptor is not less than FD_SETSIZE: %d >= %d\n" 1418 msgstr "" 1419 1420 #: src/microhttpd/response.c:2101 1421 msgid "Error cleaning up while handling epoll error.\n" 1422 msgstr "" 1423 1424 #: src/microhttpd/response.c:2193 1425 msgid "" 1426 "Memory shortage in connection's memory pool. The \"upgraded\" communication " 1427 "will be inefficient.\n" 1428 msgstr "" 1429 1430 #: src/microhttpd/mhd_locks.h:128 1431 msgid "Failed to destroy mutex.\n" 1432 msgstr "" 1433 1434 #: src/microhttpd/mhd_locks.h:161 1435 msgid "Failed to lock mutex.\n" 1436 msgstr "" 1437 1438 #: src/microhttpd/mhd_locks.h:187 1439 msgid "Failed to unlock mutex.\n" 1440 msgstr "" 1441 1442 #: src/microhttpd/postprocessor.c:514 src/microhttpd/postprocessor.c:1250 1443 msgid "internal error.\n" 1444 msgstr "" 1445 1446 #: src/microhttpd/gen_auth.c:240 1447 msgid "" 1448 "Not enough memory in the connection's pool to allocate for Basic " 1449 "Authorization header parsing.\n" 1450 msgstr "" 1451 1452 #: src/microhttpd/gen_auth.c:253 1453 msgid "The Basic Authorization client's header has incorrect format.\n" 1454 msgstr "" 1455 1456 #: src/microhttpd/gen_auth.c:658 1457 msgid "" 1458 "Not enough memory in the connection's pool to allocate for Digest " 1459 "Authorization header parsing.\n" 1460 msgstr "" 1461 1462 #: src/microhttpd/gen_auth.c:671 1463 msgid "The Digest Authorization client's header has incorrect format.\n" 1464 msgstr "" 1465 1466 #: src/microhttpd/digestauth.c:153 1467 msgid "VLA too big.\n" 1468 msgstr "" 1469 1470 #: src/microhttpd/digestauth.c:1807 1471 msgid "" 1472 "Random value was not initialised by MHD_OPTION_DIGEST_AUTH_RANDOM or " 1473 "MHD_OPTION_DIGEST_AUTH_RANDOM_COPY, generated nonces are predictable.\n" 1474 msgstr "" 1475 1476 #: src/microhttpd/digestauth.c:2306 1477 msgid "Authentication failed, URI does not match.\n" 1478 msgstr "" 1479 1480 #: src/microhttpd/digestauth.c:2318 1481 msgid "Authentication failed, arguments do not match.\n" 1482 msgstr "" 1483 1484 #: src/microhttpd/digestauth.c:2614 1485 msgid "The 'session' algorithms are not supported.\n" 1486 msgstr "" 1487 1488 #: src/microhttpd/digestauth.c:2623 src/microhttpd/digestauth.c:3318 1489 msgid "The MD5 algorithm is not supported by this MHD build.\n" 1490 msgstr "" 1491 1492 #: src/microhttpd/digestauth.c:2633 src/microhttpd/digestauth.c:3328 1493 msgid "The SHA-256 algorithm is not supported by this MHD build.\n" 1494 msgstr "" 1495 1496 #: src/microhttpd/digestauth.c:2644 src/microhttpd/digestauth.c:3339 1497 msgid "The SHA-512/256 algorithm is not supported by this MHD build.\n" 1498 msgstr "" 1499 1500 #: src/microhttpd/digestauth.c:2651 src/microhttpd/digestauth.c:3641 1501 msgid "Wrong 'malgo3' value, API violation" 1502 msgstr "" 1503 1504 #: src/microhttpd/digestauth.c:2666 1505 msgid "The 'auth-int' QOP is not supported.\n" 1506 msgstr "" 1507 1508 #: src/microhttpd/digestauth.c:2674 src/microhttpd/digestauth.c:3671 1509 msgid "" 1510 "RFC2069 with SHA-256 or SHA-512/256 algorithm is non-standard extension.\n" 1511 msgstr "" 1512 1513 #: src/microhttpd/digestauth.c:2838 1514 msgid "Authentication failed, invalid nc format.\n" 1515 msgstr "" 1516 1517 #: src/microhttpd/digestauth.c:2846 1518 msgid "Authentication failed, invalid 'nc' value.\n" 1519 msgstr "" 1520 1521 #: src/microhttpd/digestauth.c:2868 1522 msgid "Authentication failed, invalid nonce format.\n" 1523 msgstr "" 1524 1525 #: src/microhttpd/digestauth.c:2904 1526 msgid "" 1527 "Stale nonce received. If this happens a lot, you should probably increase " 1528 "the size of the nonce array.\n" 1529 msgstr "" 1530 1531 #: src/microhttpd/digestauth.c:2908 1532 msgid "" 1533 "Stale nonce received. This is expected when client uses RFC2069-compatible " 1534 "mode and makes more than one request.\n" 1535 msgstr "" 1536 1537 #: src/microhttpd/digestauth.c:2918 1538 msgid "" 1539 "Received nonce that was not generated by MHD. This may indicate an attack " 1540 "attempt.\n" 1541 msgstr "" 1542 1543 #: src/microhttpd/digestauth.c:3309 1544 msgid "" 1545 "Wrong 'malgo3' value, only one base hashing algorithm (MD5, SHA-256 or " 1546 "SHA-512/256) must be specified, API violation" 1547 msgstr "" 1548 1549 #: src/microhttpd/digestauth.c:3348 1550 msgid "Wrong 'userdigest_size' value, does not match 'malgo3', API violation" 1551 msgstr "" 1552 1553 #: src/microhttpd/digestauth.c:3397 src/microhttpd/digestauth.c:3473 1554 #: src/microhttpd/digestauth.c:3660 1555 msgid "Wrong 'algo' value, API violation" 1556 msgstr "" 1557 1558 #: src/microhttpd/digestauth.c:3462 1559 msgid "" 1560 "MHD_DIGEST_ALG_AUTO cannot be used with a pre-calculated digest: exactly one " 1561 "algorithm must be named, as the digest was produced by one.\n" 1562 msgstr "" 1563 1564 #: src/microhttpd/digestauth.c:3614 1565 msgid "Only non-'session' algorithms are supported.\n" 1566 msgstr "" 1567 1568 #: src/microhttpd/digestauth.c:3646 1569 msgid "No requested algorithm is supported by this MHD build.\n" 1570 msgstr "" 1571 1572 #: src/microhttpd/digestauth.c:3653 1573 msgid "Wrong 'mqop' value, API violation" 1574 msgstr "" 1575 1576 #: src/microhttpd/digestauth.c:3667 1577 msgid "" 1578 "The 'userhash' and 'charset' ('prefer_utf8') parameters are not compatible " 1579 "with RFC2069 and ignored.\n" 1580 msgstr "" 1581 1582 #: src/microhttpd/digestauth.c:3682 1583 msgid "The nonce array size is zero.\n" 1584 msgstr "" 1585 1586 #: src/microhttpd/digestauth.c:3698 1587 msgid "The 'realm' is too large.\n" 1588 msgstr "" 1589 1590 #: src/microhttpd/digestauth.c:3803 1591 msgid "The 'realm' is too large after 'quoting'.\n" 1592 msgstr "" 1593 1594 #: src/microhttpd/digestauth.c:3875 1595 msgid "" 1596 "TLS library reported hash calculation error, nonce could not be generated.\n" 1597 msgstr "" 1598 1599 #: src/microhttpd/digestauth.c:3883 1600 msgid "" 1601 "Could not register nonce. Client's requests with this nonce will be always " 1602 "'stale'. Probably clients' requests are too intensive.\n" 1603 msgstr "" 1604 1605 #: src/microhttpd/digestauth.c:3967 1606 msgid "Failed to add Digest auth header.\n" 1607 msgstr "" 1608 1609 #: src/microhttpd/digestauth.c:4108 1610 msgid "Wrong algo value.\n" 1611 msgstr "" 1612 1613 #: src/microhttpd/basicauth.c:108 1614 msgid "Error decoding Basic Authorization authentication.\n" 1615 msgstr "" 1616 1617 #: src/microhttpd/basicauth.c:117 1618 msgid "" 1619 "Failed to allocate memory to process Basic Authorization authentication.\n" 1620 msgstr "" 1621 1622 #: src/microhttpd/basicauth.c:171 src/microhttpd/basicauth.c:185 1623 msgid "Failed to allocate memory.\n" 1624 msgstr "" 1625 1626 #: src/microhttpd/basicauth.c:292 1627 msgid "Failed to add Basic Authentication header.\n" 1628 msgstr "" 1629 1630 #: src/microhttpd/connection_https.c:167 1631 msgid "Error: received handshake message out of context.\n" 1632 msgstr ""