2
0

libmicrohttpd.pot 17 KB

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