libmicrohttpd.pot 27 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054
  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.75\n"
  10. "Report-Msgid-Bugs-To: libmicrohttpd@gnu.org\n"
  11. "POT-Creation-Date: 2021-12-26 20:30+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/connection_https.c:167
  20. msgid "Error: received handshake message out of context.\n"
  21. msgstr ""
  22. #: src/microhttpd/mhd_locks.h:127
  23. msgid "Failed to destroy mutex.\n"
  24. msgstr ""
  25. #: src/microhttpd/mhd_locks.h:160
  26. msgid "Failed to lock mutex.\n"
  27. msgstr ""
  28. #: src/microhttpd/mhd_locks.h:186
  29. msgid "Failed to unlock mutex.\n"
  30. msgstr ""
  31. #: src/microhttpd/internal.h:105
  32. msgid "Failed to close FD.\n"
  33. msgstr ""
  34. #: src/microhttpd/digestauth.c:605
  35. msgid ""
  36. "Stale nonce received. If this happens a lot, you should probably increase "
  37. "the size of the nonce array.\n"
  38. msgstr ""
  39. #: src/microhttpd/digestauth.c:807
  40. msgid "Failed to allocate memory for copy of URI arguments.\n"
  41. msgstr ""
  42. #: src/microhttpd/digestauth.c:951
  43. msgid "Authentication failed, invalid timestamp format.\n"
  44. msgstr ""
  45. #: src/microhttpd/digestauth.c:1013
  46. msgid "Authentication failed, invalid format.\n"
  47. msgstr ""
  48. #: src/microhttpd/digestauth.c:1023
  49. msgid "Authentication failed, invalid nc format.\n"
  50. msgstr ""
  51. #: src/microhttpd/digestauth.c:1049
  52. msgid "Failed to allocate memory for auth header processing.\n"
  53. msgstr ""
  54. #: src/microhttpd/digestauth.c:1109
  55. msgid "Authentication failed, URI does not match.\n"
  56. msgstr ""
  57. #: src/microhttpd/digestauth.c:1128
  58. msgid "Authentication failed, arguments do not match.\n"
  59. msgstr ""
  60. #: src/microhttpd/digestauth.c:1290
  61. msgid "Digest size mismatch.\n"
  62. msgstr ""
  63. #: src/microhttpd/digestauth.c:1383
  64. msgid "Could not register nonce (is the nonce array size zero?).\n"
  65. msgstr ""
  66. #: src/microhttpd/digestauth.c:1408
  67. msgid "Failed to allocate memory for auth response header.\n"
  68. msgstr ""
  69. #: src/microhttpd/digestauth.c:1450
  70. msgid "Failed to add Digest auth header.\n"
  71. msgstr ""
  72. #: src/microhttpd/daemon.c:137
  73. #, c-format
  74. msgid "Fatal error in GNU libmicrohttpd %s:%u: %s\n"
  75. msgstr ""
  76. #: src/microhttpd/daemon.c:450
  77. msgid "Failed to add IP connection count node.\n"
  78. msgstr ""
  79. #: src/microhttpd/daemon.c:508
  80. msgid "Failed to find previously-added IP address.\n"
  81. msgstr ""
  82. #: src/microhttpd/daemon.c:514
  83. msgid "Previously-added IP address had counter of zero.\n"
  84. msgstr ""
  85. #: src/microhttpd/daemon.c:566
  86. msgid "Too long trust certificate.\n"
  87. msgstr ""
  88. #: src/microhttpd/daemon.c:578
  89. msgid "Bad trust certificate format.\n"
  90. msgstr ""
  91. #: src/microhttpd/daemon.c:603
  92. msgid "Too long key or certificate.\n"
  93. msgstr ""
  94. #: src/microhttpd/daemon.c:624
  95. msgid ""
  96. "Failed to setup x509 certificate/key: pre 3.X.X version of GnuTLS does not "
  97. "support setting key password.\n"
  98. msgstr ""
  99. #: src/microhttpd/daemon.c:638
  100. #, c-format
  101. msgid "GnuTLS failed to setup x509 certificate/key: %s\n"
  102. msgstr ""
  103. #: src/microhttpd/daemon.c:653
  104. msgid "You need to specify a certificate and key location.\n"
  105. msgstr ""
  106. #: src/microhttpd/daemon.c:683
  107. #, c-format
  108. msgid "Error: invalid credentials type %d specified.\n"
  109. msgstr ""
  110. #: src/microhttpd/daemon.c:1093
  111. #, c-format
  112. msgid "Maximum socket in select set: %d\n"
  113. msgstr ""
  114. #: src/microhttpd/daemon.c:1156
  115. msgid ""
  116. "MHD_get_fdset2() called with except_fd_set set to NULL. Such behavior is "
  117. "unsupported.\n"
  118. msgstr ""
  119. #: src/microhttpd/daemon.c:1373 src/microhttpd/daemon.c:7532
  120. msgid ""
  121. "Initiated daemon shutdown while \"upgraded\" connection was not closed.\n"
  122. msgstr ""
  123. #: src/microhttpd/daemon.c:1387
  124. #, c-format
  125. msgid ""
  126. "Failed to forward to application %<PRIu64> bytes of data received from "
  127. "remote side: application shut down socket.\n"
  128. msgstr ""
  129. #: src/microhttpd/daemon.c:1555
  130. #, c-format
  131. msgid ""
  132. "Failed to forward to remote client %<PRIu64> bytes of data received from "
  133. "application: %s\n"
  134. msgstr ""
  135. #: src/microhttpd/daemon.c:1625
  136. #, c-format
  137. msgid ""
  138. "Failed to forward to application %<PRIu64> bytes of data received from "
  139. "remote side: %s\n"
  140. msgstr ""
  141. #: src/microhttpd/daemon.c:1681
  142. #, c-format
  143. msgid ""
  144. "Failed to forward to remote client %<PRIu64> bytes of data received from "
  145. "application: daemon shut down.\n"
  146. msgstr ""
  147. #: src/microhttpd/daemon.c:1751
  148. msgid "Error preparing select.\n"
  149. msgstr ""
  150. #: src/microhttpd/daemon.c:1786 src/microhttpd/daemon.c:1988
  151. #: src/microhttpd/daemon.c:2126
  152. #, c-format
  153. msgid "Error during select (%d): `%s'\n"
  154. msgstr ""
  155. #: src/microhttpd/daemon.c:1836 src/microhttpd/daemon.c:2009
  156. #: src/microhttpd/daemon.c:2195
  157. #, c-format
  158. msgid "Error during poll: `%s'\n"
  159. msgstr ""
  160. #: src/microhttpd/daemon.c:1972 src/microhttpd/daemon.c:2108
  161. msgid "Failed to add FD to fd_set.\n"
  162. msgstr ""
  163. #: src/microhttpd/daemon.c:2247
  164. msgid "Processing thread terminating. Closing connection.\n"
  165. msgstr ""
  166. #: src/microhttpd/daemon.c:2277
  167. msgid ""
  168. "Failed to signal thread termination via inter-thread communication channel.\n"
  169. msgstr ""
  170. #: src/microhttpd/daemon.c:2359
  171. msgid "Internal server error. This should be impossible.\n"
  172. msgstr ""
  173. #: src/microhttpd/daemon.c:2369 src/microhttpd/daemon.c:2408
  174. msgid "PSK not supported by this server.\n"
  175. msgstr ""
  176. #: src/microhttpd/daemon.c:2384
  177. msgid "PSK authentication failed: gnutls_malloc failed to allocate memory.\n"
  178. msgstr ""
  179. #: src/microhttpd/daemon.c:2393
  180. msgid "PSK authentication failed: PSK too long.\n"
  181. msgstr ""
  182. #: src/microhttpd/daemon.c:2456
  183. #, c-format
  184. msgid "Accepted connection on socket %d.\n"
  185. msgstr ""
  186. #: src/microhttpd/daemon.c:2469 src/microhttpd/daemon.c:2790
  187. msgid "Server reached connection limit. Closing inbound connection.\n"
  188. msgstr ""
  189. #: src/microhttpd/daemon.c:2487
  190. msgid "Connection rejected by application. Closing connection.\n"
  191. msgstr ""
  192. #: src/microhttpd/daemon.c:2505 src/microhttpd/daemon.c:2532
  193. #: src/microhttpd/daemon.c:2774 src/microhttpd/daemon.c:4413
  194. #, c-format
  195. msgid "Error allocating memory: %s\n"
  196. msgstr ""
  197. #: src/microhttpd/daemon.c:2602
  198. msgid "Failed to initialise TLS session.\n"
  199. msgstr ""
  200. #: src/microhttpd/daemon.c:2628
  201. msgid "Failed to set ALPN protocols.\n"
  202. msgstr ""
  203. #: src/microhttpd/daemon.c:2656
  204. #, c-format
  205. msgid "Failed to setup TLS credentials: unknown credential type %d.\n"
  206. msgstr ""
  207. #: src/microhttpd/daemon.c:2666
  208. msgid "Unknown credential type.\n"
  209. msgstr ""
  210. #: src/microhttpd/daemon.c:2693
  211. msgid "TLS connection on non-TLS daemon.\n"
  212. msgstr ""
  213. #: src/microhttpd/daemon.c:2831 src/microhttpd/daemon.c:7189
  214. msgid ""
  215. "Failed to create a new thread because it would have exceeded the system "
  216. "limit on the number of threads or no system resources available.\n"
  217. msgstr ""
  218. #: src/microhttpd/daemon.c:2837
  219. #, c-format
  220. msgid "Failed to create a thread: %s\n"
  221. msgstr ""
  222. #: src/microhttpd/daemon.c:2869 src/microhttpd/daemon.c:4924
  223. #: src/microhttpd/daemon.c:4957 src/microhttpd/daemon.c:6330
  224. #: src/microhttpd/daemon.c:6349 src/microhttpd/connection.c:4908
  225. #: src/microhttpd/response.c:1787 src/microhttpd/response.c:1813
  226. #, c-format
  227. msgid "Call to epoll_ctl failed: %s\n"
  228. msgstr ""
  229. #: src/microhttpd/daemon.c:2989
  230. #, c-format
  231. msgid ""
  232. "New connection socket descriptor (%d) is not less than FD_SETSIZE (%d).\n"
  233. msgstr ""
  234. #: src/microhttpd/daemon.c:3006
  235. msgid "Epoll mode supports only non-blocking sockets\n"
  236. msgstr ""
  237. #: src/microhttpd/daemon.c:3043
  238. msgid ""
  239. "Failed to signal new connection via inter-thread communication channel.\n"
  240. msgstr ""
  241. #: src/microhttpd/daemon.c:3088
  242. msgid "Failed to start serving new connection.\n"
  243. msgstr ""
  244. #: src/microhttpd/daemon.c:3162 src/microhttpd/daemon.c:3832
  245. #: src/microhttpd/daemon.c:7399 src/microhttpd/connection.c:899
  246. #: src/microhttpd/connection.c:918
  247. msgid "Failed to remove FD from epoll set.\n"
  248. msgstr ""
  249. #: src/microhttpd/daemon.c:3220
  250. msgid "Cannot suspend connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n"
  251. msgstr ""
  252. #: src/microhttpd/daemon.c:3227
  253. msgid "Error: connection scheduled for \"upgrade\" cannot be suspended.\n"
  254. msgstr ""
  255. #: src/microhttpd/daemon.c:3251
  256. msgid "Cannot resume connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n"
  257. msgstr ""
  258. #: src/microhttpd/daemon.c:3266
  259. msgid "Failed to signal resume via inter-thread communication channel.\n"
  260. msgstr ""
  261. #: src/microhttpd/daemon.c:3406
  262. msgid ""
  263. "Failed to signal resume of connection via inter-thread communication "
  264. "channel.\n"
  265. msgstr ""
  266. #: src/microhttpd/daemon.c:3460
  267. msgid ""
  268. "MHD_add_connection() has been called for daemon started without MHD_USE_ITC "
  269. "flag.\n"
  270. "Daemon will not process newly added connection until any activity occurs in "
  271. "already added sockets.\n"
  272. msgstr ""
  273. #: src/microhttpd/daemon.c:3471
  274. #, c-format
  275. msgid "Failed to set nonblocking mode on new client socket: %s\n"
  276. msgstr ""
  277. #: src/microhttpd/daemon.c:3490
  278. #, c-format
  279. msgid "Failed to suppress SIGPIPE on new client socket: %s\n"
  280. msgstr ""
  281. #: src/microhttpd/daemon.c:3516
  282. msgid "Failed to set noninheritable mode on new client socket.\n"
  283. msgstr ""
  284. #: src/microhttpd/daemon.c:3646
  285. #, c-format
  286. msgid "Error accepting connection: %s\n"
  287. msgstr ""
  288. #: src/microhttpd/daemon.c:3663
  289. msgid ""
  290. "Hit process or system resource limit at FIRST connection. This is really bad "
  291. "as there is no sane way to proceed. Will try busy waiting for system "
  292. "resources to become magically available.\n"
  293. msgstr ""
  294. #: src/microhttpd/daemon.c:3680
  295. #, c-format
  296. msgid ""
  297. "Hit process or system resource limit at %u connections, temporarily "
  298. "suspending accept(). Consider setting a lower MHD_OPTION_CONNECTION_LIMIT.\n"
  299. msgstr ""
  300. #: src/microhttpd/daemon.c:3694
  301. #, c-format
  302. msgid "Failed to set nonblocking mode on incoming connection socket: %s\n"
  303. msgstr ""
  304. #: src/microhttpd/daemon.c:3708
  305. msgid "Failed to set noninheritable mode on incoming connection socket.\n"
  306. msgstr ""
  307. #: src/microhttpd/daemon.c:3720
  308. #, c-format
  309. msgid "Failed to suppress SIGPIPE on incoming connection socket: %s\n"
  310. msgstr ""
  311. #: src/microhttpd/daemon.c:3742
  312. #, c-format
  313. msgid "Accepted connection on socket %d\n"
  314. msgstr ""
  315. #: src/microhttpd/daemon.c:3787 src/microhttpd/daemon.c:7573
  316. #: src/microhttpd/daemon.c:7605 src/microhttpd/daemon.c:7638
  317. #: src/microhttpd/daemon.c:7744
  318. msgid "Failed to join a thread.\n"
  319. msgstr ""
  320. #: src/microhttpd/daemon.c:3911
  321. msgid "Illegal call to MHD_get_timeout.\n"
  322. msgstr ""
  323. #: src/microhttpd/daemon.c:4142
  324. msgid ""
  325. "MHD_run_from_select() called with except_fd_set set to NULL. Such behavior "
  326. "is deprecated.\n"
  327. msgstr ""
  328. #: src/microhttpd/daemon.c:4223
  329. msgid "Could not obtain daemon fdsets.\n"
  330. msgstr ""
  331. #: src/microhttpd/daemon.c:4240
  332. msgid "Could not add listen socket to fdset.\n"
  333. msgstr ""
  334. #: src/microhttpd/daemon.c:4269
  335. msgid "Could not add control inter-thread communication channel FD to fdset.\n"
  336. msgstr ""
  337. #: src/microhttpd/daemon.c:4349
  338. #, c-format
  339. msgid "select failed: %s\n"
  340. msgstr ""
  341. #: src/microhttpd/daemon.c:4489 src/microhttpd/daemon.c:4643
  342. #, c-format
  343. msgid "poll failed: %s\n"
  344. msgstr ""
  345. #: src/microhttpd/daemon.c:4786 src/microhttpd/daemon.c:5011
  346. #, c-format
  347. msgid "Call to epoll_wait failed: %s\n"
  348. msgstr ""
  349. #: src/microhttpd/daemon.c:4976 src/microhttpd/daemon.c:5531
  350. msgid "Failed to remove listen FD from epoll set.\n"
  351. msgstr ""
  352. #: src/microhttpd/daemon.c:5376
  353. #, c-format
  354. msgid "Failed to block SIGPIPE on daemon thread: %s\n"
  355. msgstr ""
  356. #: src/microhttpd/daemon.c:5512
  357. msgid "Using MHD_quiesce_daemon in this mode requires MHD_USE_ITC.\n"
  358. msgstr ""
  359. #: src/microhttpd/daemon.c:5540
  360. msgid "Failed to signal quiesce via inter-thread communication channel.\n"
  361. msgstr ""
  362. #: src/microhttpd/daemon.c:5563
  363. msgid "failed to signal quiesce via inter-thread communication channel.\n"
  364. msgstr ""
  365. #: src/microhttpd/daemon.c:5675 src/microhttpd/connection.c:5048
  366. #, c-format
  367. msgid ""
  368. "The specified connection timeout (%u) is too large. Maximum allowed value "
  369. "(%<PRIu64>) will be used instead.\n"
  370. msgstr ""
  371. #: src/microhttpd/daemon.c:5726
  372. msgid ""
  373. "Warning: Zero size, specified for thread pool size, is ignored. Thread pool "
  374. "is not used.\n"
  375. msgstr ""
  376. #: src/microhttpd/daemon.c:5735
  377. msgid ""
  378. "Warning: \"1\", specified for thread pool size, is ignored. Thread pool is "
  379. "not used.\n"
  380. msgstr ""
  381. #: src/microhttpd/daemon.c:5749
  382. #, c-format
  383. msgid "Specified thread pool size (%u) too big.\n"
  384. msgstr ""
  385. #: src/microhttpd/daemon.c:5761
  386. msgid ""
  387. "MHD_OPTION_THREAD_POOL_SIZE option is specified but "
  388. "MHD_USE_INTERNAL_POLLING_THREAD flag is not specified.\n"
  389. msgstr ""
  390. #: src/microhttpd/daemon.c:5770
  391. msgid ""
  392. "Both MHD_OPTION_THREAD_POOL_SIZE option and MHD_USE_THREAD_PER_CONNECTION "
  393. "flag are specified.\n"
  394. msgstr ""
  395. #: src/microhttpd/daemon.c:5788 src/microhttpd/daemon.c:5801
  396. #: src/microhttpd/daemon.c:5814 src/microhttpd/daemon.c:5827
  397. #: src/microhttpd/daemon.c:5879 src/microhttpd/daemon.c:5908
  398. #: src/microhttpd/daemon.c:5929 src/microhttpd/daemon.c:5951
  399. #: src/microhttpd/daemon.c:6219
  400. #, c-format
  401. msgid "MHD HTTPS option %d passed to MHD but MHD_USE_TLS not set.\n"
  402. msgstr ""
  403. #: src/microhttpd/daemon.c:5847
  404. msgid "Error initializing DH parameters.\n"
  405. msgstr ""
  406. #: src/microhttpd/daemon.c:5857
  407. msgid "Diffie-Hellman parameters string too long.\n"
  408. msgstr ""
  409. #: src/microhttpd/daemon.c:5868
  410. msgid "Bad Diffie-Hellman parameters format.\n"
  411. msgstr ""
  412. #: src/microhttpd/daemon.c:5896
  413. #, c-format
  414. msgid "Setting priorities to `%s' failed: %s\n"
  415. msgstr ""
  416. #: src/microhttpd/daemon.c:5917
  417. msgid ""
  418. "MHD_OPTION_HTTPS_CERT_CALLBACK requires building MHD with GnuTLS >= 3.0.\n"
  419. msgstr ""
  420. #: src/microhttpd/daemon.c:5939
  421. msgid ""
  422. "MHD_OPTION_HTTPS_CERT_CALLBACK2 requires building MHD with GnuTLS >= 3.6.3.\n"
  423. msgstr ""
  424. #: src/microhttpd/daemon.c:5974
  425. msgid ""
  426. "MHD_OPTION_LISTEN_SOCKET specified for daemon with MHD_USE_NO_LISTEN_SOCKET "
  427. "flag set.\n"
  428. msgstr ""
  429. #: src/microhttpd/daemon.c:6012
  430. msgid ""
  431. "MHD_OPTION_EXTERNAL_LOGGER is not the first option specified for the daemon. "
  432. "Some messages may be printed by the standard MHD logger.\n"
  433. msgstr ""
  434. #: src/microhttpd/daemon.c:6037
  435. msgid "TCP fastopen is not supported on this platform.\n"
  436. msgstr ""
  437. #: src/microhttpd/daemon.c:6056
  438. msgid ""
  439. "Flag MHD_USE_PEDANTIC_CHECKS is ignored because another behavior is "
  440. "specified by MHD_OPTION_STRICT_CLIENT.\n"
  441. msgstr ""
  442. #: src/microhttpd/daemon.c:6194
  443. #, c-format
  444. msgid "MHD HTTPS option %d passed to MHD compiled without GNUtls >= 3.\n"
  445. msgstr ""
  446. #: src/microhttpd/daemon.c:6233
  447. #, c-format
  448. msgid "MHD HTTPS option %d passed to MHD compiled without HTTPS support.\n"
  449. msgstr ""
  450. #: src/microhttpd/daemon.c:6240
  451. #, c-format
  452. msgid "Invalid option %d! (Did you terminate the list with MHD_OPTION_END?).\n"
  453. msgstr ""
  454. #: src/microhttpd/daemon.c:6270
  455. #, c-format
  456. msgid "Call to epoll_create1 failed: %s\n"
  457. msgstr ""
  458. #: src/microhttpd/daemon.c:6280
  459. msgid "Failed to set noninheritable mode on epoll FD.\n"
  460. msgstr ""
  461. #: src/microhttpd/daemon.c:6587
  462. msgid ""
  463. "Warning: MHD_USE_THREAD_PER_CONNECTION must be used only with "
  464. "MHD_USE_INTERNAL_POLLING_THREAD. Flag MHD_USE_INTERNAL_POLLING_THREAD was "
  465. "added. Consider setting MHD_USE_INTERNAL_POLLING_THREAD explicitly.\n"
  466. msgstr ""
  467. #: src/microhttpd/daemon.c:6600
  468. msgid "Using debug build of libmicrohttpd.\n"
  469. msgstr ""
  470. #: src/microhttpd/daemon.c:6614
  471. #, c-format
  472. msgid "Failed to create inter-thread communication channel: %s\n"
  473. msgstr ""
  474. #: src/microhttpd/daemon.c:6631
  475. msgid ""
  476. "file descriptor for inter-thread communication channel exceeds maximum "
  477. "value.\n"
  478. msgstr ""
  479. #: src/microhttpd/daemon.c:6651
  480. msgid "Specified value for NC_SIZE too large.\n"
  481. msgstr ""
  482. #: src/microhttpd/daemon.c:6665
  483. #, c-format
  484. msgid "Failed to allocate memory for nonce-nc map: %s\n"
  485. msgstr ""
  486. #: src/microhttpd/daemon.c:6682
  487. msgid "MHD failed to initialize nonce-nc mutex.\n"
  488. msgstr ""
  489. #: src/microhttpd/daemon.c:6703
  490. msgid "MHD thread polling only works with MHD_USE_INTERNAL_POLLING_THREAD.\n"
  491. msgstr ""
  492. #: src/microhttpd/daemon.c:6727
  493. #, c-format
  494. msgid "Failed to create socket for listening: %s\n"
  495. msgstr ""
  496. #: src/microhttpd/daemon.c:6748 src/microhttpd/daemon.c:6767
  497. #: src/microhttpd/daemon.c:6790 src/microhttpd/daemon.c:6828
  498. #: src/microhttpd/daemon.c:6905 src/microhttpd/daemon.c:6936
  499. #, c-format
  500. msgid "setsockopt failed: %s\n"
  501. msgstr ""
  502. #: src/microhttpd/daemon.c:6801
  503. msgid "Cannot allow listening address reuse: SO_REUSEPORT not defined.\n"
  504. msgstr ""
  505. #: src/microhttpd/daemon.c:6837
  506. msgid ""
  507. "Cannot disallow listening address reuse: SO_EXCLUSIVEADDRUSE not defined.\n"
  508. msgstr ""
  509. #: src/microhttpd/daemon.c:6916
  510. #, c-format
  511. msgid "Failed to bind to port %u: %s\n"
  512. msgstr ""
  513. #: src/microhttpd/daemon.c:6947
  514. #, c-format
  515. msgid "Failed to listen for connections: %s\n"
  516. msgstr ""
  517. #: src/microhttpd/daemon.c:6978
  518. #, c-format
  519. msgid "Failed to get listen port number: %s\n"
  520. msgstr ""
  521. #: src/microhttpd/daemon.c:6989
  522. msgid ""
  523. "Failed to get listen port number (`struct sockaddr_storage` too small!?).\n"
  524. msgstr ""
  525. #: src/microhttpd/daemon.c:7030
  526. msgid "Unknown address family!\n"
  527. msgstr ""
  528. #: src/microhttpd/daemon.c:7045
  529. #, c-format
  530. msgid "Failed to set nonblocking mode on listening socket: %s\n"
  531. msgstr ""
  532. #: src/microhttpd/daemon.c:7070
  533. #, c-format
  534. msgid "Listen socket descriptor (%d) is not less than FD_SETSIZE (%d).\n"
  535. msgstr ""
  536. #: src/microhttpd/daemon.c:7094
  537. msgid ""
  538. "Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_EPOLL is not supported.\n"
  539. msgstr ""
  540. #: src/microhttpd/daemon.c:7108 src/microhttpd/daemon.c:7118
  541. msgid "MHD failed to initialize IP connection limit mutex.\n"
  542. msgstr ""
  543. #: src/microhttpd/daemon.c:7136
  544. msgid "Failed to initialize TLS support.\n"
  545. msgstr ""
  546. #: src/microhttpd/daemon.c:7169 src/microhttpd/daemon.c:7242
  547. #: src/microhttpd/daemon.c:7349
  548. msgid "Failed to initialise mutex.\n"
  549. msgstr ""
  550. #: src/microhttpd/daemon.c:7195
  551. #, c-format
  552. msgid "Failed to create listen thread: %s\n"
  553. msgstr ""
  554. #: src/microhttpd/daemon.c:7253
  555. #, c-format
  556. msgid "Failed to create worker inter-thread communication channel: %s\n"
  557. msgstr ""
  558. #: src/microhttpd/daemon.c:7266
  559. msgid ""
  560. "File descriptor for worker inter-thread communication channel exceeds "
  561. "maximum value.\n"
  562. msgstr ""
  563. #: src/microhttpd/daemon.c:7304
  564. msgid "MHD failed to initialize cleanup connection mutex.\n"
  565. msgstr ""
  566. #: src/microhttpd/daemon.c:7323
  567. msgid ""
  568. "Failed to create a new pool thread because it would have exceeded the system "
  569. "limit on the number of threads or no system resources available.\n"
  570. msgstr ""
  571. #: src/microhttpd/daemon.c:7329
  572. #, c-format
  573. msgid "Failed to create pool thread: %s\n"
  574. msgstr ""
  575. #: src/microhttpd/daemon.c:7518 src/microhttpd/daemon.c:7551
  576. msgid "MHD_stop_daemon() called while we have suspended connections.\n"
  577. msgstr ""
  578. #: src/microhttpd/daemon.c:7590 src/microhttpd/daemon.c:7688
  579. #: src/microhttpd/daemon.c:7726
  580. msgid "Failed to signal shutdown via inter-thread communication channel.\n"
  581. msgstr ""
  582. #: src/microhttpd/daemon.c:7663
  583. msgid "MHD_stop_daemon() was called twice."
  584. msgstr ""
  585. #: src/microhttpd/daemon.c:8176
  586. msgid "Failed to initialize winsock.\n"
  587. msgstr ""
  588. #: src/microhttpd/daemon.c:8179
  589. msgid "Winsock version 2.2 is not available.\n"
  590. msgstr ""
  591. #: src/microhttpd/daemon.c:8187 src/microhttpd/daemon.c:8191
  592. msgid "Failed to initialise multithreading in libgcrypt.\n"
  593. msgstr ""
  594. #: src/microhttpd/daemon.c:8197
  595. msgid "libgcrypt is too old. MHD was compiled for libgcrypt 1.6.0 or newer.\n"
  596. msgstr ""
  597. #: src/microhttpd/mhd_sockets.h:345
  598. msgid "Close socket failed.\n"
  599. msgstr ""
  600. #: src/microhttpd/connection.c:206
  601. msgid "The operation would block, retry later"
  602. msgstr ""
  603. #: src/microhttpd/connection.c:208
  604. msgid "The connection was forcibly closed by remote peer"
  605. msgstr ""
  606. #: src/microhttpd/connection.c:210
  607. msgid "The socket is not connected"
  608. msgstr ""
  609. #: src/microhttpd/connection.c:212
  610. msgid "Not enough system resources to serve the request"
  611. msgstr ""
  612. #: src/microhttpd/connection.c:214
  613. msgid "Bad FD value"
  614. msgstr ""
  615. #: src/microhttpd/connection.c:216
  616. msgid "Argument value is invalid"
  617. msgstr ""
  618. #: src/microhttpd/connection.c:218
  619. msgid "Argument value is not supported"
  620. msgstr ""
  621. #: src/microhttpd/connection.c:220
  622. msgid "The socket is no longer available for sending"
  623. msgstr ""
  624. #: src/microhttpd/connection.c:222
  625. msgid "TLS encryption or decryption error"
  626. msgstr ""
  627. #: src/microhttpd/connection.c:227
  628. msgid "Not an error code"
  629. msgstr ""
  630. #: src/microhttpd/connection.c:230
  631. msgid "Wrong error code value"
  632. msgstr ""
  633. #: src/microhttpd/connection.c:1047 src/microhttpd/connection.c:1157
  634. msgid "Closing connection (out of memory)."
  635. msgstr ""
  636. #: src/microhttpd/connection.c:1094
  637. msgid "Closing connection (application reported error generating data)."
  638. msgstr ""
  639. #: src/microhttpd/connection.c:1212
  640. msgid "No callback for the chunked data."
  641. msgstr ""
  642. #: src/microhttpd/connection.c:1230
  643. msgid "Closing connection (application error generating response)."
  644. msgstr ""
  645. #: src/microhttpd/connection.c:1254
  646. msgid "Closing connection (application returned more data than requested)."
  647. msgstr ""
  648. #: src/microhttpd/connection.c:2292
  649. #, c-format
  650. msgid ""
  651. "Error processing request (HTTP response code is %u ('%s')). Closing "
  652. "connection.\n"
  653. msgstr ""
  654. #: src/microhttpd/connection.c:2301
  655. msgid "Too late to send an error response, response is being sent already.\n"
  656. msgstr ""
  657. #: src/microhttpd/connection.c:2307
  658. msgid "Too late for error response."
  659. msgstr ""
  660. #: src/microhttpd/connection.c:2335
  661. msgid "Failed to create error response.\n"
  662. msgstr ""
  663. #: src/microhttpd/connection.c:2351
  664. msgid "Closing connection (failed to queue error response)."
  665. msgstr ""
  666. #: src/microhttpd/connection.c:2383
  667. msgid "Closing connection (failed to create error response header)."
  668. msgstr ""
  669. #: src/microhttpd/connection.c:2435 src/microhttpd/connection.c:3795
  670. #: src/microhttpd/connection.c:3872 src/microhttpd/connection.c:4437
  671. #, c-format
  672. msgid "In function %s handling connection at state: %s\n"
  673. msgstr ""
  674. #: src/microhttpd/connection.c:2678
  675. msgid "Not enough memory in pool to allocate header record!\n"
  676. msgstr ""
  677. #: src/microhttpd/connection.c:2724
  678. msgid "Not enough memory in pool to parse cookies!\n"
  679. msgstr ""
  680. #: src/microhttpd/connection.c:3083 src/microhttpd/connection.c:3322
  681. msgid "Application reported internal error, closing connection."
  682. msgstr ""
  683. #: src/microhttpd/connection.c:3331
  684. msgid "libmicrohttpd API violation.\n"
  685. msgstr ""
  686. #: src/microhttpd/connection.c:3346
  687. msgid ""
  688. "WARNING: incomplete upload processing and connection not suspended may "
  689. "result in hung connection.\n"
  690. msgstr ""
  691. #: src/microhttpd/connection.c:3573
  692. msgid "Received HTTP/1.1 request without `Host' header.\n"
  693. msgstr ""
  694. #: src/microhttpd/connection.c:3620
  695. msgid "Too large value of 'Content-Length' header. Closing connection.\n"
  696. msgstr ""
  697. #: src/microhttpd/connection.c:3631
  698. msgid "Failed to parse `Content-Length' header. Closing connection.\n"
  699. msgstr ""
  700. #: src/microhttpd/connection.c:3744
  701. msgid "Socket has been disconnected when reading request.\n"
  702. msgstr ""
  703. #: src/microhttpd/connection.c:3756
  704. #, c-format
  705. msgid "Connection socket is closed when reading request due to the error: %s\n"
  706. msgstr ""
  707. #: src/microhttpd/connection.c:3774
  708. msgid "Connection was closed by remote side with incomplete request.\n"
  709. msgstr ""
  710. #: src/microhttpd/connection.c:3900
  711. #, c-format
  712. msgid "Failed to send data in request for %s.\n"
  713. msgstr ""
  714. #: src/microhttpd/connection.c:3909
  715. #, c-format
  716. msgid "Sent 100 continue response: `%.*s'\n"
  717. msgstr ""
  718. #: src/microhttpd/connection.c:3986
  719. #, c-format
  720. msgid ""
  721. "Failed to send the response headers for the request for `%s'. Error: %s\n"
  722. msgstr ""
  723. #: src/microhttpd/connection.c:4052
  724. msgid "Data offset exceeds limit.\n"
  725. msgstr ""
  726. #: src/microhttpd/connection.c:4062
  727. #, c-format
  728. msgid "Sent %d-byte DATA response: `%.*s'\n"
  729. msgstr ""
  730. #: src/microhttpd/connection.c:4079
  731. #, c-format
  732. msgid "Failed to send the response body for the request for `%s'. Error: %s\n"
  733. msgstr ""
  734. #: src/microhttpd/connection.c:4111
  735. #, c-format
  736. msgid ""
  737. "Failed to send the chunked response body for the request for `%s'. Error: "
  738. "%s\n"
  739. msgstr ""
  740. #: src/microhttpd/connection.c:4147
  741. #, c-format
  742. msgid "Failed to send the footers for the request for `%s'. Error: %s\n"
  743. msgstr ""
  744. #: src/microhttpd/connection.c:4176
  745. msgid "Internal error.\n"
  746. msgstr ""
  747. #: src/microhttpd/connection.c:4215
  748. #, c-format
  749. msgid "Detected system clock %u milliseconds jump back.\n"
  750. msgstr ""
  751. #: src/microhttpd/connection.c:4222
  752. #, c-format
  753. msgid "Detected too large system clock %<PRIu64> milliseconds jump back.\n"
  754. msgstr ""
  755. #: src/microhttpd/connection.c:4304
  756. msgid ""
  757. "Failed to signal end of connection via inter-thread communication channel.\n"
  758. msgstr ""
  759. #: src/microhttpd/connection.c:4688
  760. msgid "Closing connection (failed to create response header).\n"
  761. msgstr ""
  762. #: src/microhttpd/connection.c:4807
  763. msgid "Closing connection (failed to create response footer)."
  764. msgstr ""
  765. #: src/microhttpd/connection.c:5117
  766. msgid "Attempted to queue response on wrong thread!\n"
  767. msgstr ""
  768. #: src/microhttpd/connection.c:5140
  769. msgid ""
  770. "Attempted 'upgrade' connection on daemon without MHD_ALLOW_UPGRADE option!\n"
  771. msgstr ""
  772. #: src/microhttpd/connection.c:5149
  773. msgid "Application used invalid status code for 'upgrade' response!\n"
  774. msgstr ""
  775. #: src/microhttpd/connection.c:5158
  776. msgid "Application used invalid response without \"Connection\" header!\n"
  777. msgstr ""
  778. #: src/microhttpd/connection.c:5172
  779. msgid ""
  780. "Application used invalid response without \"upgrade\" token in \"Connection"
  781. "\" header!\n"
  782. msgstr ""
  783. #: src/microhttpd/connection.c:5182
  784. msgid "Connection \"Upgrade\" can be used with HTTP/1.1 connections!\n"
  785. msgstr ""
  786. #: src/microhttpd/connection.c:5194
  787. #, c-format
  788. msgid ""
  789. "Refused wrong status code (%u). HTTP requires three digits status code!\n"
  790. msgstr ""
  791. #: src/microhttpd/connection.c:5206
  792. #, c-format
  793. msgid ""
  794. "Wrong status code (%u) refused. HTTP/1.0 clients do not support 1xx status "
  795. "codes!\n"
  796. msgstr ""
  797. #: src/microhttpd/connection.c:5217
  798. #, c-format
  799. msgid ""
  800. "Wrong status code (%u) refused. HTTP/1.0 reply mode does not support 1xx "
  801. "status codes!\n"
  802. msgstr ""
  803. #: src/microhttpd/response.c:1646
  804. msgid ""
  805. "Invalid response for upgrade: application failed to set the 'Upgrade' "
  806. "header!\n"
  807. msgstr ""
  808. #: src/microhttpd/response.c:1690
  809. msgid "Failed to make loopback sockets non-blocking.\n"
  810. msgstr ""
  811. #: src/microhttpd/response.c:1709
  812. msgid "Failed to set SO_NOSIGPIPE on loopback sockets.\n"
  813. msgstr ""
  814. #: src/microhttpd/response.c:1729
  815. #, c-format
  816. msgid "Socketpair descriptor larger than FD_SETSIZE: %d > %d\n"
  817. msgstr ""
  818. #: src/microhttpd/response.c:1810
  819. msgid "Error cleaning up while handling epoll error.\n"
  820. msgstr ""
  821. #: src/microhttpd/mhd_itc.h:357
  822. msgid "Failed to destroy ITC.\n"
  823. msgstr ""
  824. #: src/microhttpd/basicauth.c:71
  825. msgid "Error decoding basic authentication.\n"
  826. msgstr ""
  827. #: src/microhttpd/basicauth.c:81
  828. msgid "Basic authentication doesn't contain ':' separator.\n"
  829. msgstr ""
  830. #: src/microhttpd/basicauth.c:99
  831. msgid "Failed to allocate memory for password.\n"
  832. msgstr ""
  833. #: src/microhttpd/basicauth.c:164
  834. msgid "Failed to add Basic auth header.\n"
  835. msgstr ""