| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654 |
- # SOME DESCRIPTIVE TITLE.
- # Copyright (C) YEAR Christian Grothoff
- # 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.52\n"
- "Report-Msgid-Bugs-To: [email protected]\n"
- "POT-Creation-Date: 2016-10-17 19:09+0200\n"
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
- "Language-Team: LANGUAGE <[email protected]>\n"
- "Language: \n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=CHARSET\n"
- "Content-Transfer-Encoding: 8bit\n"
- #: src/microhttpd/basicauth.c:67
- msgid "Error decoding basic authentication\n"
- msgstr ""
- #: src/microhttpd/basicauth.c:77
- msgid "Basic authentication doesn't contain ':' separator\n"
- msgstr ""
- #: src/microhttpd/basicauth.c:95
- msgid "Failed to allocate memory for password\n"
- msgstr ""
- #: src/microhttpd/basicauth.c:158
- msgid "Failed to add Basic auth header\n"
- msgstr ""
- #: src/microhttpd/connection.c:528
- msgid ""
- "Failed to signal end of connection via inter-thread communication channel"
- msgstr ""
- #: src/microhttpd/connection.c:621
- msgid "Closing connection (application reported error generating data)\n"
- msgstr ""
- #: src/microhttpd/connection.c:667
- msgid "Closing connection (out of memory)\n"
- msgstr ""
- #: src/microhttpd/connection.c:711
- msgid "Closing connection (application error generating response)\n"
- msgstr ""
- #: src/microhttpd/connection.c:1233
- #, c-format
- msgid ""
- "Error processing request (HTTP response code is %u (`%s')). Closing "
- "connection.\n"
- msgstr ""
- #: src/microhttpd/connection.c:1250 src/microhttpd/connection.c:2859
- #: src/microhttpd/connection.c:2962
- msgid "Closing connection (failed to create response header)\n"
- msgstr ""
- #: src/microhttpd/connection.c:1274 src/microhttpd/connection.c:2329
- #: src/microhttpd/connection.c:2390 src/microhttpd/connection.c:2626
- #: src/microhttpd/connection_https.c:139
- #, c-format
- msgid "In function %s handling connection at state: %s\n"
- msgstr ""
- #: src/microhttpd/connection.c:1490
- msgid "Not enough memory in pool to allocate header record!\n"
- msgstr ""
- #: src/microhttpd/connection.c:1532
- msgid "Not enough memory in pool to parse cookies!\n"
- msgstr ""
- #: src/microhttpd/connection.c:1737 src/microhttpd/connection.c:1899
- msgid "Application reported internal error, closing connection.\n"
- msgstr ""
- #: src/microhttpd/connection.c:1789 src/microhttpd/connection.c:1844
- msgid ""
- "Received malformed HTTP request (bad chunked encoding). Closing connection.\n"
- msgstr ""
- #: src/microhttpd/connection.c:1907
- msgid "libmicrohttpd API violation"
- msgstr ""
- #: src/microhttpd/connection.c:1923
- msgid ""
- "WARNING: incomplete POST processing and connection not suspended will result "
- "in hung connection.\n"
- msgstr ""
- #: src/microhttpd/connection.c:2027
- #, c-format
- msgid "Sent response: `%.*s'\n"
- msgstr ""
- #: src/microhttpd/connection.c:2088
- msgid "Received malformed line (no colon). Closing connection.\n"
- msgstr ""
- #: src/microhttpd/connection.c:2224
- msgid "Received HTTP 1.1 request without `Host' header.\n"
- msgstr ""
- #: src/microhttpd/connection.c:2419 src/microhttpd/connection.c:2493
- #, c-format
- msgid "Failed to send data: %s\n"
- msgstr ""
- #: src/microhttpd/connection.c:2428
- #, c-format
- msgid "Sent 100 continue response: `%.*s'\n"
- msgstr ""
- #: src/microhttpd/connection.c:2468
- msgid "Data offset exceeds limit"
- msgstr ""
- #: src/microhttpd/connection.c:2478
- #, c-format
- msgid "Sent %d-byte DATA response: `%.*s'\n"
- msgstr ""
- #: src/microhttpd/connection.c:2544 src/microhttpd/daemon.c:5249
- msgid "Internal error\n"
- msgstr ""
- #: src/microhttpd/connection.c:3164 src/microhttpd/daemon.c:2078
- #: src/microhttpd/daemon.c:3417 src/microhttpd/daemon.c:3437
- #: src/microhttpd/daemon.c:4387 src/microhttpd/daemon.c:4405
- #: src/microhttpd/response.c:838 src/microhttpd/response.c:864
- #, c-format
- msgid "Call to epoll_ctl failed: %s\n"
- msgstr ""
- #: src/microhttpd/connection.c:3328
- msgid "Application used invalid status code for 'upgrade' response!\n"
- msgstr ""
- #: src/microhttpd/connection.c:3338
- msgid ""
- "Application attempted 'upgrade' without setting MHD_USE_SUSPEND_RESUME!\n"
- msgstr ""
- #: src/microhttpd/connection.c:3349
- msgid ""
- "Application attempted 'upgrade' HTTPS connection in epoll mode without "
- "setting MHD_USE_HTTPS_EPOLL_UPGRADE!\n"
- msgstr ""
- #: src/microhttpd/connection_https.c:70
- msgid "Error: received handshake message out of context\n"
- msgstr ""
- #: src/microhttpd/daemon.c:107
- #, c-format
- msgid "Fatal error in GNU libmicrohttpd %s:%u: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:323
- msgid "Failed to add IP connection count node\n"
- msgstr ""
- #: src/microhttpd/daemon.c:381
- msgid "Failed to find previously-added IP address\n"
- msgstr ""
- #: src/microhttpd/daemon.c:387
- msgid "Previously-added IP address had counter of zero\n"
- msgstr ""
- #: src/microhttpd/daemon.c:553
- msgid ""
- "Failed to setup x509 certificate/key: pre 3.X.X version of GnuTLS does not "
- "support setting key password"
- msgstr ""
- #: src/microhttpd/daemon.c:603
- #, c-format
- msgid "Error: invalid credentials type %d specified.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:849
- #, c-format
- msgid "Maximum socket in select set: %d\n"
- msgstr ""
- #: src/microhttpd/daemon.c:945 src/microhttpd/daemon.c:962
- #: src/microhttpd/daemon.c:2202 src/microhttpd/daemon.c:2576
- #: src/microhttpd/daemon.c:5142
- msgid "Failed to remove FD from epoll set\n"
- msgstr ""
- #: src/microhttpd/daemon.c:1185
- msgid "Error preparing select\n"
- msgstr ""
- #: src/microhttpd/daemon.c:1205 src/microhttpd/daemon.c:1426
- #, c-format
- msgid "Error during select (%d): `%s'\n"
- msgstr ""
- #: src/microhttpd/daemon.c:1255 src/microhttpd/daemon.c:1500
- #, c-format
- msgid "Error during poll: `%s'\n"
- msgstr ""
- #: src/microhttpd/daemon.c:1408
- msgid "Failed to add FD to fd_set\n"
- msgstr ""
- #: src/microhttpd/daemon.c:1546 src/microhttpd/response.c:664
- msgid "Processing thread terminating. Closing connection\n"
- msgstr ""
- #: src/microhttpd/daemon.c:1809 src/microhttpd/daemon.c:4906
- #, c-format
- msgid "Socket descriptor larger than FD_SETSIZE: %d > %d\n"
- msgstr ""
- #: src/microhttpd/daemon.c:1824 src/microhttpd/daemon.c:2496
- #, c-format
- msgid "Accepted connection on socket %d\n"
- msgstr ""
- #: src/microhttpd/daemon.c:1836
- msgid "Server reached connection limit. Closing inbound connection.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:1854
- msgid "Connection rejected by application. Closing connection.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:1902 src/microhttpd/daemon.c:1922
- #: src/microhttpd/daemon.c:3006
- #, c-format
- msgid "Error allocating memory: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:1955
- #, c-format
- msgid "Failed to set nonblocking mode on connection socket: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:1983
- #, c-format
- msgid "Failed to setup TLS credentials: unknown credential type %d\n"
- msgstr ""
- #: src/microhttpd/daemon.c:1992
- msgid "Unknown credential type"
- msgstr ""
- #: src/microhttpd/daemon.c:2058
- msgid "Failed to signal new connection via inter-thread communication channel."
- msgstr ""
- #: src/microhttpd/daemon.c:2164
- msgid "Cannot suspend connections without enabling MHD_USE_SUSPEND_RESUME!\n"
- msgstr ""
- #: src/microhttpd/daemon.c:2229
- msgid "Cannot resume connections without enabling MHD_USE_SUSPEND_RESUME!\n"
- msgstr ""
- #: src/microhttpd/daemon.c:2239
- msgid "Failed to signal resume via inter-thread communication channel."
- msgstr ""
- #: src/microhttpd/daemon.c:2366
- #, c-format
- msgid "Failed to set nonblocking mode on new client socket: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:2374
- msgid "Failed to set noninheritable mode on new client socket.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:2442
- #, c-format
- msgid "Error accepting connection: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:2459
- 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:2467
- #, 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:2479
- #, c-format
- msgid "Failed to set nonblocking mode on incoming connection socket: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:2489
- msgid "Failed to set noninheritable mode on incoming connection socket.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:2535 src/microhttpd/daemon.c:5213
- #: src/microhttpd/daemon.c:5228 src/microhttpd/daemon.c:5356
- #: src/microhttpd/daemon.c:5387
- msgid "Failed to join a thread\n"
- msgstr ""
- #: src/microhttpd/daemon.c:2627
- msgid "Illegal call to MHD_get_timeout\n"
- msgstr ""
- #: src/microhttpd/daemon.c:2845
- msgid "Could not obtain daemon fdsets"
- msgstr ""
- #: src/microhttpd/daemon.c:2861
- msgid "Could not add listen socket to fdset"
- msgstr ""
- #: src/microhttpd/daemon.c:2888
- msgid "Could not add control inter-thread communication channel FD to fdset"
- msgstr ""
- #: src/microhttpd/daemon.c:2945
- #, c-format
- msgid "select failed: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:3103 src/microhttpd/daemon.c:3233
- #, c-format
- msgid "poll failed: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:3322 src/microhttpd/daemon.c:3493
- #, c-format
- msgid "Call to epoll_wait failed: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:3455 src/microhttpd/daemon.c:3853
- msgid "Failed to remove listen FD from epoll set\n"
- msgstr ""
- #: src/microhttpd/daemon.c:3861
- msgid "Failed to signal quiesce via inter-thread communication channel"
- msgstr ""
- #: src/microhttpd/daemon.c:3882
- msgid "failed to signal quiesce via inter-thread communication channel"
- msgstr ""
- #: src/microhttpd/daemon.c:4015
- #, c-format
- msgid "Specified thread pool size (%u) too big\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4029 src/microhttpd/daemon.c:4040
- #: src/microhttpd/daemon.c:4051 src/microhttpd/daemon.c:4062
- #: src/microhttpd/daemon.c:4104
- #, c-format
- msgid "MHD HTTPS option %d passed to MHD but MHD_USE_TLS not set\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4081
- msgid "Error initializing DH parameters\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4093
- msgid "Bad Diffie-Hellman parameters format\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4121
- #, c-format
- msgid "Setting priorities to `%s' failed: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4134
- msgid ""
- "MHD_OPTION_HTTPS_CERT_CALLBACK requires building MHD with GnuTLS >= 3.0\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4303
- #, c-format
- msgid "MHD HTTPS option %d passed to MHD compiled without HTTPS support\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4309
- #, c-format
- msgid "Invalid option %d! (Did you terminate the list with MHD_OPTION_END?)\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4335
- #, c-format
- msgid "Call to epoll_create1 failed: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4345
- msgid "Failed to set noninheritable mode on epoll FD.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4530
- #, c-format
- msgid "Failed to create inter-thread communication channel: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4544
- msgid ""
- "file descriptor for inter-thread communication channel exceeds maximum "
- "value\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4583
- msgid "Specified value for NC_SIZE too large\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4597
- #, c-format
- msgid "Failed to allocate memory for nonce-nc map: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4613
- msgid "MHD failed to initialize nonce-nc mutex\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4631
- msgid "MHD thread pooling only works with MHD_USE_SELECT_INTERNALLY\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4641
- msgid ""
- "Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_SUSPEND_RESUME is not "
- "supported.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4651
- msgid "Threaded operations are not supported on Symbian.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4665
- #, c-format
- msgid "Failed to create socket for listening: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4683 src/microhttpd/daemon.c:4727
- #: src/microhttpd/daemon.c:4759 src/microhttpd/daemon.c:4829
- #: src/microhttpd/daemon.c:4860
- #, c-format
- msgid "setsockopt failed: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4737
- msgid "Cannot allow listening address reuse: SO_REUSEPORT not defined\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4767
- msgid ""
- "Cannot disallow listening address reuse: SO_EXCLUSIVEADDRUSE not defined\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4840
- #, c-format
- msgid "Failed to bind to port %u: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4871
- #, c-format
- msgid "Failed to listen for connections: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4887
- #, c-format
- msgid "Failed to set nonblocking mode on listening socket: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4923
- msgid ""
- "Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_EPOLL is not supported.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4935
- msgid "epoll is not supported on this platform by this build.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4945 src/microhttpd/daemon.c:4955
- msgid "MHD failed to initialize IP connection limit mutex\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4970
- msgid "Failed to initialize TLS support\n"
- msgstr ""
- #: src/microhttpd/daemon.c:4992
- #, c-format
- msgid "Failed to create listen thread: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:5041
- #, c-format
- msgid "Failed to create worker inter-thread communication channel: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:5053
- msgid ""
- "File descriptor for worker inter-thread communication channel exceeds "
- "maximum value\n"
- msgstr ""
- #: src/microhttpd/daemon.c:5075
- msgid "MHD failed to initialize cleanup connection mutex\n"
- msgstr ""
- #: src/microhttpd/daemon.c:5089
- #, c-format
- msgid "Failed to create pool thread: %s\n"
- msgstr ""
- #: src/microhttpd/daemon.c:5190
- msgid "MHD_stop_daemon() called while we have suspended connections.\n"
- msgstr ""
- #: src/microhttpd/daemon.c:5198 src/microhttpd/daemon.c:5317
- msgid "Failed to signal shutdown via inter-thread communication channel"
- msgstr ""
- #: src/microhttpd/daemon.c:5257
- msgid ""
- "Failed to add inter-thread communication channel FD to epoll set to signal "
- "termination\n"
- msgstr ""
- #: src/microhttpd/daemon.c:5339
- msgid "MHD listen socket shutdown\n"
- msgstr ""
- #: src/microhttpd/daemon.c:5353
- msgid "Failed to signal shutdown via inter-thread communication channel."
- msgstr ""
- #: src/microhttpd/daemon.c:5725
- msgid "Failed to initialize winsock\n"
- msgstr ""
- #: src/microhttpd/daemon.c:5728
- msgid "Winsock version 2.2 is not available\n"
- msgstr ""
- #: src/microhttpd/daemon.c:5735 src/microhttpd/daemon.c:5739
- msgid "Failed to initialise multithreading in libgcrypt\n"
- msgstr ""
- #: src/microhttpd/daemon.c:5744
- msgid "libgcrypt is too old. MHD was compiled for libgcrypt 1.6.0 or newer\n"
- msgstr ""
- #: src/microhttpd/digestauth.c:443
- msgid ""
- "Stale nonce received. If this happens a lot, you should probably increase "
- "the size of the nonce array.\n"
- msgstr ""
- #: src/microhttpd/digestauth.c:630
- msgid "Failed to allocate memory for copy of URI arguments\n"
- msgstr ""
- #: src/microhttpd/digestauth.c:759
- msgid "Authentication failed, invalid timestamp format.\n"
- msgstr ""
- #: src/microhttpd/digestauth.c:820
- msgid "Authentication failed, invalid format.\n"
- msgstr ""
- #: src/microhttpd/digestauth.c:830
- msgid "Authentication failed, invalid nc format.\n"
- msgstr ""
- #: src/microhttpd/digestauth.c:856
- msgid "Failed to allocate memory for auth header processing\n"
- msgstr ""
- #: src/microhttpd/digestauth.c:896
- msgid "Authentication failed, URI does not match.\n"
- msgstr ""
- #: src/microhttpd/digestauth.c:916
- msgid "Authentication failed, arguments do not match.\n"
- msgstr ""
- #: src/microhttpd/digestauth.c:971
- msgid "Could not register nonce (is the nonce array size zero?).\n"
- msgstr ""
- #: src/microhttpd/digestauth.c:994
- msgid "Failed to allocate memory for auth response header\n"
- msgstr ""
- #: src/microhttpd/digestauth.c:1028
- msgid "Failed to add Digest auth header\n"
- msgstr ""
- #: src/microhttpd/response.c:721
- msgid ""
- "Invalid response for upgrade: application failed to set the 'Upgrade' "
- "header!\n"
- msgstr ""
- #: src/microhttpd/response.c:760
- #, c-format
- msgid "Failed to make loopback sockets non-blocking: %s\n"
- msgstr ""
- #: src/microhttpd/response.c:771
- #, c-format
- msgid "Socketpair descriptor larger than FD_SETSIZE: %d > %d\n"
- msgstr ""
- #: src/microhttpd/response.c:861
- msgid "Error cleaning up while handling epoll error"
- msgstr ""
- #: src/microhttpd/internal.h:74
- msgid "Failed to close FD.\n"
- msgstr ""
- #: src/microhttpd/mhd_itc.h:347
- msgid "Failed to destroy ITC.\n"
- msgstr ""
- #: src/microhttpd/mhd_locks.h:111
- msgid "Failed to destroy mutex.\n"
- msgstr ""
- #: src/microhttpd/mhd_locks.h:144
- msgid "Failed to lock mutex.\n"
- msgstr ""
- #: src/microhttpd/mhd_locks.h:170
- msgid "Failed to unlock mutex.\n"
- msgstr ""
- #: src/microhttpd/mhd_sockets.h:248
- msgid "Close socket failed.\n"
- msgstr ""
|