messages.po 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776
  1. # Polish (Poland) translations for .
  2. # Copyright (C) 2017 ORGANIZATION
  3. # This file is distributed under the same license as the project.
  4. #
  5. # Translators:
  6. # Artur <artur@komoter.pl>, 2017
  7. # Markus Heiser <markus.heiser@darmarit.de>, 2022.
  8. # Mateusz Bączek <mateusz.baczek1998@gmail.com>, 2022.
  9. # ewm <gnu.ewm@protonmail.com>, 2023.
  10. # return42 <markus.heiser@darmarit.de>, 2023, 2024.
  11. # Eryk Michalak <gnu.ewm@protonmail.com>, 2023.
  12. # mradalbert <mister.adalbert@gmail.com>, 2023.
  13. # y0nei <y0nei@proton.me>, 2023.
  14. # Luna <github@luwuna.gay>, 2023.
  15. # Linuks <linuks@skiff.com>, 2023.
  16. msgid ""
  17. msgstr ""
  18. "Project-Id-Version: searx\n"
  19. "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
  20. "POT-Creation-Date: 2024-02-25 14:00+0000\n"
  21. "PO-Revision-Date: 2024-02-15 16:56+0000\n"
  22. "Last-Translator: return42 <markus.heiser@darmarit.de>\n"
  23. "Language: pl\n"
  24. "Language-Team: Polish "
  25. "<https://translate.codeberg.org/projects/searxng/searxng/pl/>\n"
  26. "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && "
  27. "(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && "
  28. "n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
  29. "MIME-Version: 1.0\n"
  30. "Content-Type: text/plain; charset=utf-8\n"
  31. "Content-Transfer-Encoding: 8bit\n"
  32. "Generated-By: Babel 2.14.0\n"
  33. #. CONSTANT_NAMES['NO_SUBGROUPING']
  34. #: searx/searxng.msg
  35. msgid "without further subgrouping"
  36. msgstr "bez dalszego podgrupowania"
  37. #. CONSTANT_NAMES['DEFAULT_CATEGORY']
  38. #: searx/searxng.msg
  39. msgid "other"
  40. msgstr "inne"
  41. #. CATEGORY_NAMES['FILES']
  42. #: searx/searxng.msg
  43. msgid "files"
  44. msgstr "pliki"
  45. #. CATEGORY_NAMES['GENERAL']
  46. #: searx/searxng.msg
  47. msgid "general"
  48. msgstr "ogólne"
  49. #. CATEGORY_NAMES['MUSIC']
  50. #: searx/searxng.msg
  51. msgid "music"
  52. msgstr "muzyka"
  53. #. CATEGORY_NAMES['SOCIAL_MEDIA']
  54. #: searx/searxng.msg
  55. msgid "social media"
  56. msgstr "media społecznościowe"
  57. #. CATEGORY_NAMES['IMAGES']
  58. #: searx/searxng.msg
  59. msgid "images"
  60. msgstr "obrazy"
  61. #. CATEGORY_NAMES['VIDEOS']
  62. #: searx/searxng.msg
  63. msgid "videos"
  64. msgstr "filmy"
  65. #. CATEGORY_NAMES['IT']
  66. #: searx/searxng.msg
  67. msgid "it"
  68. msgstr "it"
  69. #. CATEGORY_NAMES['NEWS']
  70. #: searx/searxng.msg
  71. msgid "news"
  72. msgstr "wiadomości"
  73. #. CATEGORY_NAMES['MAP']
  74. #: searx/searxng.msg
  75. msgid "map"
  76. msgstr "mapa"
  77. #. CATEGORY_NAMES['ONIONS']
  78. #: searx/searxng.msg
  79. msgid "onions"
  80. msgstr "linki .onion"
  81. #. CATEGORY_NAMES['SCIENCE']
  82. #: searx/searxng.msg
  83. msgid "science"
  84. msgstr "nauka"
  85. #. CATEGORY_GROUPS['APPS']
  86. #: searx/searxng.msg
  87. msgid "apps"
  88. msgstr "aplikacje"
  89. #. CATEGORY_GROUPS['DICTIONARIES']
  90. #: searx/searxng.msg
  91. msgid "dictionaries"
  92. msgstr "słowniki"
  93. #. CATEGORY_GROUPS['LYRICS']
  94. #: searx/searxng.msg
  95. msgid "lyrics"
  96. msgstr "teksty piosenek"
  97. #. CATEGORY_GROUPS['PACKAGES']
  98. #: searx/searxng.msg
  99. msgid "packages"
  100. msgstr "pakiety"
  101. #. CATEGORY_GROUPS['Q_A']
  102. #: searx/searxng.msg
  103. msgid "q&a"
  104. msgstr "q&a"
  105. #. CATEGORY_GROUPS['REPOS']
  106. #: searx/searxng.msg
  107. msgid "repos"
  108. msgstr "repozytoria"
  109. #. CATEGORY_GROUPS['SOFTWARE_WIKIS']
  110. #: searx/searxng.msg
  111. msgid "software wikis"
  112. msgstr "dokumentacje aplikacji"
  113. #. CATEGORY_GROUPS['WEB']
  114. #: searx/searxng.msg
  115. msgid "web"
  116. msgstr "internet"
  117. #. CATEGORY_GROUPS['SCIENTIFIC PUBLICATIONS']
  118. #: searx/searxng.msg
  119. msgid "scientific publications"
  120. msgstr "publikacje naukowe"
  121. #. STYLE_NAMES['AUTO']
  122. #: searx/searxng.msg
  123. msgid "auto"
  124. msgstr "automatycznie"
  125. #. STYLE_NAMES['LIGHT']
  126. #: searx/searxng.msg
  127. msgid "light"
  128. msgstr "jasny"
  129. #. STYLE_NAMES['DARK']
  130. #: searx/searxng.msg
  131. msgid "dark"
  132. msgstr "ciemny"
  133. #. BRAND_CUSTOM_LINKS['UPTIME']
  134. #: searx/searxng.msg
  135. msgid "Uptime"
  136. msgstr "czas działania"
  137. #. BRAND_CUSTOM_LINKS['ABOUT']
  138. #: searx/searxng.msg searx/templates/simple/base.html:49
  139. msgid "About"
  140. msgstr "Informacje o"
  141. #: searx/webapp.py:332
  142. msgid "No item found"
  143. msgstr "Nie znaleziono elementu"
  144. #: searx/engines/qwant.py:280
  145. #: searx/templates/simple/result_templates/images.html:20 searx/webapp.py:334
  146. msgid "Source"
  147. msgstr "Źródło"
  148. #: searx/webapp.py:336
  149. msgid "Error loading the next page"
  150. msgstr "Błąd wczytywania następnej strony"
  151. #: searx/webapp.py:483 searx/webapp.py:879
  152. msgid "Invalid settings, please edit your preferences"
  153. msgstr "Nieprawidłowe ustawienia, zmień swoje preferencje"
  154. #: searx/webapp.py:499
  155. msgid "Invalid settings"
  156. msgstr "Nieprawidłowe ustawienia"
  157. #: searx/webapp.py:576 searx/webapp.py:658
  158. msgid "search error"
  159. msgstr "błąd wyszukiwania"
  160. #: searx/webutils.py:34
  161. msgid "timeout"
  162. msgstr "przekroczenie czasu"
  163. #: searx/webutils.py:35
  164. msgid "parsing error"
  165. msgstr "błąd przetwarzania"
  166. #: searx/webutils.py:36
  167. msgid "HTTP protocol error"
  168. msgstr "błąd protokołu HTTP"
  169. #: searx/webutils.py:37
  170. msgid "network error"
  171. msgstr "błąd sieci"
  172. #: searx/webutils.py:38
  173. msgid "SSL error: certificate validation has failed"
  174. msgstr "Błąd SSL: nie udało się zweryfikować certyfikatu"
  175. #: searx/webutils.py:40
  176. msgid "unexpected crash"
  177. msgstr "niespodziewana awaria"
  178. #: searx/webutils.py:47
  179. msgid "HTTP error"
  180. msgstr "błąd HTTP"
  181. #: searx/webutils.py:48
  182. msgid "HTTP connection error"
  183. msgstr "błąd połączenia HTTP"
  184. #: searx/webutils.py:54
  185. msgid "proxy error"
  186. msgstr "błąd serwera proxy"
  187. #: searx/webutils.py:55
  188. msgid "CAPTCHA"
  189. msgstr "CAPTCHA"
  190. #: searx/webutils.py:56
  191. msgid "too many requests"
  192. msgstr "za dużo zapytań"
  193. #: searx/webutils.py:57
  194. msgid "access denied"
  195. msgstr "odmowa dostępu"
  196. #: searx/webutils.py:58
  197. msgid "server API error"
  198. msgstr "błąd serwera API"
  199. #: searx/webutils.py:77
  200. msgid "Suspended"
  201. msgstr "Zawieszone"
  202. #: searx/webutils.py:315
  203. msgid "{minutes} minute(s) ago"
  204. msgstr "{minutes} minut(y) temu"
  205. #: searx/webutils.py:316
  206. msgid "{hours} hour(s), {minutes} minute(s) ago"
  207. msgstr "{hours} godzin(y), {minutes} minut(y) temu"
  208. #: searx/answerers/random/answerer.py:73
  209. msgid "Random value generator"
  210. msgstr "Generator wartości losowych"
  211. #: searx/answerers/random/answerer.py:74
  212. msgid "Generate different random values"
  213. msgstr "Wygeneruj różne wartości losowe"
  214. #: searx/answerers/statistics/answerer.py:47
  215. msgid "Statistics functions"
  216. msgstr "Funkcje statystyczne"
  217. #: searx/answerers/statistics/answerer.py:48
  218. msgid "Compute {functions} of the arguments"
  219. msgstr "Oblicz {functions} argumentów"
  220. #: searx/engines/openstreetmap.py:160
  221. msgid "Get directions"
  222. msgstr "Pokaż wskazówki"
  223. #: searx/engines/pdbe.py:96
  224. msgid "{title} (OBSOLETE)"
  225. msgstr "{title} (PRZESTARZAŁY)"
  226. #: searx/engines/pdbe.py:103
  227. msgid "This entry has been superseded by"
  228. msgstr "Ten wpis został zastąpiony przez"
  229. #: searx/engines/qwant.py:282
  230. msgid "Channel"
  231. msgstr "Kanał"
  232. #: searx/engines/radio_browser.py:104
  233. msgid "radio"
  234. msgstr "radio"
  235. #: searx/engines/radio_browser.py:106
  236. msgid "bitrate"
  237. msgstr "bitrate"
  238. #: searx/engines/radio_browser.py:107
  239. msgid "votes"
  240. msgstr "głosy"
  241. #: searx/engines/radio_browser.py:108
  242. msgid "clicks"
  243. msgstr "kliknięcia"
  244. #: searx/engines/seekr.py:194 searx/engines/zlibrary.py:129
  245. msgid "Language"
  246. msgstr "Język"
  247. #: searx/engines/semantic_scholar.py:79
  248. msgid ""
  249. "{numCitations} citations from the year {firstCitationVelocityYear} to "
  250. "{lastCitationVelocityYear}"
  251. msgstr ""
  252. "{numCitations} cytowań od {firstCitationVelocityYear} do "
  253. "{lastCitationVelocityYear} roku"
  254. #: searx/engines/tineye.py:40
  255. msgid ""
  256. "Could not read that image url. This may be due to an unsupported file "
  257. "format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
  258. " WebP."
  259. msgstr ""
  260. "Nie można odczytać obrazu z tego adresu URL. Może być to spowodowane "
  261. "nieobsługiwanym formatem pliku. TinEye obsługuje jedynie obrazy w "
  262. "formatach JPEG, PNG, GIF, BMP, TIFF i WebP."
  263. #: searx/engines/tineye.py:46
  264. msgid ""
  265. "The image is too simple to find matches. TinEye requires a basic level of"
  266. " visual detail to successfully identify matches."
  267. msgstr ""
  268. "Zdjęcie jest za proste by znaleźć wyniki TinEye wymaga prostego poziomu "
  269. "szczegółów wizualnych aby poprawnie zidentyfikować wyniki."
  270. #: searx/engines/tineye.py:52
  271. msgid "The image could not be downloaded."
  272. msgstr "Nie można pobrać obrazu."
  273. #: searx/engines/wttr.py:101
  274. msgid "Morning"
  275. msgstr "Rano"
  276. #: searx/engines/wttr.py:101
  277. msgid "Noon"
  278. msgstr "Południe"
  279. #: searx/engines/wttr.py:101
  280. msgid "Evening"
  281. msgstr "Wieczorem"
  282. #: searx/engines/wttr.py:101
  283. msgid "Night"
  284. msgstr "Noc"
  285. #: searx/engines/zlibrary.py:130
  286. msgid "Book rating"
  287. msgstr "Ocena książki"
  288. #: searx/engines/zlibrary.py:131
  289. msgid "File quality"
  290. msgstr "Jakość pliku"
  291. #: searx/plugins/hash_plugin.py:24
  292. msgid "Converts strings to different hash digests."
  293. msgstr "Konwertuje tekst na różne skróty hash."
  294. #: searx/plugins/hash_plugin.py:52
  295. msgid "hash digest"
  296. msgstr "wartość hash"
  297. #: searx/plugins/hostname_replace.py:9
  298. msgid "Hostname replace"
  299. msgstr "Zastąp nazwę hosta"
  300. #: searx/plugins/hostname_replace.py:10
  301. msgid "Rewrite result hostnames or remove results based on the hostname"
  302. msgstr "Przepisz nazwy hostów w wynikach lub usuń wyniki na podstawie nazw hostów"
  303. #: searx/plugins/oa_doi_rewrite.py:9
  304. msgid "Open Access DOI rewrite"
  305. msgstr "Nadpisywanie DOI z otwartym dostępem"
  306. #: searx/plugins/oa_doi_rewrite.py:10
  307. msgid ""
  308. "Avoid paywalls by redirecting to open-access versions of publications "
  309. "when available"
  310. msgstr ""
  311. "Unikaj opłat za dostęp, przekierowując do otwartych wersji publikacji, "
  312. "gdy są dostępne"
  313. #: searx/plugins/self_info.py:10
  314. msgid "Self Information"
  315. msgstr "Informacje o sobie"
  316. #: searx/plugins/self_info.py:11
  317. msgid ""
  318. "Displays your IP if the query is \"ip\" and your user agent if the query "
  319. "contains \"user agent\"."
  320. msgstr ""
  321. "Wyświetla Twój adres IP, jeśli zapytanie to \"ip\", i Twojego agenta "
  322. "użytkownika, jeśli zapytanie zawiera \"user agent\"."
  323. #: searx/plugins/tor_check.py:25
  324. msgid "Tor check plugin"
  325. msgstr "Sprawdzenie wtyczki TOR"
  326. #: searx/plugins/tor_check.py:28
  327. msgid ""
  328. "This plugin checks if the address of the request is a Tor exit-node, and "
  329. "informs the user if it is; like check.torproject.org, but from SearXNG."
  330. msgstr ""
  331. "Ten plugin sprawdza, czy adres wysyłający zapytanie jest węzłem "
  332. "wyjściowym sieci Tor, i powiadamia użytkownika jeśli jest, tak jak "
  333. "check.torproject.org ale z searxng."
  334. #: searx/plugins/tor_check.py:62
  335. msgid ""
  336. "Could not download the list of Tor exit-nodes from: "
  337. "https://check.torproject.org/exit-addresses"
  338. msgstr ""
  339. "Nie można pobrać listy węzłów wyjściowych Tora z: "
  340. "https://check.torproject.org/exit-addresses"
  341. #: searx/plugins/tor_check.py:78
  342. msgid ""
  343. "You are using Tor and it looks like you have this external IP address: "
  344. "{ip_address}"
  345. msgstr ""
  346. "Używasz Tora i wygląda na to, że masz ten zewnętrzny adres IP: "
  347. "{ip_address}"
  348. #: searx/plugins/tor_check.py:86
  349. msgid "You are not using Tor and you have this external IP address: {ip_address}"
  350. msgstr "Nie używasz Tora. Posiadasz ten zewnętrzny adres IP: {ip_address}"
  351. #: searx/plugins/tracker_url_remover.py:29
  352. msgid "Tracker URL remover"
  353. msgstr "Usuwanie elementów śledzących z linków"
  354. #: searx/plugins/tracker_url_remover.py:30
  355. msgid "Remove trackers arguments from the returned URL"
  356. msgstr "Usuń argumenty elementów śledzących ze zwróconego adresu URL"
  357. #: searx/templates/simple/404.html:4
  358. msgid "Page not found"
  359. msgstr "Strona nie znaleziona"
  360. #: searx/templates/simple/404.html:6
  361. #, python-format
  362. msgid "Go to %(search_page)s."
  363. msgstr "Przejdź do %(search_page)s."
  364. #: searx/templates/simple/404.html:6
  365. msgid "search page"
  366. msgstr "strona wyszukiwania"
  367. #: searx/templates/simple/base.html:53
  368. msgid "Donate"
  369. msgstr "Wpłać"
  370. #: searx/templates/simple/base.html:57
  371. #: searx/templates/simple/preferences.html:156
  372. msgid "Preferences"
  373. msgstr "Preferencje"
  374. #: searx/templates/simple/base.html:67
  375. msgid "Powered by"
  376. msgstr "Obsługiwane przez"
  377. #: searx/templates/simple/base.html:67
  378. msgid "a privacy-respecting, open metasearch engine"
  379. msgstr "Respektujący prywatność, otwarty metasilnik wyszukiwania"
  380. #: searx/templates/simple/base.html:68
  381. #: searx/templates/simple/result_templates/packages.html:59
  382. msgid "Source code"
  383. msgstr "Kod źródłowy"
  384. #: searx/templates/simple/base.html:69
  385. msgid "Issue tracker"
  386. msgstr "Śledzenie błędów"
  387. #: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18
  388. msgid "Engine stats"
  389. msgstr "Statystyki wyszukiwarki"
  390. #: searx/templates/simple/base.html:72
  391. msgid "Public instances"
  392. msgstr "Publiczne instancje"
  393. #: searx/templates/simple/base.html:75
  394. msgid "Privacy policy"
  395. msgstr "Polityka prywatności"
  396. #: searx/templates/simple/base.html:78
  397. msgid "Contact instance maintainer"
  398. msgstr "Skontaktuj się z właścicielem instancji"
  399. #: searx/templates/simple/categories.html:26
  400. msgid "Click on the magnifier to perform search"
  401. msgstr "Kliknij na szkło powiększające, aby wykonać wyszukiwanie"
  402. #: searx/templates/simple/macros.html:36
  403. msgid "Length"
  404. msgstr "Długość"
  405. #: searx/templates/simple/macros.html:37
  406. #: searx/templates/simple/result_templates/files.html:34
  407. #: searx/templates/simple/result_templates/images.html:18
  408. #: searx/templates/simple/result_templates/paper.html:6
  409. msgid "Author"
  410. msgstr "Autor"
  411. #: searx/templates/simple/macros.html:45
  412. msgid "cached"
  413. msgstr "buforowane"
  414. #: searx/templates/simple/macros.html:45
  415. msgid "proxied"
  416. msgstr "przesłane poprzez proxy"
  417. #: searx/templates/simple/new_issue.html:64
  418. msgid "Start submiting a new issue on GitHub"
  419. msgstr "Zgłoś nowy problem na GitHubie"
  420. #: searx/templates/simple/new_issue.html:66
  421. msgid "Please check for existing bugs about this engine on GitHub"
  422. msgstr "Sprawdź istniejące błędy dotyczące tego silnika na GitHub"
  423. #: searx/templates/simple/new_issue.html:69
  424. msgid "I confirm there is no existing bug about the issue I encounter"
  425. msgstr "Potwierdzam, że nie ma istniejącego błędu dotyczącego napotkanego problemu"
  426. #: searx/templates/simple/new_issue.html:71
  427. msgid "If this is a public instance, please specify the URL in the bug report"
  428. msgstr ""
  429. "Jeśli jest to instancja publiczna, podaj adres URL w zgłoszeniu "
  430. "dotyczącego tego błędu"
  431. #: searx/templates/simple/new_issue.html:72
  432. msgid "Submit a new issue on Github including the above information"
  433. msgstr "Zgłoś nowy problem na Githubie, podając powyższe informacje"
  434. #: searx/templates/simple/preferences.html:65
  435. msgid "No HTTPS"
  436. msgstr "Brak HTTPS"
  437. #: searx/templates/simple/elements/engines_msg.html:18
  438. #: searx/templates/simple/preferences.html:69
  439. #: searx/templates/simple/preferences.html:70
  440. msgid "View error logs and submit a bug report"
  441. msgstr "Zobacz dziennik błędów i zgłoś je"
  442. #: searx/templates/simple/preferences.html:74
  443. msgid "!bang for this engine"
  444. msgstr "!bang dla tej wyszukiwarki"
  445. #: searx/templates/simple/preferences.html:80
  446. msgid "!bang for its categories"
  447. msgstr "!bang dla jej kategorii"
  448. #: searx/templates/simple/preferences.html:102
  449. #: searx/templates/simple/stats.html:64
  450. msgid "Median"
  451. msgstr "Mediana"
  452. #: searx/templates/simple/preferences.html:103
  453. #: searx/templates/simple/stats.html:70
  454. msgid "P80"
  455. msgstr "P80"
  456. #: searx/templates/simple/preferences.html:104
  457. #: searx/templates/simple/stats.html:76
  458. msgid "P95"
  459. msgstr "P95"
  460. #: searx/templates/simple/preferences.html:136
  461. msgid "Failed checker test(s): "
  462. msgstr "Test sprawdzający zakończony niepowodzeniem: "
  463. #: searx/templates/simple/preferences.html:138
  464. msgid "Errors:"
  465. msgstr "Błędy:"
  466. #: searx/templates/simple/preferences.html:162
  467. msgid "General"
  468. msgstr "Ogólne"
  469. #: searx/templates/simple/preferences.html:165
  470. msgid "Default categories"
  471. msgstr "Domyślne kategorie"
  472. #: searx/templates/simple/preferences.html:187
  473. msgid "User interface"
  474. msgstr "Interfejs użytkownika"
  475. #: searx/templates/simple/preferences.html:208
  476. msgid "Privacy"
  477. msgstr "Prywatność"
  478. #: searx/templates/simple/preferences.html:221
  479. msgid "Engines"
  480. msgstr "Wyszukiwarki"
  481. #: searx/templates/simple/preferences.html:223
  482. msgid "Currently used search engines"
  483. msgstr "Obecnie używane wyszukiwarki"
  484. #: searx/templates/simple/preferences.html:231
  485. msgid "Special Queries"
  486. msgstr "Specialne Zapytania"
  487. #: searx/templates/simple/preferences.html:237
  488. msgid "Cookies"
  489. msgstr "Ciasteczka"
  490. #: searx/templates/simple/results.html:23
  491. msgid "Answers"
  492. msgstr "Odpowiedzi"
  493. #: searx/templates/simple/results.html:38
  494. msgid "Number of results"
  495. msgstr "Liczba wyników"
  496. #: searx/templates/simple/results.html:44
  497. msgid "Info"
  498. msgstr "Informacje"
  499. #: searx/templates/simple/results.html:73
  500. msgid "Try searching for:"
  501. msgstr "Spróbuj wyszukać:"
  502. #: searx/templates/simple/results.html:105
  503. msgid "Back to top"
  504. msgstr "Do góry"
  505. #: searx/templates/simple/results.html:123
  506. msgid "Previous page"
  507. msgstr "poprzednia strona"
  508. #: searx/templates/simple/results.html:141
  509. msgid "Next page"
  510. msgstr "następna strona"
  511. #: searx/templates/simple/search.html:3
  512. msgid "Display the front page"
  513. msgstr "Wyświetl stronę główną"
  514. #: searx/templates/simple/search.html:9
  515. #: searx/templates/simple/simple_search.html:5
  516. msgid "Search for..."
  517. msgstr "Wyszukaj..."
  518. #: searx/templates/simple/search.html:10
  519. #: searx/templates/simple/simple_search.html:6
  520. msgid "clear"
  521. msgstr "wyczyść"
  522. #: searx/templates/simple/search.html:11
  523. #: searx/templates/simple/simple_search.html:7
  524. msgid "search"
  525. msgstr "wyszukaj"
  526. #: searx/templates/simple/stats.html:21
  527. msgid "There is currently no data available. "
  528. msgstr "Obecnie nie ma dostępnych danych. "
  529. #: searx/templates/simple/preferences/engines.html:18
  530. #: searx/templates/simple/stats.html:25
  531. msgid "Engine name"
  532. msgstr "Nazwa wyszukiwarki"
  533. #: searx/templates/simple/stats.html:26
  534. msgid "Scores"
  535. msgstr "Wyniki"
  536. #: searx/templates/simple/stats.html:27
  537. msgid "Result count"
  538. msgstr "Ilość wyników"
  539. #: searx/templates/simple/preferences/engines.html:25
  540. #: searx/templates/simple/stats.html:28
  541. msgid "Response time"
  542. msgstr "Czas odpowiedzi"
  543. #: searx/templates/simple/preferences/engines.html:29
  544. #: searx/templates/simple/stats.html:29
  545. msgid "Reliability"
  546. msgstr "Niezawodność"
  547. #: searx/templates/simple/stats.html:59
  548. msgid "Total"
  549. msgstr "Suma"
  550. #: searx/templates/simple/stats.html:60
  551. msgid "HTTP"
  552. msgstr "HTTP"
  553. #: searx/templates/simple/stats.html:61
  554. msgid "Processing"
  555. msgstr "Przetwarzanie"
  556. #: searx/templates/simple/stats.html:99
  557. msgid "Warnings"
  558. msgstr "Ostrzeżenia"
  559. #: searx/templates/simple/stats.html:99
  560. msgid "Errors and exceptions"
  561. msgstr "Błędy i wyjątki"
  562. #: searx/templates/simple/stats.html:105
  563. msgid "Exception"
  564. msgstr "Wyjątek"
  565. #: searx/templates/simple/stats.html:107
  566. msgid "Message"
  567. msgstr "Wiadomość"
  568. #: searx/templates/simple/stats.html:109
  569. msgid "Percentage"
  570. msgstr "Odsetek"
  571. #: searx/templates/simple/stats.html:111
  572. msgid "Parameter"
  573. msgstr "Parametr"
  574. #: searx/templates/simple/result_templates/files.html:36
  575. #: searx/templates/simple/stats.html:119
  576. msgid "Filename"
  577. msgstr "Nazwa pliku"
  578. #: searx/templates/simple/stats.html:120
  579. msgid "Function"
  580. msgstr "Funkcja"
  581. #: searx/templates/simple/stats.html:121
  582. msgid "Code"
  583. msgstr "Kod"
  584. #: searx/templates/simple/stats.html:128
  585. msgid "Checker"
  586. msgstr "Weryfikacja"
  587. #: searx/templates/simple/stats.html:131
  588. msgid "Failed test"
  589. msgstr "Test zakończony niepowodzeniem"
  590. #: searx/templates/simple/stats.html:132
  591. msgid "Comment(s)"
  592. msgstr "Komentarz(e)"
  593. #: searx/templates/simple/elements/apis.html:3
  594. msgid "Download results"
  595. msgstr "Pobierz wyniki"
  596. #: searx/templates/simple/elements/engines_msg.html:7
  597. msgid "Messages from the search engines"
  598. msgstr "Wiadomości z silnika wyszukiwania"
  599. #: searx/templates/simple/elements/engines_msg.html:12
  600. msgid "Error!"
  601. msgstr "Błąd!"
  602. #: searx/templates/simple/elements/engines_msg.html:13
  603. msgid "Engines cannot retrieve results"
  604. msgstr "Wyszukiwarki nie mogą pobrać wyników"
  605. #: searx/templates/simple/elements/search_url.html:3
  606. msgid "Search URL"
  607. msgstr "URL wyszukiwania"
  608. #: searx/templates/simple/elements/search_url.html:4
  609. #: searx/templates/simple/preferences/cookies.html:54
  610. msgid "Copied"
  611. msgstr "Skopiowane"
  612. #: searx/templates/simple/elements/search_url.html:4
  613. #: searx/templates/simple/preferences/cookies.html:54
  614. msgid "Copy"
  615. msgstr "Kopiuj"
  616. #: searx/templates/simple/elements/suggestions.html:3
  617. msgid "Suggestions"
  618. msgstr "Propozycje"
  619. #: searx/templates/simple/filters/languages.html:1
  620. #: searx/templates/simple/preferences/language.html:2
  621. msgid "Search language"
  622. msgstr "Język wyszukiwania"
  623. #: searx/templates/simple/filters/languages.html:2
  624. #: searx/templates/simple/preferences/language.html:7
  625. msgid "Default language"
  626. msgstr "Domyślny język"
  627. #: searx/templates/simple/filters/languages.html:4
  628. #: searx/templates/simple/preferences/language.html:11
  629. msgid "Auto-detect"
  630. msgstr "Automatyczne wykrywanie"
  631. #: searx/templates/simple/filters/safesearch.html:1
  632. #: searx/templates/simple/filters/safesearch.html:2
  633. #: searx/templates/simple/filters/safesearch.html:3
  634. #: searx/templates/simple/filters/safesearch.html:4
  635. #: searx/templates/simple/preferences/engines.html:21
  636. #: searx/templates/simple/preferences/safesearch.html:2
  637. msgid "SafeSearch"
  638. msgstr "Bezpieczne wyszukiwanie"
  639. #: searx/templates/simple/filters/safesearch.html:2
  640. #: searx/templates/simple/preferences/safesearch.html:7
  641. msgid "Strict"
  642. msgstr "Bezkompromisowe"
  643. #: searx/templates/simple/filters/safesearch.html:3
  644. #: searx/templates/simple/preferences/safesearch.html:11
  645. msgid "Moderate"
  646. msgstr "Umiarkowane"
  647. #: searx/templates/simple/filters/safesearch.html:4
  648. #: searx/templates/simple/preferences/safesearch.html:15
  649. msgid "None"
  650. msgstr "Wyłączone"
  651. #: searx/templates/simple/filters/time_range.html:1
  652. #: searx/templates/simple/preferences/engines.html:22
  653. msgid "Time range"
  654. msgstr "Zakres czasu"
  655. #: searx/templates/simple/filters/time_range.html:3
  656. msgid "Anytime"
  657. msgstr "W każdej chwili"
  658. #: searx/templates/simple/filters/time_range.html:6
  659. msgid "Last day"
  660. msgstr "W ostatnim dniu"
  661. #: searx/templates/simple/filters/time_range.html:9
  662. msgid "Last week"
  663. msgstr "W ostatnim tygodniu"
  664. #: searx/templates/simple/filters/time_range.html:12
  665. msgid "Last month"
  666. msgstr "W ostatnim miesiącu"
  667. #: searx/templates/simple/filters/time_range.html:15
  668. msgid "Last year"
  669. msgstr "W ostatnim roku"
  670. #: searx/templates/simple/messages/no_cookies.html:3
  671. msgid "Information!"
  672. msgstr "Informacja!"
  673. #: searx/templates/simple/messages/no_cookies.html:4
  674. msgid "currently, there are no cookies defined."
  675. msgstr "obecnie nie zdefiniowano żadnych ciasteczek."
  676. #: searx/templates/simple/messages/no_results.html:6
  677. msgid "Sorry!"
  678. msgstr "Przepraszamy!"
  679. #: searx/templates/simple/messages/no_results.html:12
  680. msgid "No results were found. You can try to:"
  681. msgstr "Nie znaleziono żadnych wyników. Możesz spróbować:"
  682. #: searx/templates/simple/messages/no_results.html:14
  683. msgid "There are no more results. You can try to:"
  684. msgstr "Nie ma więcej wyników. Możesz spróbować:"
  685. #: searx/templates/simple/messages/no_results.html:19
  686. msgid "Refresh the page."
  687. msgstr "Odśwież stronę."
  688. #: searx/templates/simple/messages/no_results.html:20
  689. msgid "Search for another query or select another category (above)."
  690. msgstr "Wyszukaj innego zapytania albo wybierz inną kategorie (powyżej)."
  691. #: searx/templates/simple/messages/no_results.html:21
  692. msgid "Change the search engine used in the preferences:"
  693. msgstr "Zmień używaną wyszukiwarkę w ustawieniach:"
  694. #: searx/templates/simple/messages/no_results.html:22
  695. msgid "Switch to another instance:"
  696. msgstr "Zmień instancję:"
  697. #: searx/templates/simple/messages/no_results.html:24
  698. msgid "Search for another query or select another category."
  699. msgstr "Wyszukaj inne zapytanie lub wybierz inną kategorię."
  700. #: searx/templates/simple/messages/no_results.html:25
  701. msgid "Go back to the previous page using the previous page button."
  702. msgstr "Wróć do poprzedniej strony za pomocą przycisku."
  703. #: searx/templates/simple/preferences/answerers.html:4
  704. #: searx/templates/simple/preferences/engines.html:17
  705. msgid "Allow"
  706. msgstr "Pozwól"
  707. #: searx/templates/simple/preferences/answerers.html:5
  708. msgid "Keywords"
  709. msgstr "Słowa kluczowe"
  710. #: searx/templates/simple/preferences/answerers.html:6
  711. #: searx/templates/simple/result_templates/packages.html:7
  712. msgid "Name"
  713. msgstr "Nazwa"
  714. #: searx/templates/simple/preferences/answerers.html:7
  715. msgid "Description"
  716. msgstr "Opis"
  717. #: searx/templates/simple/preferences/answerers.html:8
  718. msgid "Examples"
  719. msgstr "Przykłady"
  720. #: searx/templates/simple/preferences/answerers.html:13
  721. msgid "This is the list of SearXNG's instant answering modules."
  722. msgstr "To jest lista modułów \"natychmiastowych odpowiedzi\" SearXNG."
  723. #: searx/templates/simple/preferences/answerers.html:29
  724. msgid "This is the list of plugins."
  725. msgstr "To jest list wtyczek."
  726. #: searx/templates/simple/preferences/autocomplete.html:2
  727. msgid "Autocomplete"
  728. msgstr "Autouzupełnienie"
  729. #: searx/templates/simple/preferences/autocomplete.html:15
  730. msgid "Find stuff as you type"
  731. msgstr "Szukaj podczas pisania"
  732. #: searx/templates/simple/preferences/center_alignment.html:2
  733. msgid "Center Alignment"
  734. msgstr "Wyśrodkowanie"
  735. #: searx/templates/simple/preferences/center_alignment.html:14
  736. msgid "Displays results in the center of the page (Oscar layout)."
  737. msgstr "Pokazuje wyniki na środku strony (układ Oscara)."
  738. #: searx/templates/simple/preferences/cookies.html:2
  739. msgid ""
  740. "This is the list of cookies and their values SearXNG is storing on your "
  741. "computer."
  742. msgstr ""
  743. "To jest lista plików cookies i ich zawartości, które SearXNG przechowuje "
  744. "na twoim komputerze."
  745. #: searx/templates/simple/preferences/cookies.html:3
  746. msgid "With that list, you can assess SearXNG transparency."
  747. msgstr "Dzięki tej liście, możesz ocenić przejrzystość SearXNG."
  748. #: searx/templates/simple/preferences/cookies.html:9
  749. msgid "Cookie name"
  750. msgstr "Nazwa ciasteczka"
  751. #: searx/templates/simple/preferences/cookies.html:10
  752. msgid "Value"
  753. msgstr "Wartość"
  754. #: searx/templates/simple/preferences/cookies.html:23
  755. msgid "Search URL of the currently saved preferences"
  756. msgstr "Wyszukaj adres URL aktualnie zapisanych preferencji"
  757. #: searx/templates/simple/preferences/cookies.html:32
  758. msgid ""
  759. "Note: specifying custom settings in the search URL can reduce privacy by "
  760. "leaking data to the clicked result sites."
  761. msgstr ""
  762. "Uwaga: określanie ustawień niestandardowych w adresie URL wyszukiwania "
  763. "może zmniejszyć prywatność, przenosząc dane do klikniętych stron z "
  764. "wyników."
  765. #: searx/templates/simple/preferences/cookies.html:35
  766. msgid "URL to restore your preferences in another browser"
  767. msgstr "URL do przywrócenia twoich ustawień w innej przeglądarce"
  768. #: searx/templates/simple/preferences/cookies.html:43
  769. msgid ""
  770. "Specifying custom settings in the preferences URL can be used to sync "
  771. "preferences across devices."
  772. msgstr ""
  773. "Określanie własnych ustawień w adresie URL preferencji może służyć do "
  774. "synchronizowania preferencji między urządzeniami."
  775. #: searx/templates/simple/preferences/cookies.html:46
  776. msgid "Copy preferences hash"
  777. msgstr "Skopiuj preferowany hash"
  778. #: searx/templates/simple/preferences/cookies.html:57
  779. msgid "Insert copied preferences hash (without URL) to restore"
  780. msgstr "Wprowadź skopiowany hash (Bez URL) aby go przywrócić"
  781. #: searx/templates/simple/preferences/cookies.html:59
  782. msgid "Preferences hash"
  783. msgstr "Preferowany Hash"
  784. #: searx/templates/simple/preferences/doi_resolver.html:2
  785. msgid "Open Access DOI resolver"
  786. msgstr "Podsystem DOI z otwartym dostępem"
  787. #: searx/templates/simple/preferences/doi_resolver.html:14
  788. msgid "Select service used by DOI rewrite"
  789. msgstr "Wybierz usługę używaną przez DOI rewrite"
  790. #: searx/templates/simple/preferences/engines.html:9
  791. msgid ""
  792. "This tab does not exists in the user interface, but you can search in "
  793. "these engines by its !bangs."
  794. msgstr ""
  795. "Ta zakładka nie istnieje w interfejsie użytkownika, ale możesz wyszukiwać"
  796. " w tych silnikach po jej !bangach."
  797. #: searx/templates/simple/preferences/engines.html:19
  798. msgid "!bang"
  799. msgstr "!bang"
  800. #: searx/templates/simple/preferences/engines.html:20
  801. msgid "Supports selected language"
  802. msgstr "Obsługuje wybrany język"
  803. #: searx/templates/simple/preferences/engines.html:23
  804. msgid "Weight"
  805. msgstr "Waga"
  806. #: searx/templates/simple/preferences/engines.html:27
  807. msgid "Max time"
  808. msgstr "Maksymalny czas"
  809. #: searx/templates/simple/preferences/footer.html:2
  810. msgid ""
  811. "These settings are stored in your cookies, this allows us not to store "
  812. "this data about you."
  813. msgstr ""
  814. "Ustawienia te są przechowywane w ciasteczkach, co pozwala nam nie "
  815. "przechowywać tych danych o Tobie."
  816. #: searx/templates/simple/preferences/footer.html:3
  817. msgid ""
  818. "These cookies serve your sole convenience, we don't use these cookies to "
  819. "track you."
  820. msgstr ""
  821. "Te ciasteczka służą wyłącznie twojej wygodzie, nie używamy ich do "
  822. "śledzenia."
  823. #: searx/templates/simple/preferences/footer.html:6
  824. msgid "Save"
  825. msgstr "Zapisz"
  826. #: searx/templates/simple/preferences/footer.html:9
  827. msgid "Reset defaults"
  828. msgstr "Przywróć domyślne"
  829. #: searx/templates/simple/preferences/footer.html:13
  830. msgid "Back"
  831. msgstr "Powrót"
  832. #: searx/templates/simple/preferences/hotkeys.html:2
  833. msgid "Hotkeys"
  834. msgstr "Skróty klawiszowe"
  835. #: searx/templates/simple/preferences/hotkeys.html:13
  836. msgid "Vim-like"
  837. msgstr "Podobne do Vima"
  838. #: searx/templates/simple/preferences/hotkeys.html:18
  839. msgid ""
  840. "Navigate search results with hotkeys (JavaScript required). Press \"h\" "
  841. "key on main or result page to get help."
  842. msgstr ""
  843. "Nawiguj wyniki wyszukiwania używając skrótów klawiszowych (Wymaga "
  844. "JavaScript). Wciśnij klawisz \"h\" na stronie głównej lub stronie wyników"
  845. " aby uzyskać pomoc."
  846. #: searx/templates/simple/preferences/image_proxy.html:2
  847. msgid "Image proxy"
  848. msgstr "Proxy zdjęć"
  849. #: searx/templates/simple/preferences/image_proxy.html:14
  850. msgid "Proxying image results through SearXNG"
  851. msgstr "Przepuść zdjęcia przez serwer SearXNG"
  852. #: searx/templates/simple/preferences/infinite_scroll.html:2
  853. msgid "Infinite scroll"
  854. msgstr "Nieskończone przewijanie"
  855. #: searx/templates/simple/preferences/infinite_scroll.html:14
  856. msgid "Automatically load next page when scrolling to bottom of current page"
  857. msgstr ""
  858. "Automatycznie ładuj następną stronę podczas przewijania do dolnej części "
  859. "bieżącej strony"
  860. #: searx/templates/simple/preferences/language.html:24
  861. msgid "What language do you prefer for search?"
  862. msgstr "W jakim języku wolisz wyszukiwać?"
  863. #: searx/templates/simple/preferences/language.html:25
  864. msgid "Choose Auto-detect to let SearXNG detect the language of your query."
  865. msgstr ""
  866. "Wybierz automatyczne wykrywanie aby SearXNG wykrywał język twojego "
  867. "wyszukiwania."
  868. #: searx/templates/simple/preferences/method.html:2
  869. msgid "HTTP Method"
  870. msgstr "Metoda HTTP"
  871. #: searx/templates/simple/preferences/method.html:14
  872. msgid "Change how forms are submitted"
  873. msgstr "Zmień sposób wysyłania formularzy"
  874. #: searx/templates/simple/preferences/query_in_title.html:2
  875. msgid "Query in the page's title"
  876. msgstr "Wyszukiwanie w tytule strony"
  877. #: searx/templates/simple/preferences/query_in_title.html:14
  878. msgid ""
  879. "When enabled, the result page's title contains your query. Your browser "
  880. "can record this title"
  881. msgstr ""
  882. "Gdy włączone, tytuł strony z wynikiem będzie zawierał twoje zapytanie. "
  883. "Twoja przeglądarka może widzieć ten tytuł"
  884. #: searx/templates/simple/preferences/results_on_new_tab.html:2
  885. msgid "Results on new tabs"
  886. msgstr "Wyniki w nowych kartach"
  887. #: searx/templates/simple/preferences/results_on_new_tab.html:14
  888. msgid "Open result links on new browser tabs"
  889. msgstr "Otwórz hiperłącza wyników w nowych kartach przeglądarki"
  890. #: searx/templates/simple/preferences/safesearch.html:20
  891. msgid "Filter content"
  892. msgstr "Filtruj treści"
  893. #: searx/templates/simple/preferences/search_on_category_select.html:2
  894. msgid "Search on category select"
  895. msgstr "Szukaj po wybraniu kategorii"
  896. #: searx/templates/simple/preferences/search_on_category_select.html:14
  897. msgid ""
  898. "Perform search immediately if a category selected. Disable to select "
  899. "multiple categories"
  900. msgstr ""
  901. "Natychmiast wykonaj wyszukiwanie, jeśli wybrano kategorię. Wyłącz, aby "
  902. "wybrać wiele kategorii"
  903. #: searx/templates/simple/preferences/theme.html:2
  904. msgid "Theme"
  905. msgstr "Motyw"
  906. #: searx/templates/simple/preferences/theme.html:14
  907. msgid "Change SearXNG layout"
  908. msgstr "Zmień wygląd SearXNG"
  909. #: searx/templates/simple/preferences/theme.html:19
  910. msgid "Theme style"
  911. msgstr "Styl motywu"
  912. #: searx/templates/simple/preferences/theme.html:31
  913. msgid "Choose auto to follow your browser settings"
  914. msgstr "Wybierz auto by używać ustawień przeglądarki"
  915. #: searx/templates/simple/preferences/tokens.html:2
  916. msgid "Engine tokens"
  917. msgstr "Tokeny wyszukiwarek"
  918. #: searx/templates/simple/preferences/tokens.html:9
  919. msgid "Access tokens for private engines"
  920. msgstr "Tokeny dostępu do prywatnych wyszukiwarek"
  921. #: searx/templates/simple/preferences/ui_locale.html:2
  922. msgid "Interface language"
  923. msgstr "Język interfejsu"
  924. #: searx/templates/simple/preferences/ui_locale.html:14
  925. msgid "Change the language of the layout"
  926. msgstr "Zmień język układu"
  927. #: searx/templates/simple/result_templates/code.html:13
  928. msgid "repo"
  929. msgstr "repozytorium"
  930. #: searx/templates/simple/result_templates/default.html:6
  931. #: searx/templates/simple/result_templates/files.html:8
  932. #: searx/templates/simple/result_templates/files.html:11
  933. msgid "show media"
  934. msgstr "pokaż media"
  935. #: searx/templates/simple/result_templates/default.html:6
  936. #: searx/templates/simple/result_templates/files.html:8
  937. msgid "hide media"
  938. msgstr "ukryj media"
  939. #: searx/templates/simple/result_templates/default.html:14
  940. #: searx/templates/simple/result_templates/videos.html:14
  941. msgid "This site did not provide any description."
  942. msgstr "Ta strona nie podała żadnego opisu."
  943. #: searx/templates/simple/result_templates/files.html:38
  944. #: searx/templates/simple/result_templates/torrent.html:11
  945. msgid "Filesize"
  946. msgstr "Rozmiar pliku"
  947. #: searx/templates/simple/result_templates/files.html:39
  948. #: searx/templates/simple/result_templates/torrent.html:12
  949. msgid "Bytes"
  950. msgstr "Bajtów"
  951. #: searx/templates/simple/result_templates/files.html:40
  952. #: searx/templates/simple/result_templates/torrent.html:13
  953. msgid "kiB"
  954. msgstr "KiB"
  955. #: searx/templates/simple/result_templates/files.html:41
  956. #: searx/templates/simple/result_templates/torrent.html:14
  957. msgid "MiB"
  958. msgstr "MiB"
  959. #: searx/templates/simple/result_templates/files.html:42
  960. #: searx/templates/simple/result_templates/torrent.html:15
  961. msgid "GiB"
  962. msgstr "GiB"
  963. #: searx/templates/simple/result_templates/files.html:43
  964. #: searx/templates/simple/result_templates/torrent.html:16
  965. msgid "TiB"
  966. msgstr "TiB"
  967. #: searx/templates/simple/result_templates/files.html:47
  968. msgid "Date"
  969. msgstr "Data"
  970. #: searx/templates/simple/result_templates/files.html:49
  971. #: searx/templates/simple/result_templates/paper.html:24
  972. msgid "Type"
  973. msgstr "Typ"
  974. #: searx/templates/simple/result_templates/images.html:19
  975. msgid "Format"
  976. msgstr "Format"
  977. #: searx/templates/simple/result_templates/images.html:21
  978. msgid "Engine"
  979. msgstr "Wyszukiwarka"
  980. #: searx/templates/simple/result_templates/images.html:22
  981. msgid "View source"
  982. msgstr "Pokaż źródło"
  983. #: searx/templates/simple/result_templates/map.html:12
  984. msgid "address"
  985. msgstr "adres"
  986. #: searx/templates/simple/result_templates/map.html:43
  987. msgid "show map"
  988. msgstr "pokaż mapę"
  989. #: searx/templates/simple/result_templates/map.html:43
  990. msgid "hide map"
  991. msgstr "ukryj mapę"
  992. #: searx/templates/simple/result_templates/packages.html:12
  993. msgid "Version"
  994. msgstr ""
  995. #: searx/templates/simple/result_templates/packages.html:18
  996. msgid "Maintainer"
  997. msgstr ""
  998. #: searx/templates/simple/result_templates/packages.html:24
  999. msgid "Updated at"
  1000. msgstr ""
  1001. #: searx/templates/simple/result_templates/packages.html:30
  1002. #: searx/templates/simple/result_templates/paper.html:25
  1003. msgid "Tags"
  1004. msgstr "Tagi"
  1005. #: searx/templates/simple/result_templates/packages.html:36
  1006. msgid "Popularity"
  1007. msgstr ""
  1008. #: searx/templates/simple/result_templates/packages.html:42
  1009. msgid "License"
  1010. msgstr ""
  1011. #: searx/templates/simple/result_templates/packages.html:52
  1012. msgid "Project"
  1013. msgstr ""
  1014. #: searx/templates/simple/result_templates/packages.html:55
  1015. msgid "Project homepage"
  1016. msgstr ""
  1017. #: searx/templates/simple/result_templates/paper.html:5
  1018. msgid "Published date"
  1019. msgstr "Data publikacji"
  1020. #: searx/templates/simple/result_templates/paper.html:9
  1021. msgid "Journal"
  1022. msgstr "Gazeta"
  1023. #: searx/templates/simple/result_templates/paper.html:22
  1024. msgid "Editor"
  1025. msgstr "Redaktor"
  1026. #: searx/templates/simple/result_templates/paper.html:23
  1027. msgid "Publisher"
  1028. msgstr "Wydawca"
  1029. #: searx/templates/simple/result_templates/paper.html:26
  1030. msgid "DOI"
  1031. msgstr "Identyfikator cyfrowy"
  1032. #: searx/templates/simple/result_templates/paper.html:27
  1033. msgid "ISSN"
  1034. msgstr "ISSN"
  1035. #: searx/templates/simple/result_templates/paper.html:28
  1036. msgid "ISBN"
  1037. msgstr "ISBN"
  1038. #: searx/templates/simple/result_templates/paper.html:33
  1039. msgid "PDF"
  1040. msgstr "PDF"
  1041. #: searx/templates/simple/result_templates/paper.html:34
  1042. msgid "HTML"
  1043. msgstr "HTML"
  1044. #: searx/templates/simple/result_templates/torrent.html:6
  1045. msgid "magnet link"
  1046. msgstr "hiperłącze magnetyczne"
  1047. #: searx/templates/simple/result_templates/torrent.html:7
  1048. msgid "torrent file"
  1049. msgstr "plik torrent"
  1050. #: searx/templates/simple/result_templates/torrent.html:9
  1051. msgid "Seeder"
  1052. msgstr "Udostępniający"
  1053. #: searx/templates/simple/result_templates/torrent.html:9
  1054. msgid "Leecher"
  1055. msgstr "Pobierający"
  1056. #: searx/templates/simple/result_templates/torrent.html:20
  1057. msgid "Number of Files"
  1058. msgstr "Liczba plików"
  1059. #: searx/templates/simple/result_templates/videos.html:6
  1060. msgid "show video"
  1061. msgstr "pokaż wideo"
  1062. #: searx/templates/simple/result_templates/videos.html:6
  1063. msgid "hide video"
  1064. msgstr "ukryj wideo"
  1065. #~ msgid "request exception"
  1066. #~ msgstr "wyjątek w żądaniu"
  1067. #~ msgid "Engine time (sec)"
  1068. #~ msgstr "Czas wyszukiwania (sek)"
  1069. #~ msgid "Page loads (sec)"
  1070. #~ msgstr "Ładowanie strony (sek)"
  1071. #~ msgid "Errors"
  1072. #~ msgstr "Błędy"
  1073. #~ msgid "{title}&nbsp;(OBSOLETE)"
  1074. #~ msgstr "{title}&nbsp;(PRZESTARZAŁE)"
  1075. #~ msgid "Rewrite HTTP links to HTTPS if possible"
  1076. #~ msgstr "Nadpisuj hiperłącza HTTP na HTTPS, jeśli to możliwe"
  1077. #~ msgid ""
  1078. #~ "Results are opened in the same "
  1079. #~ "window by default. This plugin "
  1080. #~ "overwrites the default behaviour to open"
  1081. #~ " links on new tabs/windows. (JavaScript "
  1082. #~ "required)"
  1083. #~ msgstr ""
  1084. #~ "Wyniki są domyślnie otwierane w tym "
  1085. #~ "samym oknie. Ta wtyczka zastępuje "
  1086. #~ "domyślne zachowanie w celu otwarcia "
  1087. #~ "hiperłączy w nowych kartach/oknach. (Wymagany"
  1088. #~ " Javascript)"
  1089. #~ msgid "Color"
  1090. #~ msgstr "Kolor"
  1091. #~ msgid "Blue (default)"
  1092. #~ msgstr "Niebieski (domyślny)"
  1093. #~ msgid "Violet"
  1094. #~ msgstr "Fioletowy"
  1095. #~ msgid "Green"
  1096. #~ msgstr "Zielony"
  1097. #~ msgid "Cyan"
  1098. #~ msgstr "Turkusowy"
  1099. #~ msgid "Orange"
  1100. #~ msgstr "Pomarańczowy"
  1101. #~ msgid "Red"
  1102. #~ msgstr "Czerwony"
  1103. #~ msgid "Category"
  1104. #~ msgstr "Kategoria"
  1105. #~ msgid "Block"
  1106. #~ msgstr "Blokuj"
  1107. #~ msgid "original context"
  1108. #~ msgstr "oryginalny kontekst"
  1109. #~ msgid "Plugins"
  1110. #~ msgstr "Wtyczki"
  1111. #~ msgid "Answerers"
  1112. #~ msgstr "Respondenci"
  1113. #~ msgid "Avg. time"
  1114. #~ msgstr "Śr. czas"
  1115. #~ msgid "show details"
  1116. #~ msgstr "pokaż szczegóły"
  1117. #~ msgid "hide details"
  1118. #~ msgstr "ukryj szczegóły"
  1119. #~ msgid "Load more..."
  1120. #~ msgstr "Załaduj więcej..."
  1121. #~ msgid "Change searx layout"
  1122. #~ msgstr "Zmień układ searx"
  1123. #~ msgid "Proxying image results through searx"
  1124. #~ msgstr "Przesyłanie wyników obrazów poprzez proxy searx"
  1125. #~ msgid "This is the list of searx's instant answering modules."
  1126. #~ msgstr "Oto lista modułów natychmiastowych odpowiedzi w searx."
  1127. #~ msgid ""
  1128. #~ "This is the list of cookies and"
  1129. #~ " their values searx is storing on "
  1130. #~ "your computer."
  1131. #~ msgstr ""
  1132. #~ "Oto lista ciasteczek i ich wartości, "
  1133. #~ "które searx zapisuje na Twoim "
  1134. #~ "komputerze."
  1135. #~ msgid "With that list, you can assess searx transparency."
  1136. #~ msgstr "Za pomocą tej listy możesz ocenić przezroczystość searx."
  1137. #~ msgid "It look like you are using searx first time."
  1138. #~ msgstr "Wygląda na to, że po raz pierwszy używasz searx."
  1139. #~ msgid "Please, try again later or find another searx instance."
  1140. #~ msgstr "Spróbuj ponownie później lub znajdź inną instancję searx."
  1141. #~ msgid "Themes"
  1142. #~ msgstr "Motywy"
  1143. #~ msgid "Reliablity"
  1144. #~ msgstr "Niezawodność"
  1145. #~ msgid ""
  1146. #~ "When enabled, the result page's title"
  1147. #~ " contains your query. Your browser "
  1148. #~ "can record this title."
  1149. #~ msgstr ""
  1150. #~ msgid "Method"
  1151. #~ msgstr "Metoda"
  1152. #~ msgid ""
  1153. #~ "This tab does not show up for "
  1154. #~ "search results but you can search "
  1155. #~ "the engines listed here via bangs."
  1156. #~ msgstr ""
  1157. #~ msgid "Advanced settings"
  1158. #~ msgstr "Zaawansowane ustawienia"
  1159. #~ msgid "Close"
  1160. #~ msgstr "Zamknij"
  1161. #~ msgid "Language"
  1162. #~ msgstr "Język"
  1163. #~ msgid "broken"
  1164. #~ msgstr "zepsute"
  1165. #~ msgid "supported"
  1166. #~ msgstr "wspierane"
  1167. #~ msgid "not supported"
  1168. #~ msgstr "niewspierane"
  1169. #~ msgid "about"
  1170. #~ msgstr "O searx"
  1171. #~ msgid "Avg."
  1172. #~ msgstr "Śr."
  1173. #~ msgid "User Interface"
  1174. #~ msgstr "Interfejs Użytkownika"
  1175. #~ msgid "Choose style for this theme"
  1176. #~ msgstr "Wybierz styl dla tego motywu"
  1177. #~ msgid "Style"
  1178. #~ msgstr "Styl"
  1179. #~ msgid "Show advanced settings"
  1180. #~ msgstr "Pokaż ustawienia zaawansowane"
  1181. #~ msgid "Show advanced settings panel in the home page by default"
  1182. #~ msgstr "Zawsze pokazuj panel ustawień zaawansowanych na stronie głównej"
  1183. #~ msgid "Allow all"
  1184. #~ msgstr "Zezwól na wszystkie"
  1185. #~ msgid "Disable all"
  1186. #~ msgstr "Wyłącz wszystkie"
  1187. #~ msgid "Selected language"
  1188. #~ msgstr "Wybrany język"
  1189. #~ msgid "Query"
  1190. #~ msgstr "Zapytanie"
  1191. #~ msgid "save"
  1192. #~ msgstr "zapisz"
  1193. #~ msgid "back"
  1194. #~ msgstr "z powrotem"
  1195. #~ msgid "Links"
  1196. #~ msgstr "Hiperłącza"
  1197. #~ msgid "RSS subscription"
  1198. #~ msgstr "Subskrypcja RSS"
  1199. #~ msgid "Search results"
  1200. #~ msgstr "Wyniki wyszukiwania"
  1201. #~ msgid "next page"
  1202. #~ msgstr "następna strona"
  1203. #~ msgid "previous page"
  1204. #~ msgstr "poprzednia strona"
  1205. #~ msgid "Start search"
  1206. #~ msgstr "Rozpocznij wyszukiwanie"
  1207. #~ msgid "Clear search"
  1208. #~ msgstr "Wyczyść wyszukiwanie"
  1209. #~ msgid "Clear"
  1210. #~ msgstr "Wyczyść"
  1211. #~ msgid "stats"
  1212. #~ msgstr "statystyki"
  1213. #~ msgid "Heads up!"
  1214. #~ msgstr "Moment!"
  1215. #~ msgid "It look like you are using SearXNG first time."
  1216. #~ msgstr "Wygląda na to, że używasz SearXNG po raz pierwszy."
  1217. #~ msgid "Well done!"
  1218. #~ msgstr "Dobra robota!"
  1219. #~ msgid "Settings saved successfully."
  1220. #~ msgstr "Ustawienia zostały pomyślnie zapisane."
  1221. #~ msgid "Oh snap!"
  1222. #~ msgstr "O rany!"
  1223. #~ msgid "Something went wrong."
  1224. #~ msgstr "Coś poszło nie tak."
  1225. #~ msgid "Date"
  1226. #~ msgstr "Data"
  1227. #~ msgid "Type"
  1228. #~ msgstr "Typ"
  1229. #~ msgid "Get image"
  1230. #~ msgstr "Pobierz obraz"
  1231. #~ msgid "Center Alignment"
  1232. #~ msgstr ""
  1233. #~ msgid "Displays results in the center of the page (Oscar layout)."
  1234. #~ msgstr ""
  1235. #~ msgid "preferences"
  1236. #~ msgstr "preferencje"
  1237. #~ msgid "Scores per result"
  1238. #~ msgstr "Wyniki na rezultat"
  1239. #~ msgid "a privacy-respecting, hackable metasearch engine"
  1240. #~ msgstr "szanująca prywatność, hackowalna wyszukiwarka metasearch"
  1241. #~ msgid "No abstract is available for this publication."
  1242. #~ msgstr "Streszczenie nie jest dostępne dla tej publikacji."
  1243. #~ msgid "Self Informations"
  1244. #~ msgstr "Informacje o sobie"
  1245. #~ msgid ""
  1246. #~ "Change how forms are submited, <a "
  1247. #~ "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  1248. #~ " rel=\"external\">learn more about request "
  1249. #~ "methods</a>"
  1250. #~ msgstr ""
  1251. #~ "Zmień sposób przesyłania formularzy, <a "
  1252. #~ "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  1253. #~ " rel=\"external\">dowiedz się więcej o "
  1254. #~ "metodach HTTP</a>"
  1255. #~ msgid ""
  1256. #~ "This plugin checks if the address "
  1257. #~ "of the request is a TOR exit "
  1258. #~ "node, and informs the user if it"
  1259. #~ " is, like check.torproject.org but from "
  1260. #~ "searxng."
  1261. #~ msgstr ""
  1262. #~ "Ten plugin sprawdza, czy adres "
  1263. #~ "wysyłający zapytanie jest węzłem wyjściowym"
  1264. #~ " sieci Tor, i powiadamia użytkownika "
  1265. #~ "jeśli jest, tak jak check.torproject.org "
  1266. #~ "ale z searxng."
  1267. #~ msgid ""
  1268. #~ "The TOR exit node list "
  1269. #~ "(https://check.torproject.org/exit-addresses) is "
  1270. #~ "unreachable."
  1271. #~ msgstr ""
  1272. #~ "Lista węzłów wyjsciowych sieci Tor "
  1273. #~ "(https://check.torproject.org/exit-addresses) jest "
  1274. #~ "nieosiągalna."
  1275. #~ msgid "You are using TOR. Your IP address seems to be: {ip_address}."
  1276. #~ msgstr "Używasz sieci TOR. Twoje IP widoczne z zewnątrz to {ip_address}."
  1277. #~ msgid "You are not using TOR. Your IP address seems to be: {ip_address}."
  1278. #~ msgstr "Nie używasz TOR. Twój adres IP to: {ip_address}."
  1279. #~ msgid ""
  1280. #~ "The could not download the list of"
  1281. #~ " Tor exit-nodes from "
  1282. #~ "https://check.torproject.org/exit-addresses."
  1283. #~ msgstr ""
  1284. #~ msgid ""
  1285. #~ "You are using Tor. It looks like"
  1286. #~ " you have this external IP address:"
  1287. #~ " {ip_address}."
  1288. #~ msgstr ""
  1289. #~ msgid "You are not using Tor. You have this external IP address: {ip_address}."
  1290. #~ msgstr ""
  1291. #~ msgid "Autodetect search language"
  1292. #~ msgstr "Wykryj automatycznie język wyszukiwania"
  1293. #~ msgid "Automatically detect the query search language and switch to it."
  1294. #~ msgstr "Automatycznie wykryj język wyszukiwania i przełącz się na niego."
  1295. #~ msgid "others"
  1296. #~ msgstr "inne"
  1297. #~ msgid ""
  1298. #~ "This tab does not show up for "
  1299. #~ "search results, but you can search "
  1300. #~ "the engines listed here via bangs."
  1301. #~ msgstr ""
  1302. #~ "Wyszukiwarki z tej zakładki nie pokazują"
  1303. #~ " się w wynikach wyszukiwania, ale "
  1304. #~ "możesz ich używać przez bangs."
  1305. #~ msgid "Shortcut"
  1306. #~ msgstr "Skrót"
  1307. #~ msgid "!bang"
  1308. #~ msgstr "!bang"
  1309. #~ msgid ""
  1310. #~ "This tab dues not exists in the"
  1311. #~ " user interface, but you can search"
  1312. #~ " in these engines by its !bangs."
  1313. #~ msgstr ""
  1314. #~ "Ta zakładka nie istnieje w interfejsie"
  1315. #~ " użytkownika, ale możesz wyszukiwać w "
  1316. #~ "tych silnikach po jej !bangach."
  1317. #~ msgid "Engines cannot retrieve results."
  1318. #~ msgstr "Wyszukiwarki nie mogą pobrać wyników."
  1319. #~ msgid "Please, try again later or find another SearXNG instance."
  1320. #~ msgstr "Proszę spróbować później albo znaleźć inną instancję SearXNG."
  1321. #~ msgid ""
  1322. #~ "Redirect to open-access versions of "
  1323. #~ "publications when available (plugin required)"
  1324. #~ msgstr ""
  1325. #~ "Przekierowanie do otwartych wersji publikacji,"
  1326. #~ " gdy są dostępne (wymagana wtyczka)"
  1327. #~ msgid "Bang"
  1328. #~ msgstr "!bang"
  1329. #~ msgid ""
  1330. #~ "Change how forms are submitted, <a "
  1331. #~ "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  1332. #~ " rel=\"external\">learn more about request "
  1333. #~ "methods</a>"
  1334. #~ msgstr ""
  1335. #~ "Zmień sposób wysyłania formularzy, <a "
  1336. #~ "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  1337. #~ " rel=\"external\">więcej o sposobach "
  1338. #~ "wysyłania</a>"
  1339. #~ msgid "On"
  1340. #~ msgstr "Włączone"
  1341. #~ msgid "Off"
  1342. #~ msgstr "Wyłączone"
  1343. #~ msgid "Enabled"
  1344. #~ msgstr "Włączone"
  1345. #~ msgid "Disabled"
  1346. #~ msgstr "Wyłączone"
  1347. #~ msgid ""
  1348. #~ "Perform search immediately if a category"
  1349. #~ " selected. Disable to select multiple "
  1350. #~ "categories. (JavaScript required)"
  1351. #~ msgstr ""
  1352. #~ "Wykonaj wyszukiwanie natychmiast po wybraniu"
  1353. #~ " kategorii. Wyłącz, aby wybrać wiele "
  1354. #~ "kategorii. (Wymagany Javascript)"
  1355. #~ msgid "Vim-like hotkeys"
  1356. #~ msgstr "Skróty podobne do Vima"
  1357. #~ msgid ""
  1358. #~ "Navigate search results with Vim-like"
  1359. #~ " hotkeys (JavaScript required). Press \"h\""
  1360. #~ " key on main or result page to"
  1361. #~ " get help."
  1362. #~ msgstr ""
  1363. #~ "Poruszaj się po wynikach wyszukiwania za"
  1364. #~ " pomocą skrótów podobnych do Vima "
  1365. #~ "(wymagany Javascript). Naciśnij klawisz \"h\""
  1366. #~ " na stronie głównej lub stronie "
  1367. #~ "wyników, aby uzyskać pomoc."
  1368. #~ msgid ""
  1369. #~ "we didn't find any results. Please "
  1370. #~ "use another query or search in "
  1371. #~ "more categories."
  1372. #~ msgstr ""
  1373. #~ "nie znaleźliśmy żadnych wyników. Użyj "
  1374. #~ "innego zapytania lub wyszukaj więcej "
  1375. #~ "kategorii."