| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955 |
- # SOME DESCRIPTIVE TITLE.
- # Copyright (C) YEAR Free Software Foundation, Inc.
- # This file is distributed under the same license as the GNU libmicrohttpd package.
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
- #
- #, fuzzy
- msgid ""
- msgstr ""
- "Project-Id-Version: GNU libmicrohttpd 0.9.73\n"
- "Report-Msgid-Bugs-To: [email protected]\n"
- "POT-Creation-Date: 2021-04-24 21:59+0300\n"
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
- "Language-Team: LANGUAGE <[email protected]>\n"
- "Language: \n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=CHARSET\n"
- "Content-Transfer-Encoding: 8bit\n"
- #: src/microhttpd/connection_https.c:161
- msgid "Error: received handshake message out of context.\n"
- msgstr ""
- #: src/microhttpd/mhd_locks.h:125
- msgid "Failed to destroy mutex.\n"
- msgstr ""
- #: src/microhttpd/mhd_locks.h:158
- msgid "Failed to lock mutex.\n"
- msgstr ""
- #: src/microhttpd/mhd_locks.h:184
- msgid "Failed to unlock mutex.\n"
- msgstr ""
- #: src/microhttpd/internal.h:96
- msgid "Failed to close FD.\n"
- msgstr ""
- #: src/microhttpd/digestauth.c:605
- msgid ""
- "Stale nonce received. If this happens a lot, you should probably increase "
- "the size of the nonce array.\n"
- msgstr ""
- #: src/microhttpd/digestauth.c:807
- msgid "Failed to allocate memory for copy of URI arguments.\n"
- msgstr ""
- #: src/microhttpd/digestauth.c:951
- msgid "Authentication failed, invalid timestamp format.\n"
- msgstr ""
- #: src/microhttpd/digestauth.c:1013
- msgid "Authentication failed, invalid format.\n"
- msgstr ""
- #: src/microhttpd/digestauth.c:1023
- msgid "Authentication failed, invalid nc format.\n"
- msgstr ""
- #: src/microhttpd/digestauth.c:1049
- msgid "Failed to allocate memory for auth header processing.\n"
- msgstr ""
- #: src/microhttpd/digestauth.c:1109
- msgid "Authentication failed, URI does not match.\n"
- msgstr ""
- #: src/microhttpd/digestauth.c:1128
- msgid "Authentication failed, arguments do not match.\n"
- msgstr ""
- #: src/microhttpd/digestauth.c:1289
- msgid "Digest size mismatch.\n"
- msgstr ""
- #: src/microhttpd/digestauth.c:1382
- msgid "Could not register nonce (is the nonce array size zero?).\n"
- msgstr ""
- #: src/microhttpd/digestauth.c:1407
- msgid "Failed to allocate memory for auth response header.\n"
- msgstr ""
- #: src/microhttpd/digestauth.c:1449
- msgid "Failed to add Digest auth header.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:136
- #, c-format
- msgid "Fatal error in GNU libmicrohttpd %s:%u: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:449
- msgid "Failed to add IP connection count node.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:507
- msgid "Failed to find previously-added IP address.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:513
- msgid "Previously-added IP address had counter of zero.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:565
- msgid "Too long trust certificate.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:577
- msgid "Bad trust certificate format.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:602
- msgid "Too long key or certificate.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:623
- msgid ""
- "Failed to setup x509 certificate/key: pre 3.X.X version of GnuTLS does not "
- "support setting key password.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:637
- #, c-format
- msgid "GnuTLS failed to setup x509 certificate/key: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:652
- msgid "You need to specify a certificate and key location.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:682
- #, c-format
- msgid "Error: invalid credentials type %d specified.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:1086
- #, c-format
- msgid "Maximum socket in select set: %d\n"
- msgstr ""
- #: src/microhttpd/daemon.c:1147
- msgid ""
- "MHD_get_fdset2() called with except_fd_set set to NULL. Such behavior is "
- "unsupported.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:1361 src/microhttpd/daemon.c:7387
- msgid ""
- "Initiated daemon shutdown while \"upgraded\" connection was not closed.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:1375 src/microhttpd/daemon.c:1613
- msgid "Failed to forward to application "
- msgstr ""
- #: src/microhttpd/daemon.c:1543 src/microhttpd/daemon.c:1669
- msgid "Failed to forward to remote client "
- msgstr ""
- #: src/microhttpd/daemon.c:1739
- msgid "Error preparing select.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:1774 src/microhttpd/daemon.c:1929
- #: src/microhttpd/daemon.c:2073
- #, c-format
- msgid "Error during select (%d): `%s'\n"
- msgstr ""
- #: src/microhttpd/daemon.c:1824 src/microhttpd/daemon.c:1950
- #: src/microhttpd/daemon.c:2142
- #, c-format
- msgid "Error during poll: `%s'\n"
- msgstr ""
- #: src/microhttpd/daemon.c:1913 src/microhttpd/daemon.c:2055
- msgid "Failed to add FD to fd_set.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:2195
- msgid "Processing thread terminating. Closing connection.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:2225
- msgid ""
- "Failed to signal thread termination via inter-thread communication channel.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:2305
- msgid "Internal server error. This should be impossible.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:2315 src/microhttpd/daemon.c:2353
- msgid "PSK not supported by this server.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:2330
- msgid "PSK authentication failed: gnutls_malloc failed to allocate memory.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:2339
- msgid "PSK authentication failed: PSK too long.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:2401
- #, c-format
- msgid "Accepted connection on socket %d.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:2414 src/microhttpd/daemon.c:2745
- msgid "Server reached connection limit. Closing inbound connection.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:2432
- msgid "Connection rejected by application. Closing connection.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:2450 src/microhttpd/daemon.c:2478
- #: src/microhttpd/daemon.c:2718 src/microhttpd/daemon.c:4310
- #, c-format
- msgid "Error allocating memory: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:2546
- msgid "Failed to initialise TLS session.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:2572
- msgid "Failed to set ALPN protocols.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:2600
- #, c-format
- msgid "Failed to setup TLS credentials: unknown credential type %d.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:2610
- msgid "Unknown credential type.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:2637
- msgid "TLS connection on non-TLS daemon.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:2783
- #, c-format
- msgid "Failed to create a thread: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:2809 src/microhttpd/daemon.c:4821
- #: src/microhttpd/daemon.c:4854 src/microhttpd/daemon.c:6208
- #: src/microhttpd/daemon.c:6227 src/microhttpd/connection.c:3870
- #: src/microhttpd/response.c:1236 src/microhttpd/response.c:1262
- #, c-format
- msgid "Call to epoll_ctl failed: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:2920
- #, c-format
- msgid ""
- "New connection socket descriptor (%d) is not less than FD_SETSIZE (%d).\n"
- msgstr ""
- #: src/microhttpd/daemon.c:2937
- msgid "Epoll mode supports only non-blocking sockets\n"
- msgstr ""
- #: src/microhttpd/daemon.c:2974
- msgid ""
- "Failed to signal new connection via inter-thread communication channel.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:3019
- msgid "Failed to start serving new connection.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:3092 src/microhttpd/daemon.c:3745
- #: src/microhttpd/daemon.c:7254 src/microhttpd/connection.c:759
- #: src/microhttpd/connection.c:778
- msgid "Failed to remove FD from epoll set.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:3148
- msgid "Cannot suspend connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n"
- msgstr ""
- #: src/microhttpd/daemon.c:3155
- msgid "Error: connection scheduled for \"upgrade\" cannot be suspended.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:3179
- msgid "Cannot resume connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n"
- msgstr ""
- #: src/microhttpd/daemon.c:3194
- msgid "Failed to signal resume via inter-thread communication channel.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:3334
- msgid ""
- "Failed to signal resume of connection via inter-thread communication "
- "channel.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:3388
- msgid ""
- "MHD_add_connection() has been called for daemon started without MHD_USE_ITC "
- "flag.\n"
- "Daemon will not process newly added connection until any activity occurs in "
- "already added sockets.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:3399
- #, c-format
- msgid "Failed to set nonblocking mode on new client socket: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:3418
- #, c-format
- msgid "Failed to suppress SIGPIPE on new client socket: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:3444
- msgid "Failed to set noninheritable mode on new client socket.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:3567
- #, c-format
- msgid "Error accepting connection: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:3585
- msgid ""
- "Hit process or system resource limit at FIRST connection. This is really bad "
- "as there is no sane way to proceed. Will try busy waiting for system "
- "resources to become magically available.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:3600
- #, c-format
- msgid ""
- "Hit process or system resource limit at %u connections, temporarily "
- "suspending accept(). Consider setting a lower MHD_OPTION_CONNECTION_LIMIT.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:3613
- #, c-format
- msgid "Failed to set nonblocking mode on incoming connection socket: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:3626
- msgid "Failed to set noninheritable mode on incoming connection socket.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:3636
- #, c-format
- msgid "Failed to suppress SIGPIPE on incoming connection socket: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:3657
- #, c-format
- msgid "Accepted connection on socket %d\n"
- msgstr ""
- #: src/microhttpd/daemon.c:3702 src/microhttpd/daemon.c:7428
- #: src/microhttpd/daemon.c:7460 src/microhttpd/daemon.c:7493
- #: src/microhttpd/daemon.c:7599
- msgid "Failed to join a thread.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:3811
- msgid "Illegal call to MHD_get_timeout.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4039
- msgid ""
- "MHD_run_from_select() called with except_fd_set set to NULL. Such behavior "
- "is deprecated.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4120
- msgid "Could not obtain daemon fdsets.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4137
- msgid "Could not add listen socket to fdset.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4166
- msgid "Could not add control inter-thread communication channel FD to fdset.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4246
- #, c-format
- msgid "select failed: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4386 src/microhttpd/daemon.c:4540
- #, c-format
- msgid "poll failed: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4683 src/microhttpd/daemon.c:4908
- #, c-format
- msgid "Call to epoll_wait failed: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4873 src/microhttpd/daemon.c:5410
- msgid "Failed to remove listen FD from epoll set.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:5255
- #, c-format
- msgid "Failed to block SIGPIPE on daemon thread: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:5391
- msgid "Using MHD_quiesce_daemon in this mode requires MHD_USE_ITC.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:5419
- msgid "Failed to signal quiesce via inter-thread communication channel.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:5442
- msgid "failed to signal quiesce via inter-thread communication channel.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:5559
- msgid "Warning: Too large timeout value, ignored.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:5604
- msgid ""
- "Warning: Zero size, specified for thread pool size, is ignored. Thread pool "
- "is not used.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:5613
- msgid ""
- "Warning: \"1\", specified for thread pool size, is ignored. Thread pool is "
- "not used.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:5627
- #, c-format
- msgid "Specified thread pool size (%u) too big.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:5639
- msgid ""
- "MHD_OPTION_THREAD_POOL_SIZE option is specified but "
- "MHD_USE_INTERNAL_POLLING_THREAD flag is not specified.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:5648
- msgid ""
- "Both MHD_OPTION_THREAD_POOL_SIZE option and MHD_USE_THREAD_PER_CONNECTION "
- "flag are specified.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:5666 src/microhttpd/daemon.c:5679
- #: src/microhttpd/daemon.c:5692 src/microhttpd/daemon.c:5705
- #: src/microhttpd/daemon.c:5757 src/microhttpd/daemon.c:5786
- #: src/microhttpd/daemon.c:5807 src/microhttpd/daemon.c:5829
- #: src/microhttpd/daemon.c:6097
- #, c-format
- msgid "MHD HTTPS option %d passed to MHD but MHD_USE_TLS not set.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:5725
- msgid "Error initializing DH parameters.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:5735
- msgid "Diffie-Hellman parameters string too long.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:5746
- msgid "Bad Diffie-Hellman parameters format.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:5774
- #, c-format
- msgid "Setting priorities to `%s' failed: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:5795
- msgid ""
- "MHD_OPTION_HTTPS_CERT_CALLBACK requires building MHD with GnuTLS >= 3.0.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:5817
- msgid ""
- "MHD_OPTION_HTTPS_CERT_CALLBACK2 requires building MHD with GnuTLS >= 3.6.3.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:5852
- msgid ""
- "MHD_OPTION_LISTEN_SOCKET specified for daemon with MHD_USE_NO_LISTEN_SOCKET "
- "flag set.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:5890
- msgid ""
- "MHD_OPTION_EXTERNAL_LOGGER is not the first option specified for the daemon. "
- "Some messages may be printed by the standard MHD logger.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:5915
- msgid "TCP fastopen is not supported on this platform.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:5934
- msgid ""
- "Flag MHD_USE_PEDANTIC_CHECKS is ignored because another behavior is "
- "specified by MHD_OPTION_STRICT_CLIENT.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:6072
- #, c-format
- msgid "MHD HTTPS option %d passed to MHD compiled without GNUtls >= 3.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:6111
- #, c-format
- msgid "MHD HTTPS option %d passed to MHD compiled without HTTPS support.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:6118
- #, c-format
- msgid "Invalid option %d! (Did you terminate the list with MHD_OPTION_END?).\n"
- msgstr ""
- #: src/microhttpd/daemon.c:6148
- #, c-format
- msgid "Call to epoll_create1 failed: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:6158
- msgid "Failed to set noninheritable mode on epoll FD.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:6465
- msgid ""
- "Warning: MHD_USE_THREAD_PER_CONNECTION must be used only with "
- "MHD_USE_INTERNAL_POLLING_THREAD. Flag MHD_USE_INTERNAL_POLLING_THREAD was "
- "added. Consider setting MHD_USE_INTERNAL_POLLING_THREAD explicitly.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:6478
- msgid "Using debug build of libmicrohttpd.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:6492
- #, c-format
- msgid "Failed to create inter-thread communication channel: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:6509
- msgid ""
- "file descriptor for inter-thread communication channel exceeds maximum "
- "value.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:6529
- msgid "Specified value for NC_SIZE too large.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:6543
- #, c-format
- msgid "Failed to allocate memory for nonce-nc map: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:6560
- msgid "MHD failed to initialize nonce-nc mutex.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:6581
- msgid "MHD thread polling only works with MHD_USE_INTERNAL_POLLING_THREAD.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:6605
- #, c-format
- msgid "Failed to create socket for listening: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:6626 src/microhttpd/daemon.c:6645
- #: src/microhttpd/daemon.c:6668 src/microhttpd/daemon.c:6706
- #: src/microhttpd/daemon.c:6783 src/microhttpd/daemon.c:6814
- #, c-format
- msgid "setsockopt failed: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:6679
- msgid "Cannot allow listening address reuse: SO_REUSEPORT not defined.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:6715
- msgid ""
- "Cannot disallow listening address reuse: SO_EXCLUSIVEADDRUSE not defined.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:6794
- #, c-format
- msgid "Failed to bind to port %u: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:6825
- #, c-format
- msgid "Failed to listen for connections: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:6856
- #, c-format
- msgid "Failed to get listen port number: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:6867
- msgid ""
- "Failed to get listen port number (`struct sockaddr_storage` too small!?).\n"
- msgstr ""
- #: src/microhttpd/daemon.c:6908
- msgid "Unknown address family!\n"
- msgstr ""
- #: src/microhttpd/daemon.c:6921
- #, c-format
- msgid "Failed to set nonblocking mode on listening socket: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:6944
- #, c-format
- msgid "Listen socket descriptor (%d) is not less than FD_SETSIZE (%d).\n"
- msgstr ""
- #: src/microhttpd/daemon.c:6965
- msgid ""
- "Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_EPOLL is not supported.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:6979 src/microhttpd/daemon.c:6989
- msgid "MHD failed to initialize IP connection limit mutex.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:7007
- msgid "Failed to initialize TLS support.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:7040 src/microhttpd/daemon.c:7105
- #: src/microhttpd/daemon.c:7204
- msgid "Failed to initialise mutex.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:7058
- #, c-format
- msgid "Failed to create listen thread: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:7116
- #, c-format
- msgid "Failed to create worker inter-thread communication channel: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:7129
- msgid ""
- "File descriptor for worker inter-thread communication channel exceeds "
- "maximum value.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:7167
- msgid "MHD failed to initialize cleanup connection mutex.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:7184
- #, c-format
- msgid "Failed to create pool thread: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:7373 src/microhttpd/daemon.c:7406
- msgid "MHD_stop_daemon() called while we have suspended connections.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:7445 src/microhttpd/daemon.c:7543
- #: src/microhttpd/daemon.c:7581
- msgid "Failed to signal shutdown via inter-thread communication channel.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:7518
- msgid "MHD_stop_daemon() was called twice."
- msgstr ""
- #: src/microhttpd/daemon.c:8031
- msgid "Failed to initialize winsock.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:8034
- msgid "Winsock version 2.2 is not available.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:8042 src/microhttpd/daemon.c:8046
- msgid "Failed to initialise multithreading in libgcrypt.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:8052
- msgid "libgcrypt is too old. MHD was compiled for libgcrypt 1.6.0 or newer.\n"
- msgstr ""
- #: src/microhttpd/mhd_sockets.h:333
- msgid "Close socket failed.\n"
- msgstr ""
- #: src/microhttpd/connection.c:140
- msgid "The operation would block, retry later"
- msgstr ""
- #: src/microhttpd/connection.c:142
- msgid "The connection was forcibly closed by remote peer"
- msgstr ""
- #: src/microhttpd/connection.c:144
- msgid "The socket is not connected"
- msgstr ""
- #: src/microhttpd/connection.c:146
- msgid "Not enough system resources to serve the request"
- msgstr ""
- #: src/microhttpd/connection.c:148
- msgid "Bad FD value"
- msgstr ""
- #: src/microhttpd/connection.c:150
- msgid "Argument value is invalid"
- msgstr ""
- #: src/microhttpd/connection.c:152
- msgid "Argument value is not supported"
- msgstr ""
- #: src/microhttpd/connection.c:154
- msgid "The socket is no longer available for sending"
- msgstr ""
- #: src/microhttpd/connection.c:156
- msgid "TLS encryption or decryption error"
- msgstr ""
- #: src/microhttpd/connection.c:161
- msgid "Not an error code"
- msgstr ""
- #: src/microhttpd/connection.c:164
- msgid "Wrong error code value"
- msgstr ""
- #: src/microhttpd/connection.c:868 src/microhttpd/connection.c:962
- msgid "Closing connection (out of memory)."
- msgstr ""
- #: src/microhttpd/connection.c:913
- msgid "Closing connection (application reported error generating data)."
- msgstr ""
- #: src/microhttpd/connection.c:1010
- msgid "Closing connection (application error generating response)."
- msgstr ""
- #: src/microhttpd/connection.c:1653
- #, c-format
- msgid ""
- "Error processing request (HTTP response code is %u (`%s')). Closing "
- "connection.\n"
- msgstr ""
- #: src/microhttpd/connection.c:1680 src/microhttpd/connection.c:2722
- msgid "Closing connection (failed to queue response)."
- msgstr ""
- #: src/microhttpd/connection.c:1691 src/microhttpd/connection.c:3708
- msgid "Closing connection (failed to create response header)."
- msgstr ""
- #: src/microhttpd/connection.c:1737 src/microhttpd/connection.c:2888
- #: src/microhttpd/connection.c:2956 src/microhttpd/connection.c:3372
- #, c-format
- msgid "In function %s handling connection at state: %s\n"
- msgstr ""
- #: src/microhttpd/connection.c:1955
- msgid "Not enough memory in pool to allocate header record!\n"
- msgstr ""
- #: src/microhttpd/connection.c:2002
- msgid "Not enough memory in pool to parse cookies!\n"
- msgstr ""
- #: src/microhttpd/connection.c:2233 src/microhttpd/connection.c:2437
- msgid "Application reported internal error, closing connection."
- msgstr ""
- #: src/microhttpd/connection.c:2302 src/microhttpd/connection.c:2381
- msgid ""
- "Received malformed HTTP request (bad chunked encoding). Closing connection."
- msgstr ""
- #: src/microhttpd/connection.c:2445
- msgid "libmicrohttpd API violation.\n"
- msgstr ""
- #: src/microhttpd/connection.c:2461
- msgid ""
- "WARNING: incomplete upload processing and connection not suspended may "
- "result in hung connection.\n"
- msgstr ""
- #: src/microhttpd/connection.c:2535
- msgid "Received malformed line (no colon). Closing connection."
- msgstr ""
- #: src/microhttpd/connection.c:2698
- msgid "Received HTTP 1.1 request without `Host' header.\n"
- msgstr ""
- #: src/microhttpd/connection.c:2710
- msgid "Closing connection (failed to create response)."
- msgstr ""
- #: src/microhttpd/connection.c:2760
- msgid "Failed to parse `Content-Length' header. Closing connection.\n"
- msgstr ""
- #: src/microhttpd/connection.c:2861
- msgid "Socket disconnected while reading request."
- msgstr ""
- #: src/microhttpd/connection.c:2868
- #, c-format
- msgid "Connection socket is closed when reading request due to the error: %s\n"
- msgstr ""
- #: src/microhttpd/connection.c:2983
- #, c-format
- msgid "Failed to send data in request for %s.\n"
- msgstr ""
- #: src/microhttpd/connection.c:2992
- #, c-format
- msgid "Sent 100 continue response: `%.*s'\n"
- msgstr ""
- #: src/microhttpd/connection.c:3063
- #, c-format
- msgid ""
- "Failed to send the response headers for the request for `%s'. Error: %s\n"
- msgstr ""
- #: src/microhttpd/connection.c:3128
- msgid "Data offset exceeds limit.\n"
- msgstr ""
- #: src/microhttpd/connection.c:3138
- #, c-format
- msgid "Sent %d-byte DATA response: `%.*s'\n"
- msgstr ""
- #: src/microhttpd/connection.c:3155
- #, c-format
- msgid "Failed to send the response body for the request for `%s'. Error: %s\n"
- msgstr ""
- #: src/microhttpd/connection.c:3187
- #, c-format
- msgid ""
- "Failed to send the chunked response body for the request for `%s'. Error: "
- "%s\n"
- msgstr ""
- #: src/microhttpd/connection.c:3223
- #, c-format
- msgid "Failed to send the footers for the request for `%s'. Error: %s\n"
- msgstr ""
- #: src/microhttpd/connection.c:3252
- msgid "Internal error.\n"
- msgstr ""
- #: src/microhttpd/connection.c:3330
- msgid ""
- "Failed to signal end of connection via inter-thread communication channel.\n"
- msgstr ""
- #: src/microhttpd/connection.c:3599
- msgid "Closing connection (failed to create response header).\n"
- msgstr ""
- #: src/microhttpd/connection.c:4060
- msgid "Attempted to queue response on wrong thread!\n"
- msgstr ""
- #: src/microhttpd/connection.c:4072
- msgid ""
- "Attempted 'upgrade' connection on daemon without MHD_ALLOW_UPGRADE option!\n"
- msgstr ""
- #: src/microhttpd/connection.c:4082
- msgid "Application used invalid status code for 'upgrade' response!\n"
- msgstr ""
- #: src/microhttpd/response.c:1096
- msgid ""
- "Invalid response for upgrade: application failed to set the 'Upgrade' "
- "header!\n"
- msgstr ""
- #: src/microhttpd/response.c:1139
- msgid "Failed to make loopback sockets non-blocking.\n"
- msgstr ""
- #: src/microhttpd/response.c:1158
- msgid "Failed to set SO_NOSIGPIPE on loopback sockets.\n"
- msgstr ""
- #: src/microhttpd/response.c:1178
- #, c-format
- msgid "Socketpair descriptor larger than FD_SETSIZE: %d > %d\n"
- msgstr ""
- #: src/microhttpd/response.c:1259
- msgid "Error cleaning up while handling epoll error.\n"
- msgstr ""
- #: src/microhttpd/mhd_itc.h:355
- msgid "Failed to destroy ITC.\n"
- msgstr ""
- #: src/microhttpd/basicauth.c:71
- msgid "Error decoding basic authentication.\n"
- msgstr ""
- #: src/microhttpd/basicauth.c:81
- msgid "Basic authentication doesn't contain ':' separator.\n"
- msgstr ""
- #: src/microhttpd/basicauth.c:99
- msgid "Failed to allocate memory for password.\n"
- msgstr ""
- #: src/microhttpd/basicauth.c:164
- msgid "Failed to add Basic auth header.\n"
- msgstr ""
|