aboutsummaryrefslogtreecommitdiff
path: root/po/libmicrohttpd.pot
diff options
context:
space:
mode:
Diffstat (limited to 'po/libmicrohttpd.pot')
-rw-r--r--po/libmicrohttpd.pot746
1 files changed, 746 insertions, 0 deletions
diff --git a/po/libmicrohttpd.pot b/po/libmicrohttpd.pot
new file mode 100644
index 00000000..495c9e4c
--- /dev/null
+++ b/po/libmicrohttpd.pot
@@ -0,0 +1,746 @@
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
7msgid ""
8msgstr ""
9"Project-Id-Version: GNU libmicrohttpd 0.9.59\n"
10"Report-Msgid-Bugs-To: libmicrohttpd@gnu.org\n"
11"POT-Creation-Date: 2018-03-10 12:24+0100\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_https.c:174
21msgid "Error: received handshake message out of context\n"
22msgstr ""
23
24#: src/microhttpd/mhd_locks.h:120
25msgid "Failed to destroy mutex.\n"
26msgstr ""
27
28#: src/microhttpd/mhd_locks.h:153
29msgid "Failed to lock mutex.\n"
30msgstr ""
31
32#: src/microhttpd/mhd_locks.h:179
33msgid "Failed to unlock mutex.\n"
34msgstr ""
35
36#: src/microhttpd/internal.h:80
37msgid "Failed to close FD.\n"
38msgstr ""
39
40#: src/microhttpd/digestauth.c:447
41msgid ""
42"Stale nonce received. If this happens a lot, you should probably increase "
43"the size of the nonce array.\n"
44msgstr ""
45
46#: src/microhttpd/digestauth.c:635
47msgid "Failed to allocate memory for copy of URI arguments\n"
48msgstr ""
49
50#: src/microhttpd/digestauth.c:764
51msgid "Authentication failed, invalid timestamp format.\n"
52msgstr ""
53
54#: src/microhttpd/digestauth.c:825
55msgid "Authentication failed, invalid format.\n"
56msgstr ""
57
58#: src/microhttpd/digestauth.c:835
59msgid "Authentication failed, invalid nc format.\n"
60msgstr ""
61
62#: src/microhttpd/digestauth.c:861
63msgid "Failed to allocate memory for auth header processing\n"
64msgstr ""
65
66#: src/microhttpd/digestauth.c:901
67msgid "Authentication failed, URI does not match.\n"
68msgstr ""
69
70#: src/microhttpd/digestauth.c:921
71msgid "Authentication failed, arguments do not match.\n"
72msgstr ""
73
74#: src/microhttpd/digestauth.c:976
75msgid "Could not register nonce (is the nonce array size zero?).\n"
76msgstr ""
77
78#: src/microhttpd/digestauth.c:999
79msgid "Failed to allocate memory for auth response header\n"
80msgstr ""
81
82#: src/microhttpd/digestauth.c:1033
83msgid "Failed to add Digest auth header\n"
84msgstr ""
85
86#: src/microhttpd/daemon.c:136
87#, c-format
88msgid "Fatal error in GNU libmicrohttpd %s:%u: %s\n"
89msgstr ""
90
91#: src/microhttpd/daemon.c:397
92msgid "Failed to add IP connection count node\n"
93msgstr ""
94
95#: src/microhttpd/daemon.c:455
96msgid "Failed to find previously-added IP address\n"
97msgstr ""
98
99#: src/microhttpd/daemon.c:461
100msgid "Previously-added IP address had counter of zero\n"
101msgstr ""
102
103#: src/microhttpd/daemon.c:538
104msgid ""
105"Failed to setup x509 certificate/key: pre 3.X.X version of GnuTLS does not "
106"support setting key password"
107msgstr ""
108
109#: src/microhttpd/daemon.c:588
110#, c-format
111msgid "Error: invalid credentials type %d specified.\n"
112msgstr ""
113
114#: src/microhttpd/daemon.c:987
115#, c-format
116msgid "Maximum socket in select set: %d\n"
117msgstr ""
118
119#: src/microhttpd/daemon.c:1048
120msgid ""
121"MHD_get_fdset2() called with except_fd_set set to NULL. Such behavior is "
122"unsupported.\n"
123msgstr ""
124
125#: src/microhttpd/daemon.c:1254 src/microhttpd/daemon.c:6212
126msgid ""
127"Initiated daemon shutdown while \"upgraded\" connection was not closed.\n"
128msgstr ""
129
130#: src/microhttpd/daemon.c:1268 src/microhttpd/daemon.c:1503
131msgid "Failed to forward to application "
132msgstr ""
133
134#: src/microhttpd/daemon.c:1435 src/microhttpd/daemon.c:1557
135msgid "Failed to forward to remote client "
136msgstr ""
137
138#: src/microhttpd/daemon.c:1622
139msgid "Error preparing select\n"
140msgstr ""
141
142#: src/microhttpd/daemon.c:1656 src/microhttpd/daemon.c:1807
143#: src/microhttpd/daemon.c:1951
144#, c-format
145msgid "Error during select (%d): `%s'\n"
146msgstr ""
147
148#: src/microhttpd/daemon.c:1705 src/microhttpd/daemon.c:1828
149#: src/microhttpd/daemon.c:2020
150#, c-format
151msgid "Error during poll: `%s'\n"
152msgstr ""
153
154#: src/microhttpd/daemon.c:1791 src/microhttpd/daemon.c:1933
155msgid "Failed to add FD to fd_set\n"
156msgstr ""
157
158#: src/microhttpd/daemon.c:2072
159msgid "Processing thread terminating. Closing connection\n"
160msgstr ""
161
162#: src/microhttpd/daemon.c:2210 src/microhttpd/daemon.c:5880
163#, c-format
164msgid "Socket descriptor larger than FD_SETSIZE: %d > %d\n"
165msgstr ""
166
167#: src/microhttpd/daemon.c:2226
168#, c-format
169msgid "Failed to set SO_NOSIGPIPE on accepted socket: %s\n"
170msgstr ""
171
172#: src/microhttpd/daemon.c:2243 src/microhttpd/daemon.c:3006
173#, c-format
174msgid "Accepted connection on socket %d\n"
175msgstr ""
176
177#: src/microhttpd/daemon.c:2255 src/microhttpd/daemon.c:2420
178msgid "Server reached connection limit. Closing inbound connection.\n"
179msgstr ""
180
181#: src/microhttpd/daemon.c:2273
182msgid "Connection rejected by application. Closing connection.\n"
183msgstr ""
184
185#: src/microhttpd/daemon.c:2306 src/microhttpd/daemon.c:2326
186#: src/microhttpd/daemon.c:3582
187#, c-format
188msgid "Error allocating memory: %s\n"
189msgstr ""
190
191#: src/microhttpd/daemon.c:2379
192#, c-format
193msgid "Failed to setup TLS credentials: unknown credential type %d\n"
194msgstr ""
195
196#: src/microhttpd/daemon.c:2388
197msgid "Unknown credential type"
198msgstr ""
199
200#: src/microhttpd/daemon.c:2482 src/microhttpd/daemon.c:4072
201#: src/microhttpd/daemon.c:4105 src/microhttpd/daemon.c:5202
202#: src/microhttpd/daemon.c:5219 src/microhttpd/connection.c:3782
203#: src/microhttpd/response.c:913 src/microhttpd/response.c:939
204#, c-format
205msgid "Call to epoll_ctl failed: %s\n"
206msgstr ""
207
208#: src/microhttpd/daemon.c:2507
209msgid "Failed to signal new connection via inter-thread communication channel."
210msgstr ""
211
212#: src/microhttpd/daemon.c:2604 src/microhttpd/daemon.c:3087
213#: src/microhttpd/daemon.c:6114 src/microhttpd/connection.c:989
214#: src/microhttpd/connection.c:1008
215msgid "Failed to remove FD from epoll set\n"
216msgstr ""
217
218#: src/microhttpd/daemon.c:2651
219msgid "Cannot suspend connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n"
220msgstr ""
221
222#: src/microhttpd/daemon.c:2657
223msgid "Error: connection scheduled for \"upgrade\" cannot be suspended"
224msgstr ""
225
226#: src/microhttpd/daemon.c:2680
227msgid "Cannot resume connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n"
228msgstr ""
229
230#: src/microhttpd/daemon.c:2690
231msgid "Failed to signal resume via inter-thread communication channel."
232msgstr ""
233
234#: src/microhttpd/daemon.c:2816
235msgid ""
236"Failed to signal resume of connection via inter-thread communication channel."
237msgstr ""
238
239#: src/microhttpd/daemon.c:2862
240#, c-format
241msgid "Failed to set nonblocking mode on new client socket: %s\n"
242msgstr ""
243
244#: src/microhttpd/daemon.c:2875
245msgid "Failed to set noninheritable mode on new client socket.\n"
246msgstr ""
247
248#: src/microhttpd/daemon.c:2948
249#, c-format
250msgid "Error accepting connection: %s\n"
251msgstr ""
252
253#: src/microhttpd/daemon.c:2965
254msgid ""
255"Hit process or system resource limit at FIRST connection. This is really bad "
256"as there is no sane way to proceed. Will try busy waiting for system "
257"resources to become magically available.\n"
258msgstr ""
259
260#: src/microhttpd/daemon.c:2975
261#, c-format
262msgid ""
263"Hit process or system resource limit at %u connections, temporarily "
264"suspending accept(). Consider setting a lower MHD_OPTION_CONNECTION_LIMIT.\n"
265msgstr ""
266
267#: src/microhttpd/daemon.c:2987
268#, c-format
269msgid "Failed to set nonblocking mode on incoming connection socket: %s\n"
270msgstr ""
271
272#: src/microhttpd/daemon.c:2999
273msgid "Failed to set noninheritable mode on incoming connection socket.\n"
274msgstr ""
275
276#: src/microhttpd/daemon.c:3045 src/microhttpd/daemon.c:6253
277#: src/microhttpd/daemon.c:6283 src/microhttpd/daemon.c:6377
278msgid "Failed to join a thread\n"
279msgstr ""
280
281#: src/microhttpd/daemon.c:3144
282msgid "Illegal call to MHD_get_timeout\n"
283msgstr ""
284
285#: src/microhttpd/daemon.c:3340
286msgid ""
287"MHD_run_from_select() called with except_fd_set set to NULL. Such behavior "
288"is deprecated.\n"
289msgstr ""
290
291#: src/microhttpd/daemon.c:3419
292msgid "Could not obtain daemon fdsets"
293msgstr ""
294
295#: src/microhttpd/daemon.c:3436
296msgid "Could not add listen socket to fdset"
297msgstr ""
298
299#: src/microhttpd/daemon.c:3464
300msgid "Could not add control inter-thread communication channel FD to fdset"
301msgstr ""
302
303#: src/microhttpd/daemon.c:3520
304#, c-format
305msgid "select failed: %s\n"
306msgstr ""
307
308#: src/microhttpd/daemon.c:3664 src/microhttpd/daemon.c:3810
309#, c-format
310msgid "poll failed: %s\n"
311msgstr ""
312
313#: src/microhttpd/daemon.c:3943 src/microhttpd/daemon.c:4172
314#, c-format
315msgid "Call to epoll_wait failed: %s\n"
316msgstr ""
317
318#: src/microhttpd/daemon.c:4124 src/microhttpd/daemon.c:4574
319msgid "Failed to remove listen FD from epoll set\n"
320msgstr ""
321
322#: src/microhttpd/daemon.c:4582
323msgid "Failed to signal quiesce via inter-thread communication channel"
324msgstr ""
325
326#: src/microhttpd/daemon.c:4603
327msgid "failed to signal quiesce via inter-thread communication channel"
328msgstr ""
329
330#: src/microhttpd/daemon.c:4708
331msgid "Warning: Too large timeout value, ignored.\n"
332msgstr ""
333
334#: src/microhttpd/daemon.c:4748
335msgid ""
336"Warning: Zero size, specified for thread pool size, is ignored. Thread pool "
337"is not used.\n"
338msgstr ""
339
340#: src/microhttpd/daemon.c:4756
341msgid ""
342"Warning: \"1\", specified for thread pool size, is ignored. Thread pool is "
343"not used.\n"
344msgstr ""
345
346#: src/microhttpd/daemon.c:4768
347#, c-format
348msgid "Specified thread pool size (%u) too big\n"
349msgstr ""
350
351#: src/microhttpd/daemon.c:4779
352msgid ""
353"MHD_OPTION_THREAD_POOL_SIZE option is specified but "
354"MHD_USE_INTERNAL_POLLING_THREAD flag is not specified.\n"
355msgstr ""
356
357#: src/microhttpd/daemon.c:4788
358msgid ""
359"Both MHD_OPTION_THREAD_POOL_SIZE option and MHD_USE_THREAD_PER_CONNECTION "
360"flag are specified.\n"
361msgstr ""
362
363#: src/microhttpd/daemon.c:4803 src/microhttpd/daemon.c:4814
364#: src/microhttpd/daemon.c:4825 src/microhttpd/daemon.c:4836
365#: src/microhttpd/daemon.c:4878
366#, c-format
367msgid "MHD HTTPS option %d passed to MHD but MHD_USE_TLS not set\n"
368msgstr ""
369
370#: src/microhttpd/daemon.c:4855
371msgid "Error initializing DH parameters\n"
372msgstr ""
373
374#: src/microhttpd/daemon.c:4867
375msgid "Bad Diffie-Hellman parameters format\n"
376msgstr ""
377
378#: src/microhttpd/daemon.c:4895
379#, c-format
380msgid "Setting priorities to `%s' failed: %s\n"
381msgstr ""
382
383#: src/microhttpd/daemon.c:4908
384msgid ""
385"MHD_OPTION_HTTPS_CERT_CALLBACK requires building MHD with GnuTLS >= 3.0\n"
386msgstr ""
387
388#: src/microhttpd/daemon.c:4935
389msgid ""
390"MHD_OPTION_LISTEN_SOCKET specified for daemon with MHD_USE_NO_LISTEN_SOCKET "
391"flag set.\n"
392msgstr ""
393
394#: src/microhttpd/daemon.c:4982
395msgid ""
396"Flag MHD_USE_PEDANTIC_CHECKS is ignored because another behavior is "
397"specified by MHD_OPTION_STRICT_CLIENT.\n"
398msgstr ""
399
400#: src/microhttpd/daemon.c:5110
401#, c-format
402msgid "MHD HTTPS option %d passed to MHD compiled without HTTPS support\n"
403msgstr ""
404
405#: src/microhttpd/daemon.c:5116
406#, c-format
407msgid "Invalid option %d! (Did you terminate the list with MHD_OPTION_END?)\n"
408msgstr ""
409
410#: src/microhttpd/daemon.c:5146
411#, c-format
412msgid "Call to epoll_create1 failed: %s\n"
413msgstr ""
414
415#: src/microhttpd/daemon.c:5156
416msgid "Failed to set noninheritable mode on epoll FD.\n"
417msgstr ""
418
419#: src/microhttpd/daemon.c:5397
420msgid ""
421"Warning: MHD_USE_THREAD_PER_CONNECTION must be used only with "
422"MHD_USE_INTERNAL_POLLING_THREAD. Flag MHD_USE_INTERNAL_POLLING_THREAD was "
423"added. Consider setting MHD_USE_INTERNAL_POLLING_THREAD explicitly.\n"
424msgstr ""
425
426#: src/microhttpd/daemon.c:5439
427msgid "Using debug build of libmicrohttpd.\n"
428msgstr ""
429
430#: src/microhttpd/daemon.c:5450
431#, c-format
432msgid "Failed to create inter-thread communication channel: %s\n"
433msgstr ""
434
435#: src/microhttpd/daemon.c:5466
436msgid ""
437"file descriptor for inter-thread communication channel exceeds maximum "
438"value\n"
439msgstr ""
440
441#: src/microhttpd/daemon.c:5486
442msgid "Specified value for NC_SIZE too large\n"
443msgstr ""
444
445#: src/microhttpd/daemon.c:5500
446#, c-format
447msgid "Failed to allocate memory for nonce-nc map: %s\n"
448msgstr ""
449
450#: src/microhttpd/daemon.c:5516
451msgid "MHD failed to initialize nonce-nc mutex\n"
452msgstr ""
453
454#: src/microhttpd/daemon.c:5534
455msgid "MHD thread pooling only works with MHD_USE_INTERNAL_POLLING_THREAD\n"
456msgstr ""
457
458#: src/microhttpd/daemon.c:5558
459#, c-format
460msgid "Failed to create socket for listening: %s\n"
461msgstr ""
462
463#: src/microhttpd/daemon.c:5579 src/microhttpd/daemon.c:5598
464#: src/microhttpd/daemon.c:5621 src/microhttpd/daemon.c:5658
465#: src/microhttpd/daemon.c:5735 src/microhttpd/daemon.c:5766
466#, c-format
467msgid "setsockopt failed: %s\n"
468msgstr ""
469
470#: src/microhttpd/daemon.c:5631
471msgid "Cannot allow listening address reuse: SO_REUSEPORT not defined\n"
472msgstr ""
473
474#: src/microhttpd/daemon.c:5666
475msgid ""
476"Cannot disallow listening address reuse: SO_EXCLUSIVEADDRUSE not defined\n"
477msgstr ""
478
479#: src/microhttpd/daemon.c:5746
480#, c-format
481msgid "Failed to bind to port %u: %s\n"
482msgstr ""
483
484#: src/microhttpd/daemon.c:5777
485#, c-format
486msgid "Failed to listen for connections: %s\n"
487msgstr ""
488
489#: src/microhttpd/daemon.c:5804
490#, c-format
491msgid "Failed to get listen port number: %s\n"
492msgstr ""
493
494#: src/microhttpd/daemon.c:5814
495msgid ""
496"Failed to get listen port number (`struct sockaddr_storage` too small!?)\n"
497msgstr ""
498
499#: src/microhttpd/daemon.c:5847
500msgid "Unknown address family!\n"
501msgstr ""
502
503#: src/microhttpd/daemon.c:5860
504#, c-format
505msgid "Failed to set nonblocking mode on listening socket: %s\n"
506msgstr ""
507
508#: src/microhttpd/daemon.c:5897
509msgid ""
510"Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_EPOLL is not supported.\n"
511msgstr ""
512
513#: src/microhttpd/daemon.c:5910 src/microhttpd/daemon.c:5923
514msgid "MHD failed to initialize IP connection limit mutex\n"
515msgstr ""
516
517#: src/microhttpd/daemon.c:5939
518msgid "Failed to initialize TLS support\n"
519msgstr ""
520
521#: src/microhttpd/daemon.c:5963
522#, c-format
523msgid "Failed to create listen thread: %s\n"
524msgstr ""
525
526#: src/microhttpd/daemon.c:6011
527#, c-format
528msgid "Failed to create worker inter-thread communication channel: %s\n"
529msgstr ""
530
531#: src/microhttpd/daemon.c:6022
532msgid ""
533"File descriptor for worker inter-thread communication channel exceeds "
534"maximum value\n"
535msgstr ""
536
537#: src/microhttpd/daemon.c:6047
538msgid "MHD failed to initialize cleanup connection mutex\n"
539msgstr ""
540
541#: src/microhttpd/daemon.c:6061
542#, c-format
543msgid "Failed to create pool thread: %s\n"
544msgstr ""
545
546#: src/microhttpd/daemon.c:6199 src/microhttpd/daemon.c:6230
547msgid "MHD_stop_daemon() called while we have suspended connections.\n"
548msgstr ""
549
550#: src/microhttpd/daemon.c:6239 src/microhttpd/daemon.c:6359
551msgid "Failed to signal shutdown via inter-thread communication channel"
552msgstr ""
553
554#: src/microhttpd/daemon.c:6324
555msgid "Failed to signal shutdown via inter-thread communication channel."
556msgstr ""
557
558#: src/microhttpd/daemon.c:6773
559msgid "Failed to initialize winsock\n"
560msgstr ""
561
562#: src/microhttpd/daemon.c:6776
563msgid "Winsock version 2.2 is not available\n"
564msgstr ""
565
566#: src/microhttpd/daemon.c:6784 src/microhttpd/daemon.c:6788
567msgid "Failed to initialise multithreading in libgcrypt\n"
568msgstr ""
569
570#: src/microhttpd/daemon.c:6793
571msgid "libgcrypt is too old. MHD was compiled for libgcrypt 1.6.0 or newer\n"
572msgstr ""
573
574#: src/microhttpd/mhd_sockets.h:248
575msgid "Close socket failed.\n"
576msgstr ""
577
578#: src/microhttpd/connection.c:1112
579msgid "Closing connection (application reported error generating data)\n"
580msgstr ""
581
582#: src/microhttpd/connection.c:1161
583msgid "Closing connection (out of memory)\n"
584msgstr ""
585
586#: src/microhttpd/connection.c:1206
587msgid "Closing connection (application error generating response)\n"
588msgstr ""
589
590#: src/microhttpd/connection.c:1769
591#, c-format
592msgid ""
593"Error processing request (HTTP response code is %u (`%s')). Closing "
594"connection.\n"
595msgstr ""
596
597#: src/microhttpd/connection.c:1792 src/microhttpd/connection.c:3506
598#: src/microhttpd/connection.c:3617
599msgid "Closing connection (failed to create response header)\n"
600msgstr ""
601
602#: src/microhttpd/connection.c:1838 src/microhttpd/connection.c:2895
603#: src/microhttpd/connection.c:2963 src/microhttpd/connection.c:3271
604#, c-format
605msgid "In function %s handling connection at state: %s\n"
606msgstr ""
607
608#: src/microhttpd/connection.c:2050
609msgid "Not enough memory in pool to allocate header record!\n"
610msgstr ""
611
612#: src/microhttpd/connection.c:2092
613msgid "Not enough memory in pool to parse cookies!\n"
614msgstr ""
615
616#: src/microhttpd/connection.c:2309 src/microhttpd/connection.c:2494
617msgid "Application reported internal error, closing connection.\n"
618msgstr ""
619
620#: src/microhttpd/connection.c:2362 src/microhttpd/connection.c:2439
621msgid ""
622"Received malformed HTTP request (bad chunked encoding). Closing connection.\n"
623msgstr ""
624
625#: src/microhttpd/connection.c:2502
626msgid "libmicrohttpd API violation"
627msgstr ""
628
629#: src/microhttpd/connection.c:2517
630msgid ""
631"WARNING: incomplete upload processing and connection not suspended may "
632"result in hung connection.\n"
633msgstr ""
634
635#: src/microhttpd/connection.c:2587
636msgid "Received malformed line (no colon). Closing connection.\n"
637msgstr ""
638
639#: src/microhttpd/connection.c:2739
640msgid "Received HTTP 1.1 request without `Host' header.\n"
641msgstr ""
642
643#: src/microhttpd/connection.c:2874
644msgid "Socket disconnected while reading request.\n"
645msgstr ""
646
647#: src/microhttpd/connection.c:2880
648msgid "Connection socket is closed due to error when reading request.\n"
649msgstr ""
650
651#: src/microhttpd/connection.c:2989
652#, c-format
653msgid "Failed to send data in request for %s.\n"
654msgstr ""
655
656#: src/microhttpd/connection.c:2998
657#, c-format
658msgid "Sent 100 continue response: `%.*s'\n"
659msgstr ""
660
661#: src/microhttpd/connection.c:3022
662msgid "Connection was closed while sending response headers.\n"
663msgstr ""
664
665#: src/microhttpd/connection.c:3061
666msgid "Data offset exceeds limit"
667msgstr ""
668
669#: src/microhttpd/connection.c:3070
670#, c-format
671msgid "Sent %d-byte DATA response: `%.*s'\n"
672msgstr ""
673
674#: src/microhttpd/connection.c:3085
675#, c-format
676msgid "Failed to send data in request for `%s'.\n"
677msgstr ""
678
679#: src/microhttpd/connection.c:3113 src/microhttpd/connection.c:3141
680msgid "Connection was closed while sending response body.\n"
681msgstr ""
682
683#: src/microhttpd/connection.c:3164
684msgid "Internal error\n"
685msgstr ""
686
687#: src/microhttpd/connection.c:3233
688msgid ""
689"Failed to signal end of connection via inter-thread communication channel"
690msgstr ""
691
692#: src/microhttpd/connection.c:3964
693msgid "Attempted to queue response on wrong thread!\n"
694msgstr ""
695
696#: src/microhttpd/connection.c:3974
697msgid ""
698"Attempted 'upgrade' connection on daemon without MHD_ALLOW_UPGRADE option!\n"
699msgstr ""
700
701#: src/microhttpd/connection.c:3983
702msgid "Application used invalid status code for 'upgrade' response!\n"
703msgstr ""
704
705#: src/microhttpd/response.c:775
706msgid ""
707"Invalid response for upgrade: application failed to set the 'Upgrade' "
708"header!\n"
709msgstr ""
710
711#: src/microhttpd/response.c:816
712msgid "Failed to make loopback sockets non-blocking.\n"
713msgstr ""
714
715#: src/microhttpd/response.c:835
716msgid "Failed to set SO_NOSIGPIPE on loopback sockets.\n"
717msgstr ""
718
719#: src/microhttpd/response.c:855
720#, c-format
721msgid "Socketpair descriptor larger than FD_SETSIZE: %d > %d\n"
722msgstr ""
723
724#: src/microhttpd/response.c:936
725msgid "Error cleaning up while handling epoll error"
726msgstr ""
727
728#: src/microhttpd/mhd_itc.h:347
729msgid "Failed to destroy ITC.\n"
730msgstr ""
731
732#: src/microhttpd/basicauth.c:67
733msgid "Error decoding basic authentication\n"
734msgstr ""
735
736#: src/microhttpd/basicauth.c:77
737msgid "Basic authentication doesn't contain ':' separator\n"
738msgstr ""
739
740#: src/microhttpd/basicauth.c:95
741msgid "Failed to allocate memory for password\n"
742msgstr ""
743
744#: src/microhttpd/basicauth.c:158
745msgid "Failed to add Basic auth header\n"
746msgstr ""