libmicrohttpd.pot 28 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093
  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
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: GNU libmicrohttpd 0.9.77\n"
  10. "Report-Msgid-Bugs-To: libmicrohttpd@gnu.org\n"
  11. "POT-Creation-Date: 2023-05-28 17:23+0300\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. #: src/microhttpd/basicauth.c:81
  20. msgid "Bad length of basic authentication value.\n"
  21. msgstr ""
  22. #: src/microhttpd/basicauth.c:91
  23. msgid "Failed to allocate memory.\n"
  24. msgstr ""
  25. #: src/microhttpd/basicauth.c:115
  26. msgid "Failed to allocate memory for password.\n"
  27. msgstr ""
  28. #: src/microhttpd/basicauth.c:124
  29. msgid "Basic authentication doesn't contain ':' separator.\n"
  30. msgstr ""
  31. #: src/microhttpd/basicauth.c:132
  32. msgid "Error decoding basic authentication.\n"
  33. msgstr ""
  34. #: src/microhttpd/basicauth.c:193
  35. msgid "Failed to add Basic auth header.\n"
  36. msgstr ""
  37. #: src/microhttpd/connection.c:206
  38. msgid "The operation would block, retry later"
  39. msgstr ""
  40. #: src/microhttpd/connection.c:208
  41. msgid "The connection was forcibly closed by remote peer"
  42. msgstr ""
  43. #: src/microhttpd/connection.c:210
  44. msgid "The socket is not connected"
  45. msgstr ""
  46. #: src/microhttpd/connection.c:212
  47. msgid "Not enough system resources to serve the request"
  48. msgstr ""
  49. #: src/microhttpd/connection.c:214
  50. msgid "Bad FD value"
  51. msgstr ""
  52. #: src/microhttpd/connection.c:216
  53. msgid "Argument value is invalid"
  54. msgstr ""
  55. #: src/microhttpd/connection.c:218
  56. msgid "Argument value is not supported"
  57. msgstr ""
  58. #: src/microhttpd/connection.c:220
  59. msgid "The socket is no longer available for sending"
  60. msgstr ""
  61. #: src/microhttpd/connection.c:222
  62. msgid "TLS encryption or decryption error"
  63. msgstr ""
  64. #: src/microhttpd/connection.c:227
  65. msgid "Not an error code"
  66. msgstr ""
  67. #: src/microhttpd/connection.c:230
  68. msgid "Wrong error code value"
  69. msgstr ""
  70. #: src/microhttpd/connection.c:900 src/microhttpd/connection.c:919
  71. #: src/microhttpd/daemon.c:3165 src/microhttpd/daemon.c:3873
  72. #: src/microhttpd/daemon.c:7450
  73. msgid "Failed to remove FD from epoll set.\n"
  74. msgstr ""
  75. #: src/microhttpd/connection.c:1048 src/microhttpd/connection.c:1157
  76. msgid "Closing connection (out of memory)."
  77. msgstr ""
  78. #: src/microhttpd/connection.c:1094
  79. msgid "Closing connection (application reported error generating data)."
  80. msgstr ""
  81. #: src/microhttpd/connection.c:1212
  82. msgid "No callback for the chunked data."
  83. msgstr ""
  84. #: src/microhttpd/connection.c:1230
  85. msgid "Closing connection (application error generating response)."
  86. msgstr ""
  87. #: src/microhttpd/connection.c:1254
  88. msgid "Closing connection (application returned more data than requested)."
  89. msgstr ""
  90. #: src/microhttpd/connection.c:2292
  91. #, c-format
  92. msgid ""
  93. "Error processing request (HTTP response code is %u ('%s')). Closing "
  94. "connection.\n"
  95. msgstr ""
  96. #: src/microhttpd/connection.c:2301
  97. msgid "Too late to send an error response, response is being sent already.\n"
  98. msgstr ""
  99. #: src/microhttpd/connection.c:2307
  100. msgid "Too late for error response."
  101. msgstr ""
  102. #: src/microhttpd/connection.c:2335
  103. msgid "Failed to create error response.\n"
  104. msgstr ""
  105. #: src/microhttpd/connection.c:2351
  106. msgid "Closing connection (failed to queue error response)."
  107. msgstr ""
  108. #: src/microhttpd/connection.c:2383
  109. msgid "Closing connection (failed to create error response header)."
  110. msgstr ""
  111. #: src/microhttpd/connection.c:2435 src/microhttpd/connection.c:3769
  112. #: src/microhttpd/connection.c:3846 src/microhttpd/connection.c:4411
  113. #, c-format
  114. msgid "In function %s handling connection at state: %s\n"
  115. msgstr ""
  116. #: src/microhttpd/connection.c:2678
  117. msgid "Not enough memory in pool to allocate header record!\n"
  118. msgstr ""
  119. #: src/microhttpd/connection.c:2724
  120. msgid "Not enough memory in pool to parse cookies!\n"
  121. msgstr ""
  122. #: src/microhttpd/connection.c:3083 src/microhttpd/connection.c:3322
  123. msgid "Application reported internal error, closing connection."
  124. msgstr ""
  125. #: src/microhttpd/connection.c:3331
  126. msgid "libmicrohttpd API violation.\n"
  127. msgstr ""
  128. #: src/microhttpd/connection.c:3346
  129. msgid ""
  130. "WARNING: incomplete upload processing and connection not suspended may "
  131. "result in hung connection.\n"
  132. msgstr ""
  133. #: src/microhttpd/connection.c:3547
  134. msgid "Received HTTP/1.1 request without `Host' header.\n"
  135. msgstr ""
  136. #: src/microhttpd/connection.c:3594
  137. msgid "Too large value of 'Content-Length' header. Closing connection.\n"
  138. msgstr ""
  139. #: src/microhttpd/connection.c:3605
  140. msgid "Failed to parse `Content-Length' header. Closing connection.\n"
  141. msgstr ""
  142. #: src/microhttpd/connection.c:3718
  143. msgid "Socket has been disconnected when reading request.\n"
  144. msgstr ""
  145. #: src/microhttpd/connection.c:3730
  146. #, c-format
  147. msgid "Connection socket is closed when reading request due to the error: %s\n"
  148. msgstr ""
  149. #: src/microhttpd/connection.c:3748
  150. msgid "Connection was closed by remote side with incomplete request.\n"
  151. msgstr ""
  152. #: src/microhttpd/connection.c:3874
  153. #, c-format
  154. msgid "Failed to send data in request for %s.\n"
  155. msgstr ""
  156. #: src/microhttpd/connection.c:3883
  157. #, c-format
  158. msgid "Sent 100 continue response: `%.*s'\n"
  159. msgstr ""
  160. #: src/microhttpd/connection.c:3960
  161. #, c-format
  162. msgid ""
  163. "Failed to send the response headers for the request for `%s'. Error: %s\n"
  164. msgstr ""
  165. #: src/microhttpd/connection.c:4026
  166. msgid "Data offset exceeds limit.\n"
  167. msgstr ""
  168. #: src/microhttpd/connection.c:4036
  169. #, c-format
  170. msgid "Sent %d-byte DATA response: `%.*s'\n"
  171. msgstr ""
  172. #: src/microhttpd/connection.c:4053
  173. #, c-format
  174. msgid "Failed to send the response body for the request for `%s'. Error: %s\n"
  175. msgstr ""
  176. #: src/microhttpd/connection.c:4085
  177. #, c-format
  178. msgid ""
  179. "Failed to send the chunked response body for the request for `%s'. Error: "
  180. "%s\n"
  181. msgstr ""
  182. #: src/microhttpd/connection.c:4121
  183. #, c-format
  184. msgid "Failed to send the footers for the request for `%s'. Error: %s\n"
  185. msgstr ""
  186. #: src/microhttpd/connection.c:4150
  187. msgid "Internal error.\n"
  188. msgstr ""
  189. #: src/microhttpd/connection.c:4189
  190. #, c-format
  191. msgid "Detected system clock %u milliseconds jump back.\n"
  192. msgstr ""
  193. #: src/microhttpd/connection.c:4196
  194. #, c-format
  195. msgid "Detected too large system clock %<PRIu64> milliseconds jump back.\n"
  196. msgstr ""
  197. #: src/microhttpd/connection.c:4278
  198. msgid ""
  199. "Failed to signal end of connection via inter-thread communication channel.\n"
  200. msgstr ""
  201. #: src/microhttpd/connection.c:4662
  202. msgid "Closing connection (failed to create response header).\n"
  203. msgstr ""
  204. #: src/microhttpd/connection.c:4786
  205. msgid "Closing connection (failed to create response footer)."
  206. msgstr ""
  207. #: src/microhttpd/connection.c:4887 src/microhttpd/daemon.c:2872
  208. #: src/microhttpd/daemon.c:4970 src/microhttpd/daemon.c:5003
  209. #: src/microhttpd/daemon.c:6376 src/microhttpd/daemon.c:6395
  210. #: src/microhttpd/response.c:1805 src/microhttpd/response.c:1831
  211. #, c-format
  212. msgid "Call to epoll_ctl failed: %s\n"
  213. msgstr ""
  214. #: src/microhttpd/connection.c:5027 src/microhttpd/daemon.c:5720
  215. #, c-format
  216. msgid ""
  217. "The specified connection timeout (%u) is too large. Maximum allowed value "
  218. "(%<PRIu64>) will be used instead.\n"
  219. msgstr ""
  220. #: src/microhttpd/connection.c:5096
  221. msgid "Attempted to queue response on wrong thread!\n"
  222. msgstr ""
  223. #: src/microhttpd/connection.c:5119
  224. msgid ""
  225. "Attempted 'upgrade' connection on daemon without MHD_ALLOW_UPGRADE option!\n"
  226. msgstr ""
  227. #: src/microhttpd/connection.c:5128
  228. msgid "Application used invalid status code for 'upgrade' response!\n"
  229. msgstr ""
  230. #: src/microhttpd/connection.c:5137
  231. msgid "Application used invalid response without \"Connection\" header!\n"
  232. msgstr ""
  233. #: src/microhttpd/connection.c:5151
  234. msgid ""
  235. "Application used invalid response without \"upgrade\" token in "
  236. "\"Connection\" header!\n"
  237. msgstr ""
  238. #: src/microhttpd/connection.c:5161
  239. msgid "Connection \"Upgrade\" can be used with HTTP/1.1 connections!\n"
  240. msgstr ""
  241. #: src/microhttpd/connection.c:5173
  242. #, c-format
  243. msgid ""
  244. "Refused wrong status code (%u). HTTP requires three digits status code!\n"
  245. msgstr ""
  246. #: src/microhttpd/connection.c:5185
  247. #, c-format
  248. msgid ""
  249. "Wrong status code (%u) refused. HTTP/1.0 clients do not support 1xx status "
  250. "codes!\n"
  251. msgstr ""
  252. #: src/microhttpd/connection.c:5196
  253. #, c-format
  254. msgid ""
  255. "Wrong status code (%u) refused. HTTP/1.0 reply mode does not support 1xx "
  256. "status codes!\n"
  257. msgstr ""
  258. #: src/microhttpd/connection_https.c:167
  259. msgid "Error: received handshake message out of context.\n"
  260. msgstr ""
  261. #: src/microhttpd/daemon.c:137
  262. #, c-format
  263. msgid "Fatal error in GNU libmicrohttpd %s:%u: %s\n"
  264. msgstr ""
  265. #: src/microhttpd/daemon.c:450
  266. msgid "Failed to add IP connection count node.\n"
  267. msgstr ""
  268. #: src/microhttpd/daemon.c:508
  269. msgid "Failed to find previously-added IP address.\n"
  270. msgstr ""
  271. #: src/microhttpd/daemon.c:514
  272. msgid "Previously-added IP address had counter of zero.\n"
  273. msgstr ""
  274. #: src/microhttpd/daemon.c:566
  275. msgid "Too long trust certificate.\n"
  276. msgstr ""
  277. #: src/microhttpd/daemon.c:578
  278. msgid "Bad trust certificate format.\n"
  279. msgstr ""
  280. #: src/microhttpd/daemon.c:603
  281. msgid "Too long key or certificate.\n"
  282. msgstr ""
  283. #: src/microhttpd/daemon.c:624
  284. msgid ""
  285. "Failed to setup x509 certificate/key: pre 3.X.X version of GnuTLS does not "
  286. "support setting key password.\n"
  287. msgstr ""
  288. #: src/microhttpd/daemon.c:638
  289. #, c-format
  290. msgid "GnuTLS failed to setup x509 certificate/key: %s\n"
  291. msgstr ""
  292. #: src/microhttpd/daemon.c:653
  293. msgid "You need to specify a certificate and key location.\n"
  294. msgstr ""
  295. #: src/microhttpd/daemon.c:683
  296. #, c-format
  297. msgid "Error: invalid credentials type %d specified.\n"
  298. msgstr ""
  299. #: src/microhttpd/daemon.c:1093
  300. #, c-format
  301. msgid "Maximum socket in select set: %d\n"
  302. msgstr ""
  303. #: src/microhttpd/daemon.c:1156
  304. msgid ""
  305. "MHD_get_fdset2() called with except_fd_set set to NULL. Such behavior is "
  306. "unsupported.\n"
  307. msgstr ""
  308. #: src/microhttpd/daemon.c:1374 src/microhttpd/daemon.c:7583
  309. msgid ""
  310. "Initiated daemon shutdown while \"upgraded\" connection was not closed.\n"
  311. msgstr ""
  312. #: src/microhttpd/daemon.c:1388
  313. #, c-format
  314. msgid ""
  315. "Failed to forward to application %<PRIu64> bytes of data received from "
  316. "remote side: application shut down socket.\n"
  317. msgstr ""
  318. #: src/microhttpd/daemon.c:1556
  319. #, c-format
  320. msgid ""
  321. "Failed to forward to remote client %<PRIu64> bytes of data received from "
  322. "application: %s\n"
  323. msgstr ""
  324. #: src/microhttpd/daemon.c:1626
  325. #, c-format
  326. msgid ""
  327. "Failed to forward to application %<PRIu64> bytes of data received from "
  328. "remote side: %s\n"
  329. msgstr ""
  330. #: src/microhttpd/daemon.c:1682
  331. #, c-format
  332. msgid ""
  333. "Failed to forward to remote client %<PRIu64> bytes of data received from "
  334. "application: daemon shut down.\n"
  335. msgstr ""
  336. #: src/microhttpd/daemon.c:1752
  337. msgid "Error preparing select.\n"
  338. msgstr ""
  339. #: src/microhttpd/daemon.c:1787 src/microhttpd/daemon.c:1988
  340. #: src/microhttpd/daemon.c:2126
  341. #, c-format
  342. msgid "Error during select (%d): `%s'\n"
  343. msgstr ""
  344. #: src/microhttpd/daemon.c:1837 src/microhttpd/daemon.c:2009
  345. #: src/microhttpd/daemon.c:2195
  346. #, c-format
  347. msgid "Error during poll: `%s'\n"
  348. msgstr ""
  349. #: src/microhttpd/daemon.c:1972 src/microhttpd/daemon.c:2108
  350. msgid "Failed to add FD to fd_set.\n"
  351. msgstr ""
  352. #: src/microhttpd/daemon.c:2247
  353. msgid "Processing thread terminating. Closing connection.\n"
  354. msgstr ""
  355. #: src/microhttpd/daemon.c:2277
  356. msgid ""
  357. "Failed to signal thread termination via inter-thread communication channel.\n"
  358. msgstr ""
  359. #: src/microhttpd/daemon.c:2359
  360. msgid "Internal server error. This should be impossible.\n"
  361. msgstr ""
  362. #: src/microhttpd/daemon.c:2369 src/microhttpd/daemon.c:2408
  363. msgid "PSK not supported by this server.\n"
  364. msgstr ""
  365. #: src/microhttpd/daemon.c:2384
  366. msgid "PSK authentication failed: gnutls_malloc failed to allocate memory.\n"
  367. msgstr ""
  368. #: src/microhttpd/daemon.c:2393
  369. msgid "PSK authentication failed: PSK too long.\n"
  370. msgstr ""
  371. #: src/microhttpd/daemon.c:2456
  372. #, c-format
  373. msgid "Accepted connection on socket %d.\n"
  374. msgstr ""
  375. #: src/microhttpd/daemon.c:2469 src/microhttpd/daemon.c:2793
  376. msgid "Server reached connection limit. Closing inbound connection.\n"
  377. msgstr ""
  378. #: src/microhttpd/daemon.c:2487
  379. msgid "Connection rejected by application. Closing connection.\n"
  380. msgstr ""
  381. #: src/microhttpd/daemon.c:2505 src/microhttpd/daemon.c:2532
  382. #: src/microhttpd/daemon.c:2777 src/microhttpd/daemon.c:4459
  383. #, c-format
  384. msgid "Error allocating memory: %s\n"
  385. msgstr ""
  386. #: src/microhttpd/daemon.c:2602
  387. msgid "Failed to initialise TLS session.\n"
  388. msgstr ""
  389. #: src/microhttpd/daemon.c:2628
  390. msgid "Failed to set ALPN protocols.\n"
  391. msgstr ""
  392. #: src/microhttpd/daemon.c:2656
  393. #, c-format
  394. msgid "Failed to setup TLS credentials: unknown credential type %d.\n"
  395. msgstr ""
  396. #: src/microhttpd/daemon.c:2666
  397. msgid "Unknown credential type.\n"
  398. msgstr ""
  399. #: src/microhttpd/daemon.c:2693
  400. msgid "TLS connection on non-TLS daemon.\n"
  401. msgstr ""
  402. #: src/microhttpd/daemon.c:2834 src/microhttpd/daemon.c:7236
  403. msgid ""
  404. "Failed to create a new thread because it would have exceeded the system "
  405. "limit on the number of threads or no system resources available.\n"
  406. msgstr ""
  407. #: src/microhttpd/daemon.c:2840
  408. #, c-format
  409. msgid "Failed to create a thread: %s\n"
  410. msgstr ""
  411. #: src/microhttpd/daemon.c:2992
  412. #, c-format
  413. msgid ""
  414. "New connection socket descriptor (%d) is not less than FD_SETSIZE (%d).\n"
  415. msgstr ""
  416. #: src/microhttpd/daemon.c:3009
  417. msgid "Epoll mode supports only non-blocking sockets\n"
  418. msgstr ""
  419. #: src/microhttpd/daemon.c:3046
  420. msgid ""
  421. "Failed to signal new connection via inter-thread communication channel.\n"
  422. msgstr ""
  423. #: src/microhttpd/daemon.c:3091
  424. msgid "Failed to start serving new connection.\n"
  425. msgstr ""
  426. #: src/microhttpd/daemon.c:3223
  427. msgid "Cannot suspend connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n"
  428. msgstr ""
  429. #: src/microhttpd/daemon.c:3230
  430. msgid "Error: connection scheduled for \"upgrade\" cannot be suspended.\n"
  431. msgstr ""
  432. #: src/microhttpd/daemon.c:3254
  433. msgid "Cannot resume connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n"
  434. msgstr ""
  435. #: src/microhttpd/daemon.c:3269 src/microhttpd/daemon.c:3304
  436. msgid "Failed to signal resume via inter-thread communication channel.\n"
  437. msgstr ""
  438. #: src/microhttpd/daemon.c:3447
  439. msgid ""
  440. "Failed to signal resume of connection via inter-thread communication "
  441. "channel.\n"
  442. msgstr ""
  443. #: src/microhttpd/daemon.c:3501
  444. msgid ""
  445. "MHD_add_connection() has been called for daemon started without MHD_USE_ITC "
  446. "flag.\n"
  447. "Daemon will not process newly added connection until any activity occurs in "
  448. "already added sockets.\n"
  449. msgstr ""
  450. #: src/microhttpd/daemon.c:3512
  451. #, c-format
  452. msgid "Failed to set nonblocking mode on new client socket: %s\n"
  453. msgstr ""
  454. #: src/microhttpd/daemon.c:3531
  455. #, c-format
  456. msgid "Failed to suppress SIGPIPE on new client socket: %s\n"
  457. msgstr ""
  458. #: src/microhttpd/daemon.c:3557
  459. msgid "Failed to set noninheritable mode on new client socket.\n"
  460. msgstr ""
  461. #: src/microhttpd/daemon.c:3687
  462. #, c-format
  463. msgid "Error accepting connection: %s\n"
  464. msgstr ""
  465. #: src/microhttpd/daemon.c:3704
  466. msgid ""
  467. "Hit process or system resource limit at FIRST connection. This is really bad "
  468. "as there is no sane way to proceed. Will try busy waiting for system "
  469. "resources to become magically available.\n"
  470. msgstr ""
  471. #: src/microhttpd/daemon.c:3721
  472. #, c-format
  473. msgid ""
  474. "Hit process or system resource limit at %u connections, temporarily "
  475. "suspending accept(). Consider setting a lower MHD_OPTION_CONNECTION_LIMIT.\n"
  476. msgstr ""
  477. #: src/microhttpd/daemon.c:3735
  478. #, c-format
  479. msgid "Failed to set nonblocking mode on incoming connection socket: %s\n"
  480. msgstr ""
  481. #: src/microhttpd/daemon.c:3749
  482. msgid "Failed to set noninheritable mode on incoming connection socket.\n"
  483. msgstr ""
  484. #: src/microhttpd/daemon.c:3761
  485. #, c-format
  486. msgid "Failed to suppress SIGPIPE on incoming connection socket: %s\n"
  487. msgstr ""
  488. #: src/microhttpd/daemon.c:3783
  489. #, c-format
  490. msgid "Accepted connection on socket %d\n"
  491. msgstr ""
  492. #: src/microhttpd/daemon.c:3828 src/microhttpd/daemon.c:7624
  493. #: src/microhttpd/daemon.c:7656 src/microhttpd/daemon.c:7689
  494. #: src/microhttpd/daemon.c:7795
  495. msgid "Failed to join a thread.\n"
  496. msgstr ""
  497. #: src/microhttpd/daemon.c:3952
  498. msgid "Illegal call to MHD_get_timeout.\n"
  499. msgstr ""
  500. #: src/microhttpd/daemon.c:4186
  501. msgid ""
  502. "MHD_run_from_select() called with except_fd_set set to NULL. Such behavior "
  503. "is deprecated.\n"
  504. msgstr ""
  505. #: src/microhttpd/daemon.c:4267
  506. msgid "Could not obtain daemon fdsets.\n"
  507. msgstr ""
  508. #: src/microhttpd/daemon.c:4284
  509. msgid "Could not add listen socket to fdset.\n"
  510. msgstr ""
  511. #: src/microhttpd/daemon.c:4319
  512. msgid "Could not add control inter-thread communication channel FD to fdset.\n"
  513. msgstr ""
  514. #: src/microhttpd/daemon.c:4395
  515. #, c-format
  516. msgid "select failed: %s\n"
  517. msgstr ""
  518. #: src/microhttpd/daemon.c:4535 src/microhttpd/daemon.c:4689
  519. #, c-format
  520. msgid "poll failed: %s\n"
  521. msgstr ""
  522. #: src/microhttpd/daemon.c:4832 src/microhttpd/daemon.c:5057
  523. #, c-format
  524. msgid "Call to epoll_wait failed: %s\n"
  525. msgstr ""
  526. #: src/microhttpd/daemon.c:5022 src/microhttpd/daemon.c:5577
  527. msgid "Failed to remove listen FD from epoll set.\n"
  528. msgstr ""
  529. #: src/microhttpd/daemon.c:5422
  530. #, c-format
  531. msgid "Failed to block SIGPIPE on daemon thread: %s\n"
  532. msgstr ""
  533. #: src/microhttpd/daemon.c:5558
  534. msgid "Using MHD_quiesce_daemon in this mode requires MHD_USE_ITC.\n"
  535. msgstr ""
  536. #: src/microhttpd/daemon.c:5586
  537. msgid "Failed to signal quiesce via inter-thread communication channel.\n"
  538. msgstr ""
  539. #: src/microhttpd/daemon.c:5609
  540. msgid "failed to signal quiesce via inter-thread communication channel.\n"
  541. msgstr ""
  542. #: src/microhttpd/daemon.c:5771
  543. msgid ""
  544. "Warning: Zero size, specified for thread pool size, is ignored. Thread pool "
  545. "is not used.\n"
  546. msgstr ""
  547. #: src/microhttpd/daemon.c:5780
  548. msgid ""
  549. "Warning: \"1\", specified for thread pool size, is ignored. Thread pool is "
  550. "not used.\n"
  551. msgstr ""
  552. #: src/microhttpd/daemon.c:5794
  553. #, c-format
  554. msgid "Specified thread pool size (%u) too big.\n"
  555. msgstr ""
  556. #: src/microhttpd/daemon.c:5806
  557. msgid ""
  558. "MHD_OPTION_THREAD_POOL_SIZE option is specified but "
  559. "MHD_USE_INTERNAL_POLLING_THREAD flag is not specified.\n"
  560. msgstr ""
  561. #: src/microhttpd/daemon.c:5815
  562. msgid ""
  563. "Both MHD_OPTION_THREAD_POOL_SIZE option and MHD_USE_THREAD_PER_CONNECTION "
  564. "flag are specified.\n"
  565. msgstr ""
  566. #: src/microhttpd/daemon.c:5833 src/microhttpd/daemon.c:5846
  567. #: src/microhttpd/daemon.c:5859 src/microhttpd/daemon.c:5872
  568. #: src/microhttpd/daemon.c:5924 src/microhttpd/daemon.c:5954
  569. #: src/microhttpd/daemon.c:5975 src/microhttpd/daemon.c:5997
  570. #: src/microhttpd/daemon.c:6265
  571. #, c-format
  572. msgid "MHD HTTPS option %d passed to MHD but MHD_USE_TLS not set.\n"
  573. msgstr ""
  574. #: src/microhttpd/daemon.c:5892
  575. msgid "Error initializing DH parameters.\n"
  576. msgstr ""
  577. #: src/microhttpd/daemon.c:5902
  578. msgid "Diffie-Hellman parameters string too long.\n"
  579. msgstr ""
  580. #: src/microhttpd/daemon.c:5913
  581. msgid "Bad Diffie-Hellman parameters format.\n"
  582. msgstr ""
  583. #: src/microhttpd/daemon.c:5942
  584. #, c-format
  585. msgid "Setting priorities to `%s' failed: %s\n"
  586. msgstr ""
  587. #: src/microhttpd/daemon.c:5963
  588. msgid ""
  589. "MHD_OPTION_HTTPS_CERT_CALLBACK requires building MHD with GnuTLS >= 3.0.\n"
  590. msgstr ""
  591. #: src/microhttpd/daemon.c:5985
  592. msgid ""
  593. "MHD_OPTION_HTTPS_CERT_CALLBACK2 requires building MHD with GnuTLS >= 3.6.3.\n"
  594. msgstr ""
  595. #: src/microhttpd/daemon.c:6020
  596. msgid ""
  597. "MHD_OPTION_LISTEN_SOCKET specified for daemon with MHD_USE_NO_LISTEN_SOCKET "
  598. "flag set.\n"
  599. msgstr ""
  600. #: src/microhttpd/daemon.c:6058
  601. msgid ""
  602. "MHD_OPTION_EXTERNAL_LOGGER is not the first option specified for the daemon. "
  603. "Some messages may be printed by the standard MHD logger.\n"
  604. msgstr ""
  605. #: src/microhttpd/daemon.c:6083
  606. msgid "TCP fastopen is not supported on this platform.\n"
  607. msgstr ""
  608. #: src/microhttpd/daemon.c:6102
  609. msgid ""
  610. "Flag MHD_USE_PEDANTIC_CHECKS is ignored because another behavior is "
  611. "specified by MHD_OPTION_STRICT_CLIENT.\n"
  612. msgstr ""
  613. #: src/microhttpd/daemon.c:6240
  614. #, c-format
  615. msgid "MHD HTTPS option %d passed to MHD compiled without GNUtls >= 3.\n"
  616. msgstr ""
  617. #: src/microhttpd/daemon.c:6279
  618. #, c-format
  619. msgid "MHD HTTPS option %d passed to MHD compiled without HTTPS support.\n"
  620. msgstr ""
  621. #: src/microhttpd/daemon.c:6286
  622. #, c-format
  623. msgid "Invalid option %d! (Did you terminate the list with MHD_OPTION_END?).\n"
  624. msgstr ""
  625. #: src/microhttpd/daemon.c:6316
  626. #, c-format
  627. msgid "Call to epoll_create1 failed: %s\n"
  628. msgstr ""
  629. #: src/microhttpd/daemon.c:6326
  630. msgid "Failed to set noninheritable mode on epoll FD.\n"
  631. msgstr ""
  632. #: src/microhttpd/daemon.c:6633
  633. msgid ""
  634. "Warning: MHD_USE_THREAD_PER_CONNECTION must be used only with "
  635. "MHD_USE_INTERNAL_POLLING_THREAD. Flag MHD_USE_INTERNAL_POLLING_THREAD was "
  636. "added. Consider setting MHD_USE_INTERNAL_POLLING_THREAD explicitly.\n"
  637. msgstr ""
  638. #: src/microhttpd/daemon.c:6647
  639. msgid "Using debug build of libmicrohttpd.\n"
  640. msgstr ""
  641. #: src/microhttpd/daemon.c:6661
  642. #, c-format
  643. msgid "Failed to create inter-thread communication channel: %s\n"
  644. msgstr ""
  645. #: src/microhttpd/daemon.c:6678
  646. msgid ""
  647. "file descriptor for inter-thread communication channel exceeds maximum "
  648. "value.\n"
  649. msgstr ""
  650. #: src/microhttpd/daemon.c:6698
  651. msgid "Specified value for NC_SIZE too large.\n"
  652. msgstr ""
  653. #: src/microhttpd/daemon.c:6712
  654. #, c-format
  655. msgid "Failed to allocate memory for nonce-nc map: %s\n"
  656. msgstr ""
  657. #: src/microhttpd/daemon.c:6729
  658. msgid "MHD failed to initialize nonce-nc mutex.\n"
  659. msgstr ""
  660. #: src/microhttpd/daemon.c:6750
  661. msgid "MHD thread polling only works with MHD_USE_INTERNAL_POLLING_THREAD.\n"
  662. msgstr ""
  663. #: src/microhttpd/daemon.c:6774
  664. #, c-format
  665. msgid "Failed to create socket for listening: %s\n"
  666. msgstr ""
  667. #: src/microhttpd/daemon.c:6795 src/microhttpd/daemon.c:6814
  668. #: src/microhttpd/daemon.c:6837 src/microhttpd/daemon.c:6875
  669. #: src/microhttpd/daemon.c:6952 src/microhttpd/daemon.c:6983
  670. #, c-format
  671. msgid "setsockopt failed: %s\n"
  672. msgstr ""
  673. #: src/microhttpd/daemon.c:6848
  674. msgid "Cannot allow listening address reuse: SO_REUSEPORT not defined.\n"
  675. msgstr ""
  676. #: src/microhttpd/daemon.c:6884
  677. msgid ""
  678. "Cannot disallow listening address reuse: SO_EXCLUSIVEADDRUSE not defined.\n"
  679. msgstr ""
  680. #: src/microhttpd/daemon.c:6963
  681. #, c-format
  682. msgid "Failed to bind to port %u: %s\n"
  683. msgstr ""
  684. #: src/microhttpd/daemon.c:6994
  685. #, c-format
  686. msgid "Failed to listen for connections: %s\n"
  687. msgstr ""
  688. #: src/microhttpd/daemon.c:7025
  689. #, c-format
  690. msgid "Failed to get listen port number: %s\n"
  691. msgstr ""
  692. #: src/microhttpd/daemon.c:7036
  693. msgid ""
  694. "Failed to get listen port number (`struct sockaddr_storage` too small!?).\n"
  695. msgstr ""
  696. #: src/microhttpd/daemon.c:7077
  697. msgid "Unknown address family!\n"
  698. msgstr ""
  699. #: src/microhttpd/daemon.c:7092
  700. #, c-format
  701. msgid "Failed to set nonblocking mode on listening socket: %s\n"
  702. msgstr ""
  703. #: src/microhttpd/daemon.c:7117
  704. #, c-format
  705. msgid "Listen socket descriptor (%d) is not less than FD_SETSIZE (%d).\n"
  706. msgstr ""
  707. #: src/microhttpd/daemon.c:7141
  708. msgid ""
  709. "Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_EPOLL is not supported.\n"
  710. msgstr ""
  711. #: src/microhttpd/daemon.c:7155 src/microhttpd/daemon.c:7165
  712. msgid "MHD failed to initialize IP connection limit mutex.\n"
  713. msgstr ""
  714. #: src/microhttpd/daemon.c:7183
  715. msgid "Failed to initialize TLS support.\n"
  716. msgstr ""
  717. #: src/microhttpd/daemon.c:7216 src/microhttpd/daemon.c:7293
  718. #: src/microhttpd/daemon.c:7400
  719. msgid "Failed to initialise mutex.\n"
  720. msgstr ""
  721. #: src/microhttpd/daemon.c:7242
  722. #, c-format
  723. msgid "Failed to create listen thread: %s\n"
  724. msgstr ""
  725. #: src/microhttpd/daemon.c:7304
  726. #, c-format
  727. msgid "Failed to create worker inter-thread communication channel: %s\n"
  728. msgstr ""
  729. #: src/microhttpd/daemon.c:7317
  730. msgid ""
  731. "File descriptor for worker inter-thread communication channel exceeds "
  732. "maximum value.\n"
  733. msgstr ""
  734. #: src/microhttpd/daemon.c:7355
  735. msgid "MHD failed to initialize cleanup connection mutex.\n"
  736. msgstr ""
  737. #: src/microhttpd/daemon.c:7374
  738. msgid ""
  739. "Failed to create a new pool thread because it would have exceeded the system "
  740. "limit on the number of threads or no system resources available.\n"
  741. msgstr ""
  742. #: src/microhttpd/daemon.c:7380
  743. #, c-format
  744. msgid "Failed to create pool thread: %s\n"
  745. msgstr ""
  746. #: src/microhttpd/daemon.c:7569 src/microhttpd/daemon.c:7602
  747. msgid "MHD_stop_daemon() called while we have suspended connections.\n"
  748. msgstr ""
  749. #: src/microhttpd/daemon.c:7641 src/microhttpd/daemon.c:7739
  750. #: src/microhttpd/daemon.c:7777
  751. msgid "Failed to signal shutdown via inter-thread communication channel.\n"
  752. msgstr ""
  753. #: src/microhttpd/daemon.c:7714
  754. msgid "MHD_stop_daemon() was called twice."
  755. msgstr ""
  756. #: src/microhttpd/daemon.c:8242
  757. msgid "Failed to initialize winsock.\n"
  758. msgstr ""
  759. #: src/microhttpd/daemon.c:8245
  760. msgid "Winsock version 2.2 is not available.\n"
  761. msgstr ""
  762. #: src/microhttpd/daemon.c:8253 src/microhttpd/daemon.c:8257
  763. msgid "Failed to initialise multithreading in libgcrypt.\n"
  764. msgstr ""
  765. #: src/microhttpd/daemon.c:8263
  766. msgid "libgcrypt is too old. MHD was compiled for libgcrypt 1.6.0 or newer.\n"
  767. msgstr ""
  768. #: src/microhttpd/digestauth.c:605
  769. msgid ""
  770. "Stale nonce received. If this happens a lot, you should probably increase "
  771. "the size of the nonce array.\n"
  772. msgstr ""
  773. #: src/microhttpd/digestauth.c:807
  774. msgid "Failed to allocate memory for copy of URI arguments.\n"
  775. msgstr ""
  776. #: src/microhttpd/digestauth.c:951
  777. msgid "Authentication failed, invalid timestamp format.\n"
  778. msgstr ""
  779. #: src/microhttpd/digestauth.c:1013
  780. msgid "Authentication failed, invalid format.\n"
  781. msgstr ""
  782. #: src/microhttpd/digestauth.c:1023
  783. msgid "Authentication failed, invalid nc format.\n"
  784. msgstr ""
  785. #: src/microhttpd/digestauth.c:1049
  786. msgid "Failed to allocate memory for auth header processing.\n"
  787. msgstr ""
  788. #: src/microhttpd/digestauth.c:1109
  789. msgid "Authentication failed, URI does not match.\n"
  790. msgstr ""
  791. #: src/microhttpd/digestauth.c:1128
  792. msgid "Authentication failed, arguments do not match.\n"
  793. msgstr ""
  794. #: src/microhttpd/digestauth.c:1290
  795. msgid "Digest size mismatch.\n"
  796. msgstr ""
  797. #: src/microhttpd/digestauth.c:1383
  798. msgid "Could not register nonce (is the nonce array size zero?).\n"
  799. msgstr ""
  800. #: src/microhttpd/digestauth.c:1408
  801. msgid "Failed to allocate memory for auth response header.\n"
  802. msgstr ""
  803. #: src/microhttpd/digestauth.c:1450
  804. msgid "Failed to add Digest auth header.\n"
  805. msgstr ""
  806. #: src/microhttpd/internal.h:105
  807. msgid "Failed to close FD.\n"
  808. msgstr ""
  809. #: src/microhttpd/mhd_itc.h:357
  810. msgid "Failed to destroy ITC.\n"
  811. msgstr ""
  812. #: src/microhttpd/mhd_locks.h:127
  813. msgid "Failed to destroy mutex.\n"
  814. msgstr ""
  815. #: src/microhttpd/mhd_locks.h:160
  816. msgid "Failed to lock mutex.\n"
  817. msgstr ""
  818. #: src/microhttpd/mhd_locks.h:186
  819. msgid "Failed to unlock mutex.\n"
  820. msgstr ""
  821. #: src/microhttpd/mhd_send.c:202 src/microhttpd/mhd_send.c:271
  822. #, c-format
  823. msgid "Setting %s option to %s state failed for TCP/IP socket %d: %s\n"
  824. msgstr ""
  825. #: src/microhttpd/mhd_send.c:205 src/microhttpd/mhd_send.c:217
  826. #: src/microhttpd/mhd_send.c:278 src/microhttpd/mhd_send.c:294
  827. msgid "ON"
  828. msgstr ""
  829. #: src/microhttpd/mhd_send.c:205 src/microhttpd/mhd_send.c:217
  830. #: src/microhttpd/mhd_send.c:278 src/microhttpd/mhd_send.c:294
  831. msgid "OFF"
  832. msgstr ""
  833. #: src/microhttpd/mhd_send.c:215 src/microhttpd/mhd_send.c:288
  834. #, c-format
  835. msgid "Setting %s option to %s state failed: %s\n"
  836. msgstr ""
  837. #: src/microhttpd/mhd_send.c:558
  838. #, c-format
  839. msgid "Zero-send failed: %s\n"
  840. msgstr ""
  841. #: src/microhttpd/mhd_send.c:740
  842. msgid ""
  843. "Failed to push the data from buffers to the network. Client may experience "
  844. "some delay (usually in range 200ms - 5 sec).\n"
  845. msgstr ""
  846. #: src/microhttpd/mhd_sockets.h:345
  847. msgid "Close socket failed.\n"
  848. msgstr ""
  849. #: src/microhttpd/response.c:1651
  850. msgid ""
  851. "Invalid response for upgrade: application failed to set the 'Upgrade' "
  852. "header!\n"
  853. msgstr ""
  854. #: src/microhttpd/response.c:1695
  855. msgid "Failed to make loopback sockets non-blocking.\n"
  856. msgstr ""
  857. #: src/microhttpd/response.c:1714
  858. msgid "Failed to set SO_NOSIGPIPE on loopback sockets.\n"
  859. msgstr ""
  860. #: src/microhttpd/response.c:1734
  861. #, c-format
  862. msgid "Socketpair descriptor larger than FD_SETSIZE: %d > %d\n"
  863. msgstr ""
  864. #: src/microhttpd/response.c:1828
  865. msgid "Error cleaning up while handling epoll error.\n"
  866. msgstr ""