libmicrohttpd.pot 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803
  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.66\n"
  10. "Report-Msgid-Bugs-To: libmicrohttpd@gnu.org\n"
  11. "POT-Creation-Date: 2019-08-01 13:26+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 <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:174
  20. msgid "Error: received handshake message out of context\n"
  21. msgstr ""
  22. #: src/microhttpd/mhd_locks.h:120
  23. msgid "Failed to destroy mutex.\n"
  24. msgstr ""
  25. #: src/microhttpd/mhd_locks.h:153
  26. msgid "Failed to lock mutex.\n"
  27. msgstr ""
  28. #: src/microhttpd/mhd_locks.h:179
  29. msgid "Failed to unlock mutex.\n"
  30. msgstr ""
  31. #: src/microhttpd/internal.h:82
  32. msgid "Failed to close FD.\n"
  33. msgstr ""
  34. #: src/microhttpd/digestauth.c:599
  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:804
  40. msgid "Failed to allocate memory for copy of URI arguments\n"
  41. msgstr ""
  42. #: src/microhttpd/digestauth.c:946
  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:1045
  52. msgid "Failed to allocate memory for auth header processing\n"
  53. msgstr ""
  54. #: src/microhttpd/digestauth.c:1105
  55. msgid "Authentication failed, URI does not match.\n"
  56. msgstr ""
  57. #: src/microhttpd/digestauth.c:1124
  58. msgid "Authentication failed, arguments do not match.\n"
  59. msgstr ""
  60. #: src/microhttpd/digestauth.c:1281
  61. msgid "digest size missmatch"
  62. msgstr ""
  63. #: src/microhttpd/digestauth.c:1373
  64. msgid "Could not register nonce (is the nonce array size zero?).\n"
  65. msgstr ""
  66. #: src/microhttpd/digestauth.c:1398
  67. msgid "Failed to allocate memory for auth response header\n"
  68. msgstr ""
  69. #: src/microhttpd/digestauth.c:1434
  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:449
  77. msgid "Failed to add IP connection count node\n"
  78. msgstr ""
  79. #: src/microhttpd/daemon.c:507
  80. msgid "Failed to find previously-added IP address\n"
  81. msgstr ""
  82. #: src/microhttpd/daemon.c:513
  83. msgid "Previously-added IP address had counter of zero\n"
  84. msgstr ""
  85. #: src/microhttpd/daemon.c:622
  86. msgid ""
  87. "Failed to setup x509 certificate/key: pre 3.X.X version of GnuTLS does not "
  88. "support setting key password"
  89. msgstr ""
  90. #: src/microhttpd/daemon.c:680
  91. #, c-format
  92. msgid "Error: invalid credentials type %d specified.\n"
  93. msgstr ""
  94. #: src/microhttpd/daemon.c:1079
  95. #, c-format
  96. msgid "Maximum socket in select set: %d\n"
  97. msgstr ""
  98. #: src/microhttpd/daemon.c:1140
  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:1346 src/microhttpd/daemon.c:6611
  104. msgid ""
  105. "Initiated daemon shutdown while \"upgraded\" connection was not closed.\n"
  106. msgstr ""
  107. #: src/microhttpd/daemon.c:1360 src/microhttpd/daemon.c:1595
  108. msgid "Failed to forward to application "
  109. msgstr ""
  110. #: src/microhttpd/daemon.c:1527 src/microhttpd/daemon.c:1649
  111. msgid "Failed to forward to remote client "
  112. msgstr ""
  113. #: src/microhttpd/daemon.c:1714
  114. msgid "Error preparing select\n"
  115. msgstr ""
  116. #: src/microhttpd/daemon.c:1748 src/microhttpd/daemon.c:1900
  117. #: src/microhttpd/daemon.c:2044
  118. #, c-format
  119. msgid "Error during select (%d): `%s'\n"
  120. msgstr ""
  121. #: src/microhttpd/daemon.c:1797 src/microhttpd/daemon.c:1921
  122. #: src/microhttpd/daemon.c:2113
  123. #, c-format
  124. msgid "Error during poll: `%s'\n"
  125. msgstr ""
  126. #: src/microhttpd/daemon.c:1884 src/microhttpd/daemon.c:2026
  127. msgid "Failed to add FD to fd_set\n"
  128. msgstr ""
  129. #: src/microhttpd/daemon.c:2165
  130. msgid "Processing thread terminating. Closing connection\n"
  131. msgstr ""
  132. #: src/microhttpd/daemon.c:2194
  133. msgid ""
  134. "Failed to signal thread termination via inter-thread communication channel."
  135. msgstr ""
  136. #: src/microhttpd/daemon.c:2265
  137. msgid "Internal server error. This should be impossible.\n"
  138. msgstr ""
  139. #: src/microhttpd/daemon.c:2275 src/microhttpd/daemon.c:2312
  140. msgid "PSK not supported by this server.\n"
  141. msgstr ""
  142. #: src/microhttpd/daemon.c:2289
  143. msgid "PSK authentication failed: gnutls_malloc failed to allocate memory\n"
  144. msgstr ""
  145. #: src/microhttpd/daemon.c:2298
  146. msgid "PSK authentication failed: PSK too long\n"
  147. msgstr ""
  148. #: src/microhttpd/daemon.c:2394 src/microhttpd/daemon.c:6255
  149. #, c-format
  150. msgid "Socket descriptor larger than FD_SETSIZE: %d > %d\n"
  151. msgstr ""
  152. #: src/microhttpd/daemon.c:2410
  153. #, c-format
  154. msgid "Failed to set SO_NOSIGPIPE on accepted socket: %s\n"
  155. msgstr ""
  156. #: src/microhttpd/daemon.c:2427 src/microhttpd/daemon.c:3251
  157. #, c-format
  158. msgid "Accepted connection on socket %d\n"
  159. msgstr ""
  160. #: src/microhttpd/daemon.c:2439 src/microhttpd/daemon.c:2629
  161. msgid "Server reached connection limit. Closing inbound connection.\n"
  162. msgstr ""
  163. #: src/microhttpd/daemon.c:2457
  164. msgid "Connection rejected by application. Closing connection.\n"
  165. msgstr ""
  166. #: src/microhttpd/daemon.c:2490 src/microhttpd/daemon.c:2510
  167. #: src/microhttpd/daemon.c:3837
  168. #, c-format
  169. msgid "Error allocating memory: %s\n"
  170. msgstr ""
  171. #: src/microhttpd/daemon.c:2582
  172. #, c-format
  173. msgid "Failed to setup TLS credentials: unknown credential type %d\n"
  174. msgstr ""
  175. #: src/microhttpd/daemon.c:2591
  176. msgid "Unknown credential type"
  177. msgstr ""
  178. #: src/microhttpd/daemon.c:2693 src/microhttpd/daemon.c:4328
  179. #: src/microhttpd/daemon.c:4361 src/microhttpd/daemon.c:5547
  180. #: src/microhttpd/daemon.c:5564 src/microhttpd/connection.c:4142
  181. #: src/microhttpd/response.c:1003 src/microhttpd/response.c:1029
  182. #, c-format
  183. msgid "Call to epoll_ctl failed: %s\n"
  184. msgstr ""
  185. #: src/microhttpd/daemon.c:2718
  186. msgid "Failed to signal new connection via inter-thread communication channel."
  187. msgstr ""
  188. #: src/microhttpd/daemon.c:2823 src/microhttpd/daemon.c:3335
  189. #: src/microhttpd/daemon.c:6501 src/microhttpd/connection.c:1190
  190. #: src/microhttpd/connection.c:1209
  191. msgid "Failed to remove FD from epoll set\n"
  192. msgstr ""
  193. #: src/microhttpd/daemon.c:2872
  194. msgid "Cannot suspend connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n"
  195. msgstr ""
  196. #: src/microhttpd/daemon.c:2878
  197. msgid "Error: connection scheduled for \"upgrade\" cannot be suspended"
  198. msgstr ""
  199. #: src/microhttpd/daemon.c:2901
  200. msgid "Cannot resume connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n"
  201. msgstr ""
  202. #: src/microhttpd/daemon.c:2915
  203. msgid "Failed to signal resume via inter-thread communication channel."
  204. msgstr ""
  205. #: src/microhttpd/daemon.c:3047
  206. msgid ""
  207. "Failed to signal resume of connection via inter-thread communication channel."
  208. msgstr ""
  209. #: src/microhttpd/daemon.c:3094
  210. #, c-format
  211. msgid "Failed to set nonblocking mode on new client socket: %s\n"
  212. msgstr ""
  213. #: src/microhttpd/daemon.c:3107
  214. msgid "Failed to set noninheritable mode on new client socket.\n"
  215. msgstr ""
  216. #: src/microhttpd/daemon.c:3116
  217. msgid "Failed to reset buffering mode on new client socket.\n"
  218. msgstr ""
  219. #: src/microhttpd/daemon.c:3189
  220. #, c-format
  221. msgid "Error accepting connection: %s\n"
  222. msgstr ""
  223. #: src/microhttpd/daemon.c:3206
  224. msgid ""
  225. "Hit process or system resource limit at FIRST connection. This is really bad "
  226. "as there is no sane way to proceed. Will try busy waiting for system "
  227. "resources to become magically available.\n"
  228. msgstr ""
  229. #: src/microhttpd/daemon.c:3220
  230. #, c-format
  231. msgid ""
  232. "Hit process or system resource limit at %u connections, temporarily "
  233. "suspending accept(). Consider setting a lower MHD_OPTION_CONNECTION_LIMIT.\n"
  234. msgstr ""
  235. #: src/microhttpd/daemon.c:3232
  236. #, c-format
  237. msgid "Failed to set nonblocking mode on incoming connection socket: %s\n"
  238. msgstr ""
  239. #: src/microhttpd/daemon.c:3244
  240. msgid "Failed to set noninheritable mode on incoming connection socket.\n"
  241. msgstr ""
  242. #: src/microhttpd/daemon.c:3292 src/microhttpd/daemon.c:6653
  243. #: src/microhttpd/daemon.c:6685 src/microhttpd/daemon.c:6785
  244. msgid "Failed to join a thread\n"
  245. msgstr ""
  246. #: src/microhttpd/daemon.c:3396
  247. msgid "Illegal call to MHD_get_timeout\n"
  248. msgstr ""
  249. #: src/microhttpd/daemon.c:3593
  250. msgid ""
  251. "MHD_run_from_select() called with except_fd_set set to NULL. Such behavior "
  252. "is deprecated.\n"
  253. msgstr ""
  254. #: src/microhttpd/daemon.c:3673
  255. msgid "Could not obtain daemon fdsets"
  256. msgstr ""
  257. #: src/microhttpd/daemon.c:3690
  258. msgid "Could not add listen socket to fdset"
  259. msgstr ""
  260. #: src/microhttpd/daemon.c:3718
  261. msgid "Could not add control inter-thread communication channel FD to fdset"
  262. msgstr ""
  263. #: src/microhttpd/daemon.c:3774
  264. #, c-format
  265. msgid "select failed: %s\n"
  266. msgstr ""
  267. #: src/microhttpd/daemon.c:3919 src/microhttpd/daemon.c:4066
  268. #, c-format
  269. msgid "poll failed: %s\n"
  270. msgstr ""
  271. #: src/microhttpd/daemon.c:4197 src/microhttpd/daemon.c:4428
  272. #, c-format
  273. msgid "Call to epoll_wait failed: %s\n"
  274. msgstr ""
  275. #: src/microhttpd/daemon.c:4380 src/microhttpd/daemon.c:4837
  276. msgid "Failed to remove listen FD from epoll set\n"
  277. msgstr ""
  278. #: src/microhttpd/daemon.c:4845
  279. msgid "Failed to signal quiesce via inter-thread communication channel"
  280. msgstr ""
  281. #: src/microhttpd/daemon.c:4867
  282. msgid "failed to signal quiesce via inter-thread communication channel"
  283. msgstr ""
  284. #: src/microhttpd/daemon.c:4981
  285. msgid "Warning: Too large timeout value, ignored.\n"
  286. msgstr ""
  287. #: src/microhttpd/daemon.c:5020
  288. msgid ""
  289. "Warning: Zero size, specified for thread pool size, is ignored. Thread pool "
  290. "is not used.\n"
  291. msgstr ""
  292. #: src/microhttpd/daemon.c:5028
  293. msgid ""
  294. "Warning: \"1\", specified for thread pool size, is ignored. Thread pool is "
  295. "not used.\n"
  296. msgstr ""
  297. #: src/microhttpd/daemon.c:5040
  298. #, c-format
  299. msgid "Specified thread pool size (%u) too big\n"
  300. msgstr ""
  301. #: src/microhttpd/daemon.c:5051
  302. msgid ""
  303. "MHD_OPTION_THREAD_POOL_SIZE option is specified but "
  304. "MHD_USE_INTERNAL_POLLING_THREAD flag is not specified.\n"
  305. msgstr ""
  306. #: src/microhttpd/daemon.c:5060
  307. msgid ""
  308. "Both MHD_OPTION_THREAD_POOL_SIZE option and MHD_USE_THREAD_PER_CONNECTION "
  309. "flag are specified.\n"
  310. msgstr ""
  311. #: src/microhttpd/daemon.c:5077 src/microhttpd/daemon.c:5089
  312. #: src/microhttpd/daemon.c:5101 src/microhttpd/daemon.c:5113
  313. #: src/microhttpd/daemon.c:5164 src/microhttpd/daemon.c:5192
  314. #: src/microhttpd/daemon.c:5211 src/microhttpd/daemon.c:5231
  315. #, c-format
  316. msgid "MHD HTTPS option %d passed to MHD but MHD_USE_TLS not set\n"
  317. msgstr ""
  318. #: src/microhttpd/daemon.c:5133
  319. msgid "Error initializing DH parameters\n"
  320. msgstr ""
  321. #: src/microhttpd/daemon.c:5143
  322. msgid "Diffie-Hellman parameters string too long\n"
  323. msgstr ""
  324. #: src/microhttpd/daemon.c:5154
  325. msgid "Bad Diffie-Hellman parameters format\n"
  326. msgstr ""
  327. #: src/microhttpd/daemon.c:5181
  328. #, c-format
  329. msgid "Setting priorities to `%s' failed: %s\n"
  330. msgstr ""
  331. #: src/microhttpd/daemon.c:5200
  332. msgid ""
  333. "MHD_OPTION_HTTPS_CERT_CALLBACK requires building MHD with GnuTLS >= 3.0\n"
  334. msgstr ""
  335. #: src/microhttpd/daemon.c:5220
  336. msgid ""
  337. "MHD_OPTION_HTTPS_CERT_CALLBACK2 requires building MHD with GnuTLS >= 3.6.3\n"
  338. msgstr ""
  339. #: src/microhttpd/daemon.c:5254
  340. msgid ""
  341. "MHD_OPTION_LISTEN_SOCKET specified for daemon with MHD_USE_NO_LISTEN_SOCKET "
  342. "flag set.\n"
  343. msgstr ""
  344. #: src/microhttpd/daemon.c:5290
  345. msgid "TCP fastopen is not supported on this platform\n"
  346. msgstr ""
  347. #: src/microhttpd/daemon.c:5309
  348. msgid ""
  349. "Flag MHD_USE_PEDANTIC_CHECKS is ignored because another behavior is "
  350. "specified by MHD_OPTION_STRICT_CLIENT.\n"
  351. msgstr ""
  352. #: src/microhttpd/daemon.c:5442
  353. #, c-format
  354. msgid "MHD HTTPS option %d passed to MHD compiled without GNUtls >= 3\n"
  355. msgstr ""
  356. #: src/microhttpd/daemon.c:5455
  357. #, c-format
  358. msgid "MHD HTTPS option %d passed to MHD compiled without HTTPS support\n"
  359. msgstr ""
  360. #: src/microhttpd/daemon.c:5461
  361. #, c-format
  362. msgid "Invalid option %d! (Did you terminate the list with MHD_OPTION_END?)\n"
  363. msgstr ""
  364. #: src/microhttpd/daemon.c:5491
  365. #, c-format
  366. msgid "Call to epoll_create1 failed: %s\n"
  367. msgstr ""
  368. #: src/microhttpd/daemon.c:5501
  369. msgid "Failed to set noninheritable mode on epoll FD.\n"
  370. msgstr ""
  371. #: src/microhttpd/daemon.c:5744
  372. msgid ""
  373. "Warning: MHD_USE_THREAD_PER_CONNECTION must be used only with "
  374. "MHD_USE_INTERNAL_POLLING_THREAD. Flag MHD_USE_INTERNAL_POLLING_THREAD was "
  375. "added. Consider setting MHD_USE_INTERNAL_POLLING_THREAD explicitly.\n"
  376. msgstr ""
  377. #: src/microhttpd/daemon.c:5792
  378. msgid "Using debug build of libmicrohttpd.\n"
  379. msgstr ""
  380. #: src/microhttpd/daemon.c:5806
  381. #, c-format
  382. msgid "Failed to create inter-thread communication channel: %s\n"
  383. msgstr ""
  384. #: src/microhttpd/daemon.c:5822
  385. msgid ""
  386. "file descriptor for inter-thread communication channel exceeds maximum "
  387. "value\n"
  388. msgstr ""
  389. #: src/microhttpd/daemon.c:5842
  390. msgid "Specified value for NC_SIZE too large\n"
  391. msgstr ""
  392. #: src/microhttpd/daemon.c:5856
  393. #, c-format
  394. msgid "Failed to allocate memory for nonce-nc map: %s\n"
  395. msgstr ""
  396. #: src/microhttpd/daemon.c:5873
  397. msgid "MHD failed to initialize nonce-nc mutex\n"
  398. msgstr ""
  399. #: src/microhttpd/daemon.c:5893
  400. msgid "MHD thread pooling only works with MHD_USE_INTERNAL_POLLING_THREAD\n"
  401. msgstr ""
  402. #: src/microhttpd/daemon.c:5917
  403. #, c-format
  404. msgid "Failed to create socket for listening: %s\n"
  405. msgstr ""
  406. #: src/microhttpd/daemon.c:5938 src/microhttpd/daemon.c:5957
  407. #: src/microhttpd/daemon.c:5980 src/microhttpd/daemon.c:6017
  408. #: src/microhttpd/daemon.c:6094 src/microhttpd/daemon.c:6125
  409. #, c-format
  410. msgid "setsockopt failed: %s\n"
  411. msgstr ""
  412. #: src/microhttpd/daemon.c:5990
  413. msgid "Cannot allow listening address reuse: SO_REUSEPORT not defined\n"
  414. msgstr ""
  415. #: src/microhttpd/daemon.c:6025
  416. msgid ""
  417. "Cannot disallow listening address reuse: SO_EXCLUSIVEADDRUSE not defined\n"
  418. msgstr ""
  419. #: src/microhttpd/daemon.c:6105
  420. #, c-format
  421. msgid "Failed to bind to port %u: %s\n"
  422. msgstr ""
  423. #: src/microhttpd/daemon.c:6136
  424. #, c-format
  425. msgid "Failed to listen for connections: %s\n"
  426. msgstr ""
  427. #: src/microhttpd/daemon.c:6167
  428. #, c-format
  429. msgid "Failed to get listen port number: %s\n"
  430. msgstr ""
  431. #: src/microhttpd/daemon.c:6177
  432. msgid ""
  433. "Failed to get listen port number (`struct sockaddr_storage` too small!?)\n"
  434. msgstr ""
  435. #: src/microhttpd/daemon.c:6218
  436. msgid "Unknown address family!\n"
  437. msgstr ""
  438. #: src/microhttpd/daemon.c:6232
  439. #, c-format
  440. msgid "Failed to set nonblocking mode on listening socket: %s\n"
  441. msgstr ""
  442. #: src/microhttpd/daemon.c:6274
  443. msgid ""
  444. "Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_EPOLL is not supported.\n"
  445. msgstr ""
  446. #: src/microhttpd/daemon.c:6288 src/microhttpd/daemon.c:6301
  447. msgid "MHD failed to initialize IP connection limit mutex\n"
  448. msgstr ""
  449. #: src/microhttpd/daemon.c:6320
  450. msgid "Failed to initialize TLS support\n"
  451. msgstr ""
  452. #: src/microhttpd/daemon.c:6347
  453. #, c-format
  454. msgid "Failed to create listen thread: %s\n"
  455. msgstr ""
  456. #: src/microhttpd/daemon.c:6395
  457. #, c-format
  458. msgid "Failed to create worker inter-thread communication channel: %s\n"
  459. msgstr ""
  460. #: src/microhttpd/daemon.c:6406
  461. msgid ""
  462. "File descriptor for worker inter-thread communication channel exceeds "
  463. "maximum value\n"
  464. msgstr ""
  465. #: src/microhttpd/daemon.c:6431
  466. msgid "MHD failed to initialize cleanup connection mutex\n"
  467. msgstr ""
  468. #: src/microhttpd/daemon.c:6445
  469. #, c-format
  470. msgid "Failed to create pool thread: %s\n"
  471. msgstr ""
  472. #: src/microhttpd/daemon.c:6598 src/microhttpd/daemon.c:6629
  473. msgid "MHD_stop_daemon() called while we have suspended connections.\n"
  474. msgstr ""
  475. #: src/microhttpd/daemon.c:6638 src/microhttpd/daemon.c:6767
  476. msgid "Failed to signal shutdown via inter-thread communication channel"
  477. msgstr ""
  478. #: src/microhttpd/daemon.c:6730
  479. msgid "Failed to signal shutdown via inter-thread communication channel."
  480. msgstr ""
  481. #: src/microhttpd/daemon.c:7203
  482. msgid "Failed to initialize winsock\n"
  483. msgstr ""
  484. #: src/microhttpd/daemon.c:7206
  485. msgid "Winsock version 2.2 is not available\n"
  486. msgstr ""
  487. #: src/microhttpd/daemon.c:7214 src/microhttpd/daemon.c:7218
  488. msgid "Failed to initialise multithreading in libgcrypt\n"
  489. msgstr ""
  490. #: src/microhttpd/daemon.c:7223
  491. msgid "libgcrypt is too old. MHD was compiled for libgcrypt 1.6.0 or newer\n"
  492. msgstr ""
  493. #: src/microhttpd/mhd_sockets.h:267
  494. msgid "Close socket failed.\n"
  495. msgstr ""
  496. #: src/microhttpd/connection.c:1315
  497. msgid "Closing connection (application reported error generating data)\n"
  498. msgstr ""
  499. #: src/microhttpd/connection.c:1364
  500. msgid "Closing connection (out of memory)\n"
  501. msgstr ""
  502. #: src/microhttpd/connection.c:1411
  503. msgid "Closing connection (application error generating response)\n"
  504. msgstr ""
  505. #: src/microhttpd/connection.c:2029
  506. #, c-format
  507. msgid ""
  508. "Error processing request (HTTP response code is %u (`%s')). Closing "
  509. "connection.\n"
  510. msgstr ""
  511. #: src/microhttpd/connection.c:2055 src/microhttpd/connection.c:3080
  512. msgid "Closing connection (failed to queue response)\n"
  513. msgstr ""
  514. #: src/microhttpd/connection.c:2065 src/microhttpd/connection.c:3854
  515. #: src/microhttpd/connection.c:3977
  516. msgid "Closing connection (failed to create response header)\n"
  517. msgstr ""
  518. #: src/microhttpd/connection.c:2111 src/microhttpd/connection.c:3235
  519. #: src/microhttpd/connection.c:3303 src/microhttpd/connection.c:3619
  520. #, c-format
  521. msgid "In function %s handling connection at state: %s\n"
  522. msgstr ""
  523. #: src/microhttpd/connection.c:2329
  524. msgid "Not enough memory in pool to allocate header record!\n"
  525. msgstr ""
  526. #: src/microhttpd/connection.c:2375
  527. msgid "Not enough memory in pool to parse cookies!\n"
  528. msgstr ""
  529. #: src/microhttpd/connection.c:2605 src/microhttpd/connection.c:2802
  530. msgid "Application reported internal error, closing connection.\n"
  531. msgstr ""
  532. #: src/microhttpd/connection.c:2670 src/microhttpd/connection.c:2747
  533. msgid ""
  534. "Received malformed HTTP request (bad chunked encoding). Closing connection.\n"
  535. msgstr ""
  536. #: src/microhttpd/connection.c:2810
  537. msgid "libmicrohttpd API violation"
  538. msgstr ""
  539. #: src/microhttpd/connection.c:2825
  540. msgid ""
  541. "WARNING: incomplete upload processing and connection not suspended may "
  542. "result in hung connection.\n"
  543. msgstr ""
  544. #: src/microhttpd/connection.c:2896
  545. msgid "Received malformed line (no colon). Closing connection.\n"
  546. msgstr ""
  547. #: src/microhttpd/connection.c:3058
  548. msgid "Received HTTP 1.1 request without `Host' header.\n"
  549. msgstr ""
  550. #: src/microhttpd/connection.c:3069
  551. msgid "Closing connection (failed to create response)\n"
  552. msgstr ""
  553. #: src/microhttpd/connection.c:3214
  554. msgid "Socket disconnected while reading request.\n"
  555. msgstr ""
  556. #: src/microhttpd/connection.c:3220
  557. msgid "Connection socket is closed due to error when reading request.\n"
  558. msgstr ""
  559. #: src/microhttpd/connection.c:3329
  560. #, c-format
  561. msgid "Failed to send data in request for %s.\n"
  562. msgstr ""
  563. #: src/microhttpd/connection.c:3338
  564. #, c-format
  565. msgid "Sent 100 continue response: `%.*s'\n"
  566. msgstr ""
  567. #: src/microhttpd/connection.c:3362
  568. msgid "Connection was closed while sending response headers.\n"
  569. msgstr ""
  570. #: src/microhttpd/connection.c:3403
  571. msgid "Data offset exceeds limit"
  572. msgstr ""
  573. #: src/microhttpd/connection.c:3412
  574. #, c-format
  575. msgid "Sent %d-byte DATA response: `%.*s'\n"
  576. msgstr ""
  577. #: src/microhttpd/connection.c:3429
  578. #, c-format
  579. msgid "Failed to send data in request for `%s'.\n"
  580. msgstr ""
  581. #: src/microhttpd/connection.c:3457 src/microhttpd/connection.c:3485
  582. msgid "Connection was closed while sending response body.\n"
  583. msgstr ""
  584. #: src/microhttpd/connection.c:3508
  585. msgid "Internal error\n"
  586. msgstr ""
  587. #: src/microhttpd/connection.c:3581
  588. msgid ""
  589. "Failed to signal end of connection via inter-thread communication channel"
  590. msgstr ""
  591. #: src/microhttpd/connection.c:4328
  592. msgid "Attempted to queue response on wrong thread!\n"
  593. msgstr ""
  594. #: src/microhttpd/connection.c:4339
  595. msgid ""
  596. "Attempted 'upgrade' connection on daemon without MHD_ALLOW_UPGRADE option!\n"
  597. msgstr ""
  598. #: src/microhttpd/connection.c:4348
  599. msgid "Application used invalid status code for 'upgrade' response!\n"
  600. msgstr ""
  601. #: src/microhttpd/response.c:865
  602. msgid ""
  603. "Invalid response for upgrade: application failed to set the 'Upgrade' "
  604. "header!\n"
  605. msgstr ""
  606. #: src/microhttpd/response.c:906
  607. msgid "Failed to make loopback sockets non-blocking.\n"
  608. msgstr ""
  609. #: src/microhttpd/response.c:925
  610. msgid "Failed to set SO_NOSIGPIPE on loopback sockets.\n"
  611. msgstr ""
  612. #: src/microhttpd/response.c:945
  613. #, c-format
  614. msgid "Socketpair descriptor larger than FD_SETSIZE: %d > %d\n"
  615. msgstr ""
  616. #: src/microhttpd/response.c:1026
  617. msgid "Error cleaning up while handling epoll error"
  618. msgstr ""
  619. #: src/microhttpd/mhd_itc.h:349
  620. msgid "Failed to destroy ITC.\n"
  621. msgstr ""
  622. #: src/microhttpd/basicauth.c:70
  623. msgid "Error decoding basic authentication\n"
  624. msgstr ""
  625. #: src/microhttpd/basicauth.c:80
  626. msgid "Basic authentication doesn't contain ':' separator\n"
  627. msgstr ""
  628. #: src/microhttpd/basicauth.c:98
  629. msgid "Failed to allocate memory for password\n"
  630. msgstr ""
  631. #: src/microhttpd/basicauth.c:161
  632. msgid "Failed to add Basic auth header\n"
  633. msgstr ""