aboutsummaryrefslogtreecommitdiff
path: root/po/libmicrohttpd.pot
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-11-18 12:02:10 +0100
committerChristian Grothoff <christian@grothoff.org>2018-11-18 12:02:10 +0100
commitaf91748032f4e418adac004980160708e9323260 (patch)
tree66fcda86aa65cab1e90d0060252e002273cf5ca5 /po/libmicrohttpd.pot
parent64e1480540f86081d900592b4940d5edc42ff739 (diff)
downloadlibmicrohttpd-af91748032f4e418adac004980160708e9323260.tar.gz
libmicrohttpd-af91748032f4e418adac004980160708e9323260.zip
fix format string, prefer snprintf
Diffstat (limited to 'po/libmicrohttpd.pot')
-rw-r--r--po/libmicrohttpd.pot213
1 files changed, 109 insertions, 104 deletions
diff --git a/po/libmicrohttpd.pot b/po/libmicrohttpd.pot
index dc005683..61ea74ab 100644
--- a/po/libmicrohttpd.pot
+++ b/po/libmicrohttpd.pot
@@ -8,7 +8,7 @@ msgid ""
8msgstr "" 8msgstr ""
9"Project-Id-Version: GNU libmicrohttpd 0.9.60\n" 9"Project-Id-Version: GNU libmicrohttpd 0.9.60\n"
10"Report-Msgid-Bugs-To: libmicrohttpd@gnu.org\n" 10"Report-Msgid-Bugs-To: libmicrohttpd@gnu.org\n"
11"POT-Creation-Date: 2018-11-06 19:47+0100\n" 11"POT-Creation-Date: 2018-11-18 11:25+0100\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"
@@ -122,7 +122,7 @@ msgid ""
122"unsupported.\n" 122"unsupported.\n"
123msgstr "" 123msgstr ""
124 124
125#: src/microhttpd/daemon.c:1258 src/microhttpd/daemon.c:6314 125#: src/microhttpd/daemon.c:1258 src/microhttpd/daemon.c:6329
126msgid "" 126msgid ""
127"Initiated daemon shutdown while \"upgraded\" connection was not closed.\n" 127"Initiated daemon shutdown while \"upgraded\" connection was not closed.\n"
128msgstr "" 128msgstr ""
@@ -168,423 +168,428 @@ msgstr ""
168msgid "Internal server error. This should be impossible.\n" 168msgid "Internal server error. This should be impossible.\n"
169msgstr "" 169msgstr ""
170 170
171#: src/microhttpd/daemon.c:2184 171#: src/microhttpd/daemon.c:2185 src/microhttpd/daemon.c:2213
172msgid "PSK not supported by this server.\n" 172msgid "PSK not supported by this server.\n"
173msgstr "" 173msgstr ""
174 174
175#: src/microhttpd/daemon.c:2198 175#: src/microhttpd/daemon.c:2199
176msgid "PSK authentication failed: gnutls_malloc failed to allocate memory\n" 176msgid "PSK authentication failed: gnutls_malloc failed to allocate memory\n"
177msgstr "" 177msgstr ""
178 178
179#: src/microhttpd/daemon.c:2283 src/microhttpd/daemon.c:5983 179#: src/microhttpd/daemon.c:2291 src/microhttpd/daemon.c:5998
180#, c-format 180#, c-format
181msgid "Socket descriptor larger than FD_SETSIZE: %d > %d\n" 181msgid "Socket descriptor larger than FD_SETSIZE: %d > %d\n"
182msgstr "" 182msgstr ""
183 183
184#: src/microhttpd/daemon.c:2299 184#: src/microhttpd/daemon.c:2307
185#, c-format 185#, c-format
186msgid "Failed to set SO_NOSIGPIPE on accepted socket: %s\n" 186msgid "Failed to set SO_NOSIGPIPE on accepted socket: %s\n"
187msgstr "" 187msgstr ""
188 188
189#: src/microhttpd/daemon.c:2316 src/microhttpd/daemon.c:3092 189#: src/microhttpd/daemon.c:2324 src/microhttpd/daemon.c:3100
190#, c-format 190#, c-format
191msgid "Accepted connection on socket %d\n" 191msgid "Accepted connection on socket %d\n"
192msgstr "" 192msgstr ""
193 193
194#: src/microhttpd/daemon.c:2328 src/microhttpd/daemon.c:2504 194#: src/microhttpd/daemon.c:2336 src/microhttpd/daemon.c:2512
195msgid "Server reached connection limit. Closing inbound connection.\n" 195msgid "Server reached connection limit. Closing inbound connection.\n"
196msgstr "" 196msgstr ""
197 197
198#: src/microhttpd/daemon.c:2346 198#: src/microhttpd/daemon.c:2354
199msgid "Connection rejected by application. Closing connection.\n" 199msgid "Connection rejected by application. Closing connection.\n"
200msgstr "" 200msgstr ""
201 201
202#: src/microhttpd/daemon.c:2379 src/microhttpd/daemon.c:2399 202#: src/microhttpd/daemon.c:2387 src/microhttpd/daemon.c:2407
203#: src/microhttpd/daemon.c:3670 203#: src/microhttpd/daemon.c:3678
204#, c-format 204#, c-format
205msgid "Error allocating memory: %s\n" 205msgid "Error allocating memory: %s\n"
206msgstr "" 206msgstr ""
207 207
208#: src/microhttpd/daemon.c:2461 208#: src/microhttpd/daemon.c:2469
209#, c-format 209#, c-format
210msgid "Failed to setup TLS credentials: unknown credential type %d\n" 210msgid "Failed to setup TLS credentials: unknown credential type %d\n"
211msgstr "" 211msgstr ""
212 212
213#: src/microhttpd/daemon.c:2470 213#: src/microhttpd/daemon.c:2478
214msgid "Unknown credential type" 214msgid "Unknown credential type"
215msgstr "" 215msgstr ""
216 216
217#: src/microhttpd/daemon.c:2566 src/microhttpd/daemon.c:4159 217#: src/microhttpd/daemon.c:2574 src/microhttpd/daemon.c:4167
218#: src/microhttpd/daemon.c:4192 src/microhttpd/daemon.c:5299 218#: src/microhttpd/daemon.c:4200 src/microhttpd/daemon.c:5314
219#: src/microhttpd/daemon.c:5316 src/microhttpd/connection.c:3828 219#: src/microhttpd/daemon.c:5331 src/microhttpd/connection.c:3828
220#: src/microhttpd/response.c:934 src/microhttpd/response.c:960 220#: src/microhttpd/response.c:962 src/microhttpd/response.c:988
221#, c-format 221#, c-format
222msgid "Call to epoll_ctl failed: %s\n" 222msgid "Call to epoll_ctl failed: %s\n"
223msgstr "" 223msgstr ""
224 224
225#: src/microhttpd/daemon.c:2591 225#: src/microhttpd/daemon.c:2599
226msgid "Failed to signal new connection via inter-thread communication channel." 226msgid "Failed to signal new connection via inter-thread communication channel."
227msgstr "" 227msgstr ""
228 228
229#: src/microhttpd/daemon.c:2688 src/microhttpd/daemon.c:3173 229#: src/microhttpd/daemon.c:2696 src/microhttpd/daemon.c:3181
230#: src/microhttpd/daemon.c:6216 src/microhttpd/connection.c:990 230#: src/microhttpd/daemon.c:6231 src/microhttpd/connection.c:990
231#: src/microhttpd/connection.c:1009 231#: src/microhttpd/connection.c:1009
232msgid "Failed to remove FD from epoll set\n" 232msgid "Failed to remove FD from epoll set\n"
233msgstr "" 233msgstr ""
234 234
235#: src/microhttpd/daemon.c:2735 235#: src/microhttpd/daemon.c:2743
236msgid "Cannot suspend connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n" 236msgid "Cannot suspend connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n"
237msgstr "" 237msgstr ""
238 238
239#: src/microhttpd/daemon.c:2741 239#: src/microhttpd/daemon.c:2749
240msgid "Error: connection scheduled for \"upgrade\" cannot be suspended" 240msgid "Error: connection scheduled for \"upgrade\" cannot be suspended"
241msgstr "" 241msgstr ""
242 242
243#: src/microhttpd/daemon.c:2764 243#: src/microhttpd/daemon.c:2772
244msgid "Cannot resume connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n" 244msgid "Cannot resume connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n"
245msgstr "" 245msgstr ""
246 246
247#: src/microhttpd/daemon.c:2774 247#: src/microhttpd/daemon.c:2782
248msgid "Failed to signal resume via inter-thread communication channel." 248msgid "Failed to signal resume via inter-thread communication channel."
249msgstr "" 249msgstr ""
250 250
251#: src/microhttpd/daemon.c:2902 251#: src/microhttpd/daemon.c:2910
252msgid "" 252msgid ""
253"Failed to signal resume of connection via inter-thread communication channel." 253"Failed to signal resume of connection via inter-thread communication channel."
254msgstr "" 254msgstr ""
255 255
256#: src/microhttpd/daemon.c:2948 256#: src/microhttpd/daemon.c:2956
257#, c-format 257#, c-format
258msgid "Failed to set nonblocking mode on new client socket: %s\n" 258msgid "Failed to set nonblocking mode on new client socket: %s\n"
259msgstr "" 259msgstr ""
260 260
261#: src/microhttpd/daemon.c:2961 261#: src/microhttpd/daemon.c:2969
262msgid "Failed to set noninheritable mode on new client socket.\n" 262msgid "Failed to set noninheritable mode on new client socket.\n"
263msgstr "" 263msgstr ""
264 264
265#: src/microhttpd/daemon.c:3034 265#: src/microhttpd/daemon.c:3042
266#, c-format 266#, c-format
267msgid "Error accepting connection: %s\n" 267msgid "Error accepting connection: %s\n"
268msgstr "" 268msgstr ""
269 269
270#: src/microhttpd/daemon.c:3051 270#: src/microhttpd/daemon.c:3059
271msgid "" 271msgid ""
272"Hit process or system resource limit at FIRST connection. This is really bad " 272"Hit process or system resource limit at FIRST connection. This is really bad "
273"as there is no sane way to proceed. Will try busy waiting for system " 273"as there is no sane way to proceed. Will try busy waiting for system "
274"resources to become magically available.\n" 274"resources to become magically available.\n"
275msgstr "" 275msgstr ""
276 276
277#: src/microhttpd/daemon.c:3061 277#: src/microhttpd/daemon.c:3069
278#, c-format 278#, c-format
279msgid "" 279msgid ""
280"Hit process or system resource limit at %u connections, temporarily " 280"Hit process or system resource limit at %u connections, temporarily "
281"suspending accept(). Consider setting a lower MHD_OPTION_CONNECTION_LIMIT.\n" 281"suspending accept(). Consider setting a lower MHD_OPTION_CONNECTION_LIMIT.\n"
282msgstr "" 282msgstr ""
283 283
284#: src/microhttpd/daemon.c:3073 284#: src/microhttpd/daemon.c:3081
285#, c-format 285#, c-format
286msgid "Failed to set nonblocking mode on incoming connection socket: %s\n" 286msgid "Failed to set nonblocking mode on incoming connection socket: %s\n"
287msgstr "" 287msgstr ""
288 288
289#: src/microhttpd/daemon.c:3085 289#: src/microhttpd/daemon.c:3093
290msgid "Failed to set noninheritable mode on incoming connection socket.\n" 290msgid "Failed to set noninheritable mode on incoming connection socket.\n"
291msgstr "" 291msgstr ""
292 292
293#: src/microhttpd/daemon.c:3131 src/microhttpd/daemon.c:6355 293#: src/microhttpd/daemon.c:3139 src/microhttpd/daemon.c:6370
294#: src/microhttpd/daemon.c:6385 src/microhttpd/daemon.c:6479 294#: src/microhttpd/daemon.c:6400 src/microhttpd/daemon.c:6494
295msgid "Failed to join a thread\n" 295msgid "Failed to join a thread\n"
296msgstr "" 296msgstr ""
297 297
298#: src/microhttpd/daemon.c:3230 298#: src/microhttpd/daemon.c:3238
299msgid "Illegal call to MHD_get_timeout\n" 299msgid "Illegal call to MHD_get_timeout\n"
300msgstr "" 300msgstr ""
301 301
302#: src/microhttpd/daemon.c:3427 302#: src/microhttpd/daemon.c:3435
303msgid "" 303msgid ""
304"MHD_run_from_select() called with except_fd_set set to NULL. Such behavior " 304"MHD_run_from_select() called with except_fd_set set to NULL. Such behavior "
305"is deprecated.\n" 305"is deprecated.\n"
306msgstr "" 306msgstr ""
307 307
308#: src/microhttpd/daemon.c:3507 308#: src/microhttpd/daemon.c:3515
309msgid "Could not obtain daemon fdsets" 309msgid "Could not obtain daemon fdsets"
310msgstr "" 310msgstr ""
311 311
312#: src/microhttpd/daemon.c:3524 312#: src/microhttpd/daemon.c:3532
313msgid "Could not add listen socket to fdset" 313msgid "Could not add listen socket to fdset"
314msgstr "" 314msgstr ""
315 315
316#: src/microhttpd/daemon.c:3552 316#: src/microhttpd/daemon.c:3560
317msgid "Could not add control inter-thread communication channel FD to fdset" 317msgid "Could not add control inter-thread communication channel FD to fdset"
318msgstr "" 318msgstr ""
319 319
320#: src/microhttpd/daemon.c:3608 320#: src/microhttpd/daemon.c:3616
321#, c-format 321#, c-format
322msgid "select failed: %s\n" 322msgid "select failed: %s\n"
323msgstr "" 323msgstr ""
324 324
325#: src/microhttpd/daemon.c:3752 src/microhttpd/daemon.c:3898 325#: src/microhttpd/daemon.c:3760 src/microhttpd/daemon.c:3906
326#, c-format 326#, c-format
327msgid "poll failed: %s\n" 327msgid "poll failed: %s\n"
328msgstr "" 328msgstr ""
329 329
330#: src/microhttpd/daemon.c:4028 src/microhttpd/daemon.c:4259 330#: src/microhttpd/daemon.c:4036 src/microhttpd/daemon.c:4267
331#, c-format 331#, c-format
332msgid "Call to epoll_wait failed: %s\n" 332msgid "Call to epoll_wait failed: %s\n"
333msgstr "" 333msgstr ""
334 334
335#: src/microhttpd/daemon.c:4211 src/microhttpd/daemon.c:4661 335#: src/microhttpd/daemon.c:4219 src/microhttpd/daemon.c:4669
336msgid "Failed to remove listen FD from epoll set\n" 336msgid "Failed to remove listen FD from epoll set\n"
337msgstr "" 337msgstr ""
338 338
339#: src/microhttpd/daemon.c:4669 339#: src/microhttpd/daemon.c:4677
340msgid "Failed to signal quiesce via inter-thread communication channel" 340msgid "Failed to signal quiesce via inter-thread communication channel"
341msgstr "" 341msgstr ""
342 342
343#: src/microhttpd/daemon.c:4690 343#: src/microhttpd/daemon.c:4698
344msgid "failed to signal quiesce via inter-thread communication channel" 344msgid "failed to signal quiesce via inter-thread communication channel"
345msgstr "" 345msgstr ""
346 346
347#: src/microhttpd/daemon.c:4795 347#: src/microhttpd/daemon.c:4803
348msgid "Warning: Too large timeout value, ignored.\n" 348msgid "Warning: Too large timeout value, ignored.\n"
349msgstr "" 349msgstr ""
350 350
351#: src/microhttpd/daemon.c:4835 351#: src/microhttpd/daemon.c:4843
352msgid "" 352msgid ""
353"Warning: Zero size, specified for thread pool size, is ignored. Thread pool " 353"Warning: Zero size, specified for thread pool size, is ignored. Thread pool "
354"is not used.\n" 354"is not used.\n"
355msgstr "" 355msgstr ""
356 356
357#: src/microhttpd/daemon.c:4843 357#: src/microhttpd/daemon.c:4851
358msgid "" 358msgid ""
359"Warning: \"1\", specified for thread pool size, is ignored. Thread pool is " 359"Warning: \"1\", specified for thread pool size, is ignored. Thread pool is "
360"not used.\n" 360"not used.\n"
361msgstr "" 361msgstr ""
362 362
363#: src/microhttpd/daemon.c:4855 363#: src/microhttpd/daemon.c:4863
364#, c-format 364#, c-format
365msgid "Specified thread pool size (%u) too big\n" 365msgid "Specified thread pool size (%u) too big\n"
366msgstr "" 366msgstr ""
367 367
368#: src/microhttpd/daemon.c:4866 368#: src/microhttpd/daemon.c:4874
369msgid "" 369msgid ""
370"MHD_OPTION_THREAD_POOL_SIZE option is specified but " 370"MHD_OPTION_THREAD_POOL_SIZE option is specified but "
371"MHD_USE_INTERNAL_POLLING_THREAD flag is not specified.\n" 371"MHD_USE_INTERNAL_POLLING_THREAD flag is not specified.\n"
372msgstr "" 372msgstr ""
373 373
374#: src/microhttpd/daemon.c:4875 374#: src/microhttpd/daemon.c:4883
375msgid "" 375msgid ""
376"Both MHD_OPTION_THREAD_POOL_SIZE option and MHD_USE_THREAD_PER_CONNECTION " 376"Both MHD_OPTION_THREAD_POOL_SIZE option and MHD_USE_THREAD_PER_CONNECTION "
377"flag are specified.\n" 377"flag are specified.\n"
378msgstr "" 378msgstr ""
379 379
380#: src/microhttpd/daemon.c:4890 src/microhttpd/daemon.c:4901 380#: src/microhttpd/daemon.c:4898 src/microhttpd/daemon.c:4909
381#: src/microhttpd/daemon.c:4912 src/microhttpd/daemon.c:4923 381#: src/microhttpd/daemon.c:4920 src/microhttpd/daemon.c:4931
382#: src/microhttpd/daemon.c:4965 382#: src/microhttpd/daemon.c:4973
383#, c-format 383#, c-format
384msgid "MHD HTTPS option %d passed to MHD but MHD_USE_TLS not set\n" 384msgid "MHD HTTPS option %d passed to MHD but MHD_USE_TLS not set\n"
385msgstr "" 385msgstr ""
386 386
387#: src/microhttpd/daemon.c:4942 387#: src/microhttpd/daemon.c:4950
388msgid "Error initializing DH parameters\n" 388msgid "Error initializing DH parameters\n"
389msgstr "" 389msgstr ""
390 390
391#: src/microhttpd/daemon.c:4954 391#: src/microhttpd/daemon.c:4962
392msgid "Bad Diffie-Hellman parameters format\n" 392msgid "Bad Diffie-Hellman parameters format\n"
393msgstr "" 393msgstr ""
394 394
395#: src/microhttpd/daemon.c:4982 395#: src/microhttpd/daemon.c:4990
396#, c-format 396#, c-format
397msgid "Setting priorities to `%s' failed: %s\n" 397msgid "Setting priorities to `%s' failed: %s\n"
398msgstr "" 398msgstr ""
399 399
400#: src/microhttpd/daemon.c:4995 400#: src/microhttpd/daemon.c:5003
401msgid "" 401msgid ""
402"MHD_OPTION_HTTPS_CERT_CALLBACK requires building MHD with GnuTLS >= 3.0\n" 402"MHD_OPTION_HTTPS_CERT_CALLBACK requires building MHD with GnuTLS >= 3.0\n"
403msgstr "" 403msgstr ""
404 404
405#: src/microhttpd/daemon.c:5022 405#: src/microhttpd/daemon.c:5030
406msgid "" 406msgid ""
407"MHD_OPTION_LISTEN_SOCKET specified for daemon with MHD_USE_NO_LISTEN_SOCKET " 407"MHD_OPTION_LISTEN_SOCKET specified for daemon with MHD_USE_NO_LISTEN_SOCKET "
408"flag set.\n" 408"flag set.\n"
409msgstr "" 409msgstr ""
410 410
411#: src/microhttpd/daemon.c:5069 411#: src/microhttpd/daemon.c:5077
412msgid "" 412msgid ""
413"Flag MHD_USE_PEDANTIC_CHECKS is ignored because another behavior is " 413"Flag MHD_USE_PEDANTIC_CHECKS is ignored because another behavior is "
414"specified by MHD_OPTION_STRICT_CLIENT.\n" 414"specified by MHD_OPTION_STRICT_CLIENT.\n"
415msgstr "" 415msgstr ""
416 416
417#: src/microhttpd/daemon.c:5207 417#: src/microhttpd/daemon.c:5209
418#, c-format
419msgid "MHD HTTPS option %d passed to MHD compiled without GNUtls >= 3\n"
420msgstr ""
421
422#: src/microhttpd/daemon.c:5222
418#, c-format 423#, c-format
419msgid "MHD HTTPS option %d passed to MHD compiled without HTTPS support\n" 424msgid "MHD HTTPS option %d passed to MHD compiled without HTTPS support\n"
420msgstr "" 425msgstr ""
421 426
422#: src/microhttpd/daemon.c:5213 427#: src/microhttpd/daemon.c:5228
423#, c-format 428#, c-format
424msgid "Invalid option %d! (Did you terminate the list with MHD_OPTION_END?)\n" 429msgid "Invalid option %d! (Did you terminate the list with MHD_OPTION_END?)\n"
425msgstr "" 430msgstr ""
426 431
427#: src/microhttpd/daemon.c:5243 432#: src/microhttpd/daemon.c:5258
428#, c-format 433#, c-format
429msgid "Call to epoll_create1 failed: %s\n" 434msgid "Call to epoll_create1 failed: %s\n"
430msgstr "" 435msgstr ""
431 436
432#: src/microhttpd/daemon.c:5253 437#: src/microhttpd/daemon.c:5268
433msgid "Failed to set noninheritable mode on epoll FD.\n" 438msgid "Failed to set noninheritable mode on epoll FD.\n"
434msgstr "" 439msgstr ""
435 440
436#: src/microhttpd/daemon.c:5494 441#: src/microhttpd/daemon.c:5509
437msgid "" 442msgid ""
438"Warning: MHD_USE_THREAD_PER_CONNECTION must be used only with " 443"Warning: MHD_USE_THREAD_PER_CONNECTION must be used only with "
439"MHD_USE_INTERNAL_POLLING_THREAD. Flag MHD_USE_INTERNAL_POLLING_THREAD was " 444"MHD_USE_INTERNAL_POLLING_THREAD. Flag MHD_USE_INTERNAL_POLLING_THREAD was "
440"added. Consider setting MHD_USE_INTERNAL_POLLING_THREAD explicitly.\n" 445"added. Consider setting MHD_USE_INTERNAL_POLLING_THREAD explicitly.\n"
441msgstr "" 446msgstr ""
442 447
443#: src/microhttpd/daemon.c:5542 448#: src/microhttpd/daemon.c:5557
444msgid "Using debug build of libmicrohttpd.\n" 449msgid "Using debug build of libmicrohttpd.\n"
445msgstr "" 450msgstr ""
446 451
447#: src/microhttpd/daemon.c:5553 452#: src/microhttpd/daemon.c:5568
448#, c-format 453#, c-format
449msgid "Failed to create inter-thread communication channel: %s\n" 454msgid "Failed to create inter-thread communication channel: %s\n"
450msgstr "" 455msgstr ""
451 456
452#: src/microhttpd/daemon.c:5569 457#: src/microhttpd/daemon.c:5584
453msgid "" 458msgid ""
454"file descriptor for inter-thread communication channel exceeds maximum " 459"file descriptor for inter-thread communication channel exceeds maximum "
455"value\n" 460"value\n"
456msgstr "" 461msgstr ""
457 462
458#: src/microhttpd/daemon.c:5589 463#: src/microhttpd/daemon.c:5604
459msgid "Specified value for NC_SIZE too large\n" 464msgid "Specified value for NC_SIZE too large\n"
460msgstr "" 465msgstr ""
461 466
462#: src/microhttpd/daemon.c:5603 467#: src/microhttpd/daemon.c:5618
463#, c-format 468#, c-format
464msgid "Failed to allocate memory for nonce-nc map: %s\n" 469msgid "Failed to allocate memory for nonce-nc map: %s\n"
465msgstr "" 470msgstr ""
466 471
467#: src/microhttpd/daemon.c:5619 472#: src/microhttpd/daemon.c:5634
468msgid "MHD failed to initialize nonce-nc mutex\n" 473msgid "MHD failed to initialize nonce-nc mutex\n"
469msgstr "" 474msgstr ""
470 475
471#: src/microhttpd/daemon.c:5637 476#: src/microhttpd/daemon.c:5652
472msgid "MHD thread pooling only works with MHD_USE_INTERNAL_POLLING_THREAD\n" 477msgid "MHD thread pooling only works with MHD_USE_INTERNAL_POLLING_THREAD\n"
473msgstr "" 478msgstr ""
474 479
475#: src/microhttpd/daemon.c:5661 480#: src/microhttpd/daemon.c:5676
476#, c-format 481#, c-format
477msgid "Failed to create socket for listening: %s\n" 482msgid "Failed to create socket for listening: %s\n"
478msgstr "" 483msgstr ""
479 484
480#: src/microhttpd/daemon.c:5682 src/microhttpd/daemon.c:5701 485#: src/microhttpd/daemon.c:5697 src/microhttpd/daemon.c:5716
481#: src/microhttpd/daemon.c:5724 src/microhttpd/daemon.c:5761 486#: src/microhttpd/daemon.c:5739 src/microhttpd/daemon.c:5776
482#: src/microhttpd/daemon.c:5838 src/microhttpd/daemon.c:5869 487#: src/microhttpd/daemon.c:5853 src/microhttpd/daemon.c:5884
483#, c-format 488#, c-format
484msgid "setsockopt failed: %s\n" 489msgid "setsockopt failed: %s\n"
485msgstr "" 490msgstr ""
486 491
487#: src/microhttpd/daemon.c:5734 492#: src/microhttpd/daemon.c:5749
488msgid "Cannot allow listening address reuse: SO_REUSEPORT not defined\n" 493msgid "Cannot allow listening address reuse: SO_REUSEPORT not defined\n"
489msgstr "" 494msgstr ""
490 495
491#: src/microhttpd/daemon.c:5769 496#: src/microhttpd/daemon.c:5784
492msgid "" 497msgid ""
493"Cannot disallow listening address reuse: SO_EXCLUSIVEADDRUSE not defined\n" 498"Cannot disallow listening address reuse: SO_EXCLUSIVEADDRUSE not defined\n"
494msgstr "" 499msgstr ""
495 500
496#: src/microhttpd/daemon.c:5849 501#: src/microhttpd/daemon.c:5864
497#, c-format 502#, c-format
498msgid "Failed to bind to port %u: %s\n" 503msgid "Failed to bind to port %u: %s\n"
499msgstr "" 504msgstr ""
500 505
501#: src/microhttpd/daemon.c:5880 506#: src/microhttpd/daemon.c:5895
502#, c-format 507#, c-format
503msgid "Failed to listen for connections: %s\n" 508msgid "Failed to listen for connections: %s\n"
504msgstr "" 509msgstr ""
505 510
506#: src/microhttpd/daemon.c:5907 511#: src/microhttpd/daemon.c:5922
507#, c-format 512#, c-format
508msgid "Failed to get listen port number: %s\n" 513msgid "Failed to get listen port number: %s\n"
509msgstr "" 514msgstr ""
510 515
511#: src/microhttpd/daemon.c:5917 516#: src/microhttpd/daemon.c:5932
512msgid "" 517msgid ""
513"Failed to get listen port number (`struct sockaddr_storage` too small!?)\n" 518"Failed to get listen port number (`struct sockaddr_storage` too small!?)\n"
514msgstr "" 519msgstr ""
515 520
516#: src/microhttpd/daemon.c:5950 521#: src/microhttpd/daemon.c:5965
517msgid "Unknown address family!\n" 522msgid "Unknown address family!\n"
518msgstr "" 523msgstr ""
519 524
520#: src/microhttpd/daemon.c:5963 525#: src/microhttpd/daemon.c:5978
521#, c-format 526#, c-format
522msgid "Failed to set nonblocking mode on listening socket: %s\n" 527msgid "Failed to set nonblocking mode on listening socket: %s\n"
523msgstr "" 528msgstr ""
524 529
525#: src/microhttpd/daemon.c:5999 530#: src/microhttpd/daemon.c:6014
526msgid "" 531msgid ""
527"Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_EPOLL is not supported.\n" 532"Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_EPOLL is not supported.\n"
528msgstr "" 533msgstr ""
529 534
530#: src/microhttpd/daemon.c:6012 src/microhttpd/daemon.c:6025 535#: src/microhttpd/daemon.c:6027 src/microhttpd/daemon.c:6040
531msgid "MHD failed to initialize IP connection limit mutex\n" 536msgid "MHD failed to initialize IP connection limit mutex\n"
532msgstr "" 537msgstr ""
533 538
534#: src/microhttpd/daemon.c:6041 539#: src/microhttpd/daemon.c:6056
535msgid "Failed to initialize TLS support\n" 540msgid "Failed to initialize TLS support\n"
536msgstr "" 541msgstr ""
537 542
538#: src/microhttpd/daemon.c:6065 543#: src/microhttpd/daemon.c:6080
539#, c-format 544#, c-format
540msgid "Failed to create listen thread: %s\n" 545msgid "Failed to create listen thread: %s\n"
541msgstr "" 546msgstr ""
542 547
543#: src/microhttpd/daemon.c:6113 548#: src/microhttpd/daemon.c:6128
544#, c-format 549#, c-format
545msgid "Failed to create worker inter-thread communication channel: %s\n" 550msgid "Failed to create worker inter-thread communication channel: %s\n"
546msgstr "" 551msgstr ""
547 552
548#: src/microhttpd/daemon.c:6124 553#: src/microhttpd/daemon.c:6139
549msgid "" 554msgid ""
550"File descriptor for worker inter-thread communication channel exceeds " 555"File descriptor for worker inter-thread communication channel exceeds "
551"maximum value\n" 556"maximum value\n"
552msgstr "" 557msgstr ""
553 558
554#: src/microhttpd/daemon.c:6149 559#: src/microhttpd/daemon.c:6164
555msgid "MHD failed to initialize cleanup connection mutex\n" 560msgid "MHD failed to initialize cleanup connection mutex\n"
556msgstr "" 561msgstr ""
557 562
558#: src/microhttpd/daemon.c:6163 563#: src/microhttpd/daemon.c:6178
559#, c-format 564#, c-format
560msgid "Failed to create pool thread: %s\n" 565msgid "Failed to create pool thread: %s\n"
561msgstr "" 566msgstr ""
562 567
563#: src/microhttpd/daemon.c:6301 src/microhttpd/daemon.c:6332 568#: src/microhttpd/daemon.c:6316 src/microhttpd/daemon.c:6347
564msgid "MHD_stop_daemon() called while we have suspended connections.\n" 569msgid "MHD_stop_daemon() called while we have suspended connections.\n"
565msgstr "" 570msgstr ""
566 571
567#: src/microhttpd/daemon.c:6341 src/microhttpd/daemon.c:6461 572#: src/microhttpd/daemon.c:6356 src/microhttpd/daemon.c:6476
568msgid "Failed to signal shutdown via inter-thread communication channel" 573msgid "Failed to signal shutdown via inter-thread communication channel"
569msgstr "" 574msgstr ""
570 575
571#: src/microhttpd/daemon.c:6426 576#: src/microhttpd/daemon.c:6441
572msgid "Failed to signal shutdown via inter-thread communication channel." 577msgid "Failed to signal shutdown via inter-thread communication channel."
573msgstr "" 578msgstr ""
574 579
575#: src/microhttpd/daemon.c:6877 580#: src/microhttpd/daemon.c:6892
576msgid "Failed to initialize winsock\n" 581msgid "Failed to initialize winsock\n"
577msgstr "" 582msgstr ""
578 583
579#: src/microhttpd/daemon.c:6880 584#: src/microhttpd/daemon.c:6895
580msgid "Winsock version 2.2 is not available\n" 585msgid "Winsock version 2.2 is not available\n"
581msgstr "" 586msgstr ""
582 587
583#: src/microhttpd/daemon.c:6888 src/microhttpd/daemon.c:6892 588#: src/microhttpd/daemon.c:6903 src/microhttpd/daemon.c:6907
584msgid "Failed to initialise multithreading in libgcrypt\n" 589msgid "Failed to initialise multithreading in libgcrypt\n"
585msgstr "" 590msgstr ""
586 591
587#: src/microhttpd/daemon.c:6897 592#: src/microhttpd/daemon.c:6912
588msgid "libgcrypt is too old. MHD was compiled for libgcrypt 1.6.0 or newer\n" 593msgid "libgcrypt is too old. MHD was compiled for libgcrypt 1.6.0 or newer\n"
589msgstr "" 594msgstr ""
590 595
@@ -727,26 +732,26 @@ msgstr ""
727msgid "Application used invalid status code for 'upgrade' response!\n" 732msgid "Application used invalid status code for 'upgrade' response!\n"
728msgstr "" 733msgstr ""
729 734
730#: src/microhttpd/response.c:796 735#: src/microhttpd/response.c:824
731msgid "" 736msgid ""
732"Invalid response for upgrade: application failed to set the 'Upgrade' " 737"Invalid response for upgrade: application failed to set the 'Upgrade' "
733"header!\n" 738"header!\n"
734msgstr "" 739msgstr ""
735 740
736#: src/microhttpd/response.c:837 741#: src/microhttpd/response.c:865
737msgid "Failed to make loopback sockets non-blocking.\n" 742msgid "Failed to make loopback sockets non-blocking.\n"
738msgstr "" 743msgstr ""
739 744
740#: src/microhttpd/response.c:856 745#: src/microhttpd/response.c:884
741msgid "Failed to set SO_NOSIGPIPE on loopback sockets.\n" 746msgid "Failed to set SO_NOSIGPIPE on loopback sockets.\n"
742msgstr "" 747msgstr ""
743 748
744#: src/microhttpd/response.c:876 749#: src/microhttpd/response.c:904
745#, c-format 750#, c-format
746msgid "Socketpair descriptor larger than FD_SETSIZE: %d > %d\n" 751msgid "Socketpair descriptor larger than FD_SETSIZE: %d > %d\n"
747msgstr "" 752msgstr ""
748 753
749#: src/microhttpd/response.c:957 754#: src/microhttpd/response.c:985
750msgid "Error cleaning up while handling epoll error" 755msgid "Error cleaning up while handling epoll error"
751msgstr "" 756msgstr ""
752 757