aboutsummaryrefslogtreecommitdiff
path: root/po/libmicrohttpd.pot
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-09-27 18:36:44 +0000
committerChristian Grothoff <christian@grothoff.org>2016-09-27 18:36:44 +0000
commit4f86276385dfd9fcbac0b7d774a8f69d9fea7bcf (patch)
treea8a5a984b8e48b991896dc56f840725bbaa69e51 /po/libmicrohttpd.pot
parent171de1ba8843fdd06eca8844b70bbf0fcd2956d5 (diff)
downloadlibmicrohttpd-4f86276385dfd9fcbac0b7d774a8f69d9fea7bcf.tar.gz
libmicrohttpd-4f86276385dfd9fcbac0b7d774a8f69d9fea7bcf.zip
-update autotools logic to work nicely with the 'GNU libmicohttpd' package name
Diffstat (limited to 'po/libmicrohttpd.pot')
-rw-r--r--po/libmicrohttpd.pot657
1 files changed, 655 insertions, 2 deletions
diff --git a/po/libmicrohttpd.pot b/po/libmicrohttpd.pot
index ddd18fe5..3e8921f9 100644
--- a/po/libmicrohttpd.pot
+++ b/po/libmicrohttpd.pot
@@ -8,7 +8,7 @@ msgid ""
8msgstr "" 8msgstr ""
9"Project-Id-Version: GNU libmicrohttpd 0.9.51\n" 9"Project-Id-Version: GNU libmicrohttpd 0.9.51\n"
10"Report-Msgid-Bugs-To: libmicrohttpd@gnu.org\n" 10"Report-Msgid-Bugs-To: libmicrohttpd@gnu.org\n"
11"POT-Creation-Date: 2016-09-05 14:00+0200\n" 11"POT-Creation-Date: 2016-09-27 20:37+0200\n"
12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14"Language-Team: LANGUAGE <LL@li.org>\n" 14"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,6 +17,659 @@ msgstr ""
17"Content-Type: text/plain; charset=CHARSET\n" 17"Content-Type: text/plain; charset=CHARSET\n"
18"Content-Transfer-Encoding: 8bit\n" 18"Content-Transfer-Encoding: 8bit\n"
19 19
20#: src/microhttpd/basicauth.c:65 20#: src/microhttpd/basicauth.c:67
21msgid "Error decoding basic authentication\n" 21msgid "Error decoding basic authentication\n"
22msgstr "" 22msgstr ""
23
24#: src/microhttpd/basicauth.c:77
25msgid "Basic authentication doesn't contain ':' separator\n"
26msgstr ""
27
28#: src/microhttpd/basicauth.c:95
29msgid "Failed to allocate memory for password\n"
30msgstr ""
31
32#: src/microhttpd/basicauth.c:158
33msgid "Failed to add Basic auth header\n"
34msgstr ""
35
36#: src/microhttpd/connection.c:530
37msgid "Failed to signal end of connection via pipe"
38msgstr ""
39
40#: src/microhttpd/connection.c:623
41msgid "Closing connection (application reported error generating data)\n"
42msgstr ""
43
44#: src/microhttpd/connection.c:669
45msgid "Closing connection (out of memory)\n"
46msgstr ""
47
48#: src/microhttpd/connection.c:713
49msgid "Closing connection (application error generating response)\n"
50msgstr ""
51
52#: src/microhttpd/connection.c:1234
53#, c-format
54msgid ""
55"Error processing request (HTTP response code is %u (`%s')). Closing "
56"connection.\n"
57msgstr ""
58
59#: src/microhttpd/connection.c:1251 src/microhttpd/connection.c:2861
60#: src/microhttpd/connection.c:2964
61msgid "Closing connection (failed to create response header)\n"
62msgstr ""
63
64#: src/microhttpd/connection.c:1275 src/microhttpd/connection.c:2330
65#: src/microhttpd/connection.c:2391 src/microhttpd/connection.c:2628
66#: src/microhttpd/connection_https.c:139
67#, c-format
68msgid "In function %s handling connection at state: %s\n"
69msgstr ""
70
71#: src/microhttpd/connection.c:1491
72msgid "Not enough memory in pool to allocate header record!\n"
73msgstr ""
74
75#: src/microhttpd/connection.c:1533
76msgid "Not enough memory in pool to parse cookies!\n"
77msgstr ""
78
79#: src/microhttpd/connection.c:1738 src/microhttpd/connection.c:1900
80msgid "Application reported internal error, closing connection.\n"
81msgstr ""
82
83#: src/microhttpd/connection.c:1790 src/microhttpd/connection.c:1845
84msgid ""
85"Received malformed HTTP request (bad chunked encoding). Closing connection.\n"
86msgstr ""
87
88#: src/microhttpd/connection.c:1908
89msgid "libmicrohttpd API violation"
90msgstr ""
91
92#: src/microhttpd/connection.c:1924
93msgid ""
94"WARNING: incomplete POST processing and connection not suspended will result "
95"in hung connection.\n"
96msgstr ""
97
98#: src/microhttpd/connection.c:2028
99#, c-format
100msgid "Sent response: `%.*s'\n"
101msgstr ""
102
103#: src/microhttpd/connection.c:2089
104msgid "Received malformed line (no colon). Closing connection.\n"
105msgstr ""
106
107#: src/microhttpd/connection.c:2225
108msgid "Received HTTP 1.1 request without `Host' header.\n"
109msgstr ""
110
111#: src/microhttpd/connection.c:2420 src/microhttpd/connection.c:2495
112#, c-format
113msgid "Failed to send data: %s\n"
114msgstr ""
115
116#: src/microhttpd/connection.c:2429
117#, c-format
118msgid "Sent 100 continue response: `%.*s'\n"
119msgstr ""
120
121#: src/microhttpd/connection.c:2470
122msgid "Data offset exceeds limit"
123msgstr ""
124
125#: src/microhttpd/connection.c:2480
126#, c-format
127msgid "Sent %d-byte DATA response: `%.*s'\n"
128msgstr ""
129
130#: src/microhttpd/connection.c:2546 src/microhttpd/daemon.c:5237
131msgid "Internal error\n"
132msgstr ""
133
134#: src/microhttpd/connection.c:3166 src/microhttpd/daemon.c:2054
135#: src/microhttpd/daemon.c:3392 src/microhttpd/daemon.c:3412
136#: src/microhttpd/daemon.c:4322 src/microhttpd/daemon.c:4340
137#: src/microhttpd/response.c:814 src/microhttpd/response.c:840
138#, c-format
139msgid "Call to epoll_ctl failed: %s\n"
140msgstr ""
141
142#: src/microhttpd/connection.c:3330
143msgid "Application used invalid status code for 'upgrade' response!\n"
144msgstr ""
145
146#: src/microhttpd/connection.c:3340
147msgid ""
148"Application attempted 'upgrade' without setting MHD_USE_SUSPEND_RESUME!\n"
149msgstr ""
150
151#: src/microhttpd/connection.c:3351
152msgid ""
153"Application attempted 'upgrade' HTTPS connection in epoll mode without "
154"setting MHD_USE_HTTPS_EPOLL_UPGRADE!\n"
155msgstr ""
156
157#: src/microhttpd/connection_https.c:70
158msgid "Error: received handshake message out of context\n"
159msgstr ""
160
161#: src/microhttpd/daemon.c:113
162#, c-format
163msgid "Fatal error in GNU libmicrohttpd %s:%u: %s\n"
164msgstr ""
165
166#: src/microhttpd/daemon.c:329
167msgid "Failed to add IP connection count node\n"
168msgstr ""
169
170#: src/microhttpd/daemon.c:387
171msgid "Failed to find previously-added IP address\n"
172msgstr ""
173
174#: src/microhttpd/daemon.c:393
175msgid "Previously-added IP address had counter of zero\n"
176msgstr ""
177
178#: src/microhttpd/daemon.c:559
179msgid ""
180"Failed to setup x509 certificate/key: pre 3.X.X version of GnuTLS does not "
181"support setting key password"
182msgstr ""
183
184#: src/microhttpd/daemon.c:609
185#, c-format
186msgid "Error: invalid credentials type %d specified.\n"
187msgstr ""
188
189#: src/microhttpd/daemon.c:849
190#, c-format
191msgid "Maximum socket in select set: %d\n"
192msgstr ""
193
194#: src/microhttpd/daemon.c:943 src/microhttpd/daemon.c:960
195#: src/microhttpd/daemon.c:2178 src/microhttpd/daemon.c:2552
196#: src/microhttpd/daemon.c:5097
197msgid "Failed to remove FD from epoll set\n"
198msgstr ""
199
200#: src/microhttpd/daemon.c:1156
201msgid "Error preparing select\n"
202msgstr ""
203
204#: src/microhttpd/daemon.c:1176 src/microhttpd/daemon.c:1404
205#, c-format
206msgid "Error during select (%d): `%s'\n"
207msgstr ""
208
209#: src/microhttpd/daemon.c:1226 src/microhttpd/daemon.c:1477
210#, c-format
211msgid "Error during poll: `%s'\n"
212msgstr ""
213
214#: src/microhttpd/daemon.c:1386
215msgid "Failed to add FD to fd_set\n"
216msgstr ""
217
218#: src/microhttpd/daemon.c:1507
219msgid "Processing thread terminating. Closing connection\n"
220msgstr ""
221
222#: src/microhttpd/daemon.c:1783 src/microhttpd/daemon.c:4852
223#, c-format
224msgid "Socket descriptor larger than FD_SETSIZE: %d > %d\n"
225msgstr ""
226
227#: src/microhttpd/daemon.c:1798 src/microhttpd/daemon.c:2472
228#, c-format
229msgid "Accepted connection on socket %d\n"
230msgstr ""
231
232#: src/microhttpd/daemon.c:1810
233msgid "Server reached connection limit. Closing inbound connection.\n"
234msgstr ""
235
236#: src/microhttpd/daemon.c:1828
237msgid "Connection rejected by application. Closing connection.\n"
238msgstr ""
239
240#: src/microhttpd/daemon.c:1876 src/microhttpd/daemon.c:1896
241#: src/microhttpd/daemon.c:2981
242#, c-format
243msgid "Error allocating memory: %s\n"
244msgstr ""
245
246#: src/microhttpd/daemon.c:1929
247#, c-format
248msgid "Failed to set nonblocking mode on connection socket: %s\n"
249msgstr ""
250
251#: src/microhttpd/daemon.c:1957
252#, c-format
253msgid "Failed to setup TLS credentials: unknown credential type %d\n"
254msgstr ""
255
256#: src/microhttpd/daemon.c:1966
257msgid "Unknown credential type"
258msgstr ""
259
260#: src/microhttpd/daemon.c:2034
261msgid "Failed to signal new connection via pipe."
262msgstr ""
263
264#: src/microhttpd/daemon.c:2140
265msgid "Cannot suspend connections without enabling MHD_USE_SUSPEND_RESUME!\n"
266msgstr ""
267
268#: src/microhttpd/daemon.c:2205
269msgid "Cannot resume connections without enabling MHD_USE_SUSPEND_RESUME!\n"
270msgstr ""
271
272#: src/microhttpd/daemon.c:2215
273msgid "Failed to signal resume via pipe."
274msgstr ""
275
276#: src/microhttpd/daemon.c:2342
277#, c-format
278msgid "Failed to set nonblocking mode on new client socket: %s\n"
279msgstr ""
280
281#: src/microhttpd/daemon.c:2350
282msgid "Failed to set noninheritable mode on new client socket.\n"
283msgstr ""
284
285#: src/microhttpd/daemon.c:2418
286#, c-format
287msgid "Error accepting connection: %s\n"
288msgstr ""
289
290#: src/microhttpd/daemon.c:2435
291msgid ""
292"Hit process or system resource limit at FIRST connection. This is really bad "
293"as there is no sane way to proceed. Will try busy waiting for system "
294"resources to become magically available.\n"
295msgstr ""
296
297#: src/microhttpd/daemon.c:2443
298#, c-format
299msgid ""
300"Hit process or system resource limit at %u connections, temporarily "
301"suspending accept(). Consider setting a lower MHD_OPTION_CONNECTION_LIMIT.\n"
302msgstr ""
303
304#: src/microhttpd/daemon.c:2455
305#, c-format
306msgid "Failed to set nonblocking mode on incoming connection socket: %s\n"
307msgstr ""
308
309#: src/microhttpd/daemon.c:2465
310msgid "Failed to set noninheritable mode on incoming connection socket.\n"
311msgstr ""
312
313#: src/microhttpd/daemon.c:2509 src/microhttpd/daemon.c:5201
314#: src/microhttpd/daemon.c:5216 src/microhttpd/daemon.c:5330
315#: src/microhttpd/daemon.c:5361
316msgid "Failed to join a thread\n"
317msgstr ""
318
319#: src/microhttpd/daemon.c:2602
320msgid "Illegal call to MHD_get_timeout\n"
321msgstr ""
322
323#: src/microhttpd/daemon.c:2820
324msgid "Could not obtain daemon fdsets"
325msgstr ""
326
327#: src/microhttpd/daemon.c:2836
328msgid "Could not add listen socket to fdset"
329msgstr ""
330
331#: src/microhttpd/daemon.c:2863
332msgid "Could not add control pipe FD to fdset"
333msgstr ""
334
335#: src/microhttpd/daemon.c:2920
336#, c-format
337msgid "select failed: %s\n"
338msgstr ""
339
340#: src/microhttpd/daemon.c:3078 src/microhttpd/daemon.c:3208
341#, c-format
342msgid "poll failed: %s\n"
343msgstr ""
344
345#: src/microhttpd/daemon.c:3297 src/microhttpd/daemon.c:3468
346#, c-format
347msgid "Call to epoll_wait failed: %s\n"
348msgstr ""
349
350#: src/microhttpd/daemon.c:3430 src/microhttpd/daemon.c:3784
351msgid "Failed to remove listen FD from epoll set\n"
352msgstr ""
353
354#: src/microhttpd/daemon.c:3794
355msgid "Failed to signal quiesce via pipe"
356msgstr ""
357
358#: src/microhttpd/daemon.c:3817
359msgid "failed to signal quiesce via pipe"
360msgstr ""
361
362#: src/microhttpd/daemon.c:3950
363#, c-format
364msgid "Specified thread pool size (%u) too big\n"
365msgstr ""
366
367#: src/microhttpd/daemon.c:3964 src/microhttpd/daemon.c:3975
368#: src/microhttpd/daemon.c:3986 src/microhttpd/daemon.c:3997
369#: src/microhttpd/daemon.c:4039
370#, c-format
371msgid "MHD HTTPS option %d passed to MHD but MHD_USE_SSL not set\n"
372msgstr ""
373
374#: src/microhttpd/daemon.c:4016
375msgid "Error initializing DH parameters\n"
376msgstr ""
377
378#: src/microhttpd/daemon.c:4028
379msgid "Bad Diffie-Hellman parameters format\n"
380msgstr ""
381
382#: src/microhttpd/daemon.c:4056
383#, c-format
384msgid "Setting priorities to `%s' failed: %s\n"
385msgstr ""
386
387#: src/microhttpd/daemon.c:4069
388msgid ""
389"MHD_OPTION_HTTPS_CERT_CALLBACK requires building MHD with GnuTLS >= 3.0\n"
390msgstr ""
391
392#: src/microhttpd/daemon.c:4238
393#, c-format
394msgid "MHD HTTPS option %d passed to MHD compiled without HTTPS support\n"
395msgstr ""
396
397#: src/microhttpd/daemon.c:4244
398#, c-format
399msgid "Invalid option %d! (Did you terminate the list with MHD_OPTION_END?)\n"
400msgstr ""
401
402#: src/microhttpd/daemon.c:4270
403#, c-format
404msgid "Call to epoll_create1 failed: %s\n"
405msgstr ""
406
407#: src/microhttpd/daemon.c:4280
408msgid "Failed to set noninheritable mode on epoll FD.\n"
409msgstr ""
410
411#: src/microhttpd/daemon.c:4465
412#, c-format
413msgid "Failed to create control pipe: %s\n"
414msgstr ""
415
416#: src/microhttpd/daemon.c:4475
417#, c-format
418msgid ""
419"Failed to make read side of inter-thread control channel non-blocking: %s\n"
420msgstr ""
421
422#: src/microhttpd/daemon.c:4490
423msgid "file descriptor for control pipe exceeds maximum value\n"
424msgstr ""
425
426#: src/microhttpd/daemon.c:4529
427msgid "Specified value for NC_SIZE too large\n"
428msgstr ""
429
430#: src/microhttpd/daemon.c:4543
431#, c-format
432msgid "Failed to allocate memory for nonce-nc map: %s\n"
433msgstr ""
434
435#: src/microhttpd/daemon.c:4559
436msgid "MHD failed to initialize nonce-nc mutex\n"
437msgstr ""
438
439#: src/microhttpd/daemon.c:4577
440msgid "MHD thread pooling only works with MHD_USE_SELECT_INTERNALLY\n"
441msgstr ""
442
443#: src/microhttpd/daemon.c:4587
444msgid ""
445"Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_SUSPEND_RESUME is not "
446"supported.\n"
447msgstr ""
448
449#: src/microhttpd/daemon.c:4597
450msgid "Threaded operations are not supported on Symbian.\n"
451msgstr ""
452
453#: src/microhttpd/daemon.c:4611
454#, c-format
455msgid "Failed to create socket for listening: %s\n"
456msgstr ""
457
458#: src/microhttpd/daemon.c:4629 src/microhttpd/daemon.c:4673
459#: src/microhttpd/daemon.c:4705 src/microhttpd/daemon.c:4775
460#: src/microhttpd/daemon.c:4806
461#, c-format
462msgid "setsockopt failed: %s\n"
463msgstr ""
464
465#: src/microhttpd/daemon.c:4683
466msgid "Cannot allow listening address reuse: SO_REUSEPORT not defined\n"
467msgstr ""
468
469#: src/microhttpd/daemon.c:4713
470msgid ""
471"Cannot disallow listening address reuse: SO_EXCLUSIVEADDRUSE not defined\n"
472msgstr ""
473
474#: src/microhttpd/daemon.c:4786
475#, c-format
476msgid "Failed to bind to port %u: %s\n"
477msgstr ""
478
479#: src/microhttpd/daemon.c:4817
480#, c-format
481msgid "Failed to listen for connections: %s\n"
482msgstr ""
483
484#: src/microhttpd/daemon.c:4833
485#, c-format
486msgid "Failed to set nonblocking mode on listening socket: %s\n"
487msgstr ""
488
489#: src/microhttpd/daemon.c:4869
490msgid ""
491"Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_EPOLL is not supported.\n"
492msgstr ""
493
494#: src/microhttpd/daemon.c:4881
495msgid "epoll is not supported on this platform by this build.\n"
496msgstr ""
497
498#: src/microhttpd/daemon.c:4891 src/microhttpd/daemon.c:4901
499msgid "MHD failed to initialize IP connection limit mutex\n"
500msgstr ""
501
502#: src/microhttpd/daemon.c:4916
503msgid "Failed to initialize TLS support\n"
504msgstr ""
505
506#: src/microhttpd/daemon.c:4938
507#, c-format
508msgid "Failed to create listen thread: %s\n"
509msgstr ""
510
511#: src/microhttpd/daemon.c:4987
512#, c-format
513msgid "Failed to create worker control pipe: %s\n"
514msgstr ""
515
516#: src/microhttpd/daemon.c:4996
517#, c-format
518msgid ""
519"Failed to make read side of worker inter-thread control channel non-"
520"blocking: %s\n"
521msgstr ""
522
523#: src/microhttpd/daemon.c:5008
524msgid "File descriptor for worker control pipe exceeds maximum value\n"
525msgstr ""
526
527#: src/microhttpd/daemon.c:5030
528msgid "MHD failed to initialize cleanup connection mutex\n"
529msgstr ""
530
531#: src/microhttpd/daemon.c:5044
532#, c-format
533msgid "Failed to create pool thread: %s\n"
534msgstr ""
535
536#: src/microhttpd/daemon.c:5178
537msgid "MHD_stop_daemon() called while we have suspended connections.\n"
538msgstr ""
539
540#: src/microhttpd/daemon.c:5186 src/microhttpd/daemon.c:5289
541msgid "Failed to signal shutdown via pipe"
542msgstr ""
543
544#: src/microhttpd/daemon.c:5245
545msgid "Failed to add wpipe to epoll set to signal termination\n"
546msgstr ""
547
548#: src/microhttpd/daemon.c:5311
549msgid "MHD listen socket shutdown\n"
550msgstr ""
551
552#: src/microhttpd/daemon.c:5327
553msgid "Failed to signal shutdown via pipe."
554msgstr ""
555
556#: src/microhttpd/daemon.c:5699
557msgid "Failed to initialize winsock\n"
558msgstr ""
559
560#: src/microhttpd/daemon.c:5702
561msgid "Winsock version 2.2 is not available\n"
562msgstr ""
563
564#: src/microhttpd/daemon.c:5709 src/microhttpd/daemon.c:5713
565msgid "Failed to initialise multithreading in libgcrypt\n"
566msgstr ""
567
568#: src/microhttpd/daemon.c:5718
569msgid "libgcrypt is too old. MHD was compiled for libgcrypt 1.6.0 or newer\n"
570msgstr ""
571
572#: src/microhttpd/digestauth.c:443
573msgid ""
574"Stale nonce received. If this happens a lot, you should probably increase "
575"the size of the nonce array.\n"
576msgstr ""
577
578#: src/microhttpd/digestauth.c:630
579msgid "Failed to allocate memory for copy of URI arguments\n"
580msgstr ""
581
582#: src/microhttpd/digestauth.c:759
583msgid "Authentication failed, invalid timestamp format.\n"
584msgstr ""
585
586#: src/microhttpd/digestauth.c:820
587msgid "Authentication failed, invalid format.\n"
588msgstr ""
589
590#: src/microhttpd/digestauth.c:830
591msgid "Authentication failed, invalid nc format.\n"
592msgstr ""
593
594#: src/microhttpd/digestauth.c:856
595msgid "Failed to allocate memory for auth header processing\n"
596msgstr ""
597
598#: src/microhttpd/digestauth.c:896
599msgid "Authentication failed, URI does not match.\n"
600msgstr ""
601
602#: src/microhttpd/digestauth.c:916
603msgid "Authentication failed, arguments do not match.\n"
604msgstr ""
605
606#: src/microhttpd/digestauth.c:971
607msgid "Could not register nonce (is the nonce array size zero?).\n"
608msgstr ""
609
610#: src/microhttpd/digestauth.c:994
611msgid "Failed to allocate memory for auth response header\n"
612msgstr ""
613
614#: src/microhttpd/digestauth.c:1028
615msgid "Failed to add Digest auth header\n"
616msgstr ""
617
618#: src/microhttpd/mhd_itc.c:48
619msgid "Failed to write to eventfd\n"
620msgstr ""
621
622#: src/microhttpd/mhd_sem.c:92 src/microhttpd/mhd_sem.c:114
623#: src/microhttpd/mhd_locks.h:107
624msgid "Failed to lock mutex\n"
625msgstr ""
626
627#: src/microhttpd/mhd_sem.c:97
628msgid "pthread_cond_wait failed\n"
629msgstr ""
630
631#: src/microhttpd/mhd_sem.c:101 src/microhttpd/mhd_sem.c:118
632#: src/microhttpd/mhd_locks.h:127
633msgid "Failed to unlock mutex\n"
634msgstr ""
635
636#: src/microhttpd/mhd_sem.c:131
637msgid "pthread_cond_destroy failed\n"
638msgstr ""
639
640#: src/microhttpd/mhd_sem.c:133 src/microhttpd/mhd_locks.h:88
641msgid "Failed to destroy mutex\n"
642msgstr ""
643
644#: src/microhttpd/response.c:700
645msgid ""
646"Invalid response for upgrade: application failed to set the 'Upgrade' "
647"header!\n"
648msgstr ""
649
650#: src/microhttpd/response.c:732
651#, c-format
652msgid "Failed to make loopback sockets non-blocking: %s\n"
653msgstr ""
654
655#: src/microhttpd/response.c:741
656#, c-format
657msgid "Socketpair descriptor larger than FD_SETSIZE: %d > %d\n"
658msgstr ""
659
660#: src/microhttpd/response.c:837
661msgid "Error cleaning up while handling epoll error"
662msgstr ""
663
664#: src/microhttpd/response.c:883
665msgid "Failed to create semaphore for upgrade handling\n"
666msgstr ""
667
668#: src/microhttpd/mhd_itc.h:91 src/microhttpd/mhd_itc.h:174
669#: src/microhttpd/mhd_itc.h:177
670msgid "close failed"
671msgstr ""
672
673#: src/microhttpd/mhd_sockets.h:203 src/microhttpd/mhd_sockets.h:208
674msgid "close failed\n"
675msgstr ""