libmicrohttpd.pot 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955
  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.73\n"
  10. "Report-Msgid-Bugs-To: [email protected]\n"
  11. "POT-Creation-Date: 2021-04-24 21:59+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:161
  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:605
  35. msgid ""
  36. "Stale nonce received. If this happens a lot, you should probably increase "
  37. "the size of the nonce array.\n"
  38. msgstr ""
  39. #: src/microhttpd/digestauth.c:807
  40. msgid "Failed to allocate memory for copy of URI arguments.\n"
  41. msgstr ""
  42. #: src/microhttpd/digestauth.c:951
  43. msgid "Authentication failed, invalid timestamp format.\n"
  44. msgstr ""
  45. #: src/microhttpd/digestauth.c:1013
  46. msgid "Authentication failed, invalid format.\n"
  47. msgstr ""
  48. #: src/microhttpd/digestauth.c:1023
  49. msgid "Authentication failed, invalid nc format.\n"
  50. msgstr ""
  51. #: src/microhttpd/digestauth.c:1049
  52. msgid "Failed to allocate memory for auth header processing.\n"
  53. msgstr ""
  54. #: src/microhttpd/digestauth.c:1109
  55. msgid "Authentication failed, URI does not match.\n"
  56. msgstr ""
  57. #: src/microhttpd/digestauth.c:1128
  58. msgid "Authentication failed, arguments do not match.\n"
  59. msgstr ""
  60. #: src/microhttpd/digestauth.c:1289
  61. msgid "Digest size mismatch.\n"
  62. msgstr ""
  63. #: src/microhttpd/digestauth.c:1382
  64. msgid "Could not register nonce (is the nonce array size zero?).\n"
  65. msgstr ""
  66. #: src/microhttpd/digestauth.c:1407
  67. msgid "Failed to allocate memory for auth response header.\n"
  68. msgstr ""
  69. #: src/microhttpd/digestauth.c:1449
  70. msgid "Failed to add Digest auth header.\n"
  71. msgstr ""
  72. #: src/microhttpd/daemon.c:136
  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:565
  86. msgid "Too long trust certificate.\n"
  87. msgstr ""
  88. #: src/microhttpd/daemon.c:577
  89. msgid "Bad trust certificate format.\n"
  90. msgstr ""
  91. #: src/microhttpd/daemon.c:602
  92. msgid "Too long key or certificate.\n"
  93. msgstr ""
  94. #: src/microhttpd/daemon.c:623
  95. msgid ""
  96. "Failed to setup x509 certificate/key: pre 3.X.X version of GnuTLS does not "
  97. "support setting key password.\n"
  98. msgstr ""
  99. #: src/microhttpd/daemon.c:637
  100. #, c-format
  101. msgid "GnuTLS failed to setup x509 certificate/key: %s\n"
  102. msgstr ""
  103. #: src/microhttpd/daemon.c:652
  104. msgid "You need to specify a certificate and key location.\n"
  105. msgstr ""
  106. #: src/microhttpd/daemon.c:682
  107. #, c-format
  108. msgid "Error: invalid credentials type %d specified.\n"
  109. msgstr ""
  110. #: src/microhttpd/daemon.c:1086
  111. #, c-format
  112. msgid "Maximum socket in select set: %d\n"
  113. msgstr ""
  114. #: src/microhttpd/daemon.c:1147
  115. msgid ""
  116. "MHD_get_fdset2() called with except_fd_set set to NULL. Such behavior is "
  117. "unsupported.\n"
  118. msgstr ""
  119. #: src/microhttpd/daemon.c:1361 src/microhttpd/daemon.c:7387
  120. msgid ""
  121. "Initiated daemon shutdown while \"upgraded\" connection was not closed.\n"
  122. msgstr ""
  123. #: src/microhttpd/daemon.c:1375 src/microhttpd/daemon.c:1613
  124. msgid "Failed to forward to application "
  125. msgstr ""
  126. #: src/microhttpd/daemon.c:1543 src/microhttpd/daemon.c:1669
  127. msgid "Failed to forward to remote client "
  128. msgstr ""
  129. #: src/microhttpd/daemon.c:1739
  130. msgid "Error preparing select.\n"
  131. msgstr ""
  132. #: src/microhttpd/daemon.c:1774 src/microhttpd/daemon.c:1929
  133. #: src/microhttpd/daemon.c:2073
  134. #, c-format
  135. msgid "Error during select (%d): `%s'\n"
  136. msgstr ""
  137. #: src/microhttpd/daemon.c:1824 src/microhttpd/daemon.c:1950
  138. #: src/microhttpd/daemon.c:2142
  139. #, c-format
  140. msgid "Error during poll: `%s'\n"
  141. msgstr ""
  142. #: src/microhttpd/daemon.c:1913 src/microhttpd/daemon.c:2055
  143. msgid "Failed to add FD to fd_set.\n"
  144. msgstr ""
  145. #: src/microhttpd/daemon.c:2195
  146. msgid "Processing thread terminating. Closing connection.\n"
  147. msgstr ""
  148. #: src/microhttpd/daemon.c:2225
  149. msgid ""
  150. "Failed to signal thread termination via inter-thread communication channel.\n"
  151. msgstr ""
  152. #: src/microhttpd/daemon.c:2305
  153. msgid "Internal server error. This should be impossible.\n"
  154. msgstr ""
  155. #: src/microhttpd/daemon.c:2315 src/microhttpd/daemon.c:2353
  156. msgid "PSK not supported by this server.\n"
  157. msgstr ""
  158. #: src/microhttpd/daemon.c:2330
  159. msgid "PSK authentication failed: gnutls_malloc failed to allocate memory.\n"
  160. msgstr ""
  161. #: src/microhttpd/daemon.c:2339
  162. msgid "PSK authentication failed: PSK too long.\n"
  163. msgstr ""
  164. #: src/microhttpd/daemon.c:2401
  165. #, c-format
  166. msgid "Accepted connection on socket %d.\n"
  167. msgstr ""
  168. #: src/microhttpd/daemon.c:2414 src/microhttpd/daemon.c:2745
  169. msgid "Server reached connection limit. Closing inbound connection.\n"
  170. msgstr ""
  171. #: src/microhttpd/daemon.c:2432
  172. msgid "Connection rejected by application. Closing connection.\n"
  173. msgstr ""
  174. #: src/microhttpd/daemon.c:2450 src/microhttpd/daemon.c:2478
  175. #: src/microhttpd/daemon.c:2718 src/microhttpd/daemon.c:4310
  176. #, c-format
  177. msgid "Error allocating memory: %s\n"
  178. msgstr ""
  179. #: src/microhttpd/daemon.c:2546
  180. msgid "Failed to initialise TLS session.\n"
  181. msgstr ""
  182. #: src/microhttpd/daemon.c:2572
  183. msgid "Failed to set ALPN protocols.\n"
  184. msgstr ""
  185. #: src/microhttpd/daemon.c:2600
  186. #, c-format
  187. msgid "Failed to setup TLS credentials: unknown credential type %d.\n"
  188. msgstr ""
  189. #: src/microhttpd/daemon.c:2610
  190. msgid "Unknown credential type.\n"
  191. msgstr ""
  192. #: src/microhttpd/daemon.c:2637
  193. msgid "TLS connection on non-TLS daemon.\n"
  194. msgstr ""
  195. #: src/microhttpd/daemon.c:2783
  196. #, c-format
  197. msgid "Failed to create a thread: %s\n"
  198. msgstr ""
  199. #: src/microhttpd/daemon.c:2809 src/microhttpd/daemon.c:4821
  200. #: src/microhttpd/daemon.c:4854 src/microhttpd/daemon.c:6208
  201. #: src/microhttpd/daemon.c:6227 src/microhttpd/connection.c:3870
  202. #: src/microhttpd/response.c:1236 src/microhttpd/response.c:1262
  203. #, c-format
  204. msgid "Call to epoll_ctl failed: %s\n"
  205. msgstr ""
  206. #: src/microhttpd/daemon.c:2920
  207. #, c-format
  208. msgid ""
  209. "New connection socket descriptor (%d) is not less than FD_SETSIZE (%d).\n"
  210. msgstr ""
  211. #: src/microhttpd/daemon.c:2937
  212. msgid "Epoll mode supports only non-blocking sockets\n"
  213. msgstr ""
  214. #: src/microhttpd/daemon.c:2974
  215. msgid ""
  216. "Failed to signal new connection via inter-thread communication channel.\n"
  217. msgstr ""
  218. #: src/microhttpd/daemon.c:3019
  219. msgid "Failed to start serving new connection.\n"
  220. msgstr ""
  221. #: src/microhttpd/daemon.c:3092 src/microhttpd/daemon.c:3745
  222. #: src/microhttpd/daemon.c:7254 src/microhttpd/connection.c:759
  223. #: src/microhttpd/connection.c:778
  224. msgid "Failed to remove FD from epoll set.\n"
  225. msgstr ""
  226. #: src/microhttpd/daemon.c:3148
  227. msgid "Cannot suspend connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n"
  228. msgstr ""
  229. #: src/microhttpd/daemon.c:3155
  230. msgid "Error: connection scheduled for \"upgrade\" cannot be suspended.\n"
  231. msgstr ""
  232. #: src/microhttpd/daemon.c:3179
  233. msgid "Cannot resume connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n"
  234. msgstr ""
  235. #: src/microhttpd/daemon.c:3194
  236. msgid "Failed to signal resume via inter-thread communication channel.\n"
  237. msgstr ""
  238. #: src/microhttpd/daemon.c:3334
  239. msgid ""
  240. "Failed to signal resume of connection via inter-thread communication "
  241. "channel.\n"
  242. msgstr ""
  243. #: src/microhttpd/daemon.c:3388
  244. msgid ""
  245. "MHD_add_connection() has been called for daemon started without MHD_USE_ITC "
  246. "flag.\n"
  247. "Daemon will not process newly added connection until any activity occurs in "
  248. "already added sockets.\n"
  249. msgstr ""
  250. #: src/microhttpd/daemon.c:3399
  251. #, c-format
  252. msgid "Failed to set nonblocking mode on new client socket: %s\n"
  253. msgstr ""
  254. #: src/microhttpd/daemon.c:3418
  255. #, c-format
  256. msgid "Failed to suppress SIGPIPE on new client socket: %s\n"
  257. msgstr ""
  258. #: src/microhttpd/daemon.c:3444
  259. msgid "Failed to set noninheritable mode on new client socket.\n"
  260. msgstr ""
  261. #: src/microhttpd/daemon.c:3567
  262. #, c-format
  263. msgid "Error accepting connection: %s\n"
  264. msgstr ""
  265. #: src/microhttpd/daemon.c:3585
  266. msgid ""
  267. "Hit process or system resource limit at FIRST connection. This is really bad "
  268. "as there is no sane way to proceed. Will try busy waiting for system "
  269. "resources to become magically available.\n"
  270. msgstr ""
  271. #: src/microhttpd/daemon.c:3600
  272. #, c-format
  273. msgid ""
  274. "Hit process or system resource limit at %u connections, temporarily "
  275. "suspending accept(). Consider setting a lower MHD_OPTION_CONNECTION_LIMIT.\n"
  276. msgstr ""
  277. #: src/microhttpd/daemon.c:3613
  278. #, c-format
  279. msgid "Failed to set nonblocking mode on incoming connection socket: %s\n"
  280. msgstr ""
  281. #: src/microhttpd/daemon.c:3626
  282. msgid "Failed to set noninheritable mode on incoming connection socket.\n"
  283. msgstr ""
  284. #: src/microhttpd/daemon.c:3636
  285. #, c-format
  286. msgid "Failed to suppress SIGPIPE on incoming connection socket: %s\n"
  287. msgstr ""
  288. #: src/microhttpd/daemon.c:3657
  289. #, c-format
  290. msgid "Accepted connection on socket %d\n"
  291. msgstr ""
  292. #: src/microhttpd/daemon.c:3702 src/microhttpd/daemon.c:7428
  293. #: src/microhttpd/daemon.c:7460 src/microhttpd/daemon.c:7493
  294. #: src/microhttpd/daemon.c:7599
  295. msgid "Failed to join a thread.\n"
  296. msgstr ""
  297. #: src/microhttpd/daemon.c:3811
  298. msgid "Illegal call to MHD_get_timeout.\n"
  299. msgstr ""
  300. #: src/microhttpd/daemon.c:4039
  301. msgid ""
  302. "MHD_run_from_select() called with except_fd_set set to NULL. Such behavior "
  303. "is deprecated.\n"
  304. msgstr ""
  305. #: src/microhttpd/daemon.c:4120
  306. msgid "Could not obtain daemon fdsets.\n"
  307. msgstr ""
  308. #: src/microhttpd/daemon.c:4137
  309. msgid "Could not add listen socket to fdset.\n"
  310. msgstr ""
  311. #: src/microhttpd/daemon.c:4166
  312. msgid "Could not add control inter-thread communication channel FD to fdset.\n"
  313. msgstr ""
  314. #: src/microhttpd/daemon.c:4246
  315. #, c-format
  316. msgid "select failed: %s\n"
  317. msgstr ""
  318. #: src/microhttpd/daemon.c:4386 src/microhttpd/daemon.c:4540
  319. #, c-format
  320. msgid "poll failed: %s\n"
  321. msgstr ""
  322. #: src/microhttpd/daemon.c:4683 src/microhttpd/daemon.c:4908
  323. #, c-format
  324. msgid "Call to epoll_wait failed: %s\n"
  325. msgstr ""
  326. #: src/microhttpd/daemon.c:4873 src/microhttpd/daemon.c:5410
  327. msgid "Failed to remove listen FD from epoll set.\n"
  328. msgstr ""
  329. #: src/microhttpd/daemon.c:5255
  330. #, c-format
  331. msgid "Failed to block SIGPIPE on daemon thread: %s\n"
  332. msgstr ""
  333. #: src/microhttpd/daemon.c:5391
  334. msgid "Using MHD_quiesce_daemon in this mode requires MHD_USE_ITC.\n"
  335. msgstr ""
  336. #: src/microhttpd/daemon.c:5419
  337. msgid "Failed to signal quiesce via inter-thread communication channel.\n"
  338. msgstr ""
  339. #: src/microhttpd/daemon.c:5442
  340. msgid "failed to signal quiesce via inter-thread communication channel.\n"
  341. msgstr ""
  342. #: src/microhttpd/daemon.c:5559
  343. msgid "Warning: Too large timeout value, ignored.\n"
  344. msgstr ""
  345. #: src/microhttpd/daemon.c:5604
  346. msgid ""
  347. "Warning: Zero size, specified for thread pool size, is ignored. Thread pool "
  348. "is not used.\n"
  349. msgstr ""
  350. #: src/microhttpd/daemon.c:5613
  351. msgid ""
  352. "Warning: \"1\", specified for thread pool size, is ignored. Thread pool is "
  353. "not used.\n"
  354. msgstr ""
  355. #: src/microhttpd/daemon.c:5627
  356. #, c-format
  357. msgid "Specified thread pool size (%u) too big.\n"
  358. msgstr ""
  359. #: src/microhttpd/daemon.c:5639
  360. msgid ""
  361. "MHD_OPTION_THREAD_POOL_SIZE option is specified but "
  362. "MHD_USE_INTERNAL_POLLING_THREAD flag is not specified.\n"
  363. msgstr ""
  364. #: src/microhttpd/daemon.c:5648
  365. msgid ""
  366. "Both MHD_OPTION_THREAD_POOL_SIZE option and MHD_USE_THREAD_PER_CONNECTION "
  367. "flag are specified.\n"
  368. msgstr ""
  369. #: src/microhttpd/daemon.c:5666 src/microhttpd/daemon.c:5679
  370. #: src/microhttpd/daemon.c:5692 src/microhttpd/daemon.c:5705
  371. #: src/microhttpd/daemon.c:5757 src/microhttpd/daemon.c:5786
  372. #: src/microhttpd/daemon.c:5807 src/microhttpd/daemon.c:5829
  373. #: src/microhttpd/daemon.c:6097
  374. #, c-format
  375. msgid "MHD HTTPS option %d passed to MHD but MHD_USE_TLS not set.\n"
  376. msgstr ""
  377. #: src/microhttpd/daemon.c:5725
  378. msgid "Error initializing DH parameters.\n"
  379. msgstr ""
  380. #: src/microhttpd/daemon.c:5735
  381. msgid "Diffie-Hellman parameters string too long.\n"
  382. msgstr ""
  383. #: src/microhttpd/daemon.c:5746
  384. msgid "Bad Diffie-Hellman parameters format.\n"
  385. msgstr ""
  386. #: src/microhttpd/daemon.c:5774
  387. #, c-format
  388. msgid "Setting priorities to `%s' failed: %s\n"
  389. msgstr ""
  390. #: src/microhttpd/daemon.c:5795
  391. msgid ""
  392. "MHD_OPTION_HTTPS_CERT_CALLBACK requires building MHD with GnuTLS >= 3.0.\n"
  393. msgstr ""
  394. #: src/microhttpd/daemon.c:5817
  395. msgid ""
  396. "MHD_OPTION_HTTPS_CERT_CALLBACK2 requires building MHD with GnuTLS >= 3.6.3.\n"
  397. msgstr ""
  398. #: src/microhttpd/daemon.c:5852
  399. msgid ""
  400. "MHD_OPTION_LISTEN_SOCKET specified for daemon with MHD_USE_NO_LISTEN_SOCKET "
  401. "flag set.\n"
  402. msgstr ""
  403. #: src/microhttpd/daemon.c:5890
  404. msgid ""
  405. "MHD_OPTION_EXTERNAL_LOGGER is not the first option specified for the daemon. "
  406. "Some messages may be printed by the standard MHD logger.\n"
  407. msgstr ""
  408. #: src/microhttpd/daemon.c:5915
  409. msgid "TCP fastopen is not supported on this platform.\n"
  410. msgstr ""
  411. #: src/microhttpd/daemon.c:5934
  412. msgid ""
  413. "Flag MHD_USE_PEDANTIC_CHECKS is ignored because another behavior is "
  414. "specified by MHD_OPTION_STRICT_CLIENT.\n"
  415. msgstr ""
  416. #: src/microhttpd/daemon.c:6072
  417. #, c-format
  418. msgid "MHD HTTPS option %d passed to MHD compiled without GNUtls >= 3.\n"
  419. msgstr ""
  420. #: src/microhttpd/daemon.c:6111
  421. #, c-format
  422. msgid "MHD HTTPS option %d passed to MHD compiled without HTTPS support.\n"
  423. msgstr ""
  424. #: src/microhttpd/daemon.c:6118
  425. #, c-format
  426. msgid "Invalid option %d! (Did you terminate the list with MHD_OPTION_END?).\n"
  427. msgstr ""
  428. #: src/microhttpd/daemon.c:6148
  429. #, c-format
  430. msgid "Call to epoll_create1 failed: %s\n"
  431. msgstr ""
  432. #: src/microhttpd/daemon.c:6158
  433. msgid "Failed to set noninheritable mode on epoll FD.\n"
  434. msgstr ""
  435. #: src/microhttpd/daemon.c:6465
  436. msgid ""
  437. "Warning: MHD_USE_THREAD_PER_CONNECTION must be used only with "
  438. "MHD_USE_INTERNAL_POLLING_THREAD. Flag MHD_USE_INTERNAL_POLLING_THREAD was "
  439. "added. Consider setting MHD_USE_INTERNAL_POLLING_THREAD explicitly.\n"
  440. msgstr ""
  441. #: src/microhttpd/daemon.c:6478
  442. msgid "Using debug build of libmicrohttpd.\n"
  443. msgstr ""
  444. #: src/microhttpd/daemon.c:6492
  445. #, c-format
  446. msgid "Failed to create inter-thread communication channel: %s\n"
  447. msgstr ""
  448. #: src/microhttpd/daemon.c:6509
  449. msgid ""
  450. "file descriptor for inter-thread communication channel exceeds maximum "
  451. "value.\n"
  452. msgstr ""
  453. #: src/microhttpd/daemon.c:6529
  454. msgid "Specified value for NC_SIZE too large.\n"
  455. msgstr ""
  456. #: src/microhttpd/daemon.c:6543
  457. #, c-format
  458. msgid "Failed to allocate memory for nonce-nc map: %s\n"
  459. msgstr ""
  460. #: src/microhttpd/daemon.c:6560
  461. msgid "MHD failed to initialize nonce-nc mutex.\n"
  462. msgstr ""
  463. #: src/microhttpd/daemon.c:6581
  464. msgid "MHD thread polling only works with MHD_USE_INTERNAL_POLLING_THREAD.\n"
  465. msgstr ""
  466. #: src/microhttpd/daemon.c:6605
  467. #, c-format
  468. msgid "Failed to create socket for listening: %s\n"
  469. msgstr ""
  470. #: src/microhttpd/daemon.c:6626 src/microhttpd/daemon.c:6645
  471. #: src/microhttpd/daemon.c:6668 src/microhttpd/daemon.c:6706
  472. #: src/microhttpd/daemon.c:6783 src/microhttpd/daemon.c:6814
  473. #, c-format
  474. msgid "setsockopt failed: %s\n"
  475. msgstr ""
  476. #: src/microhttpd/daemon.c:6679
  477. msgid "Cannot allow listening address reuse: SO_REUSEPORT not defined.\n"
  478. msgstr ""
  479. #: src/microhttpd/daemon.c:6715
  480. msgid ""
  481. "Cannot disallow listening address reuse: SO_EXCLUSIVEADDRUSE not defined.\n"
  482. msgstr ""
  483. #: src/microhttpd/daemon.c:6794
  484. #, c-format
  485. msgid "Failed to bind to port %u: %s\n"
  486. msgstr ""
  487. #: src/microhttpd/daemon.c:6825
  488. #, c-format
  489. msgid "Failed to listen for connections: %s\n"
  490. msgstr ""
  491. #: src/microhttpd/daemon.c:6856
  492. #, c-format
  493. msgid "Failed to get listen port number: %s\n"
  494. msgstr ""
  495. #: src/microhttpd/daemon.c:6867
  496. msgid ""
  497. "Failed to get listen port number (`struct sockaddr_storage` too small!?).\n"
  498. msgstr ""
  499. #: src/microhttpd/daemon.c:6908
  500. msgid "Unknown address family!\n"
  501. msgstr ""
  502. #: src/microhttpd/daemon.c:6921
  503. #, c-format
  504. msgid "Failed to set nonblocking mode on listening socket: %s\n"
  505. msgstr ""
  506. #: src/microhttpd/daemon.c:6944
  507. #, c-format
  508. msgid "Listen socket descriptor (%d) is not less than FD_SETSIZE (%d).\n"
  509. msgstr ""
  510. #: src/microhttpd/daemon.c:6965
  511. msgid ""
  512. "Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_EPOLL is not supported.\n"
  513. msgstr ""
  514. #: src/microhttpd/daemon.c:6979 src/microhttpd/daemon.c:6989
  515. msgid "MHD failed to initialize IP connection limit mutex.\n"
  516. msgstr ""
  517. #: src/microhttpd/daemon.c:7007
  518. msgid "Failed to initialize TLS support.\n"
  519. msgstr ""
  520. #: src/microhttpd/daemon.c:7040 src/microhttpd/daemon.c:7105
  521. #: src/microhttpd/daemon.c:7204
  522. msgid "Failed to initialise mutex.\n"
  523. msgstr ""
  524. #: src/microhttpd/daemon.c:7058
  525. #, c-format
  526. msgid "Failed to create listen thread: %s\n"
  527. msgstr ""
  528. #: src/microhttpd/daemon.c:7116
  529. #, c-format
  530. msgid "Failed to create worker inter-thread communication channel: %s\n"
  531. msgstr ""
  532. #: src/microhttpd/daemon.c:7129
  533. msgid ""
  534. "File descriptor for worker inter-thread communication channel exceeds "
  535. "maximum value.\n"
  536. msgstr ""
  537. #: src/microhttpd/daemon.c:7167
  538. msgid "MHD failed to initialize cleanup connection mutex.\n"
  539. msgstr ""
  540. #: src/microhttpd/daemon.c:7184
  541. #, c-format
  542. msgid "Failed to create pool thread: %s\n"
  543. msgstr ""
  544. #: src/microhttpd/daemon.c:7373 src/microhttpd/daemon.c:7406
  545. msgid "MHD_stop_daemon() called while we have suspended connections.\n"
  546. msgstr ""
  547. #: src/microhttpd/daemon.c:7445 src/microhttpd/daemon.c:7543
  548. #: src/microhttpd/daemon.c:7581
  549. msgid "Failed to signal shutdown via inter-thread communication channel.\n"
  550. msgstr ""
  551. #: src/microhttpd/daemon.c:7518
  552. msgid "MHD_stop_daemon() was called twice."
  553. msgstr ""
  554. #: src/microhttpd/daemon.c:8031
  555. msgid "Failed to initialize winsock.\n"
  556. msgstr ""
  557. #: src/microhttpd/daemon.c:8034
  558. msgid "Winsock version 2.2 is not available.\n"
  559. msgstr ""
  560. #: src/microhttpd/daemon.c:8042 src/microhttpd/daemon.c:8046
  561. msgid "Failed to initialise multithreading in libgcrypt.\n"
  562. msgstr ""
  563. #: src/microhttpd/daemon.c:8052
  564. msgid "libgcrypt is too old. MHD was compiled for libgcrypt 1.6.0 or newer.\n"
  565. msgstr ""
  566. #: src/microhttpd/mhd_sockets.h:333
  567. msgid "Close socket failed.\n"
  568. msgstr ""
  569. #: src/microhttpd/connection.c:140
  570. msgid "The operation would block, retry later"
  571. msgstr ""
  572. #: src/microhttpd/connection.c:142
  573. msgid "The connection was forcibly closed by remote peer"
  574. msgstr ""
  575. #: src/microhttpd/connection.c:144
  576. msgid "The socket is not connected"
  577. msgstr ""
  578. #: src/microhttpd/connection.c:146
  579. msgid "Not enough system resources to serve the request"
  580. msgstr ""
  581. #: src/microhttpd/connection.c:148
  582. msgid "Bad FD value"
  583. msgstr ""
  584. #: src/microhttpd/connection.c:150
  585. msgid "Argument value is invalid"
  586. msgstr ""
  587. #: src/microhttpd/connection.c:152
  588. msgid "Argument value is not supported"
  589. msgstr ""
  590. #: src/microhttpd/connection.c:154
  591. msgid "The socket is no longer available for sending"
  592. msgstr ""
  593. #: src/microhttpd/connection.c:156
  594. msgid "TLS encryption or decryption error"
  595. msgstr ""
  596. #: src/microhttpd/connection.c:161
  597. msgid "Not an error code"
  598. msgstr ""
  599. #: src/microhttpd/connection.c:164
  600. msgid "Wrong error code value"
  601. msgstr ""
  602. #: src/microhttpd/connection.c:868 src/microhttpd/connection.c:962
  603. msgid "Closing connection (out of memory)."
  604. msgstr ""
  605. #: src/microhttpd/connection.c:913
  606. msgid "Closing connection (application reported error generating data)."
  607. msgstr ""
  608. #: src/microhttpd/connection.c:1010
  609. msgid "Closing connection (application error generating response)."
  610. msgstr ""
  611. #: src/microhttpd/connection.c:1653
  612. #, c-format
  613. msgid ""
  614. "Error processing request (HTTP response code is %u (`%s')). Closing "
  615. "connection.\n"
  616. msgstr ""
  617. #: src/microhttpd/connection.c:1680 src/microhttpd/connection.c:2722
  618. msgid "Closing connection (failed to queue response)."
  619. msgstr ""
  620. #: src/microhttpd/connection.c:1691 src/microhttpd/connection.c:3708
  621. msgid "Closing connection (failed to create response header)."
  622. msgstr ""
  623. #: src/microhttpd/connection.c:1737 src/microhttpd/connection.c:2888
  624. #: src/microhttpd/connection.c:2956 src/microhttpd/connection.c:3372
  625. #, c-format
  626. msgid "In function %s handling connection at state: %s\n"
  627. msgstr ""
  628. #: src/microhttpd/connection.c:1955
  629. msgid "Not enough memory in pool to allocate header record!\n"
  630. msgstr ""
  631. #: src/microhttpd/connection.c:2002
  632. msgid "Not enough memory in pool to parse cookies!\n"
  633. msgstr ""
  634. #: src/microhttpd/connection.c:2233 src/microhttpd/connection.c:2437
  635. msgid "Application reported internal error, closing connection."
  636. msgstr ""
  637. #: src/microhttpd/connection.c:2302 src/microhttpd/connection.c:2381
  638. msgid ""
  639. "Received malformed HTTP request (bad chunked encoding). Closing connection."
  640. msgstr ""
  641. #: src/microhttpd/connection.c:2445
  642. msgid "libmicrohttpd API violation.\n"
  643. msgstr ""
  644. #: src/microhttpd/connection.c:2461
  645. msgid ""
  646. "WARNING: incomplete upload processing and connection not suspended may "
  647. "result in hung connection.\n"
  648. msgstr ""
  649. #: src/microhttpd/connection.c:2535
  650. msgid "Received malformed line (no colon). Closing connection."
  651. msgstr ""
  652. #: src/microhttpd/connection.c:2698
  653. msgid "Received HTTP 1.1 request without `Host' header.\n"
  654. msgstr ""
  655. #: src/microhttpd/connection.c:2710
  656. msgid "Closing connection (failed to create response)."
  657. msgstr ""
  658. #: src/microhttpd/connection.c:2760
  659. msgid "Failed to parse `Content-Length' header. Closing connection.\n"
  660. msgstr ""
  661. #: src/microhttpd/connection.c:2861
  662. msgid "Socket disconnected while reading request."
  663. msgstr ""
  664. #: src/microhttpd/connection.c:2868
  665. #, c-format
  666. msgid "Connection socket is closed when reading request due to the error: %s\n"
  667. msgstr ""
  668. #: src/microhttpd/connection.c:2983
  669. #, c-format
  670. msgid "Failed to send data in request for %s.\n"
  671. msgstr ""
  672. #: src/microhttpd/connection.c:2992
  673. #, c-format
  674. msgid "Sent 100 continue response: `%.*s'\n"
  675. msgstr ""
  676. #: src/microhttpd/connection.c:3063
  677. #, c-format
  678. msgid ""
  679. "Failed to send the response headers for the request for `%s'. Error: %s\n"
  680. msgstr ""
  681. #: src/microhttpd/connection.c:3128
  682. msgid "Data offset exceeds limit.\n"
  683. msgstr ""
  684. #: src/microhttpd/connection.c:3138
  685. #, c-format
  686. msgid "Sent %d-byte DATA response: `%.*s'\n"
  687. msgstr ""
  688. #: src/microhttpd/connection.c:3155
  689. #, c-format
  690. msgid "Failed to send the response body for the request for `%s'. Error: %s\n"
  691. msgstr ""
  692. #: src/microhttpd/connection.c:3187
  693. #, c-format
  694. msgid ""
  695. "Failed to send the chunked response body for the request for `%s'. Error: "
  696. "%s\n"
  697. msgstr ""
  698. #: src/microhttpd/connection.c:3223
  699. #, c-format
  700. msgid "Failed to send the footers for the request for `%s'. Error: %s\n"
  701. msgstr ""
  702. #: src/microhttpd/connection.c:3252
  703. msgid "Internal error.\n"
  704. msgstr ""
  705. #: src/microhttpd/connection.c:3330
  706. msgid ""
  707. "Failed to signal end of connection via inter-thread communication channel.\n"
  708. msgstr ""
  709. #: src/microhttpd/connection.c:3599
  710. msgid "Closing connection (failed to create response header).\n"
  711. msgstr ""
  712. #: src/microhttpd/connection.c:4060
  713. msgid "Attempted to queue response on wrong thread!\n"
  714. msgstr ""
  715. #: src/microhttpd/connection.c:4072
  716. msgid ""
  717. "Attempted 'upgrade' connection on daemon without MHD_ALLOW_UPGRADE option!\n"
  718. msgstr ""
  719. #: src/microhttpd/connection.c:4082
  720. msgid "Application used invalid status code for 'upgrade' response!\n"
  721. msgstr ""
  722. #: src/microhttpd/response.c:1096
  723. msgid ""
  724. "Invalid response for upgrade: application failed to set the 'Upgrade' "
  725. "header!\n"
  726. msgstr ""
  727. #: src/microhttpd/response.c:1139
  728. msgid "Failed to make loopback sockets non-blocking.\n"
  729. msgstr ""
  730. #: src/microhttpd/response.c:1158
  731. msgid "Failed to set SO_NOSIGPIPE on loopback sockets.\n"
  732. msgstr ""
  733. #: src/microhttpd/response.c:1178
  734. #, c-format
  735. msgid "Socketpair descriptor larger than FD_SETSIZE: %d > %d\n"
  736. msgstr ""
  737. #: src/microhttpd/response.c:1259
  738. msgid "Error cleaning up while handling epoll error.\n"
  739. msgstr ""
  740. #: src/microhttpd/mhd_itc.h:355
  741. msgid "Failed to destroy ITC.\n"
  742. msgstr ""
  743. #: src/microhttpd/basicauth.c:71
  744. msgid "Error decoding basic authentication.\n"
  745. msgstr ""
  746. #: src/microhttpd/basicauth.c:81
  747. msgid "Basic authentication doesn't contain ':' separator.\n"
  748. msgstr ""
  749. #: src/microhttpd/basicauth.c:99
  750. msgid "Failed to allocate memory for password.\n"
  751. msgstr ""
  752. #: src/microhttpd/basicauth.c:164
  753. msgid "Failed to add Basic auth header.\n"
  754. msgstr ""