messages.po 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290
  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. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: searx\n"
  10. "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
  11. "POT-Creation-Date: 2022-05-08 08:49+0000\n"
  12. "PO-Revision-Date: 2022-04-22 07:18+0000\n"
  13. "Last-Translator: Markus Heiser <markus.heiser@darmarit.de>\n"
  14. "Language: pl\n"
  15. "Language-Team: Polish "
  16. "<https://weblate.bubu1.eu/projects/searxng/searxng/pl/>\n"
  17. "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && "
  18. "(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && "
  19. "n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
  20. "MIME-Version: 1.0\n"
  21. "Content-Type: text/plain; charset=utf-8\n"
  22. "Content-Transfer-Encoding: 8bit\n"
  23. "Generated-By: Babel 2.10.1\n"
  24. #. CONSTANT_NAMES['DEFAULT_GROUP_NAME']
  25. #: searx/searxng.msg
  26. msgid "others"
  27. msgstr "inne"
  28. #. CONSTANT_NAMES['OTHER_CATEGORY']
  29. #: searx/searxng.msg
  30. msgid "other"
  31. msgstr "inne"
  32. #. CATEGORY_NAMES['FILES']
  33. #: searx/searxng.msg
  34. msgid "files"
  35. msgstr "pliki"
  36. #. CATEGORY_NAMES['GENERAL']
  37. #: searx/searxng.msg
  38. msgid "general"
  39. msgstr "ogólne"
  40. #. CATEGORY_NAMES['MUSIC']
  41. #: searx/searxng.msg
  42. msgid "music"
  43. msgstr "muzyka"
  44. #. CATEGORY_NAMES['SOCIAL_MEDIA']
  45. #: searx/searxng.msg
  46. msgid "social media"
  47. msgstr "media społecznościowe"
  48. #. CATEGORY_NAMES['IMAGES']
  49. #: searx/searxng.msg
  50. msgid "images"
  51. msgstr "zdjęcia"
  52. #. CATEGORY_NAMES['VIDEOS']
  53. #: searx/searxng.msg
  54. msgid "videos"
  55. msgstr "wideo"
  56. #. CATEGORY_NAMES['IT']
  57. #: searx/searxng.msg
  58. msgid "it"
  59. msgstr "informatyka"
  60. #. CATEGORY_NAMES['NEWS']
  61. #: searx/searxng.msg
  62. msgid "news"
  63. msgstr "wiadomości"
  64. #. CATEGORY_NAMES['MAP']
  65. #: searx/searxng.msg
  66. msgid "map"
  67. msgstr "mapa"
  68. #. CATEGORY_NAMES['ONIONS']
  69. #: searx/searxng.msg
  70. msgid "onions"
  71. msgstr "onions"
  72. #. CATEGORY_NAMES['SCIENCE']
  73. #: searx/searxng.msg
  74. msgid "science"
  75. msgstr "nauka"
  76. #. CATEGORY_GROUPS['APPS']
  77. #: searx/searxng.msg
  78. msgid "apps"
  79. msgstr "aplikacje"
  80. #. CATEGORY_GROUPS['DICTIONARIES']
  81. #: searx/searxng.msg
  82. msgid "dictionaries"
  83. msgstr "słowniki"
  84. #. CATEGORY_GROUPS['LYRICS']
  85. #: searx/searxng.msg
  86. msgid "lyrics"
  87. msgstr "teksty piosenek"
  88. #. CATEGORY_GROUPS['PACKAGES']
  89. #: searx/searxng.msg
  90. msgid "packages"
  91. msgstr "pakiety"
  92. #. CATEGORY_GROUPS['Q_A']
  93. #: searx/searxng.msg
  94. msgid "q&a"
  95. msgstr "q&a"
  96. #. CATEGORY_GROUPS['REPOS']
  97. #: searx/searxng.msg
  98. msgid "repos"
  99. msgstr "repozytorium"
  100. #. CATEGORY_GROUPS['SOFTWARE_WIKIS']
  101. #: searx/searxng.msg
  102. msgid "software wikis"
  103. msgstr "dokumentacja aplikacji"
  104. #. CATEGORY_GROUPS['WEB']
  105. #: searx/searxng.msg
  106. msgid "web"
  107. msgstr "web"
  108. #. STYLE_NAMES['AUTO']
  109. #: searx/searxng.msg
  110. msgid "auto"
  111. msgstr "automatycznie"
  112. #. STYLE_NAMES['LIGHT']
  113. #: searx/searxng.msg
  114. msgid "light"
  115. msgstr "jasny"
  116. #. STYLE_NAMES['DARK']
  117. #: searx/searxng.msg
  118. msgid "dark"
  119. msgstr "ciemny"
  120. #: searx/webapp.py:164
  121. msgid "timeout"
  122. msgstr "przekroczenie maksymalnego dozwolonego czasu"
  123. #: searx/webapp.py:165
  124. msgid "parsing error"
  125. msgstr "błąd przetwarzania"
  126. #: searx/webapp.py:166
  127. msgid "HTTP protocol error"
  128. msgstr "błąd protokołu HTTP"
  129. #: searx/webapp.py:167
  130. msgid "network error"
  131. msgstr "błąd sieci"
  132. #: searx/webapp.py:169
  133. msgid "unexpected crash"
  134. msgstr "niespodziewana awaria"
  135. #: searx/webapp.py:176
  136. msgid "HTTP error"
  137. msgstr "błąd HTTP"
  138. #: searx/webapp.py:177
  139. msgid "HTTP connection error"
  140. msgstr "błąd połączenia HTTP"
  141. #: searx/webapp.py:183
  142. msgid "proxy error"
  143. msgstr "błąd serwera proxy"
  144. #: searx/webapp.py:184
  145. msgid "CAPTCHA"
  146. msgstr "CAPTCHA"
  147. #: searx/webapp.py:185
  148. msgid "too many requests"
  149. msgstr "za dużo zapytań"
  150. #: searx/webapp.py:186
  151. msgid "access denied"
  152. msgstr "odmowa dostępu"
  153. #: searx/webapp.py:187
  154. msgid "server API error"
  155. msgstr "błąd serwera API"
  156. #: searx/webapp.py:397
  157. msgid "No item found"
  158. msgstr "Nie znaleziono elementu"
  159. #: searx/engines/qwant.py:212
  160. #: searx/templates/simple/result_templates/images.html:24 searx/webapp.py:399
  161. msgid "Source"
  162. msgstr "Źródło"
  163. #: searx/webapp.py:401
  164. msgid "Error loading the next page"
  165. msgstr "Błąd wczytywania następnej strony"
  166. #: searx/webapp.py:541 searx/webapp.py:977
  167. msgid "Invalid settings, please edit your preferences"
  168. msgstr "Nieprawidłowe ustawienia, proszę zmienić swoje preferencje"
  169. #: searx/webapp.py:557
  170. msgid "Invalid settings"
  171. msgstr "Nieprawidłowe ustawienia"
  172. #: searx/webapp.py:632 searx/webapp.py:708
  173. msgid "search error"
  174. msgstr "błąd wyszukiwania"
  175. #: searx/webapp.py:754
  176. msgid "{minutes} minute(s) ago"
  177. msgstr "{minutes} minut(y) temu"
  178. #: searx/webapp.py:756
  179. msgid "{hours} hour(s), {minutes} minute(s) ago"
  180. msgstr "{hours} godzin(y), {minutes} minut(y) temu"
  181. #: searx/webapp.py:882
  182. msgid "Suspended"
  183. msgstr "Zawieszone"
  184. #: searx/answerers/random/answerer.py:67
  185. msgid "Random value generator"
  186. msgstr "Generator wartości losowych"
  187. #: searx/answerers/random/answerer.py:68
  188. msgid "Generate different random values"
  189. msgstr "Wygeneruj różne wartości losowe"
  190. #: searx/answerers/statistics/answerer.py:47
  191. msgid "Statistics functions"
  192. msgstr "Funkcje statystyczne"
  193. #: searx/answerers/statistics/answerer.py:48
  194. msgid "Compute {functions} of the arguments"
  195. msgstr "Oblicz {functions} argumentów"
  196. #: searx/engines/openstreetmap.py:156
  197. msgid "Get directions"
  198. msgstr "Pokaż wskazówki"
  199. #: searx/engines/pdbe.py:96
  200. msgid "{title} (OBSOLETE)"
  201. msgstr "{title} (PRZESTARZAŁY)"
  202. #: searx/engines/pdbe.py:103
  203. msgid "This entry has been superseded by"
  204. msgstr "Ten wpis został zastąpiony przez"
  205. #: searx/engines/pubmed.py:78
  206. msgid "No abstract is available for this publication."
  207. msgstr "Streszczenie nie jest dostępne dla tej publikacji."
  208. #: searx/engines/qwant.py:214
  209. msgid "Channel"
  210. msgstr "Kanał"
  211. #: searx/plugins/hash_plugin.py:24
  212. msgid "Converts strings to different hash digests."
  213. msgstr "Konwertuje tekst na różne skróty hash."
  214. #: searx/plugins/hash_plugin.py:52
  215. msgid "hash digest"
  216. msgstr "wartość hash"
  217. #: searx/plugins/hostname_replace.py:9
  218. msgid "Hostname replace"
  219. msgstr "Zastąp nazwę hosta"
  220. #: searx/plugins/hostname_replace.py:10
  221. msgid "Rewrite result hostnames or remove results based on the hostname"
  222. msgstr "Przepisz nazwy hostów w wynikach lub usuń wyniki na podstawie nazw hostów"
  223. #: searx/plugins/oa_doi_rewrite.py:9
  224. msgid "Open Access DOI rewrite"
  225. msgstr "Nadpisywanie DOI z otwartym dostępem"
  226. #: searx/plugins/oa_doi_rewrite.py:10
  227. msgid ""
  228. "Avoid paywalls by redirecting to open-access versions of publications "
  229. "when available"
  230. msgstr ""
  231. "Unikaj opłat za dostęp, przekierowując do otwartych wersji publikacji, "
  232. "gdy są dostępne"
  233. #: searx/plugins/search_on_category_select.py:19
  234. msgid "Search on category select"
  235. msgstr "Szukaj po wybraniu kategorii"
  236. #: searx/plugins/search_on_category_select.py:20
  237. msgid ""
  238. "Perform search immediately if a category selected. Disable to select "
  239. "multiple categories. (JavaScript required)"
  240. msgstr ""
  241. "Wykonaj wyszukiwanie natychmiast po wybraniu kategorii. Wyłącz, aby "
  242. "wybrać wiele kategorii. (Wymagany Javascript)"
  243. #: searx/plugins/self_info.py:20
  244. msgid "Self Informations"
  245. msgstr "Informacje o sobie"
  246. #: searx/plugins/self_info.py:21
  247. msgid ""
  248. "Displays your IP if the query is \"ip\" and your user agent if the query "
  249. "contains \"user agent\"."
  250. msgstr ""
  251. "Wyświetla Twój adres IP, jeśli zapytanie to \"ip\", i Twojego agenta "
  252. "użytkownika, jeśli zapytanie zawiera \"user agent\"."
  253. #: searx/plugins/tracker_url_remover.py:29
  254. msgid "Tracker URL remover"
  255. msgstr "Usuwanie elementów śledzących z URL-ów"
  256. #: searx/plugins/tracker_url_remover.py:30
  257. msgid "Remove trackers arguments from the returned URL"
  258. msgstr "Usuń argumenty elementów śledzących ze zwróconego adresu URL"
  259. #: searx/plugins/vim_hotkeys.py:3
  260. msgid "Vim-like hotkeys"
  261. msgstr "Skróty podobne do Vima"
  262. #: searx/plugins/vim_hotkeys.py:4
  263. msgid ""
  264. "Navigate search results with Vim-like hotkeys (JavaScript required). "
  265. "Press \"h\" key on main or result page to get help."
  266. msgstr ""
  267. "Poruszaj się po wynikach wyszukiwania za pomocą skrótów podobnych do Vima"
  268. " (wymagany Javascript). Naciśnij klawisz \"h\" na stronie głównej lub "
  269. "stronie wyników, aby uzyskać pomoc."
  270. #: searx/templates/simple/404.html:4
  271. msgid "Page not found"
  272. msgstr "Strona nie znaleziona"
  273. #: searx/templates/simple/404.html:6
  274. #, python-format
  275. msgid "Go to %(search_page)s."
  276. msgstr "Przejdź do %(search_page)s."
  277. #: searx/templates/simple/404.html:6
  278. msgid "search page"
  279. msgstr "strona wyszukiwania"
  280. #: searx/templates/simple/base.html:45
  281. msgid "preferences"
  282. msgstr "preferencje"
  283. #: searx/templates/simple/base.html:54
  284. msgid "Powered by"
  285. msgstr "Obsługiwane przez"
  286. #: searx/templates/simple/base.html:54
  287. msgid "a privacy-respecting, hackable metasearch engine"
  288. msgstr "szanująca prywatność, hackowalna wyszukiwarka metasearch"
  289. #: searx/templates/simple/base.html:55
  290. msgid "Source code"
  291. msgstr "Kod źródłowy"
  292. #: searx/templates/simple/base.html:56
  293. msgid "Issue tracker"
  294. msgstr "Śledzenie błędów"
  295. #: searx/templates/simple/base.html:57 searx/templates/simple/stats.html:18
  296. msgid "Engine stats"
  297. msgstr "Statystyki wyszukiwarki"
  298. #: searx/templates/simple/base.html:58
  299. #: searx/templates/simple/messages/no_results.html:15
  300. msgid "Public instances"
  301. msgstr "Publiczne instancje"
  302. #: searx/templates/simple/base.html:59
  303. msgid "Contact instance maintainer"
  304. msgstr "Skontaktuj się z właścicielem instancji"
  305. #: searx/templates/simple/categories.html:24
  306. msgid "Click on the magnifier to perform search"
  307. msgstr "Kliknij na szkło powiększające, aby wykonać wyszukiwanie"
  308. #: searx/templates/simple/macros.html:36
  309. msgid "Length"
  310. msgstr "Długość"
  311. #: searx/templates/simple/macros.html:37
  312. #: searx/templates/simple/result_templates/images.html:22
  313. msgid "Author"
  314. msgstr "Autor"
  315. #: searx/templates/simple/macros.html:45
  316. msgid "cached"
  317. msgstr "buforowane"
  318. #: searx/templates/simple/macros.html:45
  319. msgid "proxied"
  320. msgstr "przesłane poprzez proxy"
  321. #: searx/templates/simple/new_issue.html:63
  322. msgid "Submit a new issue on Github including the above information"
  323. msgstr ""
  324. #: searx/templates/simple/preferences.html:29
  325. msgid "No HTTPS"
  326. msgstr "Brak HTTPS"
  327. #: searx/templates/simple/messages/no_results.html:10
  328. #: searx/templates/simple/preferences.html:31
  329. #: searx/templates/simple/preferences.html:32
  330. #: searx/templates/simple/results.html:49
  331. msgid "View error logs and submit a bug report"
  332. msgstr "Zobacz dziennik błędów i zgłoś je"
  333. #: searx/templates/simple/preferences.html:53
  334. #: searx/templates/simple/stats.html:67
  335. msgid "Median"
  336. msgstr "Mediana"
  337. #: searx/templates/simple/preferences.html:54
  338. #: searx/templates/simple/stats.html:73
  339. msgid "P80"
  340. msgstr "P80"
  341. #: searx/templates/simple/preferences.html:55
  342. #: searx/templates/simple/stats.html:79
  343. msgid "P95"
  344. msgstr "P95"
  345. #: searx/templates/simple/preferences.html:83
  346. msgid "Failed checker test(s): "
  347. msgstr "Test sprawdzający zakończony niepowodzeniem: "
  348. #: searx/templates/simple/preferences.html:85
  349. msgid "Errors:"
  350. msgstr "Błędy:"
  351. #: searx/templates/simple/preferences.html:99
  352. msgid "Preferences"
  353. msgstr "Preferencje"
  354. #: searx/templates/simple/preferences.html:105
  355. msgid "General"
  356. msgstr "Ogólne"
  357. #: searx/templates/simple/preferences.html:108
  358. msgid "Default categories"
  359. msgstr "Domyślne kategorie"
  360. #: searx/templates/simple/filters/languages.html:1
  361. #: searx/templates/simple/preferences.html:115
  362. msgid "Search language"
  363. msgstr "Język wyszukiwania"
  364. #: searx/templates/simple/filters/languages.html:2
  365. #: searx/templates/simple/preferences.html:118
  366. msgid "Default language"
  367. msgstr "Domyślny język"
  368. #: searx/templates/simple/preferences.html:124
  369. msgid "What language do you prefer for search?"
  370. msgstr "W jakim języku wolisz wyszukiwać?"
  371. #: searx/templates/simple/preferences.html:129
  372. msgid "Autocomplete"
  373. msgstr "Autouzupełnienie"
  374. #: searx/templates/simple/preferences.html:138
  375. msgid "Find stuff as you type"
  376. msgstr "Szukaj podczas pisania"
  377. #: searx/templates/simple/filters/safesearch.html:1
  378. #: searx/templates/simple/filters/safesearch.html:2
  379. #: searx/templates/simple/filters/safesearch.html:3
  380. #: searx/templates/simple/filters/safesearch.html:4
  381. #: searx/templates/simple/preferences.html:143
  382. #: searx/templates/simple/preferences.html:301
  383. msgid "SafeSearch"
  384. msgstr "Bezpieczne wyszukiwanie"
  385. #: searx/templates/simple/filters/safesearch.html:2
  386. #: searx/templates/simple/preferences.html:146
  387. msgid "Strict"
  388. msgstr "Bezkompromisowe"
  389. #: searx/templates/simple/filters/safesearch.html:3
  390. #: searx/templates/simple/preferences.html:147
  391. msgid "Moderate"
  392. msgstr "Umiarkowane"
  393. #: searx/templates/simple/filters/safesearch.html:4
  394. #: searx/templates/simple/preferences.html:148
  395. msgid "None"
  396. msgstr "Wyłączone"
  397. #: searx/templates/simple/preferences.html:151
  398. msgid "Filter content"
  399. msgstr "Filtruj treści"
  400. #: searx/templates/simple/preferences.html:157
  401. msgid "Open Access DOI resolver"
  402. msgstr "Podsystem DOI z otwartym dostępem"
  403. #: searx/templates/simple/preferences.html:167
  404. msgid ""
  405. "Redirect to open-access versions of publications when available (plugin "
  406. "required)"
  407. msgstr ""
  408. "Przekierowanie do otwartych wersji publikacji, gdy są dostępne (wymagana "
  409. "wtyczka)"
  410. #: searx/templates/simple/preferences.html:171
  411. msgid "Engine tokens"
  412. msgstr "Tokeny wyszukiwarek"
  413. #: searx/templates/simple/preferences.html:175
  414. msgid "Access tokens for private engines"
  415. msgstr "Tokeny dostępu do prywatnych wyszukiwarek"
  416. #: searx/templates/simple/preferences.html:179
  417. msgid "User interface"
  418. msgstr "Interfejs użytkownika"
  419. #: searx/templates/simple/preferences.html:182
  420. msgid "Interface language"
  421. msgstr "Język interfejsu"
  422. #: searx/templates/simple/preferences.html:190
  423. msgid "Change the language of the layout"
  424. msgstr "Zmień język układu"
  425. #: searx/templates/simple/preferences.html:195
  426. msgid "Theme"
  427. msgstr "Motyw"
  428. #: searx/templates/simple/preferences.html:203
  429. msgid "Change SearXNG layout"
  430. msgstr "Zmień wygląd SearXNG"
  431. #: searx/templates/simple/preferences.html:206
  432. msgid "Theme style"
  433. msgstr "Styl motywu"
  434. #: searx/templates/simple/preferences.html:214
  435. msgid "Choose auto to follow your browser settings"
  436. msgstr "Wybierz auto by używać ustawień twojej przeglądarki"
  437. #: searx/templates/simple/preferences.html:219
  438. msgid "Results on new tabs"
  439. msgstr "Wyniki w nowych kartach"
  440. #: searx/templates/simple/preferences.html:222
  441. #: searx/templates/simple/preferences.html:234
  442. msgid "On"
  443. msgstr "Włączone"
  444. #: searx/templates/simple/preferences.html:223
  445. #: searx/templates/simple/preferences.html:235
  446. msgid "Off"
  447. msgstr "Wyłączone"
  448. #: searx/templates/simple/preferences.html:226
  449. msgid "Open result links on new browser tabs"
  450. msgstr "Otwórz hiperłącza wyników w nowych kartach przeglądarki"
  451. #: searx/templates/simple/preferences.html:231
  452. msgid "Infinite scroll"
  453. msgstr "Nieskończone przewijanie"
  454. #: searx/templates/simple/preferences.html:238
  455. msgid "Automatically load next page when scrolling to bottom of current page"
  456. msgstr ""
  457. "Automatycznie ładuj następną stronę podczas przewijania do dolnej części "
  458. "bieżącej strony"
  459. #: searx/templates/simple/preferences.html:244
  460. msgid "Privacy"
  461. msgstr "Prywatność"
  462. #: searx/templates/simple/preferences.html:247
  463. msgid "HTTP Method"
  464. msgstr "Metoda HTTP"
  465. #: searx/templates/simple/preferences.html:254
  466. msgid ""
  467. "Change how forms are submited, <a "
  468. "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  469. " rel=\"external\">learn more about request methods</a>"
  470. msgstr ""
  471. "Zmień sposób przesyłania formularzy, <a "
  472. "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  473. " rel=\"external\">dowiedz się więcej o metodach HTTP</a>"
  474. #: searx/templates/simple/preferences.html:259
  475. msgid "Image proxy"
  476. msgstr "Proxy zdjęć"
  477. #: searx/templates/simple/preferences.html:262
  478. #: searx/templates/simple/preferences.html:274
  479. msgid "Enabled"
  480. msgstr "Włączone"
  481. #: searx/templates/simple/preferences.html:263
  482. #: searx/templates/simple/preferences.html:275
  483. msgid "Disabled"
  484. msgstr "Wyłączone"
  485. #: searx/templates/simple/preferences.html:266
  486. msgid "Proxying image results through SearXNG"
  487. msgstr "Przepuść zdjęcia przez serwer SearXNG"
  488. #: searx/templates/simple/preferences.html:271
  489. msgid "Query in the page's title"
  490. msgstr "Wyszukiwanie w tytule strony"
  491. #: searx/templates/simple/preferences.html:278
  492. msgid ""
  493. "When enabled, the result page's title contains your query. Your browser "
  494. "can record this title"
  495. msgstr ""
  496. "Gdy włączone, tytuł strony z wynikiem będzie zawierał twoje zapytanie. "
  497. "Twoja przeglądarka może widzieć to."
  498. #: searx/templates/simple/preferences.html:284
  499. msgid "Engines"
  500. msgstr "Wyszukiwarki"
  501. #: searx/templates/simple/preferences.html:285
  502. msgid "Currently used search engines"
  503. msgstr "Obecnie używane wyszukiwarki"
  504. #: searx/templates/simple/preferences.html:292
  505. msgid ""
  506. "This tab does not show up for search results, but you can search the "
  507. "engines listed here via bangs."
  508. msgstr ""
  509. "Wyszukiwarki z tej zakładki nie pokazują się w wynikach wyszukiwania, ale"
  510. " możesz ich używać przez bangs."
  511. #: searx/templates/simple/preferences.html:297
  512. #: searx/templates/simple/preferences.html:348
  513. msgid "Allow"
  514. msgstr "Pozwól"
  515. #: searx/templates/simple/preferences.html:298
  516. #: searx/templates/simple/stats.html:25
  517. msgid "Engine name"
  518. msgstr "Nazwa wyszukiwarki"
  519. #: searx/templates/simple/preferences.html:299
  520. msgid "Shortcut"
  521. msgstr "Skrót"
  522. #: searx/templates/simple/preferences.html:300
  523. msgid "Supports selected language"
  524. msgstr "Obsługuje wybrany język"
  525. #: searx/templates/simple/filters/time_range.html:1
  526. #: searx/templates/simple/preferences.html:302
  527. msgid "Time range"
  528. msgstr "Zakres czasu"
  529. #: searx/templates/simple/preferences.html:303
  530. #: searx/templates/simple/stats.html:28
  531. msgid "Response time"
  532. msgstr "Czas odpowiedzi"
  533. #: searx/templates/simple/preferences.html:304
  534. msgid "Max time"
  535. msgstr "Maksymalny czas"
  536. #: searx/templates/simple/preferences.html:305
  537. #: searx/templates/simple/stats.html:29
  538. msgid "Reliability"
  539. msgstr "Niezawodność"
  540. #: searx/templates/simple/preferences.html:343
  541. msgid "Special Queries"
  542. msgstr "Specialne Zapytania"
  543. #: searx/templates/simple/preferences.html:349
  544. msgid "Keywords"
  545. msgstr "Słowa kluczowe"
  546. #: searx/templates/simple/preferences.html:350
  547. msgid "Name"
  548. msgstr "Nazwa"
  549. #: searx/templates/simple/preferences.html:351
  550. msgid "Description"
  551. msgstr "Opis"
  552. #: searx/templates/simple/preferences.html:352
  553. msgid "Examples"
  554. msgstr "Przykłady"
  555. #: searx/templates/simple/preferences.html:355
  556. msgid "This is the list of SearXNG's instant answering modules."
  557. msgstr "To jest lista modułów \"natychmiastowych odpowiedzi\" SearXNG."
  558. #: searx/templates/simple/preferences.html:366
  559. msgid "This is the list of plugins."
  560. msgstr "To jest list wtyczek."
  561. #: searx/templates/simple/preferences.html:383
  562. msgid "Cookies"
  563. msgstr "Ciasteczka"
  564. #: searx/templates/simple/preferences.html:385
  565. msgid ""
  566. "This is the list of cookies and their values SearXNG is storing on your "
  567. "computer."
  568. msgstr ""
  569. "To jest lista plików cookies i ich zawartości, które SearXNG przechowuje "
  570. "na twoim komputerze."
  571. #: searx/templates/simple/preferences.html:386
  572. msgid "With that list, you can assess SearXNG transparency."
  573. msgstr "Dzięki tej liście, możesz ocenić przejrzystość SearXNG."
  574. #: searx/templates/simple/preferences.html:391
  575. msgid "Cookie name"
  576. msgstr "Nazwa ciasteczka"
  577. #: searx/templates/simple/preferences.html:392
  578. msgid "Value"
  579. msgstr "Wartość"
  580. #: searx/templates/simple/preferences.html:404
  581. msgid "Search URL of the currently saved preferences"
  582. msgstr "Wyszukaj adres URL aktualnie zapisanych preferencji"
  583. #: searx/templates/simple/preferences.html:408
  584. msgid ""
  585. "Note: specifying custom settings in the search URL can reduce privacy by "
  586. "leaking data to the clicked result sites."
  587. msgstr ""
  588. "Uwaga: określanie ustawień niestandardowych w adresie URL wyszukiwania "
  589. "może zmniejszyć prywatność, przenosząc dane do klikniętych stron z "
  590. "wyników."
  591. #: searx/templates/simple/preferences.html:413
  592. msgid ""
  593. "These settings are stored in your cookies, this allows us not to store "
  594. "this data about you."
  595. msgstr ""
  596. "Ustawienia te są przechowywane w ciasteczkach, co pozwala nam nie "
  597. "przechowywać tych danych o Tobie."
  598. #: searx/templates/simple/preferences.html:415
  599. msgid ""
  600. "These cookies serve your sole convenience, we don't use these cookies to "
  601. "track you."
  602. msgstr ""
  603. "Te ciasteczka służą wyłącznie Twojej wygodzie, nie używamy tych "
  604. "ciasteczek do śledzenia Ciebie."
  605. #: searx/templates/simple/preferences.html:418
  606. msgid "Save"
  607. msgstr "Zapisz"
  608. #: searx/templates/simple/preferences.html:419
  609. msgid "Reset defaults"
  610. msgstr "Przywróć domyślne"
  611. #: searx/templates/simple/preferences.html:420
  612. msgid "Back"
  613. msgstr "Powrót"
  614. #: searx/templates/simple/results.html:23
  615. msgid "Answers"
  616. msgstr "Odpowiedzi"
  617. #: searx/templates/simple/results.html:39
  618. msgid "Number of results"
  619. msgstr "Liczba wyników"
  620. #: searx/templates/simple/messages/no_results.html:6
  621. #: searx/templates/simple/results.html:46
  622. msgid "Error!"
  623. msgstr "Błąd!"
  624. #: searx/templates/simple/results.html:46
  625. msgid "Engines cannot retrieve results"
  626. msgstr "Wyszukiwarki nie mogą pobrać wyników"
  627. #: searx/templates/simple/results.html:68
  628. msgid "Suggestions"
  629. msgstr "Propozycje"
  630. #: searx/templates/simple/results.html:90
  631. msgid "Search URL"
  632. msgstr "URL wyszukiwania"
  633. #: searx/templates/simple/results.html:96
  634. msgid "Download results"
  635. msgstr "Ściągnij wyniki"
  636. #: searx/templates/simple/results.html:120
  637. msgid "Try searching for:"
  638. msgstr "Spróbuj wyszukać:"
  639. #: searx/templates/simple/results.html:152
  640. msgid "Back to top"
  641. msgstr "Do góry"
  642. #: searx/templates/simple/results.html:170
  643. msgid "Previous page"
  644. msgstr "poprzednia strona"
  645. #: searx/templates/simple/results.html:187
  646. msgid "Next page"
  647. msgstr "następna strona"
  648. #: searx/templates/simple/search.html:3
  649. msgid "Display the front page"
  650. msgstr "Wyświetl stronę główną"
  651. #: searx/templates/simple/search.html:9
  652. #: searx/templates/simple/simple_search.html:5
  653. msgid "Search for..."
  654. msgstr "Wyszukaj..."
  655. #: searx/templates/simple/search.html:10
  656. #: searx/templates/simple/simple_search.html:6
  657. msgid "clear"
  658. msgstr "wyczyść"
  659. #: searx/templates/simple/search.html:11
  660. #: searx/templates/simple/simple_search.html:7
  661. msgid "search"
  662. msgstr "wyszukaj"
  663. #: searx/templates/simple/stats.html:21
  664. msgid "There is currently no data available. "
  665. msgstr "Obecnie nie ma dostępnych danych. "
  666. #: searx/templates/simple/stats.html:26
  667. msgid "Scores"
  668. msgstr "Wyniki"
  669. #: searx/templates/simple/stats.html:27
  670. msgid "Result count"
  671. msgstr "Ilość wyników"
  672. #: searx/templates/simple/stats.html:38
  673. msgid "Scores per result"
  674. msgstr "Wyniki na rezultat"
  675. #: searx/templates/simple/stats.html:62
  676. msgid "Total"
  677. msgstr "Suma"
  678. #: searx/templates/simple/stats.html:63
  679. msgid "HTTP"
  680. msgstr "HTTP"
  681. #: searx/templates/simple/stats.html:64
  682. msgid "Processing"
  683. msgstr "Przetwarzanie"
  684. #: searx/templates/simple/stats.html:102
  685. msgid "Warnings"
  686. msgstr "Ostrzeżenia"
  687. #: searx/templates/simple/stats.html:102
  688. msgid "Errors and exceptions"
  689. msgstr "Błędy i wyjątki"
  690. #: searx/templates/simple/stats.html:108
  691. msgid "Exception"
  692. msgstr "Wyjątek"
  693. #: searx/templates/simple/stats.html:110
  694. msgid "Message"
  695. msgstr "Wiadomość"
  696. #: searx/templates/simple/stats.html:112
  697. msgid "Percentage"
  698. msgstr "Odsetek"
  699. #: searx/templates/simple/stats.html:114
  700. msgid "Parameter"
  701. msgstr "Parametr"
  702. #: searx/templates/simple/stats.html:122
  703. msgid "Filename"
  704. msgstr "Nazwa pliku"
  705. #: searx/templates/simple/stats.html:123
  706. msgid "Function"
  707. msgstr "Funkcja"
  708. #: searx/templates/simple/stats.html:124
  709. msgid "Code"
  710. msgstr "Kod"
  711. #: searx/templates/simple/stats.html:131
  712. msgid "Checker"
  713. msgstr "Weryfikacja"
  714. #: searx/templates/simple/stats.html:134
  715. msgid "Failed test"
  716. msgstr "Test zakończony niepowodzeniem"
  717. #: searx/templates/simple/stats.html:135
  718. msgid "Comment(s)"
  719. msgstr "Komentarz(e)"
  720. #: searx/templates/simple/filters/time_range.html:3
  721. msgid "Anytime"
  722. msgstr "W każdej chwili"
  723. #: searx/templates/simple/filters/time_range.html:6
  724. msgid "Last day"
  725. msgstr "W ostatnim dniu"
  726. #: searx/templates/simple/filters/time_range.html:9
  727. msgid "Last week"
  728. msgstr "W ostatnim tygodniu"
  729. #: searx/templates/simple/filters/time_range.html:12
  730. msgid "Last month"
  731. msgstr "W ostatnim miesiącu"
  732. #: searx/templates/simple/filters/time_range.html:15
  733. msgid "Last year"
  734. msgstr "W ostatnim roku"
  735. #: searx/templates/simple/messages/no_cookies.html:3
  736. msgid "Information!"
  737. msgstr "Informacja!"
  738. #: searx/templates/simple/messages/no_cookies.html:4
  739. msgid "currently, there are no cookies defined."
  740. msgstr "obecnie nie zdefiniowano żadnych ciasteczek."
  741. #: searx/templates/simple/messages/no_results.html:6
  742. msgid "Engines cannot retrieve results."
  743. msgstr "Wyszukiwarki nie mogą pobrać wyników."
  744. #: searx/templates/simple/messages/no_results.html:15
  745. msgid "Please, try again later or find another SearXNG instance."
  746. msgstr "Proszę spróbować później albo znaleźć inną instancję SearXNG."
  747. #: searx/templates/simple/messages/no_results.html:20
  748. msgid "Sorry!"
  749. msgstr "Przepraszamy!"
  750. #: searx/templates/simple/messages/no_results.html:21
  751. msgid ""
  752. "we didn't find any results. Please use another query or search in more "
  753. "categories."
  754. msgstr ""
  755. "nie znaleźliśmy żadnych wyników. Użyj innego zapytania lub wyszukaj "
  756. "więcej kategorii."
  757. #: searx/templates/simple/result_templates/default.html:6
  758. msgid "show media"
  759. msgstr "pokaż media"
  760. #: searx/templates/simple/result_templates/default.html:6
  761. msgid "hide media"
  762. msgstr "ukryj media"
  763. #: searx/templates/simple/result_templates/default.html:14
  764. #: searx/templates/simple/result_templates/videos.html:14
  765. msgid "This site did not provide any description."
  766. msgstr "Ta strona nie podała żadnego opisu."
  767. #: searx/templates/simple/result_templates/images.html:23
  768. msgid "Format"
  769. msgstr "Format"
  770. #: searx/templates/simple/result_templates/images.html:25
  771. msgid "Engine"
  772. msgstr "Wyszukiwarka"
  773. #: searx/templates/simple/result_templates/images.html:26
  774. msgid "View source"
  775. msgstr "Pokaż źródło"
  776. #: searx/templates/simple/result_templates/map.html:12
  777. msgid "address"
  778. msgstr "adres"
  779. #: searx/templates/simple/result_templates/map.html:43
  780. msgid "show map"
  781. msgstr "pokaż mapę"
  782. #: searx/templates/simple/result_templates/map.html:43
  783. msgid "hide map"
  784. msgstr "ukryj mapę"
  785. #: searx/templates/simple/result_templates/torrent.html:6
  786. msgid "magnet link"
  787. msgstr "hiperłącze magnetyczne"
  788. #: searx/templates/simple/result_templates/torrent.html:7
  789. msgid "torrent file"
  790. msgstr "plik torrent"
  791. #: searx/templates/simple/result_templates/torrent.html:9
  792. msgid "Seeder"
  793. msgstr "Udostępniający"
  794. #: searx/templates/simple/result_templates/torrent.html:9
  795. msgid "Leecher"
  796. msgstr "Pobierający"
  797. #: searx/templates/simple/result_templates/torrent.html:11
  798. msgid "Filesize"
  799. msgstr "Rozmiar pliku"
  800. #: searx/templates/simple/result_templates/torrent.html:12
  801. msgid "Bytes"
  802. msgstr "Bajtów"
  803. #: searx/templates/simple/result_templates/torrent.html:13
  804. msgid "kiB"
  805. msgstr "KiB"
  806. #: searx/templates/simple/result_templates/torrent.html:14
  807. msgid "MiB"
  808. msgstr "MiB"
  809. #: searx/templates/simple/result_templates/torrent.html:15
  810. msgid "GiB"
  811. msgstr "GiB"
  812. #: searx/templates/simple/result_templates/torrent.html:16
  813. msgid "TiB"
  814. msgstr "TiB"
  815. #: searx/templates/simple/result_templates/torrent.html:20
  816. msgid "Number of Files"
  817. msgstr "Liczba plików"
  818. #: searx/templates/simple/result_templates/videos.html:6
  819. msgid "show video"
  820. msgstr "pokaż wideo"
  821. #: searx/templates/simple/result_templates/videos.html:6
  822. msgid "hide video"
  823. msgstr "ukryj wideo"
  824. #~ msgid "request exception"
  825. #~ msgstr "wyjątek w żądaniu"
  826. #~ msgid "Engine time (sec)"
  827. #~ msgstr "Czas wyszukiwania (sek)"
  828. #~ msgid "Page loads (sec)"
  829. #~ msgstr "Ładowanie strony (sek)"
  830. #~ msgid "Errors"
  831. #~ msgstr "Błędy"
  832. #~ msgid "{title}&nbsp;(OBSOLETE)"
  833. #~ msgstr "{title}&nbsp;(PRZESTARZAŁE)"
  834. #~ msgid "Rewrite HTTP links to HTTPS if possible"
  835. #~ msgstr "Nadpisuj hiperłącza HTTP na HTTPS, jeśli to możliwe"
  836. #~ msgid ""
  837. #~ "Results are opened in the same "
  838. #~ "window by default. This plugin "
  839. #~ "overwrites the default behaviour to open"
  840. #~ " links on new tabs/windows. (JavaScript "
  841. #~ "required)"
  842. #~ msgstr ""
  843. #~ "Wyniki są domyślnie otwierane w tym "
  844. #~ "samym oknie. Ta wtyczka zastępuje "
  845. #~ "domyślne zachowanie w celu otwarcia "
  846. #~ "hiperłączy w nowych kartach/oknach. (Wymagany"
  847. #~ " Javascript)"
  848. #~ msgid "Color"
  849. #~ msgstr "Kolor"
  850. #~ msgid "Blue (default)"
  851. #~ msgstr "Niebieski (domyślny)"
  852. #~ msgid "Violet"
  853. #~ msgstr "Fioletowy"
  854. #~ msgid "Green"
  855. #~ msgstr "Zielony"
  856. #~ msgid "Cyan"
  857. #~ msgstr "Turkusowy"
  858. #~ msgid "Orange"
  859. #~ msgstr "Pomarańczowy"
  860. #~ msgid "Red"
  861. #~ msgstr "Czerwony"
  862. #~ msgid "Category"
  863. #~ msgstr "Kategoria"
  864. #~ msgid "Block"
  865. #~ msgstr "Blokuj"
  866. #~ msgid "original context"
  867. #~ msgstr "oryginalny kontekst"
  868. #~ msgid "Plugins"
  869. #~ msgstr "Wtyczki"
  870. #~ msgid "Answerers"
  871. #~ msgstr "Respondenci"
  872. #~ msgid "Avg. time"
  873. #~ msgstr "Śr. czas"
  874. #~ msgid "show details"
  875. #~ msgstr "pokaż szczegóły"
  876. #~ msgid "hide details"
  877. #~ msgstr "ukryj szczegóły"
  878. #~ msgid "Load more..."
  879. #~ msgstr "Załaduj więcej..."
  880. #~ msgid "Change searx layout"
  881. #~ msgstr "Zmień układ searx"
  882. #~ msgid "Proxying image results through searx"
  883. #~ msgstr "Przesyłanie wyników obrazów poprzez proxy searx"
  884. #~ msgid "This is the list of searx's instant answering modules."
  885. #~ msgstr "Oto lista modułów natychmiastowych odpowiedzi w searx."
  886. #~ msgid ""
  887. #~ "This is the list of cookies and"
  888. #~ " their values searx is storing on "
  889. #~ "your computer."
  890. #~ msgstr ""
  891. #~ "Oto lista ciasteczek i ich wartości, "
  892. #~ "które searx zapisuje na Twoim "
  893. #~ "komputerze."
  894. #~ msgid "With that list, you can assess searx transparency."
  895. #~ msgstr "Za pomocą tej listy możesz ocenić przezroczystość searx."
  896. #~ msgid "It look like you are using searx first time."
  897. #~ msgstr "Wygląda na to, że po raz pierwszy używasz searx."
  898. #~ msgid "Please, try again later or find another searx instance."
  899. #~ msgstr "Spróbuj ponownie później lub znajdź inną instancję searx."
  900. #~ msgid "Themes"
  901. #~ msgstr "Motywy"
  902. #~ msgid "Reliablity"
  903. #~ msgstr "Niezawodność"
  904. #~ msgid ""
  905. #~ "When enabled, the result page's title"
  906. #~ " contains your query. Your browser "
  907. #~ "can record this title."
  908. #~ msgstr ""
  909. #~ msgid "Method"
  910. #~ msgstr "Metoda"
  911. #~ msgid ""
  912. #~ "This tab does not show up for "
  913. #~ "search results but you can search "
  914. #~ "the engines listed here via bangs."
  915. #~ msgstr ""
  916. #~ msgid "Advanced settings"
  917. #~ msgstr "Zaawansowane ustawienia"
  918. #~ msgid "Close"
  919. #~ msgstr "Zamknij"
  920. #~ msgid "Language"
  921. #~ msgstr "Język"
  922. #~ msgid "broken"
  923. #~ msgstr "zepsute"
  924. #~ msgid "supported"
  925. #~ msgstr "wspierane"
  926. #~ msgid "not supported"
  927. #~ msgstr "niewspierane"
  928. #~ msgid "about"
  929. #~ msgstr "O searx"
  930. #~ msgid "Avg."
  931. #~ msgstr "Śr."
  932. #~ msgid "User Interface"
  933. #~ msgstr "Interfejs Użytkownika"
  934. #~ msgid "Choose style for this theme"
  935. #~ msgstr "Wybierz styl dla tego motywu"
  936. #~ msgid "Style"
  937. #~ msgstr "Styl"
  938. #~ msgid "Show advanced settings"
  939. #~ msgstr "Pokaż ustawienia zaawansowane"
  940. #~ msgid "Show advanced settings panel in the home page by default"
  941. #~ msgstr "Zawsze pokazuj panel ustawień zaawansowanych na stronie głównej"
  942. #~ msgid "Allow all"
  943. #~ msgstr "Zezwól na wszystkie"
  944. #~ msgid "Disable all"
  945. #~ msgstr "Wyłącz wszystkie"
  946. #~ msgid "Selected language"
  947. #~ msgstr "Wybrany język"
  948. #~ msgid "Query"
  949. #~ msgstr "Zapytanie"
  950. #~ msgid "save"
  951. #~ msgstr "zapisz"
  952. #~ msgid "back"
  953. #~ msgstr "z powrotem"
  954. #~ msgid "Links"
  955. #~ msgstr "Hiperłącza"
  956. #~ msgid "RSS subscription"
  957. #~ msgstr "Subskrypcja RSS"
  958. #~ msgid "Search results"
  959. #~ msgstr "Wyniki wyszukiwania"
  960. #~ msgid "next page"
  961. #~ msgstr "następna strona"
  962. #~ msgid "previous page"
  963. #~ msgstr "poprzednia strona"
  964. #~ msgid "Start search"
  965. #~ msgstr "Rozpocznij wyszukiwanie"
  966. #~ msgid "Clear search"
  967. #~ msgstr "Wyczyść wyszukiwanie"
  968. #~ msgid "Clear"
  969. #~ msgstr "Wyczyść"
  970. #~ msgid "stats"
  971. #~ msgstr "statystyki"
  972. #~ msgid "Heads up!"
  973. #~ msgstr "Moment!"
  974. #~ msgid "It look like you are using SearXNG first time."
  975. #~ msgstr "Wygląda na to, że używasz SearXNG po raz pierwszy."
  976. #~ msgid "Well done!"
  977. #~ msgstr "Dobra robota!"
  978. #~ msgid "Settings saved successfully."
  979. #~ msgstr "Ustawienia zostały pomyślnie zapisane."
  980. #~ msgid "Oh snap!"
  981. #~ msgstr "O rany!"
  982. #~ msgid "Something went wrong."
  983. #~ msgstr "Coś poszło nie tak."
  984. #~ msgid "Date"
  985. #~ msgstr "Data"
  986. #~ msgid "Type"
  987. #~ msgstr "Typ"
  988. #~ msgid "Get image"
  989. #~ msgstr "Pobierz obraz"