messages.po 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611
  1. # Slovak translations for .
  2. # Copyright (C) 2020 ORGANIZATION
  3. # This file is distributed under the same license as the project.
  4. #
  5. # Translators:
  6. # Jan Hovancik, 2017
  7. # Markus Heiser <markus.heiser@darmarit.de>, 2022.
  8. # Fero Novák <itzwowsmile@gmail.com>, 2022.
  9. # JohnyPeaN <johnypean@gmail.com>, 2022.
  10. # return42 <markus.heiser@darmarit.de>, 2023.
  11. msgid ""
  12. msgstr ""
  13. "Project-Id-Version: searx\n"
  14. "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
  15. "POT-Creation-Date: 2023-08-15 14:23+0000\n"
  16. "PO-Revision-Date: 2023-07-09 15:34+0000\n"
  17. "Last-Translator: return42 <markus.heiser@darmarit.de>\n"
  18. "Language: sk\n"
  19. "Language-Team: Slovak "
  20. "<https://translate.codeberg.org/projects/searxng/searxng/sk/>\n"
  21. "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 "
  22. "&& n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
  23. "MIME-Version: 1.0\n"
  24. "Content-Type: text/plain; charset=utf-8\n"
  25. "Content-Transfer-Encoding: 8bit\n"
  26. "Generated-By: Babel 2.12.1\n"
  27. #. CONSTANT_NAMES['NO_SUBGROUPING']
  28. #: searx/searxng.msg
  29. msgid "without further subgrouping"
  30. msgstr ""
  31. #. CONSTANT_NAMES['DEFAULT_CATEGORY']
  32. #: searx/searxng.msg
  33. msgid "other"
  34. msgstr "ostatné"
  35. #. CATEGORY_NAMES['FILES']
  36. #: searx/searxng.msg
  37. msgid "files"
  38. msgstr "súbory"
  39. #. CATEGORY_NAMES['GENERAL']
  40. #: searx/searxng.msg
  41. msgid "general"
  42. msgstr "všeobecné"
  43. #. CATEGORY_NAMES['MUSIC']
  44. #: searx/searxng.msg
  45. msgid "music"
  46. msgstr "hudba"
  47. #. CATEGORY_NAMES['SOCIAL_MEDIA']
  48. #: searx/searxng.msg
  49. msgid "social media"
  50. msgstr "sociálne médiá"
  51. #. CATEGORY_NAMES['IMAGES']
  52. #: searx/searxng.msg
  53. msgid "images"
  54. msgstr "obrázky"
  55. #. CATEGORY_NAMES['VIDEOS']
  56. #: searx/searxng.msg
  57. msgid "videos"
  58. msgstr "videá"
  59. #. CATEGORY_NAMES['IT']
  60. #: searx/searxng.msg
  61. msgid "it"
  62. msgstr "technológia"
  63. #. CATEGORY_NAMES['NEWS']
  64. #: searx/searxng.msg
  65. msgid "news"
  66. msgstr "správy"
  67. #. CATEGORY_NAMES['MAP']
  68. #: searx/searxng.msg
  69. msgid "map"
  70. msgstr "mapa"
  71. #. CATEGORY_NAMES['ONIONS']
  72. #: searx/searxng.msg
  73. msgid "onions"
  74. msgstr "onions"
  75. #. CATEGORY_NAMES['SCIENCE']
  76. #: searx/searxng.msg
  77. msgid "science"
  78. msgstr "veda"
  79. #. CATEGORY_GROUPS['APPS']
  80. #: searx/searxng.msg
  81. msgid "apps"
  82. msgstr "aplikácie"
  83. #. CATEGORY_GROUPS['DICTIONARIES']
  84. #: searx/searxng.msg
  85. msgid "dictionaries"
  86. msgstr "slovníky"
  87. #. CATEGORY_GROUPS['LYRICS']
  88. #: searx/searxng.msg
  89. msgid "lyrics"
  90. msgstr "texty piesní"
  91. #. CATEGORY_GROUPS['PACKAGES']
  92. #: searx/searxng.msg
  93. msgid "packages"
  94. msgstr "programové balíčky"
  95. #. CATEGORY_GROUPS['Q_A']
  96. #: searx/searxng.msg
  97. msgid "q&a"
  98. msgstr "otázky a odpovede"
  99. #. CATEGORY_GROUPS['REPOS']
  100. #: searx/searxng.msg
  101. msgid "repos"
  102. msgstr "repozitáre"
  103. #. CATEGORY_GROUPS['SOFTWARE_WIKIS']
  104. #: searx/searxng.msg
  105. msgid "software wikis"
  106. msgstr "Dokumentácie aplikácií"
  107. #. CATEGORY_GROUPS['WEB']
  108. #: searx/searxng.msg
  109. msgid "web"
  110. msgstr "web"
  111. #. CATEGORY_GROUPS['SCIENTIFIC PUBLICATIONS']
  112. #: searx/searxng.msg
  113. msgid "scientific publications"
  114. msgstr "vedecké publikácie"
  115. #. STYLE_NAMES['AUTO']
  116. #: searx/searxng.msg
  117. msgid "auto"
  118. msgstr "automaticky"
  119. #. STYLE_NAMES['LIGHT']
  120. #: searx/searxng.msg
  121. msgid "light"
  122. msgstr "svetlý"
  123. #. STYLE_NAMES['DARK']
  124. #: searx/searxng.msg
  125. msgid "dark"
  126. msgstr "tmavý"
  127. #: searx/webapp.py:330
  128. msgid "No item found"
  129. msgstr "Nič sa nenašlo"
  130. #: searx/engines/qwant.py:218
  131. #: searx/templates/simple/result_templates/images.html:20 searx/webapp.py:332
  132. msgid "Source"
  133. msgstr "Zdroj"
  134. #: searx/webapp.py:334
  135. msgid "Error loading the next page"
  136. msgstr "Chyba pri načítaní ďalšej stránky"
  137. #: searx/webapp.py:488 searx/webapp.py:880
  138. msgid "Invalid settings, please edit your preferences"
  139. msgstr "Nesprávne nastavenia, prosím upravte svoje predvoľby"
  140. #: searx/webapp.py:504
  141. msgid "Invalid settings"
  142. msgstr "Nesprávne nastavenia"
  143. #: searx/webapp.py:581 searx/webapp.py:663
  144. msgid "search error"
  145. msgstr "chyba vyhľadávania"
  146. #: searx/webutils.py:34
  147. msgid "timeout"
  148. msgstr "časový limit"
  149. #: searx/webutils.py:35
  150. msgid "parsing error"
  151. msgstr "chyba parsovania"
  152. #: searx/webutils.py:36
  153. msgid "HTTP protocol error"
  154. msgstr "chyba HTTP protokolu"
  155. #: searx/webutils.py:37
  156. msgid "network error"
  157. msgstr "chyba siete"
  158. #: searx/webutils.py:38
  159. msgid "SSL error: certificate validation has failed"
  160. msgstr "SSL error: overenie certifikátu zlyhalo"
  161. #: searx/webutils.py:40
  162. msgid "unexpected crash"
  163. msgstr "neočakávaná chyba"
  164. #: searx/webutils.py:47
  165. msgid "HTTP error"
  166. msgstr "HTTP chyba"
  167. #: searx/webutils.py:48
  168. msgid "HTTP connection error"
  169. msgstr "chyba pripojenia cez HTTP"
  170. #: searx/webutils.py:54
  171. msgid "proxy error"
  172. msgstr "chyba proxy"
  173. #: searx/webutils.py:55
  174. msgid "CAPTCHA"
  175. msgstr "CAPTCHA"
  176. #: searx/webutils.py:56
  177. msgid "too many requests"
  178. msgstr "priveľa žiadostí"
  179. #: searx/webutils.py:57
  180. msgid "access denied"
  181. msgstr "prístup bol odmietnutý"
  182. #: searx/webutils.py:58
  183. msgid "server API error"
  184. msgstr "API chyba servera"
  185. #: searx/webutils.py:77
  186. msgid "Suspended"
  187. msgstr "Pozastavené"
  188. #: searx/webutils.py:317
  189. msgid "{minutes} minute(s) ago"
  190. msgstr "pred {minutes} min."
  191. #: searx/webutils.py:318
  192. msgid "{hours} hour(s), {minutes} minute(s) ago"
  193. msgstr "pred {hours} hod., {minutes} min."
  194. #: searx/answerers/random/answerer.py:67
  195. msgid "Random value generator"
  196. msgstr "Generátor nahodných hodnôt"
  197. #: searx/answerers/random/answerer.py:68
  198. msgid "Generate different random values"
  199. msgstr "Vytvoriť rôzné náhodné hodnoty"
  200. #: searx/answerers/statistics/answerer.py:47
  201. msgid "Statistics functions"
  202. msgstr "Štatistické funkcie"
  203. #: searx/answerers/statistics/answerer.py:48
  204. msgid "Compute {functions} of the arguments"
  205. msgstr "Vypočítať {functions} argumentov"
  206. #: searx/engines/openstreetmap.py:160
  207. msgid "Get directions"
  208. msgstr "Požiadať o navigáciu"
  209. #: searx/engines/pdbe.py:96
  210. msgid "{title} (OBSOLETE)"
  211. msgstr "{title} (ZASTARANÉ)"
  212. #: searx/engines/pdbe.py:103
  213. msgid "This entry has been superseded by"
  214. msgstr "Táto položka bola nahradená"
  215. #: searx/engines/qwant.py:220
  216. msgid "Channel"
  217. msgstr "Kanál"
  218. #: searx/engines/seekr.py:194 searx/engines/zlibrary.py:129
  219. msgid "Language"
  220. msgstr "Jazyk"
  221. #: searx/engines/semantic_scholar.py:81
  222. msgid ""
  223. "{numCitations} citations from the year {firstCitationVelocityYear} to "
  224. "{lastCitationVelocityYear}"
  225. msgstr ""
  226. "{numCitations} citácií od roku {firstCitationVelocityYear} do roku "
  227. "{lastCitationVelocityYear}"
  228. #: searx/engines/tineye.py:40
  229. msgid ""
  230. "Could not read that image url. This may be due to an unsupported file "
  231. "format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
  232. " WebP."
  233. msgstr ""
  234. "Danú webovú adresu obrázka sa nepodarilo načítať. Môže to byť spôsobené "
  235. "nepodporovaným formátom súboru. TinEye podporuje iba obrázky JPEG, PNG, "
  236. "GIF, BMP, TIFF alebo WebP."
  237. #: searx/engines/tineye.py:46
  238. msgid ""
  239. "The image is too simple to find matches. TinEye requires a basic level of"
  240. " visual detail to successfully identify matches."
  241. msgstr ""
  242. "Obrázok je príliš nízkej kvality na to aby sa našla zhoda. TinEye "
  243. "vyžaduje vyššiu kvalitu detailov v obrázku na identifikáciu zhôd."
  244. #: searx/engines/tineye.py:52
  245. msgid "The image could not be downloaded."
  246. msgstr "Obrázok nemohol byť stiahnutý."
  247. #: searx/engines/wttr.py:101
  248. msgid "Morning"
  249. msgstr "Ráno"
  250. #: searx/engines/wttr.py:101
  251. msgid "Noon"
  252. msgstr "Poludnie"
  253. #: searx/engines/wttr.py:101
  254. msgid "Evening"
  255. msgstr "Večer"
  256. #: searx/engines/wttr.py:101
  257. msgid "Night"
  258. msgstr "Noc"
  259. #: searx/engines/zlibrary.py:130
  260. msgid "Book rating"
  261. msgstr ""
  262. #: searx/engines/zlibrary.py:131
  263. msgid "File quality"
  264. msgstr ""
  265. #: searx/plugins/hash_plugin.py:24
  266. msgid "Converts strings to different hash digests."
  267. msgstr "Skonvertuje text pomocou rôznych hash funkcií."
  268. #: searx/plugins/hash_plugin.py:52
  269. msgid "hash digest"
  270. msgstr "hash hodnota"
  271. #: searx/plugins/hostname_replace.py:9
  272. msgid "Hostname replace"
  273. msgstr "Nahradenie názvu servera"
  274. #: searx/plugins/hostname_replace.py:10
  275. msgid "Rewrite result hostnames or remove results based on the hostname"
  276. msgstr "Informácie o sebe"
  277. #: searx/plugins/oa_doi_rewrite.py:9
  278. msgid "Open Access DOI rewrite"
  279. msgstr "Otvoriť prístup k prepísaniu DOI"
  280. #: searx/plugins/oa_doi_rewrite.py:10
  281. msgid ""
  282. "Avoid paywalls by redirecting to open-access versions of publications "
  283. "when available"
  284. msgstr ""
  285. "Vyhnúť sa plateným bránam presmerovaním na verejne prístupné verzie "
  286. "publikácií ak sú k dispozícii"
  287. #: searx/plugins/search_on_category_select.py:19
  288. msgid "Search on category select"
  289. msgstr "Vyhľadávanie pri výbere kategórie"
  290. #: searx/plugins/search_on_category_select.py:20
  291. msgid ""
  292. "Perform search immediately if a category selected. Disable to select "
  293. "multiple categories. (JavaScript required)"
  294. msgstr ""
  295. "Vyhľadávať okamžite, ak je kategória vybraná. Vypnúť pre vyberanie "
  296. "viacerých kategórií. (Je potrebný JavaScript)"
  297. #: searx/plugins/self_info.py:10
  298. msgid "Self Information"
  299. msgstr "Vlastné informácie"
  300. #: searx/plugins/self_info.py:11
  301. msgid ""
  302. "Displays your IP if the query is \"ip\" and your user agent if the query "
  303. "contains \"user agent\"."
  304. msgstr ""
  305. "Zobrazí vašu IP ak je dotaz \"ip\" a user agenta ak dotaz obsahuje \"user"
  306. " agent\"."
  307. #: searx/plugins/tor_check.py:25
  308. msgid "Tor check plugin"
  309. msgstr "Kontrola Tor plugin"
  310. #: searx/plugins/tor_check.py:28
  311. msgid ""
  312. "This plugin checks if the address of the request is a Tor exit-node, and "
  313. "informs the user if it is; like check.torproject.org, but from SearXNG."
  314. msgstr ""
  315. "Tento plugin kontroluje, či žiadaná adresa je výstupný bod TORu, a "
  316. "informuje používateľa ak je, ako check.torproject.org ale od SearXNG."
  317. #: searx/plugins/tor_check.py:62
  318. msgid ""
  319. "Could not download the list of Tor exit-nodes from: "
  320. "https://check.torproject.org/exit-addresses"
  321. msgstr ""
  322. #: searx/plugins/tor_check.py:78
  323. msgid ""
  324. "You are using Tor and it looks like you have this external IP address: "
  325. "{ip_address}"
  326. msgstr ""
  327. #: searx/plugins/tor_check.py:86
  328. msgid "You are not using Tor and you have this external IP address: {ip_address}"
  329. msgstr ""
  330. #: searx/plugins/tracker_url_remover.py:29
  331. msgid "Tracker URL remover"
  332. msgstr "Odstraňovanie sledovacích argumentov"
  333. #: searx/plugins/tracker_url_remover.py:30
  334. msgid "Remove trackers arguments from the returned URL"
  335. msgstr "Odstrániť sledovacie argumenty z vrátenej URL"
  336. #: searx/plugins/vim_hotkeys.py:3
  337. msgid "Vim-like hotkeys"
  338. msgstr "Skratky ako vo VIM"
  339. #: searx/plugins/vim_hotkeys.py:4
  340. msgid ""
  341. "Navigate search results with Vim-like hotkeys (JavaScript required). "
  342. "Press \"h\" key on main or result page to get help."
  343. msgstr ""
  344. "Prechádzať výsledky vyhľadávania klávesovými skratkami ako VIM (je "
  345. "potrebný JavaScript). Stlačte klávesy \"h\" na hlavnej stránke alebo na "
  346. "stránke s výsledkami pre zobrazenie pomoci."
  347. #: searx/templates/simple/404.html:4
  348. msgid "Page not found"
  349. msgstr "Stránka sa nenašla"
  350. #: searx/templates/simple/404.html:6
  351. #, python-format
  352. msgid "Go to %(search_page)s."
  353. msgstr "Choď na %(search_page)s."
  354. #: searx/templates/simple/404.html:6
  355. msgid "search page"
  356. msgstr "stránka vyhľadávania"
  357. #: searx/templates/simple/base.html:49
  358. msgid "About"
  359. msgstr "O nás"
  360. #: searx/templates/simple/base.html:53
  361. msgid "Donate"
  362. msgstr "Prispejte"
  363. #: searx/templates/simple/base.html:57
  364. #: searx/templates/simple/preferences.html:156
  365. msgid "Preferences"
  366. msgstr "Nastavenia"
  367. #: searx/templates/simple/base.html:67
  368. msgid "Powered by"
  369. msgstr "Používame"
  370. #: searx/templates/simple/base.html:67
  371. msgid "a privacy-respecting, open metasearch engine"
  372. msgstr "otvorený metavyhľadávač rešpektujúci súkromie"
  373. #: searx/templates/simple/base.html:68
  374. msgid "Source code"
  375. msgstr "Zdrojový kód"
  376. #: searx/templates/simple/base.html:69
  377. msgid "Issue tracker"
  378. msgstr "Sledovanie problémov"
  379. #: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18
  380. msgid "Engine stats"
  381. msgstr "Štatistiky vyhľadávača"
  382. #: searx/templates/simple/base.html:72
  383. msgid "Public instances"
  384. msgstr "Verejné inštancie"
  385. #: searx/templates/simple/base.html:75
  386. msgid "Privacy policy"
  387. msgstr "Ochrana súkromia"
  388. #: searx/templates/simple/base.html:78
  389. msgid "Contact instance maintainer"
  390. msgstr "Kontaktujte správcu inštancie"
  391. #: searx/templates/simple/categories.html:24
  392. msgid "Click on the magnifier to perform search"
  393. msgstr "Kliknite na lupu pre vyhľadávanie"
  394. #: searx/templates/simple/macros.html:36
  395. msgid "Length"
  396. msgstr "Dĺžka"
  397. #: searx/templates/simple/macros.html:37
  398. #: searx/templates/simple/result_templates/images.html:18
  399. #: searx/templates/simple/result_templates/paper.html:6
  400. msgid "Author"
  401. msgstr "Autor"
  402. #: searx/templates/simple/macros.html:45
  403. msgid "cached"
  404. msgstr "z vyrovnávacej pamäte"
  405. #: searx/templates/simple/macros.html:45
  406. msgid "proxied"
  407. msgstr "cez proxy"
  408. #: searx/templates/simple/new_issue.html:64
  409. msgid "Start submiting a new issue on GitHub"
  410. msgstr "Začnite s pridaním nového problému na Githube"
  411. #: searx/templates/simple/new_issue.html:66
  412. msgid "Please check for existing bugs about this engine on GitHub"
  413. msgstr "Skontrolujte prosím existujúce chyby tohto vyhľadávaču na Githube"
  414. #: searx/templates/simple/new_issue.html:69
  415. msgid "I confirm there is no existing bug about the issue I encounter"
  416. msgstr ""
  417. "Potvrdzujem, že neexistuje žiadna chyba týkajúca sa problému, s ktorým sa"
  418. " stretávam"
  419. #: searx/templates/simple/new_issue.html:71
  420. msgid "If this is a public instance, please specify the URL in the bug report"
  421. msgstr "Ak ide o verejnú inštanciu, uveďte v hlásení o chybe adresu URL"
  422. #: searx/templates/simple/new_issue.html:72
  423. msgid "Submit a new issue on Github including the above information"
  424. msgstr "Odošlite novú chybu na Github vrátane informácii nad"
  425. #: searx/templates/simple/preferences.html:65
  426. msgid "No HTTPS"
  427. msgstr "Žiadne HTTPS"
  428. #: searx/templates/simple/elements/engines_msg.html:14
  429. #: searx/templates/simple/preferences.html:69
  430. #: searx/templates/simple/preferences.html:70
  431. msgid "View error logs and submit a bug report"
  432. msgstr "Zobraziť záznamy chýb a odoslať hlásenie o chybe"
  433. #: searx/templates/simple/preferences.html:74
  434. msgid "!bang for this engine"
  435. msgstr ""
  436. #: searx/templates/simple/preferences.html:80
  437. msgid "!bang for its categories"
  438. msgstr ""
  439. #: searx/templates/simple/preferences.html:102
  440. #: searx/templates/simple/stats.html:64
  441. msgid "Median"
  442. msgstr "Medián"
  443. #: searx/templates/simple/preferences.html:103
  444. #: searx/templates/simple/stats.html:70
  445. msgid "P80"
  446. msgstr "P80"
  447. #: searx/templates/simple/preferences.html:104
  448. #: searx/templates/simple/stats.html:76
  449. msgid "P95"
  450. msgstr "P95"
  451. #: searx/templates/simple/preferences.html:136
  452. msgid "Failed checker test(s): "
  453. msgstr "Neúspešný(é) kontrolný(é) test(y): "
  454. #: searx/templates/simple/preferences.html:138
  455. msgid "Errors:"
  456. msgstr "Chyby:"
  457. #: searx/templates/simple/preferences.html:162
  458. msgid "General"
  459. msgstr "Všeobecné"
  460. #: searx/templates/simple/preferences.html:165
  461. msgid "Default categories"
  462. msgstr "Predvolené kategórie"
  463. #: searx/templates/simple/preferences.html:187
  464. msgid "User interface"
  465. msgstr "UI"
  466. #: searx/templates/simple/preferences.html:204
  467. msgid "Privacy"
  468. msgstr "Súkromie"
  469. #: searx/templates/simple/preferences.html:217
  470. msgid "Engines"
  471. msgstr "Vyhľadávače"
  472. #: searx/templates/simple/preferences.html:219
  473. msgid "Currently used search engines"
  474. msgstr "List práve používaných vyhľadávačov"
  475. #: searx/templates/simple/preferences.html:227
  476. msgid "Special Queries"
  477. msgstr "Špeciálne vyhľadávania"
  478. #: searx/templates/simple/preferences.html:233
  479. msgid "Cookies"
  480. msgstr "Cookies"
  481. #: searx/templates/simple/results.html:23
  482. msgid "Answers"
  483. msgstr "Odpovede"
  484. #: searx/templates/simple/results.html:39
  485. msgid "Number of results"
  486. msgstr "Počet výsledkov"
  487. #: searx/templates/simple/results.html:45
  488. msgid "Info"
  489. msgstr "Informácie"
  490. #: searx/templates/simple/results.html:74
  491. msgid "Try searching for:"
  492. msgstr "Skús hľadať:"
  493. #: searx/templates/simple/results.html:106
  494. msgid "Back to top"
  495. msgstr "Späť na začiatok"
  496. #: searx/templates/simple/results.html:124
  497. msgid "Previous page"
  498. msgstr "Predošlá strana"
  499. #: searx/templates/simple/results.html:141
  500. msgid "Next page"
  501. msgstr "Ďalšia strana"
  502. #: searx/templates/simple/search.html:3
  503. msgid "Display the front page"
  504. msgstr "Zobraz úvodnú stranu"
  505. #: searx/templates/simple/search.html:9
  506. #: searx/templates/simple/simple_search.html:5
  507. msgid "Search for..."
  508. msgstr "Hľadať..."
  509. #: searx/templates/simple/search.html:10
  510. #: searx/templates/simple/simple_search.html:6
  511. msgid "clear"
  512. msgstr "vyčistiť"
  513. #: searx/templates/simple/search.html:11
  514. #: searx/templates/simple/simple_search.html:7
  515. msgid "search"
  516. msgstr "hľadať"
  517. #: searx/templates/simple/stats.html:21
  518. msgid "There is currently no data available. "
  519. msgstr "Momentálne nie su dostupné žiadne dáta."
  520. #: searx/templates/simple/preferences/engines.html:18
  521. #: searx/templates/simple/stats.html:25
  522. msgid "Engine name"
  523. msgstr "Názov vyhľadávača"
  524. #: searx/templates/simple/stats.html:26
  525. msgid "Scores"
  526. msgstr "Hodnotenia"
  527. #: searx/templates/simple/stats.html:27
  528. msgid "Result count"
  529. msgstr "Počet výsledkov"
  530. #: searx/templates/simple/preferences/engines.html:25
  531. #: searx/templates/simple/stats.html:28
  532. msgid "Response time"
  533. msgstr "Doba odozvy"
  534. #: searx/templates/simple/preferences/engines.html:29
  535. #: searx/templates/simple/stats.html:29
  536. msgid "Reliability"
  537. msgstr "Spoľahlivosť"
  538. #: searx/templates/simple/stats.html:59
  539. msgid "Total"
  540. msgstr "Celkom"
  541. #: searx/templates/simple/stats.html:60
  542. msgid "HTTP"
  543. msgstr "HTTP"
  544. #: searx/templates/simple/stats.html:61
  545. msgid "Processing"
  546. msgstr "Spracovávanie"
  547. #: searx/templates/simple/stats.html:99
  548. msgid "Warnings"
  549. msgstr "Varovania"
  550. #: searx/templates/simple/stats.html:99
  551. msgid "Errors and exceptions"
  552. msgstr "Chyby a výnimky"
  553. #: searx/templates/simple/stats.html:105
  554. msgid "Exception"
  555. msgstr "Výnimka"
  556. #: searx/templates/simple/stats.html:107
  557. msgid "Message"
  558. msgstr "Správa"
  559. #: searx/templates/simple/stats.html:109
  560. msgid "Percentage"
  561. msgstr "Úroveň"
  562. #: searx/templates/simple/stats.html:111
  563. msgid "Parameter"
  564. msgstr "Parameter"
  565. #: searx/templates/simple/stats.html:119
  566. msgid "Filename"
  567. msgstr "Názov súboru"
  568. #: searx/templates/simple/stats.html:120
  569. msgid "Function"
  570. msgstr "Funkcia"
  571. #: searx/templates/simple/stats.html:121
  572. msgid "Code"
  573. msgstr "Kód"
  574. #: searx/templates/simple/stats.html:128
  575. msgid "Checker"
  576. msgstr "Kontrolór"
  577. #: searx/templates/simple/stats.html:131
  578. msgid "Failed test"
  579. msgstr "Zlyhaný test"
  580. #: searx/templates/simple/stats.html:132
  581. msgid "Comment(s)"
  582. msgstr "Komentár(e)"
  583. #: searx/templates/simple/elements/apis.html:3
  584. msgid "Download results"
  585. msgstr "Výsledky na stiahnutie"
  586. #: searx/templates/simple/elements/engines_msg.html:3
  587. msgid "Messages from the search engines"
  588. msgstr ""
  589. #: searx/templates/simple/elements/engines_msg.html:8
  590. msgid "Error!"
  591. msgstr "Chyba!"
  592. #: searx/templates/simple/elements/engines_msg.html:9
  593. msgid "Engines cannot retrieve results"
  594. msgstr "Vyhľadávače nemôžu získať výsledky"
  595. #: searx/templates/simple/elements/search_url.html:3
  596. msgid "Search URL"
  597. msgstr "Adresa URL vyhľadávania"
  598. #: searx/templates/simple/elements/suggestions.html:3
  599. msgid "Suggestions"
  600. msgstr "Návrhy"
  601. #: searx/templates/simple/filters/languages.html:1
  602. #: searx/templates/simple/preferences/language.html:2
  603. msgid "Search language"
  604. msgstr "Jazyk vyhľadávania"
  605. #: searx/templates/simple/filters/languages.html:2
  606. #: searx/templates/simple/preferences/language.html:7
  607. msgid "Default language"
  608. msgstr "Predvolený jazyk"
  609. #: searx/templates/simple/filters/languages.html:4
  610. #: searx/templates/simple/preferences/language.html:11
  611. msgid "Auto-detect"
  612. msgstr ""
  613. #: searx/templates/simple/filters/safesearch.html:1
  614. #: searx/templates/simple/filters/safesearch.html:2
  615. #: searx/templates/simple/filters/safesearch.html:3
  616. #: searx/templates/simple/filters/safesearch.html:4
  617. #: searx/templates/simple/preferences/engines.html:21
  618. #: searx/templates/simple/preferences/safesearch.html:2
  619. msgid "SafeSearch"
  620. msgstr "Bezpečné vyhľadávanie"
  621. #: searx/templates/simple/filters/safesearch.html:2
  622. #: searx/templates/simple/preferences/safesearch.html:7
  623. msgid "Strict"
  624. msgstr "Striktné"
  625. #: searx/templates/simple/filters/safesearch.html:3
  626. #: searx/templates/simple/preferences/safesearch.html:11
  627. msgid "Moderate"
  628. msgstr "Mierne"
  629. #: searx/templates/simple/filters/safesearch.html:4
  630. #: searx/templates/simple/preferences/safesearch.html:15
  631. msgid "None"
  632. msgstr "Žiadne"
  633. #: searx/templates/simple/filters/time_range.html:1
  634. #: searx/templates/simple/preferences/engines.html:22
  635. msgid "Time range"
  636. msgstr "Časový rozsah"
  637. #: searx/templates/simple/filters/time_range.html:3
  638. msgid "Anytime"
  639. msgstr "Kedykoľvek"
  640. #: searx/templates/simple/filters/time_range.html:6
  641. msgid "Last day"
  642. msgstr "Posledný deň"
  643. #: searx/templates/simple/filters/time_range.html:9
  644. msgid "Last week"
  645. msgstr "Posledný týždeň"
  646. #: searx/templates/simple/filters/time_range.html:12
  647. msgid "Last month"
  648. msgstr "Posledný mesiac"
  649. #: searx/templates/simple/filters/time_range.html:15
  650. msgid "Last year"
  651. msgstr "Posledný rok"
  652. #: searx/templates/simple/messages/no_cookies.html:3
  653. msgid "Information!"
  654. msgstr "Informácia!"
  655. #: searx/templates/simple/messages/no_cookies.html:4
  656. msgid "currently, there are no cookies defined."
  657. msgstr "momentálne nie su definované žiadne cookies."
  658. #: searx/templates/simple/messages/no_results.html:3
  659. msgid "Sorry!"
  660. msgstr "Je nám ľúto!"
  661. #: searx/templates/simple/messages/no_results.html:4
  662. msgid ""
  663. "we didn't find any results. Please use another query or search in more "
  664. "categories."
  665. msgstr ""
  666. "nepodarilo sa nájsť žiadne výsledky. Skúste použiť iné zadanie alebo "
  667. "vyhľadávajte vo viacerých kategóriach."
  668. #: searx/templates/simple/preferences/answerers.html:4
  669. #: searx/templates/simple/preferences/engines.html:17
  670. msgid "Allow"
  671. msgstr "Povoliť"
  672. #: searx/templates/simple/preferences/answerers.html:5
  673. msgid "Keywords"
  674. msgstr "Kľúčové slová"
  675. #: searx/templates/simple/preferences/answerers.html:6
  676. msgid "Name"
  677. msgstr "Názov"
  678. #: searx/templates/simple/preferences/answerers.html:7
  679. msgid "Description"
  680. msgstr "Popis"
  681. #: searx/templates/simple/preferences/answerers.html:8
  682. msgid "Examples"
  683. msgstr "Príklady"
  684. #: searx/templates/simple/preferences/answerers.html:13
  685. msgid "This is the list of SearXNG's instant answering modules."
  686. msgstr "Toto je zoznam modulov okamžitých odpovedí SearXNG."
  687. #: searx/templates/simple/preferences/answerers.html:28
  688. msgid "This is the list of plugins."
  689. msgstr "Toto je zoznam pluginov."
  690. #: searx/templates/simple/preferences/autocomplete.html:2
  691. msgid "Autocomplete"
  692. msgstr "Automatické dokončovanie"
  693. #: searx/templates/simple/preferences/autocomplete.html:15
  694. msgid "Find stuff as you type"
  695. msgstr "Vyhľadávať počas písania"
  696. #: searx/templates/simple/preferences/center_alignment.html:2
  697. msgid "Center Alignment"
  698. msgstr "Zarovnanie na stred"
  699. #: searx/templates/simple/preferences/center_alignment.html:5
  700. #: searx/templates/simple/preferences/infinite_scroll.html:5
  701. #: searx/templates/simple/preferences/results_on_new_tab.html:5
  702. msgid "On"
  703. msgstr "Zapnuté"
  704. #: searx/templates/simple/preferences/center_alignment.html:6
  705. #: searx/templates/simple/preferences/infinite_scroll.html:6
  706. #: searx/templates/simple/preferences/results_on_new_tab.html:6
  707. msgid "Off"
  708. msgstr "Vypnuté"
  709. #: searx/templates/simple/preferences/center_alignment.html:10
  710. msgid "Displays results in the center of the page (Oscar layout)."
  711. msgstr "Zobrazenie výsledkov v strede stránky (Oscar layout)."
  712. #: searx/templates/simple/preferences/cookies.html:2
  713. msgid ""
  714. "This is the list of cookies and their values SearXNG is storing on your "
  715. "computer."
  716. msgstr ""
  717. "Toto je zoznam cookies a ich hodnôt, ktoré vo vašom počítači ukladá "
  718. "SearXNG."
  719. #: searx/templates/simple/preferences/cookies.html:3
  720. msgid "With that list, you can assess SearXNG transparency."
  721. msgstr "Týmto zoznamom môžete zhodnotiť priehľadnosť SearXNG."
  722. #: searx/templates/simple/preferences/cookies.html:9
  723. msgid "Cookie name"
  724. msgstr "Názov cookie"
  725. #: searx/templates/simple/preferences/cookies.html:10
  726. msgid "Value"
  727. msgstr "Hodnota"
  728. #: searx/templates/simple/preferences/cookies.html:23
  729. msgid "Search URL of the currently saved preferences"
  730. msgstr "Vyhľadávacia adresa (URL) stávajúcich, uložených nastavení"
  731. #: searx/templates/simple/preferences/cookies.html:32
  732. msgid ""
  733. "Note: specifying custom settings in the search URL can reduce privacy by "
  734. "leaking data to the clicked result sites."
  735. msgstr ""
  736. "Poznámka: zadanie osobitých nastavení vo vyhľadávacej adrese (URL) môže "
  737. "zredukovať úroveň súkromia tým že poskytne doplňujúce údaje kliknutým "
  738. "adresám vo výsledkoch."
  739. #: searx/templates/simple/preferences/cookies.html:35
  740. msgid "URL to restore your preferences in another browser"
  741. msgstr "Adresa (URL) pre obnovu nastavení v inom prehliadači"
  742. #: searx/templates/simple/preferences/cookies.html:44
  743. msgid ""
  744. "Specifying custom settings in the preferences URL can be used to sync "
  745. "preferences across devices."
  746. msgstr ""
  747. "Zadaním osobitých nastavení v adrese (URL) nastavení je možné "
  748. "synchronizovať nastavenia do iných zariadení."
  749. #: searx/templates/simple/preferences/doi_resolver.html:2
  750. msgid "Open Access DOI resolver"
  751. msgstr "DOI vyhodnocovač otvoreným prístupom"
  752. #: searx/templates/simple/preferences/doi_resolver.html:14
  753. msgid "Select service used by DOI rewrite"
  754. msgstr ""
  755. #: searx/templates/simple/preferences/engines.html:9
  756. msgid ""
  757. "This tab does not exists in the user interface, but you can search in "
  758. "these engines by its !bangs."
  759. msgstr ""
  760. #: searx/templates/simple/preferences/engines.html:19
  761. msgid "!bang"
  762. msgstr ""
  763. #: searx/templates/simple/preferences/engines.html:20
  764. msgid "Supports selected language"
  765. msgstr "Podporuje zvolený jazyk"
  766. #: searx/templates/simple/preferences/engines.html:23
  767. msgid "Weight"
  768. msgstr ""
  769. #: searx/templates/simple/preferences/engines.html:27
  770. msgid "Max time"
  771. msgstr "Maximálny čas"
  772. #: searx/templates/simple/preferences/footer.html:2
  773. msgid ""
  774. "These settings are stored in your cookies, this allows us not to store "
  775. "this data about you."
  776. msgstr ""
  777. "Tieto nastavenia sú uložené v cookies, čo nám umožňuje neukladať dáta o "
  778. "vás na našej strane."
  779. #: searx/templates/simple/preferences/footer.html:3
  780. msgid ""
  781. "These cookies serve your sole convenience, we don't use these cookies to "
  782. "track you."
  783. msgstr ""
  784. "Tieto cookies slúžia výhradné pre vaše pohodlie a nie sú používané na "
  785. "sledovanie."
  786. #: searx/templates/simple/preferences/footer.html:6
  787. msgid "Save"
  788. msgstr "Uložiť"
  789. #: searx/templates/simple/preferences/footer.html:9
  790. msgid "Reset defaults"
  791. msgstr "Obnoviť predvolené"
  792. #: searx/templates/simple/preferences/footer.html:13
  793. msgid "Back"
  794. msgstr "Späť"
  795. #: searx/templates/simple/preferences/image_proxy.html:2
  796. msgid "Image proxy"
  797. msgstr "Proxy pre obrázky"
  798. #: searx/templates/simple/preferences/image_proxy.html:5
  799. #: searx/templates/simple/preferences/query_in_title.html:5
  800. msgid "Enabled"
  801. msgstr "Povolené"
  802. #: searx/templates/simple/preferences/image_proxy.html:6
  803. #: searx/templates/simple/preferences/query_in_title.html:6
  804. msgid "Disabled"
  805. msgstr "Zakázané"
  806. #: searx/templates/simple/preferences/image_proxy.html:10
  807. msgid "Proxying image results through SearXNG"
  808. msgstr "Sprostredkovanie výsledkov snímok cez SearXNG"
  809. #: searx/templates/simple/preferences/infinite_scroll.html:2
  810. msgid "Infinite scroll"
  811. msgstr "Nekonečné posúvanie"
  812. #: searx/templates/simple/preferences/infinite_scroll.html:10
  813. msgid "Automatically load next page when scrolling to bottom of current page"
  814. msgstr ""
  815. "Automaticky načítať ďalšiu stránku pri posunutí na koniec aktuálnej "
  816. "stránky"
  817. #: searx/templates/simple/preferences/language.html:24
  818. msgid "What language do you prefer for search?"
  819. msgstr "Aký jazyk preferujete pre vyhľadávanie?"
  820. #: searx/templates/simple/preferences/language.html:25
  821. msgid "Choose Auto-detect to let SearXNG detect the language of your query."
  822. msgstr ""
  823. #: searx/templates/simple/preferences/method.html:2
  824. msgid "HTTP Method"
  825. msgstr "Metóda HTTP"
  826. #: searx/templates/simple/preferences/method.html:14
  827. msgid "Change how forms are submitted"
  828. msgstr ""
  829. #: searx/templates/simple/preferences/query_in_title.html:2
  830. msgid "Query in the page's title"
  831. msgstr "Dotaz v názve stránky"
  832. #: searx/templates/simple/preferences/query_in_title.html:10
  833. msgid ""
  834. "When enabled, the result page's title contains your query. Your browser "
  835. "can record this title"
  836. msgstr ""
  837. "Ak je táto možnosť povolená, názov stránky s výsledkami obsahuje vašu "
  838. "požiadavku. Váš prehliadač môže tento názov zaznamenať"
  839. #: searx/templates/simple/preferences/results_on_new_tab.html:2
  840. msgid "Results on new tabs"
  841. msgstr "Výsledky v novom tabe"
  842. #: searx/templates/simple/preferences/results_on_new_tab.html:10
  843. msgid "Open result links on new browser tabs"
  844. msgstr "Otvoriť odkazy v novom tabe"
  845. #: searx/templates/simple/preferences/safesearch.html:20
  846. msgid "Filter content"
  847. msgstr "Filtrovanie obsahu"
  848. #: searx/templates/simple/preferences/theme.html:2
  849. msgid "Theme"
  850. msgstr "Téma"
  851. #: searx/templates/simple/preferences/theme.html:14
  852. msgid "Change SearXNG layout"
  853. msgstr "Zmena SearXNG vzhľadu"
  854. #: searx/templates/simple/preferences/theme.html:19
  855. msgid "Theme style"
  856. msgstr "Štýl témy"
  857. #: searx/templates/simple/preferences/theme.html:31
  858. msgid "Choose auto to follow your browser settings"
  859. msgstr "Vyberte možnosť auto, aby sa riadila nastaveniami vášho prehliadača"
  860. #: searx/templates/simple/preferences/tokens.html:2
  861. msgid "Engine tokens"
  862. msgstr "Engine tokeny"
  863. #: searx/templates/simple/preferences/tokens.html:9
  864. msgid "Access tokens for private engines"
  865. msgstr "Prístupové tokwny pre súkromné nástroje"
  866. #: searx/templates/simple/preferences/ui_locale.html:2
  867. msgid "Interface language"
  868. msgstr "Jazyk rozhrania"
  869. #: searx/templates/simple/preferences/ui_locale.html:14
  870. msgid "Change the language of the layout"
  871. msgstr "Zmena jazyku rozhrania"
  872. #: searx/templates/simple/result_templates/default.html:6
  873. msgid "show media"
  874. msgstr "ukázať médiá"
  875. #: searx/templates/simple/result_templates/default.html:6
  876. msgid "hide media"
  877. msgstr "skryť médiá"
  878. #: searx/templates/simple/result_templates/default.html:14
  879. #: searx/templates/simple/result_templates/videos.html:14
  880. msgid "This site did not provide any description."
  881. msgstr "Táto stránka neposkytuje žiaden popis."
  882. #: searx/templates/simple/result_templates/images.html:19
  883. msgid "Format"
  884. msgstr "Formát"
  885. #: searx/templates/simple/result_templates/images.html:21
  886. msgid "Engine"
  887. msgstr "Vyhľadávač"
  888. #: searx/templates/simple/result_templates/images.html:22
  889. msgid "View source"
  890. msgstr "Zobraziť zdroj"
  891. #: searx/templates/simple/result_templates/map.html:12
  892. msgid "address"
  893. msgstr "adresa"
  894. #: searx/templates/simple/result_templates/map.html:43
  895. msgid "show map"
  896. msgstr "ukázať mapu"
  897. #: searx/templates/simple/result_templates/map.html:43
  898. msgid "hide map"
  899. msgstr "skryť mapu"
  900. #: searx/templates/simple/result_templates/paper.html:5
  901. msgid "Published date"
  902. msgstr "Dátum publikácie"
  903. #: searx/templates/simple/result_templates/paper.html:9
  904. msgid "Journal"
  905. msgstr "Žurnál"
  906. #: searx/templates/simple/result_templates/paper.html:22
  907. msgid "Editor"
  908. msgstr "Editor"
  909. #: searx/templates/simple/result_templates/paper.html:23
  910. msgid "Publisher"
  911. msgstr "Vydavateľ"
  912. #: searx/templates/simple/result_templates/paper.html:24
  913. msgid "Type"
  914. msgstr "Typ"
  915. #: searx/templates/simple/result_templates/paper.html:25
  916. msgid "Tags"
  917. msgstr "Značky"
  918. #: searx/templates/simple/result_templates/paper.html:26
  919. msgid "DOI"
  920. msgstr "DOI"
  921. #: searx/templates/simple/result_templates/paper.html:27
  922. msgid "ISSN"
  923. msgstr "ISSN"
  924. #: searx/templates/simple/result_templates/paper.html:28
  925. msgid "ISBN"
  926. msgstr "ISBN"
  927. #: searx/templates/simple/result_templates/paper.html:33
  928. msgid "PDF"
  929. msgstr "PDF"
  930. #: searx/templates/simple/result_templates/paper.html:34
  931. msgid "HTML"
  932. msgstr "HTML"
  933. #: searx/templates/simple/result_templates/torrent.html:6
  934. msgid "magnet link"
  935. msgstr "odkaz na magnet"
  936. #: searx/templates/simple/result_templates/torrent.html:7
  937. msgid "torrent file"
  938. msgstr "torrent súbor"
  939. #: searx/templates/simple/result_templates/torrent.html:9
  940. msgid "Seeder"
  941. msgstr "Odosielateľ"
  942. #: searx/templates/simple/result_templates/torrent.html:9
  943. msgid "Leecher"
  944. msgstr "Príjemca"
  945. #: searx/templates/simple/result_templates/torrent.html:11
  946. msgid "Filesize"
  947. msgstr "Veľkosť súboru"
  948. #: searx/templates/simple/result_templates/torrent.html:12
  949. msgid "Bytes"
  950. msgstr "bajtov"
  951. #: searx/templates/simple/result_templates/torrent.html:13
  952. msgid "kiB"
  953. msgstr "kB"
  954. #: searx/templates/simple/result_templates/torrent.html:14
  955. msgid "MiB"
  956. msgstr "MB"
  957. #: searx/templates/simple/result_templates/torrent.html:15
  958. msgid "GiB"
  959. msgstr "GB"
  960. #: searx/templates/simple/result_templates/torrent.html:16
  961. msgid "TiB"
  962. msgstr "TB"
  963. #: searx/templates/simple/result_templates/torrent.html:20
  964. msgid "Number of Files"
  965. msgstr "Počet súborov"
  966. #: searx/templates/simple/result_templates/videos.html:6
  967. msgid "show video"
  968. msgstr "ukázať video"
  969. #: searx/templates/simple/result_templates/videos.html:6
  970. msgid "hide video"
  971. msgstr "skryť video"
  972. #~ msgid "Engine time (sec)"
  973. #~ msgstr "Načítanie vyhľadávača (sek)"
  974. #~ msgid "Page loads (sec)"
  975. #~ msgstr "Načítanie stránky (sek)"
  976. #~ msgid "Errors"
  977. #~ msgstr "Chyby"
  978. #~ msgid "CAPTCHA required"
  979. #~ msgstr ""
  980. #~ msgid "Rewrite HTTP links to HTTPS if possible"
  981. #~ msgstr "Prepísať odkazy HTTP na HTTPS, ak je to možné"
  982. #~ msgid ""
  983. #~ "Results are opened in the same "
  984. #~ "window by default. This plugin "
  985. #~ "overwrites the default behaviour to open"
  986. #~ " links on new tabs/windows. (JavaScript "
  987. #~ "required)"
  988. #~ msgstr ""
  989. #~ "Výsledky sú otvorené v rovnakom okne "
  990. #~ "predvolene. Tento plugin prepíše predvolené"
  991. #~ " správanie otvoriania odkazov na nových "
  992. #~ "taboch a oknách. (Je potrebný "
  993. #~ "JavaScript)"
  994. #~ msgid "Color"
  995. #~ msgstr "Farba"
  996. #~ msgid "Blue (default)"
  997. #~ msgstr "Modrá (predvolené)"
  998. #~ msgid "Violet"
  999. #~ msgstr "Fialová"
  1000. #~ msgid "Green"
  1001. #~ msgstr "Zelená"
  1002. #~ msgid "Cyan"
  1003. #~ msgstr "Azúrová"
  1004. #~ msgid "Orange"
  1005. #~ msgstr "Oranžová"
  1006. #~ msgid "Red"
  1007. #~ msgstr "Červená"
  1008. #~ msgid "Category"
  1009. #~ msgstr "Kategória"
  1010. #~ msgid "Block"
  1011. #~ msgstr "Blokovať"
  1012. #~ msgid "original context"
  1013. #~ msgstr "pôvodný kontext"
  1014. #~ msgid "Plugins"
  1015. #~ msgstr "Zásuvné moduly"
  1016. #~ msgid "Answerers"
  1017. #~ msgstr "Rýchle odpovede"
  1018. #~ msgid "Avg. time"
  1019. #~ msgstr "Priemerný čas"
  1020. #~ msgid "show details"
  1021. #~ msgstr "ukázať detaily"
  1022. #~ msgid "hide details"
  1023. #~ msgstr "skryť detaily"
  1024. #~ msgid "Load more..."
  1025. #~ msgstr "Načítať viac..."
  1026. #~ msgid "Loading..."
  1027. #~ msgstr ""
  1028. #~ msgid "Change searx layout"
  1029. #~ msgstr "Zmena rozhrania searx"
  1030. #~ msgid "Proxying image results through searx"
  1031. #~ msgstr "Zobrazovanie výsledkov obrázkov cez searx proxy"
  1032. #~ msgid "This is the list of searx's instant answering modules."
  1033. #~ msgstr "Toto je zoznam modulov rýchlej odpovede pre searx."
  1034. #~ msgid ""
  1035. #~ "This is the list of cookies and"
  1036. #~ " their values searx is storing on "
  1037. #~ "your computer."
  1038. #~ msgstr "Toto je zoznam cookies a ich hodnôt uložených searx na vašom počítači"
  1039. #~ msgid "With that list, you can assess searx transparency."
  1040. #~ msgstr "Pomocou tohto zoznamu môžte vidieť transparentnosť searx."
  1041. #~ msgid "It look like you are using searx first time."
  1042. #~ msgstr "Zdá sa, že používate searx prvýkrát."
  1043. #~ msgid "Please, try again later or find another searx instance."
  1044. #~ msgstr ""
  1045. #~ msgid "Themes"
  1046. #~ msgstr "Téma"
  1047. #~ msgid "Reliablity"
  1048. #~ msgstr ""
  1049. #~ msgid ""
  1050. #~ "When enabled, the result page's title"
  1051. #~ " contains your query. Your browser "
  1052. #~ "can record this title."
  1053. #~ msgstr ""
  1054. #~ msgid "Method"
  1055. #~ msgstr "Metóda"
  1056. #~ msgid ""
  1057. #~ "This tab does not show up for "
  1058. #~ "search results but you can search "
  1059. #~ "the engines listed here via bangs."
  1060. #~ msgstr ""
  1061. #~ msgid "Advanced settings"
  1062. #~ msgstr "Pokročilé nastavenia"
  1063. #~ msgid "Close"
  1064. #~ msgstr "Zatvoriť"
  1065. #~ msgid "Language"
  1066. #~ msgstr "Jazyk"
  1067. #~ msgid "broken"
  1068. #~ msgstr ""
  1069. #~ msgid "supported"
  1070. #~ msgstr "podporovaný"
  1071. #~ msgid "not supported"
  1072. #~ msgstr "nepodporovaný"
  1073. #~ msgid "about"
  1074. #~ msgstr "o nás"
  1075. #~ msgid "Avg."
  1076. #~ msgstr ""
  1077. #~ msgid "User Interface"
  1078. #~ msgstr "Používateľské prostredie"
  1079. #~ msgid "Choose style for this theme"
  1080. #~ msgstr "Vyberte si štýl pre túto tému"
  1081. #~ msgid "Style"
  1082. #~ msgstr "Štýl"
  1083. #~ msgid "Show advanced settings"
  1084. #~ msgstr "Zobraziť pokročilé nastavenia"
  1085. #~ msgid "Show advanced settings panel in the home page by default"
  1086. #~ msgstr ""
  1087. #~ msgid "Allow all"
  1088. #~ msgstr ""
  1089. #~ msgid "Disable all"
  1090. #~ msgstr ""
  1091. #~ msgid "Selected language"
  1092. #~ msgstr ""
  1093. #~ msgid "Query"
  1094. #~ msgstr "Dotaz"
  1095. #~ msgid "save"
  1096. #~ msgstr "uložiť"
  1097. #~ msgid "back"
  1098. #~ msgstr "späť"
  1099. #~ msgid "Links"
  1100. #~ msgstr "Odkazy"
  1101. #~ msgid "RSS subscription"
  1102. #~ msgstr ""
  1103. #~ msgid "Search results"
  1104. #~ msgstr "Výsledky vyhľadávania"
  1105. #~ msgid "next page"
  1106. #~ msgstr "ďalšia strana"
  1107. #~ msgid "previous page"
  1108. #~ msgstr "predchádzajúca strana"
  1109. #~ msgid "Start search"
  1110. #~ msgstr "Začať vyhľadávanie"
  1111. #~ msgid "Clear search"
  1112. #~ msgstr ""
  1113. #~ msgid "Clear"
  1114. #~ msgstr ""
  1115. #~ msgid "stats"
  1116. #~ msgstr "štatistiky"
  1117. #~ msgid "Heads up!"
  1118. #~ msgstr "Pozor!"
  1119. #~ msgid "It look like you are using SearXNG first time."
  1120. #~ msgstr ""
  1121. #~ msgid "Well done!"
  1122. #~ msgstr "Dobrá práca!"
  1123. #~ msgid "Settings saved successfully."
  1124. #~ msgstr "Nastavenia sa uložili."
  1125. #~ msgid "Oh snap!"
  1126. #~ msgstr "Ó nie!"
  1127. #~ msgid "Something went wrong."
  1128. #~ msgstr "Stalo sa niečo neočakávané."
  1129. #~ msgid "Date"
  1130. #~ msgstr ""
  1131. #~ msgid "Type"
  1132. #~ msgstr ""
  1133. #~ msgid "Get image"
  1134. #~ msgstr "Získať obrázok"
  1135. #~ msgid "Center Alignment"
  1136. #~ msgstr ""
  1137. #~ msgid "Displays results in the center of the page (Oscar layout)."
  1138. #~ msgstr ""
  1139. #~ msgid "preferences"
  1140. #~ msgstr "nastavenia"
  1141. #~ msgid "Scores per result"
  1142. #~ msgstr ""
  1143. #~ msgid "a privacy-respecting, hackable metasearch engine"
  1144. #~ msgstr "prispôsobitelný meta-vyhľadávač, ktorý rešpektuje vaše súkromie"
  1145. #~ msgid "No abstract is available for this publication."
  1146. #~ msgstr "Pre túto publikáciu nie je dostupný žiadny abstrakt."
  1147. #~ msgid "Self Informations"
  1148. #~ msgstr "Informácie o sebe"
  1149. #~ msgid ""
  1150. #~ "Change how forms are submited, <a "
  1151. #~ "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  1152. #~ " rel=\"external\">learn more about request "
  1153. #~ "methods</a>"
  1154. #~ msgstr ""
  1155. #~ "Zmeniť spôsob, akým sú odosielané "
  1156. #~ "formuláre, <a "
  1157. #~ "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  1158. #~ " rel=\"external\">dozvedieť sa viac o "
  1159. #~ "týchto metódach</a>"
  1160. #~ msgid ""
  1161. #~ "This plugin checks if the address "
  1162. #~ "of the request is a TOR exit "
  1163. #~ "node, and informs the user if it"
  1164. #~ " is, like check.torproject.org but from "
  1165. #~ "searxng."
  1166. #~ msgstr ""
  1167. #~ "Tento plugin kontroluje, či žiadaná "
  1168. #~ "adresa je výstupný bod TORu, a "
  1169. #~ "informuje používateľa ak je, ako "
  1170. #~ "check.torproject.org ale od searxng."
  1171. #~ msgid ""
  1172. #~ "The TOR exit node list "
  1173. #~ "(https://check.torproject.org/exit-addresses) is "
  1174. #~ "unreachable."
  1175. #~ msgstr ""
  1176. #~ "Zoznam výstupných bodov TORu "
  1177. #~ "(https://check.torproject.org/exit-addresses) je "
  1178. #~ "nedostupný."
  1179. #~ msgid "You are using TOR. Your IP address seems to be: {ip_address}."
  1180. #~ msgstr "Používate TOR. Zdá sa, že vaša IP adresa je: {ip_address}."
  1181. #~ msgid "You are not using TOR. Your IP address seems to be: {ip_address}."
  1182. #~ msgstr "Nepoužívate TOR. Zdá sa, že vaša IP adresa je: {ip_address}."
  1183. #~ msgid ""
  1184. #~ "The could not download the list of"
  1185. #~ " Tor exit-nodes from "
  1186. #~ "https://check.torproject.org/exit-addresses."
  1187. #~ msgstr ""
  1188. #~ msgid ""
  1189. #~ "You are using Tor. It looks like"
  1190. #~ " you have this external IP address:"
  1191. #~ " {ip_address}."
  1192. #~ msgstr ""
  1193. #~ msgid "You are not using Tor. You have this external IP address: {ip_address}."
  1194. #~ msgstr ""
  1195. #~ msgid "Autodetect search language"
  1196. #~ msgstr "Autodetekcia jazyka vyhľadávania"
  1197. #~ msgid "Automatically detect the query search language and switch to it."
  1198. #~ msgstr "Automatická detekcia a prepnutie na jazyk dopytu."
  1199. #~ msgid "others"
  1200. #~ msgstr "iné"
  1201. #~ msgid ""
  1202. #~ "This tab does not show up for "
  1203. #~ "search results, but you can search "
  1204. #~ "the engines listed here via bangs."
  1205. #~ msgstr ""
  1206. #~ "Táto karta sa nezobrazuje vo výsledkoch"
  1207. #~ " vyhľadávania, ale môžete vyhľadávať v "
  1208. #~ "enginoch, ktoré sú tu uvedené, pomocou"
  1209. #~ " Bangs."
  1210. #~ msgid "Shortcut"
  1211. #~ msgstr "Skratka"
  1212. #~ msgid "!bang"
  1213. #~ msgstr ""
  1214. #~ msgid ""
  1215. #~ "This tab dues not exists in the"
  1216. #~ " user interface, but you can search"
  1217. #~ " in these engines by its !bangs."
  1218. #~ msgstr ""
  1219. #~ msgid "Engines cannot retrieve results."
  1220. #~ msgstr "Vyhľadávače nemôžu získať výsledky."
  1221. #~ msgid "Please, try again later or find another SearXNG instance."
  1222. #~ msgstr "Skúste znova neskôr, prosím, alebo použite inú inštanciu SearXNG."
  1223. #~ msgid ""
  1224. #~ "Redirect to open-access versions of "
  1225. #~ "publications when available (plugin required)"
  1226. #~ msgstr ""
  1227. #~ "Presmerovanie na verzie publikácií s "
  1228. #~ "otvoreným prístupom, ak sú k dispozícii"
  1229. #~ " (vyžaduje sa plugin)"
  1230. #~ msgid "Bang"
  1231. #~ msgstr ""
  1232. #~ msgid ""
  1233. #~ "Change how forms are submitted, <a "
  1234. #~ "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  1235. #~ " rel=\"external\">learn more about request "
  1236. #~ "methods</a>"
  1237. #~ msgstr ""
  1238. #~ "Zmena spôsobu odosielania formulárov, <a "
  1239. #~ "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  1240. #~ " rel=\"external\">dozvedieť sa viac o "
  1241. #~ "metódach žiadosti</a>"