libmicrohttpd.pot 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852
  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-12-28 21:36+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:129
  20. msgid "Error: received handshake message out of context.\n"
  21. msgstr ""
  22. #: src/microhttpd/mhd_locks.h:125
  23. msgid "Failed to destroy mutex.\n"
  24. msgstr ""
  25. #: src/microhttpd/mhd_locks.h:158
  26. msgid "Failed to lock mutex.\n"
  27. msgstr ""
  28. #: src/microhttpd/mhd_locks.h:184
  29. msgid "Failed to unlock mutex.\n"
  30. msgstr ""
  31. #: src/microhttpd/internal.h:96
  32. msgid "Failed to close FD.\n"
  33. msgstr ""
  34. #: src/microhttpd/digestauth.c:603
  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:809
  40. msgid "Failed to allocate memory for copy of URI arguments.\n"
  41. msgstr ""
  42. #: src/microhttpd/digestauth.c:952
  43. msgid "Authentication failed, invalid timestamp format.\n"
  44. msgstr ""
  45. #: src/microhttpd/digestauth.c:1014
  46. msgid "Authentication failed, invalid format.\n"
  47. msgstr ""
  48. #: src/microhttpd/digestauth.c:1024
  49. msgid "Authentication failed, invalid nc format.\n"
  50. msgstr ""
  51. #: src/microhttpd/digestauth.c:1050
  52. msgid "Failed to allocate memory for auth header processing.\n"
  53. msgstr ""
  54. #: src/microhttpd/digestauth.c:1110
  55. msgid "Authentication failed, URI does not match.\n"
  56. msgstr ""
  57. #: src/microhttpd/digestauth.c:1129
  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:135
  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:623
  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:682
  91. #, c-format
  92. msgid "Error: invalid credentials type %d specified.\n"
  93. msgstr ""
  94. #: src/microhttpd/daemon.c:1086
  95. #, c-format
  96. msgid "Maximum socket in select set: %d\n"
  97. msgstr ""
  98. #: src/microhttpd/daemon.c:1147
  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:1361 src/microhttpd/daemon.c:7197
  104. msgid ""
  105. "Initiated daemon shutdown while \"upgraded\" connection was not closed.\n"
  106. msgstr ""
  107. #: src/microhttpd/daemon.c:1375 src/microhttpd/daemon.c:1613
  108. msgid "Failed to forward to application "
  109. msgstr ""
  110. #: src/microhttpd/daemon.c:1543 src/microhttpd/daemon.c:1669
  111. msgid "Failed to forward to remote client "
  112. msgstr ""
  113. #: src/microhttpd/daemon.c:1739
  114. msgid "Error preparing select.\n"
  115. msgstr ""
  116. #: src/microhttpd/daemon.c:1774 src/microhttpd/daemon.c:1929
  117. #: src/microhttpd/daemon.c:2073
  118. #, c-format
  119. msgid "Error during select (%d): `%s'\n"
  120. msgstr ""
  121. #: src/microhttpd/daemon.c:1824 src/microhttpd/daemon.c:1950
  122. #: src/microhttpd/daemon.c:2142
  123. #, c-format
  124. msgid "Error during poll: `%s'\n"
  125. msgstr ""
  126. #: src/microhttpd/daemon.c:1913 src/microhttpd/daemon.c:2055
  127. msgid "Failed to add FD to fd_set.\n"
  128. msgstr ""
  129. #: src/microhttpd/daemon.c:2195
  130. msgid "Processing thread terminating. Closing connection.\n"
  131. msgstr ""
  132. #: src/microhttpd/daemon.c:2225
  133. msgid ""
  134. "Failed to signal thread termination via inter-thread communication channel.\n"
  135. msgstr ""
  136. #: src/microhttpd/daemon.c:2301
  137. msgid "Internal server error. This should be impossible.\n"
  138. msgstr ""
  139. #: src/microhttpd/daemon.c:2311 src/microhttpd/daemon.c:2349
  140. msgid "PSK not supported by this server.\n"
  141. msgstr ""
  142. #: src/microhttpd/daemon.c:2326
  143. msgid "PSK authentication failed: gnutls_malloc failed to allocate memory.\n"
  144. msgstr ""
  145. #: src/microhttpd/daemon.c:2335
  146. msgid "PSK authentication failed: PSK too long.\n"
  147. msgstr ""
  148. #: src/microhttpd/daemon.c:2395
  149. #, c-format
  150. msgid "Accepted connection on socket %d.\n"
  151. msgstr ""
  152. #: src/microhttpd/daemon.c:2408 src/microhttpd/daemon.c:2712
  153. msgid "Server reached connection limit. Closing inbound connection.\n"
  154. msgstr ""
  155. #: src/microhttpd/daemon.c:2426
  156. msgid "Connection rejected by application. Closing connection.\n"
  157. msgstr ""
  158. #: src/microhttpd/daemon.c:2472 src/microhttpd/daemon.c:2685
  159. #: src/microhttpd/daemon.c:4217
  160. #, c-format
  161. msgid "Error allocating memory: %s\n"
  162. msgstr ""
  163. #: src/microhttpd/daemon.c:2539
  164. msgid "Failed to initialise TLS session.\n"
  165. msgstr ""
  166. #: src/microhttpd/daemon.c:2567
  167. #, c-format
  168. msgid "Failed to setup TLS credentials: unknown credential type %d.\n"
  169. msgstr ""
  170. #: src/microhttpd/daemon.c:2577
  171. msgid "Unknown credential type.\n"
  172. msgstr ""
  173. #: src/microhttpd/daemon.c:2604
  174. msgid "TLS connection on non-TLS daemon.\n"
  175. msgstr ""
  176. #: src/microhttpd/daemon.c:2776 src/microhttpd/daemon.c:4734
  177. #: src/microhttpd/daemon.c:4767 src/microhttpd/daemon.c:6024
  178. #: src/microhttpd/daemon.c:6043 src/microhttpd/connection.c:3754
  179. #: src/microhttpd/response.c:1107 src/microhttpd/response.c:1133
  180. #, c-format
  181. msgid "Call to epoll_ctl failed: %s\n"
  182. msgstr ""
  183. #: src/microhttpd/daemon.c:2885
  184. #, c-format
  185. msgid ""
  186. "New connection socket descriptor (%d) is not less than FD_SETSIZE (%d).\n"
  187. msgstr ""
  188. #: src/microhttpd/daemon.c:2902
  189. msgid "Epoll mode supports only non-blocking sockets\n"
  190. msgstr ""
  191. #: src/microhttpd/daemon.c:2935
  192. msgid ""
  193. "Failed to signal new connection via inter-thread communication channel.\n"
  194. msgstr ""
  195. #: src/microhttpd/daemon.c:2980
  196. msgid "Failed to start serving new connection.\n"
  197. msgstr ""
  198. #: src/microhttpd/daemon.c:3053 src/microhttpd/daemon.c:3703
  199. #: src/microhttpd/daemon.c:7064 src/microhttpd/connection.c:707
  200. #: src/microhttpd/connection.c:726
  201. msgid "Failed to remove FD from epoll set.\n"
  202. msgstr ""
  203. #: src/microhttpd/daemon.c:3109
  204. msgid "Cannot suspend connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n"
  205. msgstr ""
  206. #: src/microhttpd/daemon.c:3116
  207. msgid "Error: connection scheduled for \"upgrade\" cannot be suspended.\n"
  208. msgstr ""
  209. #: src/microhttpd/daemon.c:3140
  210. msgid "Cannot resume connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n"
  211. msgstr ""
  212. #: src/microhttpd/daemon.c:3155
  213. msgid "Failed to signal resume via inter-thread communication channel.\n"
  214. msgstr ""
  215. #: src/microhttpd/daemon.c:3295
  216. msgid ""
  217. "Failed to signal resume of connection via inter-thread communication "
  218. "channel.\n"
  219. msgstr ""
  220. #: src/microhttpd/daemon.c:3349
  221. msgid ""
  222. "MHD_add_connection() has been called for daemon started without MHD_USE_ITC "
  223. "flag.\n"
  224. "Daemon will not process newly added connection until any activity occurs in "
  225. "already added sockets.\n"
  226. msgstr ""
  227. #: src/microhttpd/daemon.c:3360
  228. #, c-format
  229. msgid "Failed to set nonblocking mode on new client socket: %s\n"
  230. msgstr ""
  231. #: src/microhttpd/daemon.c:3379
  232. #, c-format
  233. msgid "Failed to suppress SIGPIPE on new client socket: %s\n"
  234. msgstr ""
  235. #: src/microhttpd/daemon.c:3405
  236. msgid "Failed to set noninheritable mode on new client socket.\n"
  237. msgstr ""
  238. #: src/microhttpd/daemon.c:3526
  239. #, c-format
  240. msgid "Error accepting connection: %s\n"
  241. msgstr ""
  242. #: src/microhttpd/daemon.c:3544
  243. msgid ""
  244. "Hit process or system resource limit at FIRST connection. This is really bad "
  245. "as there is no sane way to proceed. Will try busy waiting for system "
  246. "resources to become magically available.\n"
  247. msgstr ""
  248. #: src/microhttpd/daemon.c:3559
  249. #, c-format
  250. msgid ""
  251. "Hit process or system resource limit at %u connections, temporarily "
  252. "suspending accept(). Consider setting a lower MHD_OPTION_CONNECTION_LIMIT.\n"
  253. msgstr ""
  254. #: src/microhttpd/daemon.c:3572
  255. #, c-format
  256. msgid "Failed to set nonblocking mode on incoming connection socket: %s\n"
  257. msgstr ""
  258. #: src/microhttpd/daemon.c:3585
  259. msgid "Failed to set noninheritable mode on incoming connection socket.\n"
  260. msgstr ""
  261. #: src/microhttpd/daemon.c:3595
  262. #, c-format
  263. msgid "Failed to suppress SIGPIPE on incoming connection socket: %s\n"
  264. msgstr ""
  265. #: src/microhttpd/daemon.c:3616
  266. #, c-format
  267. msgid "Accepted connection on socket %d\n"
  268. msgstr ""
  269. #: src/microhttpd/daemon.c:3660 src/microhttpd/daemon.c:7238
  270. #: src/microhttpd/daemon.c:7270 src/microhttpd/daemon.c:7303
  271. #: src/microhttpd/daemon.c:7409
  272. msgid "Failed to join a thread.\n"
  273. msgstr ""
  274. #: src/microhttpd/daemon.c:3769
  275. msgid "Illegal call to MHD_get_timeout.\n"
  276. msgstr ""
  277. #: src/microhttpd/daemon.c:3970
  278. msgid ""
  279. "MHD_run_from_select() called with except_fd_set set to NULL. Such behavior "
  280. "is deprecated.\n"
  281. msgstr ""
  282. #: src/microhttpd/daemon.c:4050
  283. msgid "Could not obtain daemon fdsets.\n"
  284. msgstr ""
  285. #: src/microhttpd/daemon.c:4067
  286. msgid "Could not add listen socket to fdset.\n"
  287. msgstr ""
  288. #: src/microhttpd/daemon.c:4096
  289. msgid "Could not add control inter-thread communication channel FD to fdset.\n"
  290. msgstr ""
  291. #: src/microhttpd/daemon.c:4154
  292. #, c-format
  293. msgid "select failed: %s\n"
  294. msgstr ""
  295. #: src/microhttpd/daemon.c:4299 src/microhttpd/daemon.c:4453
  296. #, c-format
  297. msgid "poll failed: %s\n"
  298. msgstr ""
  299. #: src/microhttpd/daemon.c:4596 src/microhttpd/daemon.c:4835
  300. #, c-format
  301. msgid "Call to epoll_wait failed: %s\n"
  302. msgstr ""
  303. #: src/microhttpd/daemon.c:4786 src/microhttpd/daemon.c:5284
  304. msgid "Failed to remove listen FD from epoll set.\n"
  305. msgstr ""
  306. #: src/microhttpd/daemon.c:5130
  307. #, c-format
  308. msgid "Failed to block SIGPIPE on daemon thread: %s\n"
  309. msgstr ""
  310. #: src/microhttpd/daemon.c:5293
  311. msgid "Failed to signal quiesce via inter-thread communication channel.\n"
  312. msgstr ""
  313. #: src/microhttpd/daemon.c:5316
  314. msgid "failed to signal quiesce via inter-thread communication channel.\n"
  315. msgstr ""
  316. #: src/microhttpd/daemon.c:5430
  317. msgid "Warning: Too large timeout value, ignored.\n"
  318. msgstr ""
  319. #: src/microhttpd/daemon.c:5475
  320. msgid ""
  321. "Warning: Zero size, specified for thread pool size, is ignored. Thread pool "
  322. "is not used.\n"
  323. msgstr ""
  324. #: src/microhttpd/daemon.c:5484
  325. msgid ""
  326. "Warning: \"1\", specified for thread pool size, is ignored. Thread pool is "
  327. "not used.\n"
  328. msgstr ""
  329. #: src/microhttpd/daemon.c:5498
  330. #, c-format
  331. msgid "Specified thread pool size (%u) too big.\n"
  332. msgstr ""
  333. #: src/microhttpd/daemon.c:5510
  334. msgid ""
  335. "MHD_OPTION_THREAD_POOL_SIZE option is specified but "
  336. "MHD_USE_INTERNAL_POLLING_THREAD flag is not specified.\n"
  337. msgstr ""
  338. #: src/microhttpd/daemon.c:5519
  339. msgid ""
  340. "Both MHD_OPTION_THREAD_POOL_SIZE option and MHD_USE_THREAD_PER_CONNECTION "
  341. "flag are specified.\n"
  342. msgstr ""
  343. #: src/microhttpd/daemon.c:5537 src/microhttpd/daemon.c:5550
  344. #: src/microhttpd/daemon.c:5563 src/microhttpd/daemon.c:5576
  345. #: src/microhttpd/daemon.c:5628 src/microhttpd/daemon.c:5657
  346. #: src/microhttpd/daemon.c:5678 src/microhttpd/daemon.c:5700
  347. #, c-format
  348. msgid "MHD HTTPS option %d passed to MHD but MHD_USE_TLS not set.\n"
  349. msgstr ""
  350. #: src/microhttpd/daemon.c:5596
  351. msgid "Error initializing DH parameters.\n"
  352. msgstr ""
  353. #: src/microhttpd/daemon.c:5606
  354. msgid "Diffie-Hellman parameters string too long.\n"
  355. msgstr ""
  356. #: src/microhttpd/daemon.c:5617
  357. msgid "Bad Diffie-Hellman parameters format.\n"
  358. msgstr ""
  359. #: src/microhttpd/daemon.c:5645
  360. #, c-format
  361. msgid "Setting priorities to `%s' failed: %s\n"
  362. msgstr ""
  363. #: src/microhttpd/daemon.c:5666
  364. msgid ""
  365. "MHD_OPTION_HTTPS_CERT_CALLBACK requires building MHD with GnuTLS >= 3.0.\n"
  366. msgstr ""
  367. #: src/microhttpd/daemon.c:5688
  368. msgid ""
  369. "MHD_OPTION_HTTPS_CERT_CALLBACK2 requires building MHD with GnuTLS >= 3.6.3.\n"
  370. msgstr ""
  371. #: src/microhttpd/daemon.c:5723
  372. msgid ""
  373. "MHD_OPTION_LISTEN_SOCKET specified for daemon with MHD_USE_NO_LISTEN_SOCKET "
  374. "flag set.\n"
  375. msgstr ""
  376. #: src/microhttpd/daemon.c:5759
  377. msgid "TCP fastopen is not supported on this platform.\n"
  378. msgstr ""
  379. #: src/microhttpd/daemon.c:5778
  380. msgid ""
  381. "Flag MHD_USE_PEDANTIC_CHECKS is ignored because another behavior is "
  382. "specified by MHD_OPTION_STRICT_CLIENT.\n"
  383. msgstr ""
  384. #: src/microhttpd/daemon.c:5913
  385. #, c-format
  386. msgid "MHD HTTPS option %d passed to MHD compiled without GNUtls >= 3.\n"
  387. msgstr ""
  388. #: src/microhttpd/daemon.c:5927
  389. #, c-format
  390. msgid "MHD HTTPS option %d passed to MHD compiled without HTTPS support.\n"
  391. msgstr ""
  392. #: src/microhttpd/daemon.c:5934
  393. #, c-format
  394. msgid "Invalid option %d! (Did you terminate the list with MHD_OPTION_END?).\n"
  395. msgstr ""
  396. #: src/microhttpd/daemon.c:5964
  397. #, c-format
  398. msgid "Call to epoll_create1 failed: %s\n"
  399. msgstr ""
  400. #: src/microhttpd/daemon.c:5974
  401. msgid "Failed to set noninheritable mode on epoll FD.\n"
  402. msgstr ""
  403. #: src/microhttpd/daemon.c:6239
  404. msgid ""
  405. "Warning: MHD_USE_THREAD_PER_CONNECTION must be used only with "
  406. "MHD_USE_INTERNAL_POLLING_THREAD. Flag MHD_USE_INTERNAL_POLLING_THREAD was "
  407. "added. Consider setting MHD_USE_INTERNAL_POLLING_THREAD explicitly.\n"
  408. msgstr ""
  409. #: src/microhttpd/daemon.c:6287
  410. msgid "Using debug build of libmicrohttpd.\n"
  411. msgstr ""
  412. #: src/microhttpd/daemon.c:6301
  413. #, c-format
  414. msgid "Failed to create inter-thread communication channel: %s\n"
  415. msgstr ""
  416. #: src/microhttpd/daemon.c:6318
  417. msgid ""
  418. "file descriptor for inter-thread communication channel exceeds maximum "
  419. "value.\n"
  420. msgstr ""
  421. #: src/microhttpd/daemon.c:6338
  422. msgid "Specified value for NC_SIZE too large.\n"
  423. msgstr ""
  424. #: src/microhttpd/daemon.c:6352
  425. #, c-format
  426. msgid "Failed to allocate memory for nonce-nc map: %s\n"
  427. msgstr ""
  428. #: src/microhttpd/daemon.c:6369
  429. msgid "MHD failed to initialize nonce-nc mutex.\n"
  430. msgstr ""
  431. #: src/microhttpd/daemon.c:6390
  432. msgid "MHD thread polling only works with MHD_USE_INTERNAL_POLLING_THREAD.\n"
  433. msgstr ""
  434. #: src/microhttpd/daemon.c:6414
  435. #, c-format
  436. msgid "Failed to create socket for listening: %s\n"
  437. msgstr ""
  438. #: src/microhttpd/daemon.c:6435 src/microhttpd/daemon.c:6454
  439. #: src/microhttpd/daemon.c:6477 src/microhttpd/daemon.c:6515
  440. #: src/microhttpd/daemon.c:6593 src/microhttpd/daemon.c:6624
  441. #, c-format
  442. msgid "setsockopt failed: %s\n"
  443. msgstr ""
  444. #: src/microhttpd/daemon.c:6488
  445. msgid "Cannot allow listening address reuse: SO_REUSEPORT not defined.\n"
  446. msgstr ""
  447. #: src/microhttpd/daemon.c:6524
  448. msgid ""
  449. "Cannot disallow listening address reuse: SO_EXCLUSIVEADDRUSE not defined.\n"
  450. msgstr ""
  451. #: src/microhttpd/daemon.c:6604
  452. #, c-format
  453. msgid "Failed to bind to port %u: %s\n"
  454. msgstr ""
  455. #: src/microhttpd/daemon.c:6635
  456. #, c-format
  457. msgid "Failed to listen for connections: %s\n"
  458. msgstr ""
  459. #: src/microhttpd/daemon.c:6666
  460. #, c-format
  461. msgid "Failed to get listen port number: %s\n"
  462. msgstr ""
  463. #: src/microhttpd/daemon.c:6677
  464. msgid ""
  465. "Failed to get listen port number (`struct sockaddr_storage` too small!?).\n"
  466. msgstr ""
  467. #: src/microhttpd/daemon.c:6718
  468. msgid "Unknown address family!\n"
  469. msgstr ""
  470. #: src/microhttpd/daemon.c:6731
  471. #, c-format
  472. msgid "Failed to set nonblocking mode on listening socket: %s\n"
  473. msgstr ""
  474. #: src/microhttpd/daemon.c:6754
  475. #, c-format
  476. msgid "Listen socket descriptor (%d) is not less than FD_SETSIZE (%d).\n"
  477. msgstr ""
  478. #: src/microhttpd/daemon.c:6775
  479. msgid ""
  480. "Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_EPOLL is not supported.\n"
  481. msgstr ""
  482. #: src/microhttpd/daemon.c:6789 src/microhttpd/daemon.c:6799
  483. msgid "MHD failed to initialize IP connection limit mutex.\n"
  484. msgstr ""
  485. #: src/microhttpd/daemon.c:6817
  486. msgid "Failed to initialize TLS support.\n"
  487. msgstr ""
  488. #: src/microhttpd/daemon.c:6850 src/microhttpd/daemon.c:6915
  489. #: src/microhttpd/daemon.c:7014
  490. msgid "Failed to initialise mutex.\n"
  491. msgstr ""
  492. #: src/microhttpd/daemon.c:6868
  493. #, c-format
  494. msgid "Failed to create listen thread: %s\n"
  495. msgstr ""
  496. #: src/microhttpd/daemon.c:6926
  497. #, c-format
  498. msgid "Failed to create worker inter-thread communication channel: %s\n"
  499. msgstr ""
  500. #: src/microhttpd/daemon.c:6939
  501. msgid ""
  502. "File descriptor for worker inter-thread communication channel exceeds "
  503. "maximum value.\n"
  504. msgstr ""
  505. #: src/microhttpd/daemon.c:6977
  506. msgid "MHD failed to initialize cleanup connection mutex.\n"
  507. msgstr ""
  508. #: src/microhttpd/daemon.c:6994
  509. #, c-format
  510. msgid "Failed to create pool thread: %s\n"
  511. msgstr ""
  512. #: src/microhttpd/daemon.c:7183 src/microhttpd/daemon.c:7216
  513. msgid "MHD_stop_daemon() called while we have suspended connections.\n"
  514. msgstr ""
  515. #: src/microhttpd/daemon.c:7255 src/microhttpd/daemon.c:7353
  516. #: src/microhttpd/daemon.c:7391
  517. msgid "Failed to signal shutdown via inter-thread communication channel.\n"
  518. msgstr ""
  519. #: src/microhttpd/daemon.c:7328
  520. msgid "MHD_stop_daemon() was called twice."
  521. msgstr ""
  522. #: src/microhttpd/daemon.c:7841
  523. msgid "Failed to initialize winsock.\n"
  524. msgstr ""
  525. #: src/microhttpd/daemon.c:7844
  526. msgid "Winsock version 2.2 is not available.\n"
  527. msgstr ""
  528. #: src/microhttpd/daemon.c:7852 src/microhttpd/daemon.c:7856
  529. msgid "Failed to initialise multithreading in libgcrypt.\n"
  530. msgstr ""
  531. #: src/microhttpd/daemon.c:7862
  532. msgid "libgcrypt is too old. MHD was compiled for libgcrypt 1.6.0 or newer.\n"
  533. msgstr ""
  534. #: src/microhttpd/mhd_sockets.h:333
  535. msgid "Close socket failed.\n"
  536. msgstr ""
  537. #: src/microhttpd/connection.c:835
  538. msgid "Closing connection (application reported error generating data).\n"
  539. msgstr ""
  540. #: src/microhttpd/connection.c:884
  541. msgid "Closing connection (out of memory).\n"
  542. msgstr ""
  543. #: src/microhttpd/connection.c:932
  544. msgid "Closing connection (application error generating response).\n"
  545. msgstr ""
  546. #: src/microhttpd/connection.c:1574
  547. #, c-format
  548. msgid ""
  549. "Error processing request (HTTP response code is %u (`%s')). Closing "
  550. "connection.\n"
  551. msgstr ""
  552. #: src/microhttpd/connection.c:1601 src/microhttpd/connection.c:2643
  553. msgid "Closing connection (failed to queue response).\n"
  554. msgstr ""
  555. #: src/microhttpd/connection.c:1612 src/microhttpd/connection.c:3485
  556. #: src/microhttpd/connection.c:3594
  557. msgid "Closing connection (failed to create response header).\n"
  558. msgstr ""
  559. #: src/microhttpd/connection.c:1658 src/microhttpd/connection.c:2803
  560. #: src/microhttpd/connection.c:2871 src/microhttpd/connection.c:3258
  561. #, c-format
  562. msgid "In function %s handling connection at state: %s\n"
  563. msgstr ""
  564. #: src/microhttpd/connection.c:1876
  565. msgid "Not enough memory in pool to allocate header record!\n"
  566. msgstr ""
  567. #: src/microhttpd/connection.c:1923
  568. msgid "Not enough memory in pool to parse cookies!\n"
  569. msgstr ""
  570. #: src/microhttpd/connection.c:2154 src/microhttpd/connection.c:2358
  571. msgid "Application reported internal error, closing connection.\n"
  572. msgstr ""
  573. #: src/microhttpd/connection.c:2223 src/microhttpd/connection.c:2302
  574. msgid ""
  575. "Received malformed HTTP request (bad chunked encoding). Closing connection.\n"
  576. msgstr ""
  577. #: src/microhttpd/connection.c:2366
  578. msgid "libmicrohttpd API violation.\n"
  579. msgstr ""
  580. #: src/microhttpd/connection.c:2382
  581. msgid ""
  582. "WARNING: incomplete upload processing and connection not suspended may "
  583. "result in hung connection.\n"
  584. msgstr ""
  585. #: src/microhttpd/connection.c:2456
  586. msgid "Received malformed line (no colon). Closing connection.\n"
  587. msgstr ""
  588. #: src/microhttpd/connection.c:2619
  589. msgid "Received HTTP 1.1 request without `Host' header.\n"
  590. msgstr ""
  591. #: src/microhttpd/connection.c:2631
  592. msgid "Closing connection (failed to create response).\n"
  593. msgstr ""
  594. #: src/microhttpd/connection.c:2781
  595. msgid "Socket disconnected while reading request.\n"
  596. msgstr ""
  597. #: src/microhttpd/connection.c:2788
  598. msgid "Connection socket is closed due to error when reading request.\n"
  599. msgstr ""
  600. #: src/microhttpd/connection.c:2898
  601. #, c-format
  602. msgid "Failed to send data in request for %s.\n"
  603. msgstr ""
  604. #: src/microhttpd/connection.c:2907
  605. #, c-format
  606. msgid "Sent 100 continue response: `%.*s'\n"
  607. msgstr ""
  608. #: src/microhttpd/connection.c:2975
  609. msgid "Connection was closed while sending response headers.\n"
  610. msgstr ""
  611. #: src/microhttpd/connection.c:3028
  612. msgid "Data offset exceeds limit.\n"
  613. msgstr ""
  614. #: src/microhttpd/connection.c:3038
  615. #, c-format
  616. msgid "Sent %d-byte DATA response: `%.*s'\n"
  617. msgstr ""
  618. #: src/microhttpd/connection.c:3055
  619. #, c-format
  620. msgid "Failed to send data in request for `%s'.\n"
  621. msgstr ""
  622. #: src/microhttpd/connection.c:3085 src/microhttpd/connection.c:3115
  623. msgid "Connection was closed while sending response body.\n"
  624. msgstr ""
  625. #: src/microhttpd/connection.c:3138
  626. msgid "Internal error.\n"
  627. msgstr ""
  628. #: src/microhttpd/connection.c:3216
  629. msgid ""
  630. "Failed to signal end of connection via inter-thread communication channel.\n"
  631. msgstr ""
  632. #: src/microhttpd/connection.c:3944
  633. msgid "Attempted to queue response on wrong thread!\n"
  634. msgstr ""
  635. #: src/microhttpd/connection.c:3956
  636. msgid ""
  637. "Attempted 'upgrade' connection on daemon without MHD_ALLOW_UPGRADE option!\n"
  638. msgstr ""
  639. #: src/microhttpd/connection.c:3966
  640. msgid "Application used invalid status code for 'upgrade' response!\n"
  641. msgstr ""
  642. #: src/microhttpd/response.c:969
  643. msgid ""
  644. "Invalid response for upgrade: application failed to set the 'Upgrade' "
  645. "header!\n"
  646. msgstr ""
  647. #: src/microhttpd/response.c:1010
  648. msgid "Failed to make loopback sockets non-blocking.\n"
  649. msgstr ""
  650. #: src/microhttpd/response.c:1029
  651. msgid "Failed to set SO_NOSIGPIPE on loopback sockets.\n"
  652. msgstr ""
  653. #: src/microhttpd/response.c:1049
  654. #, c-format
  655. msgid "Socketpair descriptor larger than FD_SETSIZE: %d > %d\n"
  656. msgstr ""
  657. #: src/microhttpd/response.c:1130
  658. msgid "Error cleaning up while handling epoll error.\n"
  659. msgstr ""
  660. #: src/microhttpd/mhd_itc.h:355
  661. msgid "Failed to destroy ITC.\n"
  662. msgstr ""
  663. #: src/microhttpd/basicauth.c:71
  664. msgid "Error decoding basic authentication.\n"
  665. msgstr ""
  666. #: src/microhttpd/basicauth.c:81
  667. msgid "Basic authentication doesn't contain ':' separator.\n"
  668. msgstr ""
  669. #: src/microhttpd/basicauth.c:99
  670. msgid "Failed to allocate memory for password.\n"
  671. msgstr ""
  672. #: src/microhttpd/basicauth.c:164
  673. msgid "Failed to add Basic auth header.\n"
  674. msgstr ""