libmicrohttpd.pot 26 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043
  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.74\n"
  10. "Report-Msgid-Bugs-To: [email protected]\n"
  11. "POT-Creation-Date: 2021-12-19 18: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 <[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/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:7523
  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:1940
  151. #: src/microhttpd/daemon.c:2097
  152. #, c-format
  153. msgid "Error during select (%d): `%s'\n"
  154. msgstr ""
  155. #: src/microhttpd/daemon.c:1836 src/microhttpd/daemon.c:1961
  156. #: src/microhttpd/daemon.c:2166
  157. #, c-format
  158. msgid "Error during poll: `%s'\n"
  159. msgstr ""
  160. #: src/microhttpd/daemon.c:1924 src/microhttpd/daemon.c:2079
  161. msgid "Failed to add FD to fd_set.\n"
  162. msgstr ""
  163. #: src/microhttpd/daemon.c:2218
  164. msgid "Processing thread terminating. Closing connection.\n"
  165. msgstr ""
  166. #: src/microhttpd/daemon.c:2248
  167. msgid ""
  168. "Failed to signal thread termination via inter-thread communication channel.\n"
  169. msgstr ""
  170. #: src/microhttpd/daemon.c:2330
  171. msgid "Internal server error. This should be impossible.\n"
  172. msgstr ""
  173. #: src/microhttpd/daemon.c:2340 src/microhttpd/daemon.c:2379
  174. msgid "PSK not supported by this server.\n"
  175. msgstr ""
  176. #: src/microhttpd/daemon.c:2355
  177. msgid "PSK authentication failed: gnutls_malloc failed to allocate memory.\n"
  178. msgstr ""
  179. #: src/microhttpd/daemon.c:2364
  180. msgid "PSK authentication failed: PSK too long.\n"
  181. msgstr ""
  182. #: src/microhttpd/daemon.c:2427
  183. #, c-format
  184. msgid "Accepted connection on socket %d.\n"
  185. msgstr ""
  186. #: src/microhttpd/daemon.c:2440 src/microhttpd/daemon.c:2761
  187. msgid "Server reached connection limit. Closing inbound connection.\n"
  188. msgstr ""
  189. #: src/microhttpd/daemon.c:2458
  190. msgid "Connection rejected by application. Closing connection.\n"
  191. msgstr ""
  192. #: src/microhttpd/daemon.c:2476 src/microhttpd/daemon.c:2503
  193. #: src/microhttpd/daemon.c:2745 src/microhttpd/daemon.c:4404
  194. #, c-format
  195. msgid "Error allocating memory: %s\n"
  196. msgstr ""
  197. #: src/microhttpd/daemon.c:2573
  198. msgid "Failed to initialise TLS session.\n"
  199. msgstr ""
  200. #: src/microhttpd/daemon.c:2599
  201. msgid "Failed to set ALPN protocols.\n"
  202. msgstr ""
  203. #: src/microhttpd/daemon.c:2627
  204. #, c-format
  205. msgid "Failed to setup TLS credentials: unknown credential type %d.\n"
  206. msgstr ""
  207. #: src/microhttpd/daemon.c:2637
  208. msgid "Unknown credential type.\n"
  209. msgstr ""
  210. #: src/microhttpd/daemon.c:2664
  211. msgid "TLS connection on non-TLS daemon.\n"
  212. msgstr ""
  213. #: src/microhttpd/daemon.c:2802 src/microhttpd/daemon.c:7180
  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:2808
  219. #, c-format
  220. msgid "Failed to create a thread: %s\n"
  221. msgstr ""
  222. #: src/microhttpd/daemon.c:2840 src/microhttpd/daemon.c:4915
  223. #: src/microhttpd/daemon.c:4948 src/microhttpd/daemon.c:6321
  224. #: src/microhttpd/daemon.c:6340 src/microhttpd/connection.c:4865
  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:2960
  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:2977
  235. msgid "Epoll mode supports only non-blocking sockets\n"
  236. msgstr ""
  237. #: src/microhttpd/daemon.c:3014
  238. msgid ""
  239. "Failed to signal new connection via inter-thread communication channel.\n"
  240. msgstr ""
  241. #: src/microhttpd/daemon.c:3059
  242. msgid "Failed to start serving new connection.\n"
  243. msgstr ""
  244. #: src/microhttpd/daemon.c:3133 src/microhttpd/daemon.c:3803
  245. #: src/microhttpd/daemon.c:7390 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:3191
  250. msgid "Cannot suspend connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n"
  251. msgstr ""
  252. #: src/microhttpd/daemon.c:3198
  253. msgid "Error: connection scheduled for \"upgrade\" cannot be suspended.\n"
  254. msgstr ""
  255. #: src/microhttpd/daemon.c:3222
  256. msgid "Cannot resume connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n"
  257. msgstr ""
  258. #: src/microhttpd/daemon.c:3237
  259. msgid "Failed to signal resume via inter-thread communication channel.\n"
  260. msgstr ""
  261. #: src/microhttpd/daemon.c:3377
  262. msgid ""
  263. "Failed to signal resume of connection via inter-thread communication "
  264. "channel.\n"
  265. msgstr ""
  266. #: src/microhttpd/daemon.c:3431
  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:3442
  274. #, c-format
  275. msgid "Failed to set nonblocking mode on new client socket: %s\n"
  276. msgstr ""
  277. #: src/microhttpd/daemon.c:3461
  278. #, c-format
  279. msgid "Failed to suppress SIGPIPE on new client socket: %s\n"
  280. msgstr ""
  281. #: src/microhttpd/daemon.c:3487
  282. msgid "Failed to set noninheritable mode on new client socket.\n"
  283. msgstr ""
  284. #: src/microhttpd/daemon.c:3617
  285. #, c-format
  286. msgid "Error accepting connection: %s\n"
  287. msgstr ""
  288. #: src/microhttpd/daemon.c:3634
  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:3651
  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:3665
  301. #, c-format
  302. msgid "Failed to set nonblocking mode on incoming connection socket: %s\n"
  303. msgstr ""
  304. #: src/microhttpd/daemon.c:3679
  305. msgid "Failed to set noninheritable mode on incoming connection socket.\n"
  306. msgstr ""
  307. #: src/microhttpd/daemon.c:3691
  308. #, c-format
  309. msgid "Failed to suppress SIGPIPE on incoming connection socket: %s\n"
  310. msgstr ""
  311. #: src/microhttpd/daemon.c:3713
  312. #, c-format
  313. msgid "Accepted connection on socket %d\n"
  314. msgstr ""
  315. #: src/microhttpd/daemon.c:3758 src/microhttpd/daemon.c:7564
  316. #: src/microhttpd/daemon.c:7596 src/microhttpd/daemon.c:7629
  317. #: src/microhttpd/daemon.c:7735
  318. msgid "Failed to join a thread.\n"
  319. msgstr ""
  320. #: src/microhttpd/daemon.c:3882
  321. msgid "Illegal call to MHD_get_timeout.\n"
  322. msgstr ""
  323. #: src/microhttpd/daemon.c:4133
  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:4214
  329. msgid "Could not obtain daemon fdsets.\n"
  330. msgstr ""
  331. #: src/microhttpd/daemon.c:4231
  332. msgid "Could not add listen socket to fdset.\n"
  333. msgstr ""
  334. #: src/microhttpd/daemon.c:4260
  335. msgid "Could not add control inter-thread communication channel FD to fdset.\n"
  336. msgstr ""
  337. #: src/microhttpd/daemon.c:4340
  338. #, c-format
  339. msgid "select failed: %s\n"
  340. msgstr ""
  341. #: src/microhttpd/daemon.c:4480 src/microhttpd/daemon.c:4634
  342. #, c-format
  343. msgid "poll failed: %s\n"
  344. msgstr ""
  345. #: src/microhttpd/daemon.c:4777 src/microhttpd/daemon.c:5002
  346. #, c-format
  347. msgid "Call to epoll_wait failed: %s\n"
  348. msgstr ""
  349. #: src/microhttpd/daemon.c:4967 src/microhttpd/daemon.c:5522
  350. msgid "Failed to remove listen FD from epoll set.\n"
  351. msgstr ""
  352. #: src/microhttpd/daemon.c:5367
  353. #, c-format
  354. msgid "Failed to block SIGPIPE on daemon thread: %s\n"
  355. msgstr ""
  356. #: src/microhttpd/daemon.c:5503
  357. msgid "Using MHD_quiesce_daemon in this mode requires MHD_USE_ITC.\n"
  358. msgstr ""
  359. #: src/microhttpd/daemon.c:5531
  360. msgid "Failed to signal quiesce via inter-thread communication channel.\n"
  361. msgstr ""
  362. #: src/microhttpd/daemon.c:5554
  363. msgid "failed to signal quiesce via inter-thread communication channel.\n"
  364. msgstr ""
  365. #: src/microhttpd/daemon.c:5666 src/microhttpd/connection.c:5005
  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:5717
  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:5726
  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:5740
  382. #, c-format
  383. msgid "Specified thread pool size (%u) too big.\n"
  384. msgstr ""
  385. #: src/microhttpd/daemon.c:5752
  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:5761
  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:5779 src/microhttpd/daemon.c:5792
  396. #: src/microhttpd/daemon.c:5805 src/microhttpd/daemon.c:5818
  397. #: src/microhttpd/daemon.c:5870 src/microhttpd/daemon.c:5899
  398. #: src/microhttpd/daemon.c:5920 src/microhttpd/daemon.c:5942
  399. #: src/microhttpd/daemon.c:6210
  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:5838
  404. msgid "Error initializing DH parameters.\n"
  405. msgstr ""
  406. #: src/microhttpd/daemon.c:5848
  407. msgid "Diffie-Hellman parameters string too long.\n"
  408. msgstr ""
  409. #: src/microhttpd/daemon.c:5859
  410. msgid "Bad Diffie-Hellman parameters format.\n"
  411. msgstr ""
  412. #: src/microhttpd/daemon.c:5887
  413. #, c-format
  414. msgid "Setting priorities to `%s' failed: %s\n"
  415. msgstr ""
  416. #: src/microhttpd/daemon.c:5908
  417. msgid ""
  418. "MHD_OPTION_HTTPS_CERT_CALLBACK requires building MHD with GnuTLS >= 3.0.\n"
  419. msgstr ""
  420. #: src/microhttpd/daemon.c:5930
  421. msgid ""
  422. "MHD_OPTION_HTTPS_CERT_CALLBACK2 requires building MHD with GnuTLS >= 3.6.3.\n"
  423. msgstr ""
  424. #: src/microhttpd/daemon.c:5965
  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:6003
  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:6028
  435. msgid "TCP fastopen is not supported on this platform.\n"
  436. msgstr ""
  437. #: src/microhttpd/daemon.c:6047
  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:6185
  443. #, c-format
  444. msgid "MHD HTTPS option %d passed to MHD compiled without GNUtls >= 3.\n"
  445. msgstr ""
  446. #: src/microhttpd/daemon.c:6224
  447. #, c-format
  448. msgid "MHD HTTPS option %d passed to MHD compiled without HTTPS support.\n"
  449. msgstr ""
  450. #: src/microhttpd/daemon.c:6231
  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:6261
  455. #, c-format
  456. msgid "Call to epoll_create1 failed: %s\n"
  457. msgstr ""
  458. #: src/microhttpd/daemon.c:6271
  459. msgid "Failed to set noninheritable mode on epoll FD.\n"
  460. msgstr ""
  461. #: src/microhttpd/daemon.c:6578
  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:6591
  468. msgid "Using debug build of libmicrohttpd.\n"
  469. msgstr ""
  470. #: src/microhttpd/daemon.c:6605
  471. #, c-format
  472. msgid "Failed to create inter-thread communication channel: %s\n"
  473. msgstr ""
  474. #: src/microhttpd/daemon.c:6622
  475. msgid ""
  476. "file descriptor for inter-thread communication channel exceeds maximum "
  477. "value.\n"
  478. msgstr ""
  479. #: src/microhttpd/daemon.c:6642
  480. msgid "Specified value for NC_SIZE too large.\n"
  481. msgstr ""
  482. #: src/microhttpd/daemon.c:6656
  483. #, c-format
  484. msgid "Failed to allocate memory for nonce-nc map: %s\n"
  485. msgstr ""
  486. #: src/microhttpd/daemon.c:6673
  487. msgid "MHD failed to initialize nonce-nc mutex.\n"
  488. msgstr ""
  489. #: src/microhttpd/daemon.c:6694
  490. msgid "MHD thread polling only works with MHD_USE_INTERNAL_POLLING_THREAD.\n"
  491. msgstr ""
  492. #: src/microhttpd/daemon.c:6718
  493. #, c-format
  494. msgid "Failed to create socket for listening: %s\n"
  495. msgstr ""
  496. #: src/microhttpd/daemon.c:6739 src/microhttpd/daemon.c:6758
  497. #: src/microhttpd/daemon.c:6781 src/microhttpd/daemon.c:6819
  498. #: src/microhttpd/daemon.c:6896 src/microhttpd/daemon.c:6927
  499. #, c-format
  500. msgid "setsockopt failed: %s\n"
  501. msgstr ""
  502. #: src/microhttpd/daemon.c:6792
  503. msgid "Cannot allow listening address reuse: SO_REUSEPORT not defined.\n"
  504. msgstr ""
  505. #: src/microhttpd/daemon.c:6828
  506. msgid ""
  507. "Cannot disallow listening address reuse: SO_EXCLUSIVEADDRUSE not defined.\n"
  508. msgstr ""
  509. #: src/microhttpd/daemon.c:6907
  510. #, c-format
  511. msgid "Failed to bind to port %u: %s\n"
  512. msgstr ""
  513. #: src/microhttpd/daemon.c:6938
  514. #, c-format
  515. msgid "Failed to listen for connections: %s\n"
  516. msgstr ""
  517. #: src/microhttpd/daemon.c:6969
  518. #, c-format
  519. msgid "Failed to get listen port number: %s\n"
  520. msgstr ""
  521. #: src/microhttpd/daemon.c:6980
  522. msgid ""
  523. "Failed to get listen port number (`struct sockaddr_storage` too small!?).\n"
  524. msgstr ""
  525. #: src/microhttpd/daemon.c:7021
  526. msgid "Unknown address family!\n"
  527. msgstr ""
  528. #: src/microhttpd/daemon.c:7036
  529. #, c-format
  530. msgid "Failed to set nonblocking mode on listening socket: %s\n"
  531. msgstr ""
  532. #: src/microhttpd/daemon.c:7061
  533. #, c-format
  534. msgid "Listen socket descriptor (%d) is not less than FD_SETSIZE (%d).\n"
  535. msgstr ""
  536. #: src/microhttpd/daemon.c:7085
  537. msgid ""
  538. "Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_EPOLL is not supported.\n"
  539. msgstr ""
  540. #: src/microhttpd/daemon.c:7099 src/microhttpd/daemon.c:7109
  541. msgid "MHD failed to initialize IP connection limit mutex.\n"
  542. msgstr ""
  543. #: src/microhttpd/daemon.c:7127
  544. msgid "Failed to initialize TLS support.\n"
  545. msgstr ""
  546. #: src/microhttpd/daemon.c:7160 src/microhttpd/daemon.c:7233
  547. #: src/microhttpd/daemon.c:7340
  548. msgid "Failed to initialise mutex.\n"
  549. msgstr ""
  550. #: src/microhttpd/daemon.c:7186
  551. #, c-format
  552. msgid "Failed to create listen thread: %s\n"
  553. msgstr ""
  554. #: src/microhttpd/daemon.c:7244
  555. #, c-format
  556. msgid "Failed to create worker inter-thread communication channel: %s\n"
  557. msgstr ""
  558. #: src/microhttpd/daemon.c:7257
  559. msgid ""
  560. "File descriptor for worker inter-thread communication channel exceeds "
  561. "maximum value.\n"
  562. msgstr ""
  563. #: src/microhttpd/daemon.c:7295
  564. msgid "MHD failed to initialize cleanup connection mutex.\n"
  565. msgstr ""
  566. #: src/microhttpd/daemon.c:7314
  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:7320
  572. #, c-format
  573. msgid "Failed to create pool thread: %s\n"
  574. msgstr ""
  575. #: src/microhttpd/daemon.c:7509 src/microhttpd/daemon.c:7542
  576. msgid "MHD_stop_daemon() called while we have suspended connections.\n"
  577. msgstr ""
  578. #: src/microhttpd/daemon.c:7581 src/microhttpd/daemon.c:7679
  579. #: src/microhttpd/daemon.c:7717
  580. msgid "Failed to signal shutdown via inter-thread communication channel.\n"
  581. msgstr ""
  582. #: src/microhttpd/daemon.c:7654
  583. msgid "MHD_stop_daemon() was called twice."
  584. msgstr ""
  585. #: src/microhttpd/daemon.c:8167
  586. msgid "Failed to initialize winsock.\n"
  587. msgstr ""
  588. #: src/microhttpd/daemon.c:8170
  589. msgid "Winsock version 2.2 is not available.\n"
  590. msgstr ""
  591. #: src/microhttpd/daemon.c:8178 src/microhttpd/daemon.c:8182
  592. msgid "Failed to initialise multithreading in libgcrypt.\n"
  593. msgstr ""
  594. #: src/microhttpd/daemon.c:8188
  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:4385
  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:4254
  748. msgid ""
  749. "Failed to signal end of connection via inter-thread communication channel.\n"
  750. msgstr ""
  751. #: src/microhttpd/connection.c:4636
  752. msgid "Closing connection (failed to create response header).\n"
  753. msgstr ""
  754. #: src/microhttpd/connection.c:4755
  755. msgid "Closing connection (failed to create response footer)."
  756. msgstr ""
  757. #: src/microhttpd/connection.c:5074
  758. msgid "Attempted to queue response on wrong thread!\n"
  759. msgstr ""
  760. #: src/microhttpd/connection.c:5097
  761. msgid ""
  762. "Attempted 'upgrade' connection on daemon without MHD_ALLOW_UPGRADE option!\n"
  763. msgstr ""
  764. #: src/microhttpd/connection.c:5106
  765. msgid "Application used invalid status code for 'upgrade' response!\n"
  766. msgstr ""
  767. #: src/microhttpd/connection.c:5115
  768. msgid "Application used invalid response without \"Connection\" header!\n"
  769. msgstr ""
  770. #: src/microhttpd/connection.c:5129
  771. msgid ""
  772. "Application used invalid response without \"upgrade\" token in \"Connection"
  773. "\" header!\n"
  774. msgstr ""
  775. #: src/microhttpd/connection.c:5139
  776. msgid "Connection \"Upgrade\" can be used with HTTP/1.1 connections!\n"
  777. msgstr ""
  778. #: src/microhttpd/connection.c:5151
  779. #, c-format
  780. msgid ""
  781. "Refused wrong status code (%u). HTTP requires three digits status code!\n"
  782. msgstr ""
  783. #: src/microhttpd/connection.c:5163
  784. #, c-format
  785. msgid ""
  786. "Wrong status code (%u) refused. HTTP/1.0 clients do not support 1xx status "
  787. "codes!\n"
  788. msgstr ""
  789. #: src/microhttpd/connection.c:5174
  790. #, c-format
  791. msgid ""
  792. "Wrong status code (%u) refused. HTTP/1.0 reply mode does not support 1xx "
  793. "status codes!\n"
  794. msgstr ""
  795. #: src/microhttpd/response.c:1646
  796. msgid ""
  797. "Invalid response for upgrade: application failed to set the 'Upgrade' "
  798. "header!\n"
  799. msgstr ""
  800. #: src/microhttpd/response.c:1690
  801. msgid "Failed to make loopback sockets non-blocking.\n"
  802. msgstr ""
  803. #: src/microhttpd/response.c:1709
  804. msgid "Failed to set SO_NOSIGPIPE on loopback sockets.\n"
  805. msgstr ""
  806. #: src/microhttpd/response.c:1729
  807. #, c-format
  808. msgid "Socketpair descriptor larger than FD_SETSIZE: %d > %d\n"
  809. msgstr ""
  810. #: src/microhttpd/response.c:1810
  811. msgid "Error cleaning up while handling epoll error.\n"
  812. msgstr ""
  813. #: src/microhttpd/mhd_itc.h:357
  814. msgid "Failed to destroy ITC.\n"
  815. msgstr ""
  816. #: src/microhttpd/basicauth.c:71
  817. msgid "Error decoding basic authentication.\n"
  818. msgstr ""
  819. #: src/microhttpd/basicauth.c:81
  820. msgid "Basic authentication doesn't contain ':' separator.\n"
  821. msgstr ""
  822. #: src/microhttpd/basicauth.c:99
  823. msgid "Failed to allocate memory for password.\n"
  824. msgstr ""
  825. #: src/microhttpd/basicauth.c:164
  826. msgid "Failed to add Basic auth header.\n"
  827. msgstr ""