libmicrohttpd.pot 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785
  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.63\n"
  10. "Report-Msgid-Bugs-To: [email protected]\n"
  11. "POT-Creation-Date: 2019-02-10 17:12+0100\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: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:792
  40. msgid "Failed to allocate memory for copy of URI arguments\n"
  41. msgstr ""
  42. #: src/microhttpd/digestauth.c:932
  43. msgid "Authentication failed, invalid timestamp format.\n"
  44. msgstr ""
  45. #: src/microhttpd/digestauth.c:995
  46. msgid "Authentication failed, invalid format.\n"
  47. msgstr ""
  48. #: src/microhttpd/digestauth.c:1005
  49. msgid "Authentication failed, invalid nc format.\n"
  50. msgstr ""
  51. #: src/microhttpd/digestauth.c:1031
  52. msgid "Failed to allocate memory for auth header processing\n"
  53. msgstr ""
  54. #: src/microhttpd/digestauth.c:1090
  55. msgid "Authentication failed, URI does not match.\n"
  56. msgstr ""
  57. #: src/microhttpd/digestauth.c:1109
  58. msgid "Authentication failed, arguments do not match.\n"
  59. msgstr ""
  60. #: src/microhttpd/digestauth.c:1264
  61. msgid "digest size missmatch"
  62. msgstr ""
  63. #: src/microhttpd/digestauth.c:1356
  64. msgid "Could not register nonce (is the nonce array size zero?).\n"
  65. msgstr ""
  66. #: src/microhttpd/digestauth.c:1381
  67. msgid "Failed to allocate memory for auth response header\n"
  68. msgstr ""
  69. #: src/microhttpd/digestauth.c:1417
  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:418
  77. msgid "Failed to add IP connection count node\n"
  78. msgstr ""
  79. #: src/microhttpd/daemon.c:476
  80. msgid "Failed to find previously-added IP address\n"
  81. msgstr ""
  82. #: src/microhttpd/daemon.c:482
  83. msgid "Previously-added IP address had counter of zero\n"
  84. msgstr ""
  85. #: src/microhttpd/daemon.c:559
  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:613
  91. #, c-format
  92. msgid "Error: invalid credentials type %d specified.\n"
  93. msgstr ""
  94. #: src/microhttpd/daemon.c:1012
  95. #, c-format
  96. msgid "Maximum socket in select set: %d\n"
  97. msgstr ""
  98. #: src/microhttpd/daemon.c:1073
  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:1279 src/microhttpd/daemon.c:6469
  104. msgid ""
  105. "Initiated daemon shutdown while \"upgraded\" connection was not closed.\n"
  106. msgstr ""
  107. #: src/microhttpd/daemon.c:1293 src/microhttpd/daemon.c:1528
  108. msgid "Failed to forward to application "
  109. msgstr ""
  110. #: src/microhttpd/daemon.c:1460 src/microhttpd/daemon.c:1582
  111. msgid "Failed to forward to remote client "
  112. msgstr ""
  113. #: src/microhttpd/daemon.c:1647
  114. msgid "Error preparing select\n"
  115. msgstr ""
  116. #: src/microhttpd/daemon.c:1681 src/microhttpd/daemon.c:1833
  117. #: src/microhttpd/daemon.c:1977
  118. #, c-format
  119. msgid "Error during select (%d): `%s'\n"
  120. msgstr ""
  121. #: src/microhttpd/daemon.c:1730 src/microhttpd/daemon.c:1854
  122. #: src/microhttpd/daemon.c:2046
  123. #, c-format
  124. msgid "Error during poll: `%s'\n"
  125. msgstr ""
  126. #: src/microhttpd/daemon.c:1817 src/microhttpd/daemon.c:1959
  127. msgid "Failed to add FD to fd_set\n"
  128. msgstr ""
  129. #: src/microhttpd/daemon.c:2098
  130. msgid "Processing thread terminating. Closing connection\n"
  131. msgstr ""
  132. #: src/microhttpd/daemon.c:2127
  133. msgid ""
  134. "Failed to signal thread termination via inter-thread communication channel."
  135. msgstr ""
  136. #: src/microhttpd/daemon.c:2198
  137. msgid "Internal server error. This should be impossible.\n"
  138. msgstr ""
  139. #: src/microhttpd/daemon.c:2208 src/microhttpd/daemon.c:2236
  140. msgid "PSK not supported by this server.\n"
  141. msgstr ""
  142. #: src/microhttpd/daemon.c:2222
  143. msgid "PSK authentication failed: gnutls_malloc failed to allocate memory\n"
  144. msgstr ""
  145. #: src/microhttpd/daemon.c:2318 src/microhttpd/daemon.c:6113
  146. #, c-format
  147. msgid "Socket descriptor larger than FD_SETSIZE: %d > %d\n"
  148. msgstr ""
  149. #: src/microhttpd/daemon.c:2334
  150. #, c-format
  151. msgid "Failed to set SO_NOSIGPIPE on accepted socket: %s\n"
  152. msgstr ""
  153. #: src/microhttpd/daemon.c:2351 src/microhttpd/daemon.c:3164
  154. #, c-format
  155. msgid "Accepted connection on socket %d\n"
  156. msgstr ""
  157. #: src/microhttpd/daemon.c:2363 src/microhttpd/daemon.c:2543
  158. msgid "Server reached connection limit. Closing inbound connection.\n"
  159. msgstr ""
  160. #: src/microhttpd/daemon.c:2381
  161. msgid "Connection rejected by application. Closing connection.\n"
  162. msgstr ""
  163. #: src/microhttpd/daemon.c:2414 src/microhttpd/daemon.c:2434
  164. #: src/microhttpd/daemon.c:3750
  165. #, c-format
  166. msgid "Error allocating memory: %s\n"
  167. msgstr ""
  168. #: src/microhttpd/daemon.c:2496
  169. #, c-format
  170. msgid "Failed to setup TLS credentials: unknown credential type %d\n"
  171. msgstr ""
  172. #: src/microhttpd/daemon.c:2505
  173. msgid "Unknown credential type"
  174. msgstr ""
  175. #: src/microhttpd/daemon.c:2607 src/microhttpd/daemon.c:4240
  176. #: src/microhttpd/daemon.c:4273 src/microhttpd/daemon.c:5418
  177. #: src/microhttpd/daemon.c:5435 src/microhttpd/connection.c:3857
  178. #: src/microhttpd/response.c:968 src/microhttpd/response.c:994
  179. #, c-format
  180. msgid "Call to epoll_ctl failed: %s\n"
  181. msgstr ""
  182. #: src/microhttpd/daemon.c:2632
  183. msgid "Failed to signal new connection via inter-thread communication channel."
  184. msgstr ""
  185. #: src/microhttpd/daemon.c:2737 src/microhttpd/daemon.c:3248
  186. #: src/microhttpd/daemon.c:6359 src/microhttpd/connection.c:979
  187. #: src/microhttpd/connection.c:998
  188. msgid "Failed to remove FD from epoll set\n"
  189. msgstr ""
  190. #: src/microhttpd/daemon.c:2786
  191. msgid "Cannot suspend connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n"
  192. msgstr ""
  193. #: src/microhttpd/daemon.c:2792
  194. msgid "Error: connection scheduled for \"upgrade\" cannot be suspended"
  195. msgstr ""
  196. #: src/microhttpd/daemon.c:2815
  197. msgid "Cannot resume connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n"
  198. msgstr ""
  199. #: src/microhttpd/daemon.c:2829
  200. msgid "Failed to signal resume via inter-thread communication channel."
  201. msgstr ""
  202. #: src/microhttpd/daemon.c:2961
  203. msgid ""
  204. "Failed to signal resume of connection via inter-thread communication channel."
  205. msgstr ""
  206. #: src/microhttpd/daemon.c:3007
  207. #, c-format
  208. msgid "Failed to set nonblocking mode on new client socket: %s\n"
  209. msgstr ""
  210. #: src/microhttpd/daemon.c:3020
  211. msgid "Failed to set noninheritable mode on new client socket.\n"
  212. msgstr ""
  213. #: src/microhttpd/daemon.c:3029
  214. msgid "Failed to reset buffering mode on new client socket.\n"
  215. msgstr ""
  216. #: src/microhttpd/daemon.c:3102
  217. #, c-format
  218. msgid "Error accepting connection: %s\n"
  219. msgstr ""
  220. #: src/microhttpd/daemon.c:3119
  221. msgid ""
  222. "Hit process or system resource limit at FIRST connection. This is really bad "
  223. "as there is no sane way to proceed. Will try busy waiting for system "
  224. "resources to become magically available.\n"
  225. msgstr ""
  226. #: src/microhttpd/daemon.c:3133
  227. #, c-format
  228. msgid ""
  229. "Hit process or system resource limit at %u connections, temporarily "
  230. "suspending accept(). Consider setting a lower MHD_OPTION_CONNECTION_LIMIT.\n"
  231. msgstr ""
  232. #: src/microhttpd/daemon.c:3145
  233. #, c-format
  234. msgid "Failed to set nonblocking mode on incoming connection socket: %s\n"
  235. msgstr ""
  236. #: src/microhttpd/daemon.c:3157
  237. msgid "Failed to set noninheritable mode on incoming connection socket.\n"
  238. msgstr ""
  239. #: src/microhttpd/daemon.c:3205 src/microhttpd/daemon.c:6511
  240. #: src/microhttpd/daemon.c:6543 src/microhttpd/daemon.c:6643
  241. msgid "Failed to join a thread\n"
  242. msgstr ""
  243. #: src/microhttpd/daemon.c:3309
  244. msgid "Illegal call to MHD_get_timeout\n"
  245. msgstr ""
  246. #: src/microhttpd/daemon.c:3506
  247. msgid ""
  248. "MHD_run_from_select() called with except_fd_set set to NULL. Such behavior "
  249. "is deprecated.\n"
  250. msgstr ""
  251. #: src/microhttpd/daemon.c:3586
  252. msgid "Could not obtain daemon fdsets"
  253. msgstr ""
  254. #: src/microhttpd/daemon.c:3603
  255. msgid "Could not add listen socket to fdset"
  256. msgstr ""
  257. #: src/microhttpd/daemon.c:3631
  258. msgid "Could not add control inter-thread communication channel FD to fdset"
  259. msgstr ""
  260. #: src/microhttpd/daemon.c:3687
  261. #, c-format
  262. msgid "select failed: %s\n"
  263. msgstr ""
  264. #: src/microhttpd/daemon.c:3832 src/microhttpd/daemon.c:3979
  265. #, c-format
  266. msgid "poll failed: %s\n"
  267. msgstr ""
  268. #: src/microhttpd/daemon.c:4109 src/microhttpd/daemon.c:4340
  269. #, c-format
  270. msgid "Call to epoll_wait failed: %s\n"
  271. msgstr ""
  272. #: src/microhttpd/daemon.c:4292 src/microhttpd/daemon.c:4749
  273. msgid "Failed to remove listen FD from epoll set\n"
  274. msgstr ""
  275. #: src/microhttpd/daemon.c:4757
  276. msgid "Failed to signal quiesce via inter-thread communication channel"
  277. msgstr ""
  278. #: src/microhttpd/daemon.c:4779
  279. msgid "failed to signal quiesce via inter-thread communication channel"
  280. msgstr ""
  281. #: src/microhttpd/daemon.c:4887
  282. msgid "Warning: Too large timeout value, ignored.\n"
  283. msgstr ""
  284. #: src/microhttpd/daemon.c:4928
  285. msgid ""
  286. "Warning: Zero size, specified for thread pool size, is ignored. Thread pool "
  287. "is not used.\n"
  288. msgstr ""
  289. #: src/microhttpd/daemon.c:4936
  290. msgid ""
  291. "Warning: \"1\", specified for thread pool size, is ignored. Thread pool is "
  292. "not used.\n"
  293. msgstr ""
  294. #: src/microhttpd/daemon.c:4948
  295. #, c-format
  296. msgid "Specified thread pool size (%u) too big\n"
  297. msgstr ""
  298. #: src/microhttpd/daemon.c:4959
  299. msgid ""
  300. "MHD_OPTION_THREAD_POOL_SIZE option is specified but "
  301. "MHD_USE_INTERNAL_POLLING_THREAD flag is not specified.\n"
  302. msgstr ""
  303. #: src/microhttpd/daemon.c:4968
  304. msgid ""
  305. "Both MHD_OPTION_THREAD_POOL_SIZE option and MHD_USE_THREAD_PER_CONNECTION "
  306. "flag are specified.\n"
  307. msgstr ""
  308. #: src/microhttpd/daemon.c:4985 src/microhttpd/daemon.c:4997
  309. #: src/microhttpd/daemon.c:5009 src/microhttpd/daemon.c:5021
  310. #: src/microhttpd/daemon.c:5062 src/microhttpd/daemon.c:5090
  311. #: src/microhttpd/daemon.c:5109
  312. #, c-format
  313. msgid "MHD HTTPS option %d passed to MHD but MHD_USE_TLS not set\n"
  314. msgstr ""
  315. #: src/microhttpd/daemon.c:5040
  316. msgid "Error initializing DH parameters\n"
  317. msgstr ""
  318. #: src/microhttpd/daemon.c:5052
  319. msgid "Bad Diffie-Hellman parameters format\n"
  320. msgstr ""
  321. #: src/microhttpd/daemon.c:5079
  322. #, c-format
  323. msgid "Setting priorities to `%s' failed: %s\n"
  324. msgstr ""
  325. #: src/microhttpd/daemon.c:5098
  326. msgid ""
  327. "MHD_OPTION_HTTPS_CERT_CALLBACK requires building MHD with GnuTLS >= 3.0\n"
  328. msgstr ""
  329. #: src/microhttpd/daemon.c:5132
  330. msgid ""
  331. "MHD_OPTION_LISTEN_SOCKET specified for daemon with MHD_USE_NO_LISTEN_SOCKET "
  332. "flag set.\n"
  333. msgstr ""
  334. #: src/microhttpd/daemon.c:5181
  335. msgid ""
  336. "Flag MHD_USE_PEDANTIC_CHECKS is ignored because another behavior is "
  337. "specified by MHD_OPTION_STRICT_CLIENT.\n"
  338. msgstr ""
  339. #: src/microhttpd/daemon.c:5313
  340. #, c-format
  341. msgid "MHD HTTPS option %d passed to MHD compiled without GNUtls >= 3\n"
  342. msgstr ""
  343. #: src/microhttpd/daemon.c:5326
  344. #, c-format
  345. msgid "MHD HTTPS option %d passed to MHD compiled without HTTPS support\n"
  346. msgstr ""
  347. #: src/microhttpd/daemon.c:5332
  348. #, c-format
  349. msgid "Invalid option %d! (Did you terminate the list with MHD_OPTION_END?)\n"
  350. msgstr ""
  351. #: src/microhttpd/daemon.c:5362
  352. #, c-format
  353. msgid "Call to epoll_create1 failed: %s\n"
  354. msgstr ""
  355. #: src/microhttpd/daemon.c:5372
  356. msgid "Failed to set noninheritable mode on epoll FD.\n"
  357. msgstr ""
  358. #: src/microhttpd/daemon.c:5615
  359. msgid ""
  360. "Warning: MHD_USE_THREAD_PER_CONNECTION must be used only with "
  361. "MHD_USE_INTERNAL_POLLING_THREAD. Flag MHD_USE_INTERNAL_POLLING_THREAD was "
  362. "added. Consider setting MHD_USE_INTERNAL_POLLING_THREAD explicitly.\n"
  363. msgstr ""
  364. #: src/microhttpd/daemon.c:5663
  365. msgid "Using debug build of libmicrohttpd.\n"
  366. msgstr ""
  367. #: src/microhttpd/daemon.c:5677
  368. #, c-format
  369. msgid "Failed to create inter-thread communication channel: %s\n"
  370. msgstr ""
  371. #: src/microhttpd/daemon.c:5693
  372. msgid ""
  373. "file descriptor for inter-thread communication channel exceeds maximum "
  374. "value\n"
  375. msgstr ""
  376. #: src/microhttpd/daemon.c:5713
  377. msgid "Specified value for NC_SIZE too large\n"
  378. msgstr ""
  379. #: src/microhttpd/daemon.c:5727
  380. #, c-format
  381. msgid "Failed to allocate memory for nonce-nc map: %s\n"
  382. msgstr ""
  383. #: src/microhttpd/daemon.c:5744
  384. msgid "MHD failed to initialize nonce-nc mutex\n"
  385. msgstr ""
  386. #: src/microhttpd/daemon.c:5764
  387. msgid "MHD thread pooling only works with MHD_USE_INTERNAL_POLLING_THREAD\n"
  388. msgstr ""
  389. #: src/microhttpd/daemon.c:5788
  390. #, c-format
  391. msgid "Failed to create socket for listening: %s\n"
  392. msgstr ""
  393. #: src/microhttpd/daemon.c:5809 src/microhttpd/daemon.c:5828
  394. #: src/microhttpd/daemon.c:5851 src/microhttpd/daemon.c:5888
  395. #: src/microhttpd/daemon.c:5965 src/microhttpd/daemon.c:5996
  396. #, c-format
  397. msgid "setsockopt failed: %s\n"
  398. msgstr ""
  399. #: src/microhttpd/daemon.c:5861
  400. msgid "Cannot allow listening address reuse: SO_REUSEPORT not defined\n"
  401. msgstr ""
  402. #: src/microhttpd/daemon.c:5896
  403. msgid ""
  404. "Cannot disallow listening address reuse: SO_EXCLUSIVEADDRUSE not defined\n"
  405. msgstr ""
  406. #: src/microhttpd/daemon.c:5976
  407. #, c-format
  408. msgid "Failed to bind to port %u: %s\n"
  409. msgstr ""
  410. #: src/microhttpd/daemon.c:6007
  411. #, c-format
  412. msgid "Failed to listen for connections: %s\n"
  413. msgstr ""
  414. #: src/microhttpd/daemon.c:6034
  415. #, c-format
  416. msgid "Failed to get listen port number: %s\n"
  417. msgstr ""
  418. #: src/microhttpd/daemon.c:6044
  419. msgid ""
  420. "Failed to get listen port number (`struct sockaddr_storage` too small!?)\n"
  421. msgstr ""
  422. #: src/microhttpd/daemon.c:6077
  423. msgid "Unknown address family!\n"
  424. msgstr ""
  425. #: src/microhttpd/daemon.c:6090
  426. #, c-format
  427. msgid "Failed to set nonblocking mode on listening socket: %s\n"
  428. msgstr ""
  429. #: src/microhttpd/daemon.c:6132
  430. msgid ""
  431. "Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_EPOLL is not supported.\n"
  432. msgstr ""
  433. #: src/microhttpd/daemon.c:6146 src/microhttpd/daemon.c:6159
  434. msgid "MHD failed to initialize IP connection limit mutex\n"
  435. msgstr ""
  436. #: src/microhttpd/daemon.c:6178
  437. msgid "Failed to initialize TLS support\n"
  438. msgstr ""
  439. #: src/microhttpd/daemon.c:6205
  440. #, c-format
  441. msgid "Failed to create listen thread: %s\n"
  442. msgstr ""
  443. #: src/microhttpd/daemon.c:6253
  444. #, c-format
  445. msgid "Failed to create worker inter-thread communication channel: %s\n"
  446. msgstr ""
  447. #: src/microhttpd/daemon.c:6264
  448. msgid ""
  449. "File descriptor for worker inter-thread communication channel exceeds "
  450. "maximum value\n"
  451. msgstr ""
  452. #: src/microhttpd/daemon.c:6289
  453. msgid "MHD failed to initialize cleanup connection mutex\n"
  454. msgstr ""
  455. #: src/microhttpd/daemon.c:6303
  456. #, c-format
  457. msgid "Failed to create pool thread: %s\n"
  458. msgstr ""
  459. #: src/microhttpd/daemon.c:6456 src/microhttpd/daemon.c:6487
  460. msgid "MHD_stop_daemon() called while we have suspended connections.\n"
  461. msgstr ""
  462. #: src/microhttpd/daemon.c:6496 src/microhttpd/daemon.c:6625
  463. msgid "Failed to signal shutdown via inter-thread communication channel"
  464. msgstr ""
  465. #: src/microhttpd/daemon.c:6588
  466. msgid "Failed to signal shutdown via inter-thread communication channel."
  467. msgstr ""
  468. #: src/microhttpd/daemon.c:7055
  469. msgid "Failed to initialize winsock\n"
  470. msgstr ""
  471. #: src/microhttpd/daemon.c:7058
  472. msgid "Winsock version 2.2 is not available\n"
  473. msgstr ""
  474. #: src/microhttpd/daemon.c:7066 src/microhttpd/daemon.c:7070
  475. msgid "Failed to initialise multithreading in libgcrypt\n"
  476. msgstr ""
  477. #: src/microhttpd/daemon.c:7075
  478. msgid "libgcrypt is too old. MHD was compiled for libgcrypt 1.6.0 or newer\n"
  479. msgstr ""
  480. #: src/microhttpd/mhd_sockets.h:261
  481. msgid "Close socket failed.\n"
  482. msgstr ""
  483. #: src/microhttpd/connection.c:1104
  484. msgid "Closing connection (application reported error generating data)\n"
  485. msgstr ""
  486. #: src/microhttpd/connection.c:1157
  487. msgid "Closing connection (out of memory)\n"
  488. msgstr ""
  489. #: src/microhttpd/connection.c:1204
  490. msgid "Closing connection (application error generating response)\n"
  491. msgstr ""
  492. #: src/microhttpd/connection.c:1786
  493. #, c-format
  494. msgid ""
  495. "Error processing request (HTTP response code is %u (`%s')). Closing "
  496. "connection.\n"
  497. msgstr ""
  498. #: src/microhttpd/connection.c:1812 src/microhttpd/connection.c:2800
  499. msgid "Closing connection (failed to queue response)\n"
  500. msgstr ""
  501. #: src/microhttpd/connection.c:1822 src/microhttpd/connection.c:3569
  502. #: src/microhttpd/connection.c:3692
  503. msgid "Closing connection (failed to create response header)\n"
  504. msgstr ""
  505. #: src/microhttpd/connection.c:1868 src/microhttpd/connection.c:2950
  506. #: src/microhttpd/connection.c:3018 src/microhttpd/connection.c:3334
  507. #, c-format
  508. msgid "In function %s handling connection at state: %s\n"
  509. msgstr ""
  510. #: src/microhttpd/connection.c:2080
  511. msgid "Not enough memory in pool to allocate header record!\n"
  512. msgstr ""
  513. #: src/microhttpd/connection.c:2122
  514. msgid "Not enough memory in pool to parse cookies!\n"
  515. msgstr ""
  516. #: src/microhttpd/connection.c:2346 src/microhttpd/connection.c:2531
  517. msgid "Application reported internal error, closing connection.\n"
  518. msgstr ""
  519. #: src/microhttpd/connection.c:2399 src/microhttpd/connection.c:2476
  520. msgid ""
  521. "Received malformed HTTP request (bad chunked encoding). Closing connection.\n"
  522. msgstr ""
  523. #: src/microhttpd/connection.c:2539
  524. msgid "libmicrohttpd API violation"
  525. msgstr ""
  526. #: src/microhttpd/connection.c:2554
  527. msgid ""
  528. "WARNING: incomplete upload processing and connection not suspended may "
  529. "result in hung connection.\n"
  530. msgstr ""
  531. #: src/microhttpd/connection.c:2624
  532. msgid "Received malformed line (no colon). Closing connection.\n"
  533. msgstr ""
  534. #: src/microhttpd/connection.c:2778
  535. msgid "Received HTTP 1.1 request without `Host' header.\n"
  536. msgstr ""
  537. #: src/microhttpd/connection.c:2789
  538. msgid "Closing connection (failed to create response)\n"
  539. msgstr ""
  540. #: src/microhttpd/connection.c:2929
  541. msgid "Socket disconnected while reading request.\n"
  542. msgstr ""
  543. #: src/microhttpd/connection.c:2935
  544. msgid "Connection socket is closed due to error when reading request.\n"
  545. msgstr ""
  546. #: src/microhttpd/connection.c:3044
  547. #, c-format
  548. msgid "Failed to send data in request for %s.\n"
  549. msgstr ""
  550. #: src/microhttpd/connection.c:3053
  551. #, c-format
  552. msgid "Sent 100 continue response: `%.*s'\n"
  553. msgstr ""
  554. #: src/microhttpd/connection.c:3077
  555. msgid "Connection was closed while sending response headers.\n"
  556. msgstr ""
  557. #: src/microhttpd/connection.c:3118
  558. msgid "Data offset exceeds limit"
  559. msgstr ""
  560. #: src/microhttpd/connection.c:3127
  561. #, c-format
  562. msgid "Sent %d-byte DATA response: `%.*s'\n"
  563. msgstr ""
  564. #: src/microhttpd/connection.c:3144
  565. #, c-format
  566. msgid "Failed to send data in request for `%s'.\n"
  567. msgstr ""
  568. #: src/microhttpd/connection.c:3172 src/microhttpd/connection.c:3200
  569. msgid "Connection was closed while sending response body.\n"
  570. msgstr ""
  571. #: src/microhttpd/connection.c:3223
  572. msgid "Internal error\n"
  573. msgstr ""
  574. #: src/microhttpd/connection.c:3296
  575. msgid ""
  576. "Failed to signal end of connection via inter-thread communication channel"
  577. msgstr ""
  578. #: src/microhttpd/connection.c:4043
  579. msgid "Attempted to queue response on wrong thread!\n"
  580. msgstr ""
  581. #: src/microhttpd/connection.c:4054
  582. msgid ""
  583. "Attempted 'upgrade' connection on daemon without MHD_ALLOW_UPGRADE option!\n"
  584. msgstr ""
  585. #: src/microhttpd/connection.c:4063
  586. msgid "Application used invalid status code for 'upgrade' response!\n"
  587. msgstr ""
  588. #: src/microhttpd/response.c:830
  589. msgid ""
  590. "Invalid response for upgrade: application failed to set the 'Upgrade' "
  591. "header!\n"
  592. msgstr ""
  593. #: src/microhttpd/response.c:871
  594. msgid "Failed to make loopback sockets non-blocking.\n"
  595. msgstr ""
  596. #: src/microhttpd/response.c:890
  597. msgid "Failed to set SO_NOSIGPIPE on loopback sockets.\n"
  598. msgstr ""
  599. #: src/microhttpd/response.c:910
  600. #, c-format
  601. msgid "Socketpair descriptor larger than FD_SETSIZE: %d > %d\n"
  602. msgstr ""
  603. #: src/microhttpd/response.c:991
  604. msgid "Error cleaning up while handling epoll error"
  605. msgstr ""
  606. #: src/microhttpd/mhd_itc.h:347
  607. msgid "Failed to destroy ITC.\n"
  608. msgstr ""
  609. #: src/microhttpd/basicauth.c:67
  610. msgid "Error decoding basic authentication\n"
  611. msgstr ""
  612. #: src/microhttpd/basicauth.c:77
  613. msgid "Basic authentication doesn't contain ':' separator\n"
  614. msgstr ""
  615. #: src/microhttpd/basicauth.c:95
  616. msgid "Failed to allocate memory for password\n"
  617. msgstr ""
  618. #: src/microhttpd/basicauth.c:158
  619. msgid "Failed to add Basic auth header\n"
  620. msgstr ""