messages.po 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257
  1. # English translations for PROJECT.
  2. # Copyright (C) 2016 ORGANIZATION
  3. # This file is distributed under the same license as the PROJECT project.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, 2016.
  5. #
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: PROJECT VERSION\n"
  9. "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
  10. "POT-Creation-Date: 2022-05-08 08:49+0000\n"
  11. "PO-Revision-Date: 2014-01-30 15:22+0100\n"
  12. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  13. "Language: en\n"
  14. "Language-Team: en <LL@li.org>\n"
  15. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=utf-8\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. "Generated-By: Babel 2.10.1\n"
  20. #. CONSTANT_NAMES['DEFAULT_GROUP_NAME']
  21. #: searx/searxng.msg
  22. msgid "others"
  23. msgstr ""
  24. #. CONSTANT_NAMES['OTHER_CATEGORY']
  25. #: searx/searxng.msg
  26. msgid "other"
  27. msgstr ""
  28. #. CATEGORY_NAMES['FILES']
  29. #: searx/searxng.msg
  30. msgid "files"
  31. msgstr ""
  32. #. CATEGORY_NAMES['GENERAL']
  33. #: searx/searxng.msg
  34. msgid "general"
  35. msgstr ""
  36. #. CATEGORY_NAMES['MUSIC']
  37. #: searx/searxng.msg
  38. msgid "music"
  39. msgstr ""
  40. #. CATEGORY_NAMES['SOCIAL_MEDIA']
  41. #: searx/searxng.msg
  42. msgid "social media"
  43. msgstr ""
  44. #. CATEGORY_NAMES['IMAGES']
  45. #: searx/searxng.msg
  46. msgid "images"
  47. msgstr ""
  48. #. CATEGORY_NAMES['VIDEOS']
  49. #: searx/searxng.msg
  50. msgid "videos"
  51. msgstr ""
  52. #. CATEGORY_NAMES['IT']
  53. #: searx/searxng.msg
  54. msgid "it"
  55. msgstr ""
  56. #. CATEGORY_NAMES['NEWS']
  57. #: searx/searxng.msg
  58. msgid "news"
  59. msgstr ""
  60. #. CATEGORY_NAMES['MAP']
  61. #: searx/searxng.msg
  62. msgid "map"
  63. msgstr ""
  64. #. CATEGORY_NAMES['ONIONS']
  65. #: searx/searxng.msg
  66. msgid "onions"
  67. msgstr ""
  68. #. CATEGORY_NAMES['SCIENCE']
  69. #: searx/searxng.msg
  70. msgid "science"
  71. msgstr ""
  72. #. CATEGORY_GROUPS['APPS']
  73. #: searx/searxng.msg
  74. msgid "apps"
  75. msgstr ""
  76. #. CATEGORY_GROUPS['DICTIONARIES']
  77. #: searx/searxng.msg
  78. msgid "dictionaries"
  79. msgstr ""
  80. #. CATEGORY_GROUPS['LYRICS']
  81. #: searx/searxng.msg
  82. msgid "lyrics"
  83. msgstr ""
  84. #. CATEGORY_GROUPS['PACKAGES']
  85. #: searx/searxng.msg
  86. msgid "packages"
  87. msgstr ""
  88. #. CATEGORY_GROUPS['Q_A']
  89. #: searx/searxng.msg
  90. msgid "q&a"
  91. msgstr ""
  92. #. CATEGORY_GROUPS['REPOS']
  93. #: searx/searxng.msg
  94. msgid "repos"
  95. msgstr ""
  96. #. CATEGORY_GROUPS['SOFTWARE_WIKIS']
  97. #: searx/searxng.msg
  98. msgid "software wikis"
  99. msgstr ""
  100. #. CATEGORY_GROUPS['WEB']
  101. #: searx/searxng.msg
  102. msgid "web"
  103. msgstr ""
  104. #. STYLE_NAMES['AUTO']
  105. #: searx/searxng.msg
  106. msgid "auto"
  107. msgstr ""
  108. #. STYLE_NAMES['LIGHT']
  109. #: searx/searxng.msg
  110. msgid "light"
  111. msgstr ""
  112. #. STYLE_NAMES['DARK']
  113. #: searx/searxng.msg
  114. msgid "dark"
  115. msgstr ""
  116. #: searx/webapp.py:164
  117. msgid "timeout"
  118. msgstr ""
  119. #: searx/webapp.py:165
  120. msgid "parsing error"
  121. msgstr ""
  122. #: searx/webapp.py:166
  123. msgid "HTTP protocol error"
  124. msgstr ""
  125. #: searx/webapp.py:167
  126. msgid "network error"
  127. msgstr ""
  128. #: searx/webapp.py:169
  129. msgid "unexpected crash"
  130. msgstr ""
  131. #: searx/webapp.py:176
  132. msgid "HTTP error"
  133. msgstr ""
  134. #: searx/webapp.py:177
  135. msgid "HTTP connection error"
  136. msgstr ""
  137. #: searx/webapp.py:183
  138. msgid "proxy error"
  139. msgstr ""
  140. #: searx/webapp.py:184
  141. msgid "CAPTCHA"
  142. msgstr ""
  143. #: searx/webapp.py:185
  144. msgid "too many requests"
  145. msgstr ""
  146. #: searx/webapp.py:186
  147. msgid "access denied"
  148. msgstr ""
  149. #: searx/webapp.py:187
  150. msgid "server API error"
  151. msgstr ""
  152. #: searx/webapp.py:397
  153. msgid "No item found"
  154. msgstr ""
  155. #: searx/engines/qwant.py:212
  156. #: searx/templates/simple/result_templates/images.html:24 searx/webapp.py:399
  157. msgid "Source"
  158. msgstr ""
  159. #: searx/webapp.py:401
  160. msgid "Error loading the next page"
  161. msgstr ""
  162. #: searx/webapp.py:541 searx/webapp.py:977
  163. msgid "Invalid settings, please edit your preferences"
  164. msgstr ""
  165. #: searx/webapp.py:557
  166. msgid "Invalid settings"
  167. msgstr ""
  168. #: searx/webapp.py:632 searx/webapp.py:708
  169. msgid "search error"
  170. msgstr ""
  171. #: searx/webapp.py:754
  172. msgid "{minutes} minute(s) ago"
  173. msgstr ""
  174. #: searx/webapp.py:756
  175. msgid "{hours} hour(s), {minutes} minute(s) ago"
  176. msgstr ""
  177. #: searx/webapp.py:882
  178. msgid "Suspended"
  179. msgstr ""
  180. #: searx/answerers/random/answerer.py:67
  181. msgid "Random value generator"
  182. msgstr ""
  183. #: searx/answerers/random/answerer.py:68
  184. msgid "Generate different random values"
  185. msgstr ""
  186. #: searx/answerers/statistics/answerer.py:47
  187. msgid "Statistics functions"
  188. msgstr ""
  189. #: searx/answerers/statistics/answerer.py:48
  190. msgid "Compute {functions} of the arguments"
  191. msgstr ""
  192. #: searx/engines/openstreetmap.py:156
  193. msgid "Get directions"
  194. msgstr ""
  195. #: searx/engines/pdbe.py:96
  196. msgid "{title} (OBSOLETE)"
  197. msgstr ""
  198. #: searx/engines/pdbe.py:103
  199. msgid "This entry has been superseded by"
  200. msgstr ""
  201. #: searx/engines/pubmed.py:78
  202. msgid "No abstract is available for this publication."
  203. msgstr ""
  204. #: searx/engines/qwant.py:214
  205. msgid "Channel"
  206. msgstr ""
  207. #: searx/plugins/hash_plugin.py:24
  208. msgid "Converts strings to different hash digests."
  209. msgstr ""
  210. #: searx/plugins/hash_plugin.py:52
  211. msgid "hash digest"
  212. msgstr ""
  213. #: searx/plugins/hostname_replace.py:9
  214. msgid "Hostname replace"
  215. msgstr ""
  216. #: searx/plugins/hostname_replace.py:10
  217. msgid "Rewrite result hostnames or remove results based on the hostname"
  218. msgstr ""
  219. #: searx/plugins/oa_doi_rewrite.py:9
  220. msgid "Open Access DOI rewrite"
  221. msgstr ""
  222. #: searx/plugins/oa_doi_rewrite.py:10
  223. msgid ""
  224. "Avoid paywalls by redirecting to open-access versions of publications "
  225. "when available"
  226. msgstr ""
  227. #: searx/plugins/search_on_category_select.py:19
  228. msgid "Search on category select"
  229. msgstr ""
  230. #: searx/plugins/search_on_category_select.py:20
  231. msgid ""
  232. "Perform search immediately if a category selected. Disable to select "
  233. "multiple categories. (JavaScript required)"
  234. msgstr ""
  235. #: searx/plugins/self_info.py:20
  236. msgid "Self Informations"
  237. msgstr ""
  238. #: searx/plugins/self_info.py:21
  239. msgid ""
  240. "Displays your IP if the query is \"ip\" and your user agent if the query "
  241. "contains \"user agent\"."
  242. msgstr ""
  243. #: searx/plugins/tracker_url_remover.py:29
  244. msgid "Tracker URL remover"
  245. msgstr ""
  246. #: searx/plugins/tracker_url_remover.py:30
  247. msgid "Remove trackers arguments from the returned URL"
  248. msgstr ""
  249. #: searx/plugins/vim_hotkeys.py:3
  250. msgid "Vim-like hotkeys"
  251. msgstr ""
  252. #: searx/plugins/vim_hotkeys.py:4
  253. msgid ""
  254. "Navigate search results with Vim-like hotkeys (JavaScript required). "
  255. "Press \"h\" key on main or result page to get help."
  256. msgstr ""
  257. #: searx/templates/simple/404.html:4
  258. msgid "Page not found"
  259. msgstr ""
  260. #: searx/templates/simple/404.html:6
  261. #, python-format
  262. msgid "Go to %(search_page)s."
  263. msgstr ""
  264. #: searx/templates/simple/404.html:6
  265. msgid "search page"
  266. msgstr ""
  267. #: searx/templates/simple/base.html:45
  268. msgid "preferences"
  269. msgstr ""
  270. #: searx/templates/simple/base.html:54
  271. msgid "Powered by"
  272. msgstr ""
  273. #: searx/templates/simple/base.html:54
  274. msgid "a privacy-respecting, hackable metasearch engine"
  275. msgstr ""
  276. #: searx/templates/simple/base.html:55
  277. msgid "Source code"
  278. msgstr ""
  279. #: searx/templates/simple/base.html:56
  280. msgid "Issue tracker"
  281. msgstr ""
  282. #: searx/templates/simple/base.html:57 searx/templates/simple/stats.html:18
  283. msgid "Engine stats"
  284. msgstr ""
  285. #: searx/templates/simple/base.html:58
  286. #: searx/templates/simple/messages/no_results.html:15
  287. msgid "Public instances"
  288. msgstr ""
  289. #: searx/templates/simple/base.html:59
  290. msgid "Contact instance maintainer"
  291. msgstr ""
  292. #: searx/templates/simple/categories.html:24
  293. msgid "Click on the magnifier to perform search"
  294. msgstr ""
  295. #: searx/templates/simple/macros.html:36
  296. msgid "Length"
  297. msgstr ""
  298. #: searx/templates/simple/macros.html:37
  299. #: searx/templates/simple/result_templates/images.html:22
  300. msgid "Author"
  301. msgstr ""
  302. #: searx/templates/simple/macros.html:45
  303. msgid "cached"
  304. msgstr ""
  305. #: searx/templates/simple/macros.html:45
  306. msgid "proxied"
  307. msgstr ""
  308. #: searx/templates/simple/new_issue.html:63
  309. msgid "Submit a new issue on Github including the above information"
  310. msgstr ""
  311. #: searx/templates/simple/preferences.html:29
  312. msgid "No HTTPS"
  313. msgstr ""
  314. #: searx/templates/simple/messages/no_results.html:10
  315. #: searx/templates/simple/preferences.html:31
  316. #: searx/templates/simple/preferences.html:32
  317. #: searx/templates/simple/results.html:49
  318. msgid "View error logs and submit a bug report"
  319. msgstr ""
  320. #: searx/templates/simple/preferences.html:53
  321. #: searx/templates/simple/stats.html:67
  322. msgid "Median"
  323. msgstr ""
  324. #: searx/templates/simple/preferences.html:54
  325. #: searx/templates/simple/stats.html:73
  326. msgid "P80"
  327. msgstr ""
  328. #: searx/templates/simple/preferences.html:55
  329. #: searx/templates/simple/stats.html:79
  330. msgid "P95"
  331. msgstr ""
  332. #: searx/templates/simple/preferences.html:83
  333. msgid "Failed checker test(s): "
  334. msgstr ""
  335. #: searx/templates/simple/preferences.html:85
  336. msgid "Errors:"
  337. msgstr ""
  338. #: searx/templates/simple/preferences.html:99
  339. msgid "Preferences"
  340. msgstr ""
  341. #: searx/templates/simple/preferences.html:105
  342. msgid "General"
  343. msgstr ""
  344. #: searx/templates/simple/preferences.html:108
  345. msgid "Default categories"
  346. msgstr ""
  347. #: searx/templates/simple/filters/languages.html:1
  348. #: searx/templates/simple/preferences.html:115
  349. msgid "Search language"
  350. msgstr ""
  351. #: searx/templates/simple/filters/languages.html:2
  352. #: searx/templates/simple/preferences.html:118
  353. msgid "Default language"
  354. msgstr ""
  355. #: searx/templates/simple/preferences.html:124
  356. msgid "What language do you prefer for search?"
  357. msgstr ""
  358. #: searx/templates/simple/preferences.html:129
  359. msgid "Autocomplete"
  360. msgstr ""
  361. #: searx/templates/simple/preferences.html:138
  362. msgid "Find stuff as you type"
  363. msgstr ""
  364. #: searx/templates/simple/filters/safesearch.html:1
  365. #: searx/templates/simple/filters/safesearch.html:2
  366. #: searx/templates/simple/filters/safesearch.html:3
  367. #: searx/templates/simple/filters/safesearch.html:4
  368. #: searx/templates/simple/preferences.html:143
  369. #: searx/templates/simple/preferences.html:301
  370. msgid "SafeSearch"
  371. msgstr ""
  372. #: searx/templates/simple/filters/safesearch.html:2
  373. #: searx/templates/simple/preferences.html:146
  374. msgid "Strict"
  375. msgstr ""
  376. #: searx/templates/simple/filters/safesearch.html:3
  377. #: searx/templates/simple/preferences.html:147
  378. msgid "Moderate"
  379. msgstr ""
  380. #: searx/templates/simple/filters/safesearch.html:4
  381. #: searx/templates/simple/preferences.html:148
  382. msgid "None"
  383. msgstr ""
  384. #: searx/templates/simple/preferences.html:151
  385. msgid "Filter content"
  386. msgstr ""
  387. #: searx/templates/simple/preferences.html:157
  388. msgid "Open Access DOI resolver"
  389. msgstr ""
  390. #: searx/templates/simple/preferences.html:167
  391. msgid ""
  392. "Redirect to open-access versions of publications when available (plugin "
  393. "required)"
  394. msgstr ""
  395. #: searx/templates/simple/preferences.html:171
  396. msgid "Engine tokens"
  397. msgstr ""
  398. #: searx/templates/simple/preferences.html:175
  399. msgid "Access tokens for private engines"
  400. msgstr ""
  401. #: searx/templates/simple/preferences.html:179
  402. msgid "User interface"
  403. msgstr ""
  404. #: searx/templates/simple/preferences.html:182
  405. msgid "Interface language"
  406. msgstr ""
  407. #: searx/templates/simple/preferences.html:190
  408. msgid "Change the language of the layout"
  409. msgstr ""
  410. #: searx/templates/simple/preferences.html:195
  411. msgid "Theme"
  412. msgstr ""
  413. #: searx/templates/simple/preferences.html:203
  414. msgid "Change SearXNG layout"
  415. msgstr ""
  416. #: searx/templates/simple/preferences.html:206
  417. msgid "Theme style"
  418. msgstr ""
  419. #: searx/templates/simple/preferences.html:214
  420. msgid "Choose auto to follow your browser settings"
  421. msgstr ""
  422. #: searx/templates/simple/preferences.html:219
  423. msgid "Results on new tabs"
  424. msgstr ""
  425. #: searx/templates/simple/preferences.html:222
  426. #: searx/templates/simple/preferences.html:234
  427. msgid "On"
  428. msgstr ""
  429. #: searx/templates/simple/preferences.html:223
  430. #: searx/templates/simple/preferences.html:235
  431. msgid "Off"
  432. msgstr ""
  433. #: searx/templates/simple/preferences.html:226
  434. msgid "Open result links on new browser tabs"
  435. msgstr ""
  436. #: searx/templates/simple/preferences.html:231
  437. msgid "Infinite scroll"
  438. msgstr ""
  439. #: searx/templates/simple/preferences.html:238
  440. msgid "Automatically load next page when scrolling to bottom of current page"
  441. msgstr ""
  442. #: searx/templates/simple/preferences.html:244
  443. msgid "Privacy"
  444. msgstr ""
  445. #: searx/templates/simple/preferences.html:247
  446. msgid "HTTP Method"
  447. msgstr ""
  448. #: searx/templates/simple/preferences.html:254
  449. msgid ""
  450. "Change how forms are submited, <a "
  451. "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  452. " rel=\"external\">learn more about request methods</a>"
  453. msgstr ""
  454. #: searx/templates/simple/preferences.html:259
  455. msgid "Image proxy"
  456. msgstr ""
  457. #: searx/templates/simple/preferences.html:262
  458. #: searx/templates/simple/preferences.html:274
  459. msgid "Enabled"
  460. msgstr ""
  461. #: searx/templates/simple/preferences.html:263
  462. #: searx/templates/simple/preferences.html:275
  463. msgid "Disabled"
  464. msgstr ""
  465. #: searx/templates/simple/preferences.html:266
  466. msgid "Proxying image results through SearXNG"
  467. msgstr ""
  468. #: searx/templates/simple/preferences.html:271
  469. msgid "Query in the page's title"
  470. msgstr ""
  471. #: searx/templates/simple/preferences.html:278
  472. msgid ""
  473. "When enabled, the result page's title contains your query. Your browser "
  474. "can record this title"
  475. msgstr ""
  476. #: searx/templates/simple/preferences.html:284
  477. msgid "Engines"
  478. msgstr ""
  479. #: searx/templates/simple/preferences.html:285
  480. msgid "Currently used search engines"
  481. msgstr ""
  482. #: searx/templates/simple/preferences.html:292
  483. msgid ""
  484. "This tab does not show up for search results, but you can search the "
  485. "engines listed here via bangs."
  486. msgstr ""
  487. #: searx/templates/simple/preferences.html:297
  488. #: searx/templates/simple/preferences.html:348
  489. msgid "Allow"
  490. msgstr ""
  491. #: searx/templates/simple/preferences.html:298
  492. #: searx/templates/simple/stats.html:25
  493. msgid "Engine name"
  494. msgstr ""
  495. #: searx/templates/simple/preferences.html:299
  496. msgid "Shortcut"
  497. msgstr ""
  498. #: searx/templates/simple/preferences.html:300
  499. msgid "Supports selected language"
  500. msgstr ""
  501. #: searx/templates/simple/filters/time_range.html:1
  502. #: searx/templates/simple/preferences.html:302
  503. msgid "Time range"
  504. msgstr ""
  505. #: searx/templates/simple/preferences.html:303
  506. #: searx/templates/simple/stats.html:28
  507. msgid "Response time"
  508. msgstr ""
  509. #: searx/templates/simple/preferences.html:304
  510. msgid "Max time"
  511. msgstr ""
  512. #: searx/templates/simple/preferences.html:305
  513. #: searx/templates/simple/stats.html:29
  514. msgid "Reliability"
  515. msgstr ""
  516. #: searx/templates/simple/preferences.html:343
  517. msgid "Special Queries"
  518. msgstr ""
  519. #: searx/templates/simple/preferences.html:349
  520. msgid "Keywords"
  521. msgstr ""
  522. #: searx/templates/simple/preferences.html:350
  523. msgid "Name"
  524. msgstr ""
  525. #: searx/templates/simple/preferences.html:351
  526. msgid "Description"
  527. msgstr ""
  528. #: searx/templates/simple/preferences.html:352
  529. msgid "Examples"
  530. msgstr ""
  531. #: searx/templates/simple/preferences.html:355
  532. msgid "This is the list of SearXNG's instant answering modules."
  533. msgstr ""
  534. #: searx/templates/simple/preferences.html:366
  535. msgid "This is the list of plugins."
  536. msgstr ""
  537. #: searx/templates/simple/preferences.html:383
  538. msgid "Cookies"
  539. msgstr ""
  540. #: searx/templates/simple/preferences.html:385
  541. msgid ""
  542. "This is the list of cookies and their values SearXNG is storing on your "
  543. "computer."
  544. msgstr ""
  545. #: searx/templates/simple/preferences.html:386
  546. msgid "With that list, you can assess SearXNG transparency."
  547. msgstr ""
  548. #: searx/templates/simple/preferences.html:391
  549. msgid "Cookie name"
  550. msgstr ""
  551. #: searx/templates/simple/preferences.html:392
  552. msgid "Value"
  553. msgstr ""
  554. #: searx/templates/simple/preferences.html:404
  555. msgid "Search URL of the currently saved preferences"
  556. msgstr ""
  557. #: searx/templates/simple/preferences.html:408
  558. msgid ""
  559. "Note: specifying custom settings in the search URL can reduce privacy by "
  560. "leaking data to the clicked result sites."
  561. msgstr ""
  562. #: searx/templates/simple/preferences.html:413
  563. msgid ""
  564. "These settings are stored in your cookies, this allows us not to store "
  565. "this data about you."
  566. msgstr ""
  567. #: searx/templates/simple/preferences.html:415
  568. msgid ""
  569. "These cookies serve your sole convenience, we don't use these cookies to "
  570. "track you."
  571. msgstr ""
  572. #: searx/templates/simple/preferences.html:418
  573. msgid "Save"
  574. msgstr ""
  575. #: searx/templates/simple/preferences.html:419
  576. msgid "Reset defaults"
  577. msgstr ""
  578. #: searx/templates/simple/preferences.html:420
  579. msgid "Back"
  580. msgstr ""
  581. #: searx/templates/simple/results.html:23
  582. msgid "Answers"
  583. msgstr ""
  584. #: searx/templates/simple/results.html:39
  585. msgid "Number of results"
  586. msgstr ""
  587. #: searx/templates/simple/messages/no_results.html:6
  588. #: searx/templates/simple/results.html:46
  589. msgid "Error!"
  590. msgstr ""
  591. #: searx/templates/simple/results.html:46
  592. msgid "Engines cannot retrieve results"
  593. msgstr ""
  594. #: searx/templates/simple/results.html:68
  595. msgid "Suggestions"
  596. msgstr ""
  597. #: searx/templates/simple/results.html:90
  598. msgid "Search URL"
  599. msgstr ""
  600. #: searx/templates/simple/results.html:96
  601. msgid "Download results"
  602. msgstr ""
  603. #: searx/templates/simple/results.html:120
  604. msgid "Try searching for:"
  605. msgstr ""
  606. #: searx/templates/simple/results.html:152
  607. msgid "Back to top"
  608. msgstr ""
  609. #: searx/templates/simple/results.html:170
  610. msgid "Previous page"
  611. msgstr ""
  612. #: searx/templates/simple/results.html:187
  613. msgid "Next page"
  614. msgstr ""
  615. #: searx/templates/simple/search.html:3
  616. msgid "Display the front page"
  617. msgstr ""
  618. #: searx/templates/simple/search.html:9
  619. #: searx/templates/simple/simple_search.html:5
  620. msgid "Search for..."
  621. msgstr ""
  622. #: searx/templates/simple/search.html:10
  623. #: searx/templates/simple/simple_search.html:6
  624. msgid "clear"
  625. msgstr ""
  626. #: searx/templates/simple/search.html:11
  627. #: searx/templates/simple/simple_search.html:7
  628. msgid "search"
  629. msgstr ""
  630. #: searx/templates/simple/stats.html:21
  631. msgid "There is currently no data available. "
  632. msgstr ""
  633. #: searx/templates/simple/stats.html:26
  634. msgid "Scores"
  635. msgstr ""
  636. #: searx/templates/simple/stats.html:27
  637. msgid "Result count"
  638. msgstr ""
  639. #: searx/templates/simple/stats.html:38
  640. msgid "Scores per result"
  641. msgstr ""
  642. #: searx/templates/simple/stats.html:62
  643. msgid "Total"
  644. msgstr ""
  645. #: searx/templates/simple/stats.html:63
  646. msgid "HTTP"
  647. msgstr ""
  648. #: searx/templates/simple/stats.html:64
  649. msgid "Processing"
  650. msgstr ""
  651. #: searx/templates/simple/stats.html:102
  652. msgid "Warnings"
  653. msgstr ""
  654. #: searx/templates/simple/stats.html:102
  655. msgid "Errors and exceptions"
  656. msgstr ""
  657. #: searx/templates/simple/stats.html:108
  658. msgid "Exception"
  659. msgstr ""
  660. #: searx/templates/simple/stats.html:110
  661. msgid "Message"
  662. msgstr ""
  663. #: searx/templates/simple/stats.html:112
  664. msgid "Percentage"
  665. msgstr ""
  666. #: searx/templates/simple/stats.html:114
  667. msgid "Parameter"
  668. msgstr ""
  669. #: searx/templates/simple/stats.html:122
  670. msgid "Filename"
  671. msgstr ""
  672. #: searx/templates/simple/stats.html:123
  673. msgid "Function"
  674. msgstr ""
  675. #: searx/templates/simple/stats.html:124
  676. msgid "Code"
  677. msgstr ""
  678. #: searx/templates/simple/stats.html:131
  679. msgid "Checker"
  680. msgstr ""
  681. #: searx/templates/simple/stats.html:134
  682. msgid "Failed test"
  683. msgstr ""
  684. #: searx/templates/simple/stats.html:135
  685. msgid "Comment(s)"
  686. msgstr ""
  687. #: searx/templates/simple/filters/time_range.html:3
  688. msgid "Anytime"
  689. msgstr ""
  690. #: searx/templates/simple/filters/time_range.html:6
  691. msgid "Last day"
  692. msgstr ""
  693. #: searx/templates/simple/filters/time_range.html:9
  694. msgid "Last week"
  695. msgstr ""
  696. #: searx/templates/simple/filters/time_range.html:12
  697. msgid "Last month"
  698. msgstr ""
  699. #: searx/templates/simple/filters/time_range.html:15
  700. msgid "Last year"
  701. msgstr ""
  702. #: searx/templates/simple/messages/no_cookies.html:3
  703. msgid "Information!"
  704. msgstr ""
  705. #: searx/templates/simple/messages/no_cookies.html:4
  706. msgid "currently, there are no cookies defined."
  707. msgstr ""
  708. #: searx/templates/simple/messages/no_results.html:6
  709. msgid "Engines cannot retrieve results."
  710. msgstr ""
  711. #: searx/templates/simple/messages/no_results.html:15
  712. msgid "Please, try again later or find another SearXNG instance."
  713. msgstr ""
  714. #: searx/templates/simple/messages/no_results.html:20
  715. msgid "Sorry!"
  716. msgstr ""
  717. #: searx/templates/simple/messages/no_results.html:21
  718. msgid ""
  719. "we didn't find any results. Please use another query or search in more "
  720. "categories."
  721. msgstr ""
  722. #: searx/templates/simple/result_templates/default.html:6
  723. msgid "show media"
  724. msgstr ""
  725. #: searx/templates/simple/result_templates/default.html:6
  726. msgid "hide media"
  727. msgstr ""
  728. #: searx/templates/simple/result_templates/default.html:14
  729. #: searx/templates/simple/result_templates/videos.html:14
  730. msgid "This site did not provide any description."
  731. msgstr ""
  732. #: searx/templates/simple/result_templates/images.html:23
  733. msgid "Format"
  734. msgstr ""
  735. #: searx/templates/simple/result_templates/images.html:25
  736. msgid "Engine"
  737. msgstr ""
  738. #: searx/templates/simple/result_templates/images.html:26
  739. msgid "View source"
  740. msgstr ""
  741. #: searx/templates/simple/result_templates/map.html:12
  742. msgid "address"
  743. msgstr ""
  744. #: searx/templates/simple/result_templates/map.html:43
  745. msgid "show map"
  746. msgstr ""
  747. #: searx/templates/simple/result_templates/map.html:43
  748. msgid "hide map"
  749. msgstr ""
  750. #: searx/templates/simple/result_templates/torrent.html:6
  751. msgid "magnet link"
  752. msgstr ""
  753. #: searx/templates/simple/result_templates/torrent.html:7
  754. msgid "torrent file"
  755. msgstr ""
  756. #: searx/templates/simple/result_templates/torrent.html:9
  757. msgid "Seeder"
  758. msgstr ""
  759. #: searx/templates/simple/result_templates/torrent.html:9
  760. msgid "Leecher"
  761. msgstr ""
  762. #: searx/templates/simple/result_templates/torrent.html:11
  763. msgid "Filesize"
  764. msgstr ""
  765. #: searx/templates/simple/result_templates/torrent.html:12
  766. msgid "Bytes"
  767. msgstr ""
  768. #: searx/templates/simple/result_templates/torrent.html:13
  769. msgid "kiB"
  770. msgstr ""
  771. #: searx/templates/simple/result_templates/torrent.html:14
  772. msgid "MiB"
  773. msgstr ""
  774. #: searx/templates/simple/result_templates/torrent.html:15
  775. msgid "GiB"
  776. msgstr ""
  777. #: searx/templates/simple/result_templates/torrent.html:16
  778. msgid "TiB"
  779. msgstr ""
  780. #: searx/templates/simple/result_templates/torrent.html:20
  781. msgid "Number of Files"
  782. msgstr ""
  783. #: searx/templates/simple/result_templates/videos.html:6
  784. msgid "show video"
  785. msgstr ""
  786. #: searx/templates/simple/result_templates/videos.html:6
  787. msgid "hide video"
  788. msgstr ""
  789. #~ msgid "Localization"
  790. #~ msgstr ""
  791. #~ msgid "Yes"
  792. #~ msgstr ""
  793. #~ msgid "No"
  794. #~ msgstr ""
  795. #~ msgid "Page loads (sec)"
  796. #~ msgstr ""
  797. #~ msgid "Errors"
  798. #~ msgstr ""
  799. #~ msgid "Rewrite HTTP links to HTTPS if possible"
  800. #~ msgstr ""
  801. #~ msgid "Automatic"
  802. #~ msgstr ""
  803. #~ msgid "Color"
  804. #~ msgstr ""
  805. #~ msgid "Blue (default)"
  806. #~ msgstr ""
  807. #~ msgid "Violet"
  808. #~ msgstr ""
  809. #~ msgid "Green"
  810. #~ msgstr ""
  811. #~ msgid "Cyan"
  812. #~ msgstr ""
  813. #~ msgid "Orange"
  814. #~ msgstr ""
  815. #~ msgid "Red"
  816. #~ msgstr ""
  817. #~ msgid "Category"
  818. #~ msgstr ""
  819. #~ msgid "Block"
  820. #~ msgstr ""
  821. #~ msgid "original context"
  822. #~ msgstr ""
  823. #~ msgid "home"
  824. #~ msgstr ""
  825. #~ msgid "Toggle navigation"
  826. #~ msgstr ""
  827. #~ msgid "Plugins"
  828. #~ msgstr ""
  829. #~ msgid "Avg. time"
  830. #~ msgstr ""
  831. #~ msgid "Show search filters"
  832. #~ msgstr ""
  833. #~ msgid "Hide search filters"
  834. #~ msgstr ""
  835. #~ msgid "Warning!"
  836. #~ msgstr ""
  837. #~ msgid "Please enable JavaScript to use full functionality of this site."
  838. #~ msgstr ""
  839. #~ msgid "show details"
  840. #~ msgstr ""
  841. #~ msgid "hide details"
  842. #~ msgstr ""
  843. #~ msgid "Load more..."
  844. #~ msgstr ""
  845. #~ msgid "Change searx layout"
  846. #~ msgstr ""
  847. #~ msgid "Proxying image results through searx"
  848. #~ msgstr ""
  849. #~ msgid "This is the list of searx's instant answering modules."
  850. #~ msgstr ""
  851. #~ msgid ""
  852. #~ "This is the list of cookies and"
  853. #~ " their values searx is storing on "
  854. #~ "your computer."
  855. #~ msgstr ""
  856. #~ msgid "With that list, you can assess searx transparency."
  857. #~ msgstr ""
  858. #~ msgid "It look like you are using searx first time."
  859. #~ msgstr ""
  860. #~ msgid "Please, try again later or find another searx instance."
  861. #~ msgstr ""
  862. #~ msgid "Themes"
  863. #~ msgstr ""
  864. #~ msgid "Reliablity"
  865. #~ msgstr ""
  866. #~ msgid ""
  867. #~ "When enabled, the result page's title"
  868. #~ " contains your query. Your browser "
  869. #~ "can record this title."
  870. #~ msgstr ""
  871. #~ msgid "Method"
  872. #~ msgstr ""
  873. #~ msgid ""
  874. #~ "This tab does not show up for "
  875. #~ "search results but you can search "
  876. #~ "the engines listed here via bangs."
  877. #~ msgstr ""
  878. #~ msgid "Advanced settings"
  879. #~ msgstr ""
  880. #~ msgid "Close"
  881. #~ msgstr ""
  882. #~ msgid "Language"
  883. #~ msgstr ""
  884. #~ msgid "broken"
  885. #~ msgstr ""
  886. #~ msgid "supported"
  887. #~ msgstr ""
  888. #~ msgid "not supported"
  889. #~ msgstr ""
  890. #~ msgid "about"
  891. #~ msgstr ""
  892. #~ msgid "Avg."
  893. #~ msgstr ""
  894. #~ msgid "User Interface"
  895. #~ msgstr ""
  896. #~ msgid "Choose style for this theme"
  897. #~ msgstr ""
  898. #~ msgid "Style"
  899. #~ msgstr ""
  900. #~ msgid "Show advanced settings"
  901. #~ msgstr ""
  902. #~ msgid "Show advanced settings panel in the home page by default"
  903. #~ msgstr ""
  904. #~ msgid "Allow all"
  905. #~ msgstr ""
  906. #~ msgid "Disable all"
  907. #~ msgstr ""
  908. #~ msgid "Selected language"
  909. #~ msgstr ""
  910. #~ msgid "Query"
  911. #~ msgstr ""
  912. #~ msgid "save"
  913. #~ msgstr ""
  914. #~ msgid "back"
  915. #~ msgstr ""
  916. #~ msgid "Links"
  917. #~ msgstr ""
  918. #~ msgid "RSS subscription"
  919. #~ msgstr ""
  920. #~ msgid "Search results"
  921. #~ msgstr ""
  922. #~ msgid "next page"
  923. #~ msgstr ""
  924. #~ msgid "previous page"
  925. #~ msgstr ""
  926. #~ msgid "Start search"
  927. #~ msgstr ""
  928. #~ msgid "Clear search"
  929. #~ msgstr ""
  930. #~ msgid "Clear"
  931. #~ msgstr ""
  932. #~ msgid "stats"
  933. #~ msgstr ""
  934. #~ msgid "Heads up!"
  935. #~ msgstr ""
  936. #~ msgid "It look like you are using SearXNG first time."
  937. #~ msgstr ""
  938. #~ msgid "Well done!"
  939. #~ msgstr ""
  940. #~ msgid "Settings saved successfully."
  941. #~ msgstr ""
  942. #~ msgid "Oh snap!"
  943. #~ msgstr ""
  944. #~ msgid "Something went wrong."
  945. #~ msgstr ""
  946. #~ msgid "Date"
  947. #~ msgstr ""
  948. #~ msgid "Type"
  949. #~ msgstr ""
  950. #~ msgid "Get image"
  951. #~ msgstr ""