libmicrohttpd.pot 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811
  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.71\n"
  10. "Report-Msgid-Bugs-To: [email protected]\n"
  11. "POT-Creation-Date: 2020-06-28 21:53+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/connection_https.c:129
  20. msgid "Error: received handshake message out of context.\n"
  21. msgstr ""
  22. #: src/microhttpd/mhd_locks.h:123
  23. msgid "Failed to destroy mutex.\n"
  24. msgstr ""
  25. #: src/microhttpd/mhd_locks.h:156
  26. msgid "Failed to lock mutex.\n"
  27. msgstr ""
  28. #: src/microhttpd/mhd_locks.h:182
  29. msgid "Failed to unlock mutex.\n"
  30. msgstr ""
  31. #: src/microhttpd/internal.h:84
  32. msgid "Failed to close FD.\n"
  33. msgstr ""
  34. #: src/microhttpd/digestauth.c:601
  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:949
  43. msgid "Authentication failed, invalid timestamp format.\n"
  44. msgstr ""
  45. #: src/microhttpd/digestauth.c:1009
  46. msgid "Authentication failed, invalid format.\n"
  47. msgstr ""
  48. #: src/microhttpd/digestauth.c:1019
  49. msgid "Authentication failed, invalid nc format.\n"
  50. msgstr ""
  51. #: src/microhttpd/digestauth.c:1044
  52. msgid "Failed to allocate memory for auth header processing.\n"
  53. msgstr ""
  54. #: src/microhttpd/digestauth.c:1104
  55. msgid "Authentication failed, URI does not match.\n"
  56. msgstr ""
  57. #: src/microhttpd/digestauth.c:1123
  58. msgid "Authentication failed, arguments do not match.\n"
  59. msgstr ""
  60. #: src/microhttpd/digestauth.c:1281
  61. msgid "Digest size mismatch.\n"
  62. msgstr ""
  63. #: src/microhttpd/digestauth.c:1374
  64. msgid "Could not register nonce (is the nonce array size zero?).\n"
  65. msgstr ""
  66. #: src/microhttpd/digestauth.c:1399
  67. msgid "Failed to allocate memory for auth response header.\n"
  68. msgstr ""
  69. #: src/microhttpd/digestauth.c:1441
  70. msgid "Failed to add Digest auth header.\n"
  71. msgstr ""
  72. #: src/microhttpd/daemon.c:140
  73. #, c-format
  74. msgid "Fatal error in GNU libmicrohttpd %s:%u: %s\n"
  75. msgstr ""
  76. #: src/microhttpd/daemon.c:451
  77. msgid "Failed to add IP connection count node.\n"
  78. msgstr ""
  79. #: src/microhttpd/daemon.c:509
  80. msgid "Failed to find previously-added IP address.\n"
  81. msgstr ""
  82. #: src/microhttpd/daemon.c:515
  83. msgid "Previously-added IP address had counter of zero.\n"
  84. msgstr ""
  85. #: src/microhttpd/daemon.c:625
  86. msgid ""
  87. "Failed to setup x509 certificate/key: pre 3.X.X version of GnuTLS does not "
  88. "support setting key password.\n"
  89. msgstr ""
  90. #: src/microhttpd/daemon.c:684
  91. #, c-format
  92. msgid "Error: invalid credentials type %d specified.\n"
  93. msgstr ""
  94. #: src/microhttpd/daemon.c:1088
  95. #, c-format
  96. msgid "Maximum socket in select set: %d\n"
  97. msgstr ""
  98. #: src/microhttpd/daemon.c:1149
  99. msgid ""
  100. "MHD_get_fdset2() called with except_fd_set set to NULL. Such behavior is "
  101. "unsupported.\n"
  102. msgstr ""
  103. #: src/microhttpd/daemon.c:1356 src/microhttpd/daemon.c:6725
  104. msgid ""
  105. "Initiated daemon shutdown while \"upgraded\" connection was not closed.\n"
  106. msgstr ""
  107. #: src/microhttpd/daemon.c:1371 src/microhttpd/daemon.c:1606
  108. msgid "Failed to forward to application "
  109. msgstr ""
  110. #: src/microhttpd/daemon.c:1536 src/microhttpd/daemon.c:1662
  111. msgid "Failed to forward to remote client "
  112. msgstr ""
  113. #: src/microhttpd/daemon.c:1730
  114. msgid "Error preparing select.\n"
  115. msgstr ""
  116. #: src/microhttpd/daemon.c:1764 src/microhttpd/daemon.c:1918
  117. #: src/microhttpd/daemon.c:2062
  118. #, c-format
  119. msgid "Error during select (%d): `%s'\n"
  120. msgstr ""
  121. #: src/microhttpd/daemon.c:1813 src/microhttpd/daemon.c:1939
  122. #: src/microhttpd/daemon.c:2131
  123. #, c-format
  124. msgid "Error during poll: `%s'\n"
  125. msgstr ""
  126. #: src/microhttpd/daemon.c:1902 src/microhttpd/daemon.c:2044
  127. msgid "Failed to add FD to fd_set.\n"
  128. msgstr ""
  129. #: src/microhttpd/daemon.c:2184
  130. msgid "Processing thread terminating. Closing connection.\n"
  131. msgstr ""
  132. #: src/microhttpd/daemon.c:2214
  133. msgid ""
  134. "Failed to signal thread termination via inter-thread communication channel.\n"
  135. msgstr ""
  136. #: src/microhttpd/daemon.c:2289
  137. msgid "Internal server error. This should be impossible.\n"
  138. msgstr ""
  139. #: src/microhttpd/daemon.c:2299 src/microhttpd/daemon.c:2337
  140. msgid "PSK not supported by this server.\n"
  141. msgstr ""
  142. #: src/microhttpd/daemon.c:2314
  143. msgid "PSK authentication failed: gnutls_malloc failed to allocate memory.\n"
  144. msgstr ""
  145. #: src/microhttpd/daemon.c:2323
  146. msgid "PSK authentication failed: PSK too long.\n"
  147. msgstr ""
  148. #: src/microhttpd/daemon.c:2421 src/microhttpd/daemon.c:6367
  149. #, c-format
  150. msgid "Socket descriptor larger than FD_SETSIZE: %d > %d\n"
  151. msgstr ""
  152. #: src/microhttpd/daemon.c:2437
  153. #, c-format
  154. msgid "Failed to set SO_NOSIGPIPE on accepted socket: %s\n"
  155. msgstr ""
  156. #: src/microhttpd/daemon.c:2454
  157. #, c-format
  158. msgid "Accepted connection on socket %d.\n"
  159. msgstr ""
  160. #: src/microhttpd/daemon.c:2467 src/microhttpd/daemon.c:2665
  161. msgid "Server reached connection limit. Closing inbound connection.\n"
  162. msgstr ""
  163. #: src/microhttpd/daemon.c:2485
  164. msgid "Connection rejected by application. Closing connection.\n"
  165. msgstr ""
  166. #: src/microhttpd/daemon.c:2519 src/microhttpd/daemon.c:2539
  167. #: src/microhttpd/daemon.c:3903
  168. #, c-format
  169. msgid "Error allocating memory: %s\n"
  170. msgstr ""
  171. #: src/microhttpd/daemon.c:2617
  172. #, c-format
  173. msgid "Failed to setup TLS credentials: unknown credential type %d.\n"
  174. msgstr ""
  175. #: src/microhttpd/daemon.c:2626
  176. msgid "Unknown credential type.\n"
  177. msgstr ""
  178. #: src/microhttpd/daemon.c:2729 src/microhttpd/daemon.c:4399
  179. #: src/microhttpd/daemon.c:4432 src/microhttpd/daemon.c:5646
  180. #: src/microhttpd/daemon.c:5663 src/microhttpd/connection.c:3738
  181. #: src/microhttpd/response.c:1053 src/microhttpd/response.c:1079
  182. #, c-format
  183. msgid "Call to epoll_ctl failed: %s\n"
  184. msgstr ""
  185. #: src/microhttpd/daemon.c:2756
  186. msgid ""
  187. "Failed to signal new connection via inter-thread communication channel.\n"
  188. msgstr ""
  189. #: src/microhttpd/daemon.c:2861 src/microhttpd/daemon.c:3398
  190. #: src/microhttpd/daemon.c:6612 src/microhttpd/connection.c:747
  191. #: src/microhttpd/connection.c:766
  192. msgid "Failed to remove FD from epoll set.\n"
  193. msgstr ""
  194. #: src/microhttpd/daemon.c:2911
  195. msgid "Cannot suspend connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n"
  196. msgstr ""
  197. #: src/microhttpd/daemon.c:2918
  198. msgid "Error: connection scheduled for \"upgrade\" cannot be suspended.\n"
  199. msgstr ""
  200. #: src/microhttpd/daemon.c:2942
  201. msgid "Cannot resume connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n"
  202. msgstr ""
  203. #: src/microhttpd/daemon.c:2957
  204. msgid "Failed to signal resume via inter-thread communication channel.\n"
  205. msgstr ""
  206. #: src/microhttpd/daemon.c:3092
  207. msgid ""
  208. "Failed to signal resume of connection via inter-thread communication "
  209. "channel.\n"
  210. msgstr ""
  211. #: src/microhttpd/daemon.c:3140
  212. #, c-format
  213. msgid "Failed to set nonblocking mode on new client socket: %s\n"
  214. msgstr ""
  215. #: src/microhttpd/daemon.c:3153
  216. msgid "Failed to set noninheritable mode on new client socket.\n"
  217. msgstr ""
  218. #: src/microhttpd/daemon.c:3162
  219. msgid "Failed to reset buffering mode on new client socket.\n"
  220. msgstr ""
  221. #: src/microhttpd/daemon.c:3235
  222. #, c-format
  223. msgid "Error accepting connection: %s\n"
  224. msgstr ""
  225. #: src/microhttpd/daemon.c:3253
  226. msgid ""
  227. "Hit process or system resource limit at FIRST connection. This is really bad "
  228. "as there is no sane way to proceed. Will try busy waiting for system "
  229. "resources to become magically available.\n"
  230. msgstr ""
  231. #: src/microhttpd/daemon.c:3268
  232. #, c-format
  233. msgid ""
  234. "Hit process or system resource limit at %u connections, temporarily "
  235. "suspending accept(). Consider setting a lower MHD_OPTION_CONNECTION_LIMIT.\n"
  236. msgstr ""
  237. #: src/microhttpd/daemon.c:3284
  238. #, c-format
  239. msgid "Failed to disable TCP Nagle on socket: %s\n"
  240. msgstr ""
  241. #: src/microhttpd/daemon.c:3295
  242. #, c-format
  243. msgid "Failed to set nonblocking mode on incoming connection socket: %s\n"
  244. msgstr ""
  245. #: src/microhttpd/daemon.c:3308
  246. msgid "Failed to set noninheritable mode on incoming connection socket.\n"
  247. msgstr ""
  248. #: src/microhttpd/daemon.c:3315
  249. #, c-format
  250. msgid "Accepted connection on socket %d\n"
  251. msgstr ""
  252. #: src/microhttpd/daemon.c:3356 src/microhttpd/daemon.c:6769
  253. #: src/microhttpd/daemon.c:6801 src/microhttpd/daemon.c:6903
  254. msgid "Failed to join a thread.\n"
  255. msgstr ""
  256. #: src/microhttpd/daemon.c:3459
  257. msgid "Illegal call to MHD_get_timeout.\n"
  258. msgstr ""
  259. #: src/microhttpd/daemon.c:3656
  260. msgid ""
  261. "MHD_run_from_select() called with except_fd_set set to NULL. Such behavior "
  262. "is deprecated.\n"
  263. msgstr ""
  264. #: src/microhttpd/daemon.c:3736
  265. msgid "Could not obtain daemon fdsets.\n"
  266. msgstr ""
  267. #: src/microhttpd/daemon.c:3753
  268. msgid "Could not add listen socket to fdset.\n"
  269. msgstr ""
  270. #: src/microhttpd/daemon.c:3782
  271. msgid "Could not add control inter-thread communication channel FD to fdset.\n"
  272. msgstr ""
  273. #: src/microhttpd/daemon.c:3840
  274. #, c-format
  275. msgid "select failed: %s\n"
  276. msgstr ""
  277. #: src/microhttpd/daemon.c:3985 src/microhttpd/daemon.c:4133
  278. #, c-format
  279. msgid "poll failed: %s\n"
  280. msgstr ""
  281. #: src/microhttpd/daemon.c:4266 src/microhttpd/daemon.c:4499
  282. #, c-format
  283. msgid "Call to epoll_wait failed: %s\n"
  284. msgstr ""
  285. #: src/microhttpd/daemon.c:4451 src/microhttpd/daemon.c:4912
  286. msgid "Failed to remove listen FD from epoll set.\n"
  287. msgstr ""
  288. #: src/microhttpd/daemon.c:4921
  289. msgid "Failed to signal quiesce via inter-thread communication channel.\n"
  290. msgstr ""
  291. #: src/microhttpd/daemon.c:4944
  292. msgid "failed to signal quiesce via inter-thread communication channel.\n"
  293. msgstr ""
  294. #: src/microhttpd/daemon.c:5058
  295. msgid "Warning: Too large timeout value, ignored.\n"
  296. msgstr ""
  297. #: src/microhttpd/daemon.c:5103
  298. msgid ""
  299. "Warning: Zero size, specified for thread pool size, is ignored. Thread pool "
  300. "is not used.\n"
  301. msgstr ""
  302. #: src/microhttpd/daemon.c:5112
  303. msgid ""
  304. "Warning: \"1\", specified for thread pool size, is ignored. Thread pool is "
  305. "not used.\n"
  306. msgstr ""
  307. #: src/microhttpd/daemon.c:5125
  308. #, c-format
  309. msgid "Specified thread pool size (%u) too big.\n"
  310. msgstr ""
  311. #: src/microhttpd/daemon.c:5136
  312. msgid ""
  313. "MHD_OPTION_THREAD_POOL_SIZE option is specified but "
  314. "MHD_USE_INTERNAL_POLLING_THREAD flag is not specified.\n"
  315. msgstr ""
  316. #: src/microhttpd/daemon.c:5145
  317. msgid ""
  318. "Both MHD_OPTION_THREAD_POOL_SIZE option and MHD_USE_THREAD_PER_CONNECTION "
  319. "flag are specified.\n"
  320. msgstr ""
  321. #: src/microhttpd/daemon.c:5163 src/microhttpd/daemon.c:5176
  322. #: src/microhttpd/daemon.c:5189 src/microhttpd/daemon.c:5202
  323. #: src/microhttpd/daemon.c:5254 src/microhttpd/daemon.c:5283
  324. #: src/microhttpd/daemon.c:5304 src/microhttpd/daemon.c:5326
  325. #, c-format
  326. msgid "MHD HTTPS option %d passed to MHD but MHD_USE_TLS not set.\n"
  327. msgstr ""
  328. #: src/microhttpd/daemon.c:5222
  329. msgid "Error initializing DH parameters.\n"
  330. msgstr ""
  331. #: src/microhttpd/daemon.c:5232
  332. msgid "Diffie-Hellman parameters string too long.\n"
  333. msgstr ""
  334. #: src/microhttpd/daemon.c:5243
  335. msgid "Bad Diffie-Hellman parameters format.\n"
  336. msgstr ""
  337. #: src/microhttpd/daemon.c:5271
  338. #, c-format
  339. msgid "Setting priorities to `%s' failed: %s\n"
  340. msgstr ""
  341. #: src/microhttpd/daemon.c:5292
  342. msgid ""
  343. "MHD_OPTION_HTTPS_CERT_CALLBACK requires building MHD with GnuTLS >= 3.0.\n"
  344. msgstr ""
  345. #: src/microhttpd/daemon.c:5314
  346. msgid ""
  347. "MHD_OPTION_HTTPS_CERT_CALLBACK2 requires building MHD with GnuTLS >= 3.6.3.\n"
  348. msgstr ""
  349. #: src/microhttpd/daemon.c:5349
  350. msgid ""
  351. "MHD_OPTION_LISTEN_SOCKET specified for daemon with MHD_USE_NO_LISTEN_SOCKET "
  352. "flag set.\n"
  353. msgstr ""
  354. #: src/microhttpd/daemon.c:5385
  355. msgid "TCP fastopen is not supported on this platform.\n"
  356. msgstr ""
  357. #: src/microhttpd/daemon.c:5404
  358. msgid ""
  359. "Flag MHD_USE_PEDANTIC_CHECKS is ignored because another behavior is "
  360. "specified by MHD_OPTION_STRICT_CLIENT.\n"
  361. msgstr ""
  362. #: src/microhttpd/daemon.c:5539
  363. #, c-format
  364. msgid "MHD HTTPS option %d passed to MHD compiled without GNUtls >= 3.\n"
  365. msgstr ""
  366. #: src/microhttpd/daemon.c:5553
  367. #, c-format
  368. msgid "MHD HTTPS option %d passed to MHD compiled without HTTPS support.\n"
  369. msgstr ""
  370. #: src/microhttpd/daemon.c:5560
  371. #, c-format
  372. msgid "Invalid option %d! (Did you terminate the list with MHD_OPTION_END?).\n"
  373. msgstr ""
  374. #: src/microhttpd/daemon.c:5590
  375. #, c-format
  376. msgid "Call to epoll_create1 failed: %s\n"
  377. msgstr ""
  378. #: src/microhttpd/daemon.c:5600
  379. msgid "Failed to set noninheritable mode on epoll FD.\n"
  380. msgstr ""
  381. #: src/microhttpd/daemon.c:5852
  382. msgid ""
  383. "Warning: MHD_USE_THREAD_PER_CONNECTION must be used only with "
  384. "MHD_USE_INTERNAL_POLLING_THREAD. Flag MHD_USE_INTERNAL_POLLING_THREAD was "
  385. "added. Consider setting MHD_USE_INTERNAL_POLLING_THREAD explicitly.\n"
  386. msgstr ""
  387. #: src/microhttpd/daemon.c:5900
  388. msgid "Using debug build of libmicrohttpd.\n"
  389. msgstr ""
  390. #: src/microhttpd/daemon.c:5914
  391. #, c-format
  392. msgid "Failed to create inter-thread communication channel: %s\n"
  393. msgstr ""
  394. #: src/microhttpd/daemon.c:5931
  395. msgid ""
  396. "file descriptor for inter-thread communication channel exceeds maximum "
  397. "value.\n"
  398. msgstr ""
  399. #: src/microhttpd/daemon.c:5951
  400. msgid "Specified value for NC_SIZE too large.\n"
  401. msgstr ""
  402. #: src/microhttpd/daemon.c:5965
  403. #, c-format
  404. msgid "Failed to allocate memory for nonce-nc map: %s\n"
  405. msgstr ""
  406. #: src/microhttpd/daemon.c:5982
  407. msgid "MHD failed to initialize nonce-nc mutex.\n"
  408. msgstr ""
  409. #: src/microhttpd/daemon.c:6003
  410. msgid "MHD thread polling only works with MHD_USE_INTERNAL_POLLING_THREAD.\n"
  411. msgstr ""
  412. #: src/microhttpd/daemon.c:6027
  413. #, c-format
  414. msgid "Failed to create socket for listening: %s\n"
  415. msgstr ""
  416. #: src/microhttpd/daemon.c:6048 src/microhttpd/daemon.c:6067
  417. #: src/microhttpd/daemon.c:6090 src/microhttpd/daemon.c:6128
  418. #: src/microhttpd/daemon.c:6206 src/microhttpd/daemon.c:6237
  419. #, c-format
  420. msgid "setsockopt failed: %s\n"
  421. msgstr ""
  422. #: src/microhttpd/daemon.c:6101
  423. msgid "Cannot allow listening address reuse: SO_REUSEPORT not defined.\n"
  424. msgstr ""
  425. #: src/microhttpd/daemon.c:6137
  426. msgid ""
  427. "Cannot disallow listening address reuse: SO_EXCLUSIVEADDRUSE not defined.\n"
  428. msgstr ""
  429. #: src/microhttpd/daemon.c:6217
  430. #, c-format
  431. msgid "Failed to bind to port %u: %s\n"
  432. msgstr ""
  433. #: src/microhttpd/daemon.c:6248
  434. #, c-format
  435. msgid "Failed to listen for connections: %s\n"
  436. msgstr ""
  437. #: src/microhttpd/daemon.c:6279
  438. #, c-format
  439. msgid "Failed to get listen port number: %s\n"
  440. msgstr ""
  441. #: src/microhttpd/daemon.c:6290
  442. msgid ""
  443. "Failed to get listen port number (`struct sockaddr_storage` too small!?).\n"
  444. msgstr ""
  445. #: src/microhttpd/daemon.c:6331
  446. msgid "Unknown address family!\n"
  447. msgstr ""
  448. #: src/microhttpd/daemon.c:6344
  449. #, c-format
  450. msgid "Failed to set nonblocking mode on listening socket: %s\n"
  451. msgstr ""
  452. #: src/microhttpd/daemon.c:6387
  453. msgid ""
  454. "Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_EPOLL is not supported.\n"
  455. msgstr ""
  456. #: src/microhttpd/daemon.c:6401 src/microhttpd/daemon.c:6411
  457. msgid "MHD failed to initialize IP connection limit mutex.\n"
  458. msgstr ""
  459. #: src/microhttpd/daemon.c:6429
  460. msgid "Failed to initialize TLS support.\n"
  461. msgstr ""
  462. #: src/microhttpd/daemon.c:6456
  463. #, c-format
  464. msgid "Failed to create listen thread: %s\n"
  465. msgstr ""
  466. #: src/microhttpd/daemon.c:6505
  467. #, c-format
  468. msgid "Failed to create worker inter-thread communication channel: %s\n"
  469. msgstr ""
  470. #: src/microhttpd/daemon.c:6517
  471. msgid ""
  472. "File descriptor for worker inter-thread communication channel exceeds "
  473. "maximum value.\n"
  474. msgstr ""
  475. #: src/microhttpd/daemon.c:6542
  476. msgid "MHD failed to initialize cleanup connection mutex.\n"
  477. msgstr ""
  478. #: src/microhttpd/daemon.c:6556
  479. #, c-format
  480. msgid "Failed to create pool thread: %s\n"
  481. msgstr ""
  482. #: src/microhttpd/daemon.c:6711 src/microhttpd/daemon.c:6744
  483. msgid "MHD_stop_daemon() called while we have suspended connections.\n"
  484. msgstr ""
  485. #: src/microhttpd/daemon.c:6754 src/microhttpd/daemon.c:6847
  486. #: src/microhttpd/daemon.c:6885
  487. msgid "Failed to signal shutdown via inter-thread communication channel.\n"
  488. msgstr ""
  489. #: src/microhttpd/daemon.c:7323
  490. msgid "Failed to initialize winsock.\n"
  491. msgstr ""
  492. #: src/microhttpd/daemon.c:7326
  493. msgid "Winsock version 2.2 is not available.\n"
  494. msgstr ""
  495. #: src/microhttpd/daemon.c:7334 src/microhttpd/daemon.c:7338
  496. msgid "Failed to initialise multithreading in libgcrypt.\n"
  497. msgstr ""
  498. #: src/microhttpd/daemon.c:7344
  499. msgid "libgcrypt is too old. MHD was compiled for libgcrypt 1.6.0 or newer.\n"
  500. msgstr ""
  501. #: src/microhttpd/mhd_sockets.h:274
  502. msgid "Close socket failed.\n"
  503. msgstr ""
  504. #: src/microhttpd/connection.c:874
  505. msgid "Closing connection (application reported error generating data).\n"
  506. msgstr ""
  507. #: src/microhttpd/connection.c:923
  508. msgid "Closing connection (out of memory).\n"
  509. msgstr ""
  510. #: src/microhttpd/connection.c:971
  511. msgid "Closing connection (application error generating response).\n"
  512. msgstr ""
  513. #: src/microhttpd/connection.c:1599
  514. #, c-format
  515. msgid ""
  516. "Error processing request (HTTP response code is %u (`%s')). Closing "
  517. "connection.\n"
  518. msgstr ""
  519. #: src/microhttpd/connection.c:1626 src/microhttpd/connection.c:2661
  520. msgid "Closing connection (failed to queue response).\n"
  521. msgstr ""
  522. #: src/microhttpd/connection.c:1637 src/microhttpd/connection.c:3469
  523. #: src/microhttpd/connection.c:3578
  524. msgid "Closing connection (failed to create response header).\n"
  525. msgstr ""
  526. #: src/microhttpd/connection.c:1683 src/microhttpd/connection.c:2821
  527. #: src/microhttpd/connection.c:2889 src/microhttpd/connection.c:3242
  528. #, c-format
  529. msgid "In function %s handling connection at state: %s\n"
  530. msgstr ""
  531. #: src/microhttpd/connection.c:1900
  532. msgid "Not enough memory in pool to allocate header record!\n"
  533. msgstr ""
  534. #: src/microhttpd/connection.c:1947
  535. msgid "Not enough memory in pool to parse cookies!\n"
  536. msgstr ""
  537. #: src/microhttpd/connection.c:2178 src/microhttpd/connection.c:2380
  538. msgid "Application reported internal error, closing connection.\n"
  539. msgstr ""
  540. #: src/microhttpd/connection.c:2245 src/microhttpd/connection.c:2324
  541. msgid ""
  542. "Received malformed HTTP request (bad chunked encoding). Closing connection.\n"
  543. msgstr ""
  544. #: src/microhttpd/connection.c:2388
  545. msgid "libmicrohttpd API violation.\n"
  546. msgstr ""
  547. #: src/microhttpd/connection.c:2404
  548. msgid ""
  549. "WARNING: incomplete upload processing and connection not suspended may "
  550. "result in hung connection.\n"
  551. msgstr ""
  552. #: src/microhttpd/connection.c:2476
  553. msgid "Received malformed line (no colon). Closing connection.\n"
  554. msgstr ""
  555. #: src/microhttpd/connection.c:2637
  556. msgid "Received HTTP 1.1 request without `Host' header.\n"
  557. msgstr ""
  558. #: src/microhttpd/connection.c:2649
  559. msgid "Closing connection (failed to create response).\n"
  560. msgstr ""
  561. #: src/microhttpd/connection.c:2799
  562. msgid "Socket disconnected while reading request.\n"
  563. msgstr ""
  564. #: src/microhttpd/connection.c:2806
  565. msgid "Connection socket is closed due to error when reading request.\n"
  566. msgstr ""
  567. #: src/microhttpd/connection.c:2916
  568. #, c-format
  569. msgid "Failed to send data in request for %s.\n"
  570. msgstr ""
  571. #: src/microhttpd/connection.c:2925
  572. #, c-format
  573. msgid "Sent 100 continue response: `%.*s'\n"
  574. msgstr ""
  575. #: src/microhttpd/connection.c:2968
  576. msgid "Connection was closed while sending response headers.\n"
  577. msgstr ""
  578. #: src/microhttpd/connection.c:3020
  579. msgid "Data offset exceeds limit.\n"
  580. msgstr ""
  581. #: src/microhttpd/connection.c:3030
  582. #, c-format
  583. msgid "Sent %d-byte DATA response: `%.*s'\n"
  584. msgstr ""
  585. #: src/microhttpd/connection.c:3047
  586. #, c-format
  587. msgid "Failed to send data in request for `%s'.\n"
  588. msgstr ""
  589. #: src/microhttpd/connection.c:3077 src/microhttpd/connection.c:3107
  590. msgid "Connection was closed while sending response body.\n"
  591. msgstr ""
  592. #: src/microhttpd/connection.c:3130
  593. msgid "Internal error.\n"
  594. msgstr ""
  595. #: src/microhttpd/connection.c:3204
  596. msgid ""
  597. "Failed to signal end of connection via inter-thread communication channel.\n"
  598. msgstr ""
  599. #: src/microhttpd/connection.c:3928
  600. msgid "Attempted to queue response on wrong thread!\n"
  601. msgstr ""
  602. #: src/microhttpd/connection.c:3940
  603. msgid ""
  604. "Attempted 'upgrade' connection on daemon without MHD_ALLOW_UPGRADE option!\n"
  605. msgstr ""
  606. #: src/microhttpd/connection.c:3950
  607. msgid "Application used invalid status code for 'upgrade' response!\n"
  608. msgstr ""
  609. #: src/microhttpd/response.c:915
  610. msgid ""
  611. "Invalid response for upgrade: application failed to set the 'Upgrade' "
  612. "header!\n"
  613. msgstr ""
  614. #: src/microhttpd/response.c:956
  615. msgid "Failed to make loopback sockets non-blocking.\n"
  616. msgstr ""
  617. #: src/microhttpd/response.c:975
  618. msgid "Failed to set SO_NOSIGPIPE on loopback sockets.\n"
  619. msgstr ""
  620. #: src/microhttpd/response.c:995
  621. #, c-format
  622. msgid "Socketpair descriptor larger than FD_SETSIZE: %d > %d\n"
  623. msgstr ""
  624. #: src/microhttpd/response.c:1076
  625. msgid "Error cleaning up while handling epoll error.\n"
  626. msgstr ""
  627. #: src/microhttpd/mhd_itc.h:355
  628. msgid "Failed to destroy ITC.\n"
  629. msgstr ""
  630. #: src/microhttpd/basicauth.c:71
  631. msgid "Error decoding basic authentication.\n"
  632. msgstr ""
  633. #: src/microhttpd/basicauth.c:81
  634. msgid "Basic authentication doesn't contain ':' separator.\n"
  635. msgstr ""
  636. #: src/microhttpd/basicauth.c:99
  637. msgid "Failed to allocate memory for password.\n"
  638. msgstr ""
  639. #: src/microhttpd/basicauth.c:164
  640. msgid "Failed to add Basic auth header.\n"
  641. msgstr ""