aboutsummaryrefslogtreecommitdiff
path: root/po/libmicrohttpd.pot
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-11-18 20:39:22 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-11-23 14:16:49 +0300
commit7f5c98bfa147997d58a60186a84d12a3a602d28c (patch)
treea9f4a6f3f4ae3232843c0ec3e0ebdd6efe310c5e /po/libmicrohttpd.pot
parent816458fde97a41082796eb8d3323047cc4f87935 (diff)
downloadlibmicrohttpd-7f5c98bfa147997d58a60186a84d12a3a602d28c.tar.gz
libmicrohttpd-7f5c98bfa147997d58a60186a84d12a3a602d28c.zip
Gettext staff moved to 'po' directory. Main 'configure' now do not check for
gettext and related staff.
Diffstat (limited to 'po/libmicrohttpd.pot')
-rw-r--r--po/libmicrohttpd.pot654
1 files changed, 0 insertions, 654 deletions
diff --git a/po/libmicrohttpd.pot b/po/libmicrohttpd.pot
deleted file mode 100644
index 2af0c97f..00000000
--- a/po/libmicrohttpd.pot
+++ /dev/null
@@ -1,654 +0,0 @@
1# SOME DESCRIPTIVE TITLE.
2# Copyright (C) YEAR Christian Grothoff
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.52\n"
10"Report-Msgid-Bugs-To: libmicrohttpd@gnu.org\n"
11"POT-Creation-Date: 2016-10-17 19:09+0200\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/basicauth.c:67
21msgid "Error decoding basic authentication\n"
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:528
37msgid ""
38"Failed to signal end of connection via inter-thread communication channel"
39msgstr ""
40
41#: src/microhttpd/connection.c:621
42msgid "Closing connection (application reported error generating data)\n"
43msgstr ""
44
45#: src/microhttpd/connection.c:667
46msgid "Closing connection (out of memory)\n"
47msgstr ""
48
49#: src/microhttpd/connection.c:711
50msgid "Closing connection (application error generating response)\n"
51msgstr ""
52
53#: src/microhttpd/connection.c:1233
54#, c-format
55msgid ""
56"Error processing request (HTTP response code is %u (`%s')). Closing "
57"connection.\n"
58msgstr ""
59
60#: src/microhttpd/connection.c:1250 src/microhttpd/connection.c:2859
61#: src/microhttpd/connection.c:2962
62msgid "Closing connection (failed to create response header)\n"
63msgstr ""
64
65#: src/microhttpd/connection.c:1274 src/microhttpd/connection.c:2329
66#: src/microhttpd/connection.c:2390 src/microhttpd/connection.c:2626
67#: src/microhttpd/connection_https.c:139
68#, c-format
69msgid "In function %s handling connection at state: %s\n"
70msgstr ""
71
72#: src/microhttpd/connection.c:1490
73msgid "Not enough memory in pool to allocate header record!\n"
74msgstr ""
75
76#: src/microhttpd/connection.c:1532
77msgid "Not enough memory in pool to parse cookies!\n"
78msgstr ""
79
80#: src/microhttpd/connection.c:1737 src/microhttpd/connection.c:1899
81msgid "Application reported internal error, closing connection.\n"
82msgstr ""
83
84#: src/microhttpd/connection.c:1789 src/microhttpd/connection.c:1844
85msgid ""
86"Received malformed HTTP request (bad chunked encoding). Closing connection.\n"
87msgstr ""
88
89#: src/microhttpd/connection.c:1907
90msgid "libmicrohttpd API violation"
91msgstr ""
92
93#: src/microhttpd/connection.c:1923
94msgid ""
95"WARNING: incomplete POST processing and connection not suspended will result "
96"in hung connection.\n"
97msgstr ""
98
99#: src/microhttpd/connection.c:2027
100#, c-format
101msgid "Sent response: `%.*s'\n"
102msgstr ""
103
104#: src/microhttpd/connection.c:2088
105msgid "Received malformed line (no colon). Closing connection.\n"
106msgstr ""
107
108#: src/microhttpd/connection.c:2224
109msgid "Received HTTP 1.1 request without `Host' header.\n"
110msgstr ""
111
112#: src/microhttpd/connection.c:2419 src/microhttpd/connection.c:2493
113#, c-format
114msgid "Failed to send data: %s\n"
115msgstr ""
116
117#: src/microhttpd/connection.c:2428
118#, c-format
119msgid "Sent 100 continue response: `%.*s'\n"
120msgstr ""
121
122#: src/microhttpd/connection.c:2468
123msgid "Data offset exceeds limit"
124msgstr ""
125
126#: src/microhttpd/connection.c:2478
127#, c-format
128msgid "Sent %d-byte DATA response: `%.*s'\n"
129msgstr ""
130
131#: src/microhttpd/connection.c:2544 src/microhttpd/daemon.c:5249
132msgid "Internal error\n"
133msgstr ""
134
135#: src/microhttpd/connection.c:3164 src/microhttpd/daemon.c:2078
136#: src/microhttpd/daemon.c:3417 src/microhttpd/daemon.c:3437
137#: src/microhttpd/daemon.c:4387 src/microhttpd/daemon.c:4405
138#: src/microhttpd/response.c:838 src/microhttpd/response.c:864
139#, c-format
140msgid "Call to epoll_ctl failed: %s\n"
141msgstr ""
142
143#: src/microhttpd/connection.c:3328
144msgid "Application used invalid status code for 'upgrade' response!\n"
145msgstr ""
146
147#: src/microhttpd/connection.c:3338
148msgid ""
149"Application attempted 'upgrade' without setting MHD_USE_SUSPEND_RESUME!\n"
150msgstr ""
151
152#: src/microhttpd/connection.c:3349
153msgid ""
154"Application attempted 'upgrade' HTTPS connection in epoll mode without "
155"setting MHD_USE_HTTPS_EPOLL_UPGRADE!\n"
156msgstr ""
157
158#: src/microhttpd/connection_https.c:70
159msgid "Error: received handshake message out of context\n"
160msgstr ""
161
162#: src/microhttpd/daemon.c:107
163#, c-format
164msgid "Fatal error in GNU libmicrohttpd %s:%u: %s\n"
165msgstr ""
166
167#: src/microhttpd/daemon.c:323
168msgid "Failed to add IP connection count node\n"
169msgstr ""
170
171#: src/microhttpd/daemon.c:381
172msgid "Failed to find previously-added IP address\n"
173msgstr ""
174
175#: src/microhttpd/daemon.c:387
176msgid "Previously-added IP address had counter of zero\n"
177msgstr ""
178
179#: src/microhttpd/daemon.c:553
180msgid ""
181"Failed to setup x509 certificate/key: pre 3.X.X version of GnuTLS does not "
182"support setting key password"
183msgstr ""
184
185#: src/microhttpd/daemon.c:603
186#, c-format
187msgid "Error: invalid credentials type %d specified.\n"
188msgstr ""
189
190#: src/microhttpd/daemon.c:849
191#, c-format
192msgid "Maximum socket in select set: %d\n"
193msgstr ""
194
195#: src/microhttpd/daemon.c:945 src/microhttpd/daemon.c:962
196#: src/microhttpd/daemon.c:2202 src/microhttpd/daemon.c:2576
197#: src/microhttpd/daemon.c:5142
198msgid "Failed to remove FD from epoll set\n"
199msgstr ""
200
201#: src/microhttpd/daemon.c:1185
202msgid "Error preparing select\n"
203msgstr ""
204
205#: src/microhttpd/daemon.c:1205 src/microhttpd/daemon.c:1426
206#, c-format
207msgid "Error during select (%d): `%s'\n"
208msgstr ""
209
210#: src/microhttpd/daemon.c:1255 src/microhttpd/daemon.c:1500
211#, c-format
212msgid "Error during poll: `%s'\n"
213msgstr ""
214
215#: src/microhttpd/daemon.c:1408
216msgid "Failed to add FD to fd_set\n"
217msgstr ""
218
219#: src/microhttpd/daemon.c:1546 src/microhttpd/response.c:664
220msgid "Processing thread terminating. Closing connection\n"
221msgstr ""
222
223#: src/microhttpd/daemon.c:1809 src/microhttpd/daemon.c:4906
224#, c-format
225msgid "Socket descriptor larger than FD_SETSIZE: %d > %d\n"
226msgstr ""
227
228#: src/microhttpd/daemon.c:1824 src/microhttpd/daemon.c:2496
229#, c-format
230msgid "Accepted connection on socket %d\n"
231msgstr ""
232
233#: src/microhttpd/daemon.c:1836
234msgid "Server reached connection limit. Closing inbound connection.\n"
235msgstr ""
236
237#: src/microhttpd/daemon.c:1854
238msgid "Connection rejected by application. Closing connection.\n"
239msgstr ""
240
241#: src/microhttpd/daemon.c:1902 src/microhttpd/daemon.c:1922
242#: src/microhttpd/daemon.c:3006
243#, c-format
244msgid "Error allocating memory: %s\n"
245msgstr ""
246
247#: src/microhttpd/daemon.c:1955
248#, c-format
249msgid "Failed to set nonblocking mode on connection socket: %s\n"
250msgstr ""
251
252#: src/microhttpd/daemon.c:1983
253#, c-format
254msgid "Failed to setup TLS credentials: unknown credential type %d\n"
255msgstr ""
256
257#: src/microhttpd/daemon.c:1992
258msgid "Unknown credential type"
259msgstr ""
260
261#: src/microhttpd/daemon.c:2058
262msgid "Failed to signal new connection via inter-thread communication channel."
263msgstr ""
264
265#: src/microhttpd/daemon.c:2164
266msgid "Cannot suspend connections without enabling MHD_USE_SUSPEND_RESUME!\n"
267msgstr ""
268
269#: src/microhttpd/daemon.c:2229
270msgid "Cannot resume connections without enabling MHD_USE_SUSPEND_RESUME!\n"
271msgstr ""
272
273#: src/microhttpd/daemon.c:2239
274msgid "Failed to signal resume via inter-thread communication channel."
275msgstr ""
276
277#: src/microhttpd/daemon.c:2366
278#, c-format
279msgid "Failed to set nonblocking mode on new client socket: %s\n"
280msgstr ""
281
282#: src/microhttpd/daemon.c:2374
283msgid "Failed to set noninheritable mode on new client socket.\n"
284msgstr ""
285
286#: src/microhttpd/daemon.c:2442
287#, c-format
288msgid "Error accepting connection: %s\n"
289msgstr ""
290
291#: src/microhttpd/daemon.c:2459
292msgid ""
293"Hit process or system resource limit at FIRST connection. This is really bad "
294"as there is no sane way to proceed. Will try busy waiting for system "
295"resources to become magically available.\n"
296msgstr ""
297
298#: src/microhttpd/daemon.c:2467
299#, c-format
300msgid ""
301"Hit process or system resource limit at %u connections, temporarily "
302"suspending accept(). Consider setting a lower MHD_OPTION_CONNECTION_LIMIT.\n"
303msgstr ""
304
305#: src/microhttpd/daemon.c:2479
306#, c-format
307msgid "Failed to set nonblocking mode on incoming connection socket: %s\n"
308msgstr ""
309
310#: src/microhttpd/daemon.c:2489
311msgid "Failed to set noninheritable mode on incoming connection socket.\n"
312msgstr ""
313
314#: src/microhttpd/daemon.c:2535 src/microhttpd/daemon.c:5213
315#: src/microhttpd/daemon.c:5228 src/microhttpd/daemon.c:5356
316#: src/microhttpd/daemon.c:5387
317msgid "Failed to join a thread\n"
318msgstr ""
319
320#: src/microhttpd/daemon.c:2627
321msgid "Illegal call to MHD_get_timeout\n"
322msgstr ""
323
324#: src/microhttpd/daemon.c:2845
325msgid "Could not obtain daemon fdsets"
326msgstr ""
327
328#: src/microhttpd/daemon.c:2861
329msgid "Could not add listen socket to fdset"
330msgstr ""
331
332#: src/microhttpd/daemon.c:2888
333msgid "Could not add control inter-thread communication channel FD to fdset"
334msgstr ""
335
336#: src/microhttpd/daemon.c:2945
337#, c-format
338msgid "select failed: %s\n"
339msgstr ""
340
341#: src/microhttpd/daemon.c:3103 src/microhttpd/daemon.c:3233
342#, c-format
343msgid "poll failed: %s\n"
344msgstr ""
345
346#: src/microhttpd/daemon.c:3322 src/microhttpd/daemon.c:3493
347#, c-format
348msgid "Call to epoll_wait failed: %s\n"
349msgstr ""
350
351#: src/microhttpd/daemon.c:3455 src/microhttpd/daemon.c:3853
352msgid "Failed to remove listen FD from epoll set\n"
353msgstr ""
354
355#: src/microhttpd/daemon.c:3861
356msgid "Failed to signal quiesce via inter-thread communication channel"
357msgstr ""
358
359#: src/microhttpd/daemon.c:3882
360msgid "failed to signal quiesce via inter-thread communication channel"
361msgstr ""
362
363#: src/microhttpd/daemon.c:4015
364#, c-format
365msgid "Specified thread pool size (%u) too big\n"
366msgstr ""
367
368#: src/microhttpd/daemon.c:4029 src/microhttpd/daemon.c:4040
369#: src/microhttpd/daemon.c:4051 src/microhttpd/daemon.c:4062
370#: src/microhttpd/daemon.c:4104
371#, c-format
372msgid "MHD HTTPS option %d passed to MHD but MHD_USE_TLS not set\n"
373msgstr ""
374
375#: src/microhttpd/daemon.c:4081
376msgid "Error initializing DH parameters\n"
377msgstr ""
378
379#: src/microhttpd/daemon.c:4093
380msgid "Bad Diffie-Hellman parameters format\n"
381msgstr ""
382
383#: src/microhttpd/daemon.c:4121
384#, c-format
385msgid "Setting priorities to `%s' failed: %s\n"
386msgstr ""
387
388#: src/microhttpd/daemon.c:4134
389msgid ""
390"MHD_OPTION_HTTPS_CERT_CALLBACK requires building MHD with GnuTLS >= 3.0\n"
391msgstr ""
392
393#: src/microhttpd/daemon.c:4303
394#, c-format
395msgid "MHD HTTPS option %d passed to MHD compiled without HTTPS support\n"
396msgstr ""
397
398#: src/microhttpd/daemon.c:4309
399#, c-format
400msgid "Invalid option %d! (Did you terminate the list with MHD_OPTION_END?)\n"
401msgstr ""
402
403#: src/microhttpd/daemon.c:4335
404#, c-format
405msgid "Call to epoll_create1 failed: %s\n"
406msgstr ""
407
408#: src/microhttpd/daemon.c:4345
409msgid "Failed to set noninheritable mode on epoll FD.\n"
410msgstr ""
411
412#: src/microhttpd/daemon.c:4530
413#, c-format
414msgid "Failed to create inter-thread communication channel: %s\n"
415msgstr ""
416
417#: src/microhttpd/daemon.c:4544
418msgid ""
419"file descriptor for inter-thread communication channel exceeds maximum "
420"value\n"
421msgstr ""
422
423#: src/microhttpd/daemon.c:4583
424msgid "Specified value for NC_SIZE too large\n"
425msgstr ""
426
427#: src/microhttpd/daemon.c:4597
428#, c-format
429msgid "Failed to allocate memory for nonce-nc map: %s\n"
430msgstr ""
431
432#: src/microhttpd/daemon.c:4613
433msgid "MHD failed to initialize nonce-nc mutex\n"
434msgstr ""
435
436#: src/microhttpd/daemon.c:4631
437msgid "MHD thread pooling only works with MHD_USE_SELECT_INTERNALLY\n"
438msgstr ""
439
440#: src/microhttpd/daemon.c:4641
441msgid ""
442"Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_SUSPEND_RESUME is not "
443"supported.\n"
444msgstr ""
445
446#: src/microhttpd/daemon.c:4651
447msgid "Threaded operations are not supported on Symbian.\n"
448msgstr ""
449
450#: src/microhttpd/daemon.c:4665
451#, c-format
452msgid "Failed to create socket for listening: %s\n"
453msgstr ""
454
455#: src/microhttpd/daemon.c:4683 src/microhttpd/daemon.c:4727
456#: src/microhttpd/daemon.c:4759 src/microhttpd/daemon.c:4829
457#: src/microhttpd/daemon.c:4860
458#, c-format
459msgid "setsockopt failed: %s\n"
460msgstr ""
461
462#: src/microhttpd/daemon.c:4737
463msgid "Cannot allow listening address reuse: SO_REUSEPORT not defined\n"
464msgstr ""
465
466#: src/microhttpd/daemon.c:4767
467msgid ""
468"Cannot disallow listening address reuse: SO_EXCLUSIVEADDRUSE not defined\n"
469msgstr ""
470
471#: src/microhttpd/daemon.c:4840
472#, c-format
473msgid "Failed to bind to port %u: %s\n"
474msgstr ""
475
476#: src/microhttpd/daemon.c:4871
477#, c-format
478msgid "Failed to listen for connections: %s\n"
479msgstr ""
480
481#: src/microhttpd/daemon.c:4887
482#, c-format
483msgid "Failed to set nonblocking mode on listening socket: %s\n"
484msgstr ""
485
486#: src/microhttpd/daemon.c:4923
487msgid ""
488"Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_EPOLL is not supported.\n"
489msgstr ""
490
491#: src/microhttpd/daemon.c:4935
492msgid "epoll is not supported on this platform by this build.\n"
493msgstr ""
494
495#: src/microhttpd/daemon.c:4945 src/microhttpd/daemon.c:4955
496msgid "MHD failed to initialize IP connection limit mutex\n"
497msgstr ""
498
499#: src/microhttpd/daemon.c:4970
500msgid "Failed to initialize TLS support\n"
501msgstr ""
502
503#: src/microhttpd/daemon.c:4992
504#, c-format
505msgid "Failed to create listen thread: %s\n"
506msgstr ""
507
508#: src/microhttpd/daemon.c:5041
509#, c-format
510msgid "Failed to create worker inter-thread communication channel: %s\n"
511msgstr ""
512
513#: src/microhttpd/daemon.c:5053
514msgid ""
515"File descriptor for worker inter-thread communication channel exceeds "
516"maximum value\n"
517msgstr ""
518
519#: src/microhttpd/daemon.c:5075
520msgid "MHD failed to initialize cleanup connection mutex\n"
521msgstr ""
522
523#: src/microhttpd/daemon.c:5089
524#, c-format
525msgid "Failed to create pool thread: %s\n"
526msgstr ""
527
528#: src/microhttpd/daemon.c:5190
529msgid "MHD_stop_daemon() called while we have suspended connections.\n"
530msgstr ""
531
532#: src/microhttpd/daemon.c:5198 src/microhttpd/daemon.c:5317
533msgid "Failed to signal shutdown via inter-thread communication channel"
534msgstr ""
535
536#: src/microhttpd/daemon.c:5257
537msgid ""
538"Failed to add inter-thread communication channel FD to epoll set to signal "
539"termination\n"
540msgstr ""
541
542#: src/microhttpd/daemon.c:5339
543msgid "MHD listen socket shutdown\n"
544msgstr ""
545
546#: src/microhttpd/daemon.c:5353
547msgid "Failed to signal shutdown via inter-thread communication channel."
548msgstr ""
549
550#: src/microhttpd/daemon.c:5725
551msgid "Failed to initialize winsock\n"
552msgstr ""
553
554#: src/microhttpd/daemon.c:5728
555msgid "Winsock version 2.2 is not available\n"
556msgstr ""
557
558#: src/microhttpd/daemon.c:5735 src/microhttpd/daemon.c:5739
559msgid "Failed to initialise multithreading in libgcrypt\n"
560msgstr ""
561
562#: src/microhttpd/daemon.c:5744
563msgid "libgcrypt is too old. MHD was compiled for libgcrypt 1.6.0 or newer\n"
564msgstr ""
565
566#: src/microhttpd/digestauth.c:443
567msgid ""
568"Stale nonce received. If this happens a lot, you should probably increase "
569"the size of the nonce array.\n"
570msgstr ""
571
572#: src/microhttpd/digestauth.c:630
573msgid "Failed to allocate memory for copy of URI arguments\n"
574msgstr ""
575
576#: src/microhttpd/digestauth.c:759
577msgid "Authentication failed, invalid timestamp format.\n"
578msgstr ""
579
580#: src/microhttpd/digestauth.c:820
581msgid "Authentication failed, invalid format.\n"
582msgstr ""
583
584#: src/microhttpd/digestauth.c:830
585msgid "Authentication failed, invalid nc format.\n"
586msgstr ""
587
588#: src/microhttpd/digestauth.c:856
589msgid "Failed to allocate memory for auth header processing\n"
590msgstr ""
591
592#: src/microhttpd/digestauth.c:896
593msgid "Authentication failed, URI does not match.\n"
594msgstr ""
595
596#: src/microhttpd/digestauth.c:916
597msgid "Authentication failed, arguments do not match.\n"
598msgstr ""
599
600#: src/microhttpd/digestauth.c:971
601msgid "Could not register nonce (is the nonce array size zero?).\n"
602msgstr ""
603
604#: src/microhttpd/digestauth.c:994
605msgid "Failed to allocate memory for auth response header\n"
606msgstr ""
607
608#: src/microhttpd/digestauth.c:1028
609msgid "Failed to add Digest auth header\n"
610msgstr ""
611
612#: src/microhttpd/response.c:721
613msgid ""
614"Invalid response for upgrade: application failed to set the 'Upgrade' "
615"header!\n"
616msgstr ""
617
618#: src/microhttpd/response.c:760
619#, c-format
620msgid "Failed to make loopback sockets non-blocking: %s\n"
621msgstr ""
622
623#: src/microhttpd/response.c:771
624#, c-format
625msgid "Socketpair descriptor larger than FD_SETSIZE: %d > %d\n"
626msgstr ""
627
628#: src/microhttpd/response.c:861
629msgid "Error cleaning up while handling epoll error"
630msgstr ""
631
632#: src/microhttpd/internal.h:74
633msgid "Failed to close FD.\n"
634msgstr ""
635
636#: src/microhttpd/mhd_itc.h:347
637msgid "Failed to destroy ITC.\n"
638msgstr ""
639
640#: src/microhttpd/mhd_locks.h:111
641msgid "Failed to destroy mutex.\n"
642msgstr ""
643
644#: src/microhttpd/mhd_locks.h:144
645msgid "Failed to lock mutex.\n"
646msgstr ""
647
648#: src/microhttpd/mhd_locks.h:170
649msgid "Failed to unlock mutex.\n"
650msgstr ""
651
652#: src/microhttpd/mhd_sockets.h:248
653msgid "Close socket failed.\n"
654msgstr ""