messages.po 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320
  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-06-18 10:38+0000\n"
  12. "PO-Revision-Date: 2022-06-12 20:06+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.3\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:165
  121. msgid "timeout"
  122. msgstr "przekroczenie maksymalnego dozwolonego czasu"
  123. #: searx/webapp.py:166
  124. msgid "parsing error"
  125. msgstr "błąd przetwarzania"
  126. #: searx/webapp.py:167
  127. msgid "HTTP protocol error"
  128. msgstr "błąd protokołu HTTP"
  129. #: searx/webapp.py:168
  130. msgid "network error"
  131. msgstr "błąd sieci"
  132. #: searx/webapp.py:170
  133. msgid "unexpected crash"
  134. msgstr "niespodziewana awaria"
  135. #: searx/webapp.py:177
  136. msgid "HTTP error"
  137. msgstr "błąd HTTP"
  138. #: searx/webapp.py:178
  139. msgid "HTTP connection error"
  140. msgstr "błąd połączenia HTTP"
  141. #: searx/webapp.py:184
  142. msgid "proxy error"
  143. msgstr "błąd serwera proxy"
  144. #: searx/webapp.py:185
  145. msgid "CAPTCHA"
  146. msgstr "CAPTCHA"
  147. #: searx/webapp.py:186
  148. msgid "too many requests"
  149. msgstr "za dużo zapytań"
  150. #: searx/webapp.py:187
  151. msgid "access denied"
  152. msgstr "odmowa dostępu"
  153. #: searx/webapp.py:188
  154. msgid "server API error"
  155. msgstr "błąd serwera API"
  156. #: searx/webapp.py:363
  157. msgid "No item found"
  158. msgstr "Nie znaleziono elementu"
  159. #: searx/engines/qwant.py:212
  160. #: searx/templates/simple/result_templates/images.html:20 searx/webapp.py:365
  161. msgid "Source"
  162. msgstr "Źródło"
  163. #: searx/webapp.py:367
  164. msgid "Error loading the next page"
  165. msgstr "Błąd wczytywania następnej strony"
  166. #: searx/webapp.py:510 searx/webapp.py:954
  167. msgid "Invalid settings, please edit your preferences"
  168. msgstr "Nieprawidłowe ustawienia, proszę zmienić swoje preferencje"
  169. #: searx/webapp.py:526
  170. msgid "Invalid settings"
  171. msgstr "Nieprawidłowe ustawienia"
  172. #: searx/webapp.py:603 searx/webapp.py:679
  173. msgid "search error"
  174. msgstr "błąd wyszukiwania"
  175. #: searx/webapp.py:725
  176. msgid "{minutes} minute(s) ago"
  177. msgstr "{minutes} minut(y) temu"
  178. #: searx/webapp.py:727
  179. msgid "{hours} hour(s), {minutes} minute(s) ago"
  180. msgstr "{hours} godzin(y), {minutes} minut(y) temu"
  181. #: searx/webapp.py:853
  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:60
  303. msgid "Privacy policy"
  304. msgstr ""
  305. #: searx/templates/simple/base.html:63
  306. msgid "Contact instance maintainer"
  307. msgstr "Skontaktuj się z właścicielem instancji"
  308. #: searx/templates/simple/categories.html:24
  309. msgid "Click on the magnifier to perform search"
  310. msgstr "Kliknij na szkło powiększające, aby wykonać wyszukiwanie"
  311. #: searx/templates/simple/macros.html:36
  312. msgid "Length"
  313. msgstr "Długość"
  314. #: searx/templates/simple/macros.html:37
  315. #: searx/templates/simple/result_templates/images.html:18
  316. msgid "Author"
  317. msgstr "Autor"
  318. #: searx/templates/simple/macros.html:45
  319. msgid "cached"
  320. msgstr "buforowane"
  321. #: searx/templates/simple/macros.html:45
  322. msgid "proxied"
  323. msgstr "przesłane poprzez proxy"
  324. #: searx/templates/simple/new_issue.html:63
  325. msgid "Submit a new issue on Github including the above information"
  326. msgstr "Zgłoś nowy problem na Githubie, podając powyższe informacje"
  327. #: searx/templates/simple/preferences.html:29
  328. msgid "No HTTPS"
  329. msgstr "Brak HTTPS"
  330. #: searx/templates/simple/messages/no_results.html:10
  331. #: searx/templates/simple/preferences.html:31
  332. #: searx/templates/simple/preferences.html:32
  333. #: searx/templates/simple/results.html:49
  334. msgid "View error logs and submit a bug report"
  335. msgstr "Zobacz dziennik błędów i zgłoś je"
  336. #: searx/templates/simple/preferences.html:53
  337. #: searx/templates/simple/stats.html:67
  338. msgid "Median"
  339. msgstr "Mediana"
  340. #: searx/templates/simple/preferences.html:54
  341. #: searx/templates/simple/stats.html:73
  342. msgid "P80"
  343. msgstr "P80"
  344. #: searx/templates/simple/preferences.html:55
  345. #: searx/templates/simple/stats.html:79
  346. msgid "P95"
  347. msgstr "P95"
  348. #: searx/templates/simple/preferences.html:83
  349. msgid "Failed checker test(s): "
  350. msgstr "Test sprawdzający zakończony niepowodzeniem: "
  351. #: searx/templates/simple/preferences.html:85
  352. msgid "Errors:"
  353. msgstr "Błędy:"
  354. #: searx/templates/simple/preferences.html:99
  355. msgid "Preferences"
  356. msgstr "Preferencje"
  357. #: searx/templates/simple/preferences.html:105
  358. msgid "General"
  359. msgstr "Ogólne"
  360. #: searx/templates/simple/preferences.html:108
  361. msgid "Default categories"
  362. msgstr "Domyślne kategorie"
  363. #: searx/templates/simple/filters/languages.html:1
  364. #: searx/templates/simple/preferences.html:115
  365. msgid "Search language"
  366. msgstr "Język wyszukiwania"
  367. #: searx/templates/simple/filters/languages.html:2
  368. #: searx/templates/simple/preferences.html:118
  369. msgid "Default language"
  370. msgstr "Domyślny język"
  371. #: searx/templates/simple/preferences.html:124
  372. msgid "What language do you prefer for search?"
  373. msgstr "W jakim języku wolisz wyszukiwać?"
  374. #: searx/templates/simple/preferences.html:129
  375. msgid "Autocomplete"
  376. msgstr "Autouzupełnienie"
  377. #: searx/templates/simple/preferences.html:138
  378. msgid "Find stuff as you type"
  379. msgstr "Szukaj podczas pisania"
  380. #: searx/templates/simple/filters/safesearch.html:1
  381. #: searx/templates/simple/filters/safesearch.html:2
  382. #: searx/templates/simple/filters/safesearch.html:3
  383. #: searx/templates/simple/filters/safesearch.html:4
  384. #: searx/templates/simple/preferences.html:143
  385. #: searx/templates/simple/preferences.html:311
  386. msgid "SafeSearch"
  387. msgstr "Bezpieczne wyszukiwanie"
  388. #: searx/templates/simple/filters/safesearch.html:2
  389. #: searx/templates/simple/preferences.html:146
  390. msgid "Strict"
  391. msgstr "Bezkompromisowe"
  392. #: searx/templates/simple/filters/safesearch.html:3
  393. #: searx/templates/simple/preferences.html:147
  394. msgid "Moderate"
  395. msgstr "Umiarkowane"
  396. #: searx/templates/simple/filters/safesearch.html:4
  397. #: searx/templates/simple/preferences.html:148
  398. msgid "None"
  399. msgstr "Wyłączone"
  400. #: searx/templates/simple/preferences.html:151
  401. msgid "Filter content"
  402. msgstr "Filtruj treści"
  403. #: searx/templates/simple/preferences.html:157
  404. msgid "Open Access DOI resolver"
  405. msgstr "Podsystem DOI z otwartym dostępem"
  406. #: searx/templates/simple/preferences.html:167
  407. msgid ""
  408. "Redirect to open-access versions of publications when available (plugin "
  409. "required)"
  410. msgstr ""
  411. "Przekierowanie do otwartych wersji publikacji, gdy są dostępne (wymagana "
  412. "wtyczka)"
  413. #: searx/templates/simple/preferences.html:171
  414. msgid "Engine tokens"
  415. msgstr "Tokeny wyszukiwarek"
  416. #: searx/templates/simple/preferences.html:175
  417. msgid "Access tokens for private engines"
  418. msgstr "Tokeny dostępu do prywatnych wyszukiwarek"
  419. #: searx/templates/simple/preferences.html:179
  420. msgid "User interface"
  421. msgstr "Interfejs użytkownika"
  422. #: searx/templates/simple/preferences.html:182
  423. msgid "Interface language"
  424. msgstr "Język interfejsu"
  425. #: searx/templates/simple/preferences.html:190
  426. msgid "Change the language of the layout"
  427. msgstr "Zmień język układu"
  428. #: searx/templates/simple/preferences.html:195
  429. msgid "Theme"
  430. msgstr "Motyw"
  431. #: searx/templates/simple/preferences.html:203
  432. msgid "Change SearXNG layout"
  433. msgstr "Zmień wygląd SearXNG"
  434. #: searx/templates/simple/preferences.html:206
  435. msgid "Theme style"
  436. msgstr "Styl motywu"
  437. #: searx/templates/simple/preferences.html:214
  438. msgid "Choose auto to follow your browser settings"
  439. msgstr "Wybierz auto by używać ustawień twojej przeglądarki"
  440. #: searx/templates/simple/preferences.html:217
  441. msgid "Center Alignment"
  442. msgstr ""
  443. #: searx/templates/simple/preferences.html:220
  444. #: searx/templates/simple/preferences.html:232
  445. #: searx/templates/simple/preferences.html:244
  446. msgid "On"
  447. msgstr "Włączone"
  448. #: searx/templates/simple/preferences.html:221
  449. #: searx/templates/simple/preferences.html:233
  450. #: searx/templates/simple/preferences.html:245
  451. msgid "Off"
  452. msgstr "Wyłączone"
  453. #: searx/templates/simple/preferences.html:224
  454. msgid "Displays results in the center of the page (Oscar layout)."
  455. msgstr ""
  456. #: searx/templates/simple/preferences.html:229
  457. msgid "Results on new tabs"
  458. msgstr "Wyniki w nowych kartach"
  459. #: searx/templates/simple/preferences.html:236
  460. msgid "Open result links on new browser tabs"
  461. msgstr "Otwórz hiperłącza wyników w nowych kartach przeglądarki"
  462. #: searx/templates/simple/preferences.html:241
  463. msgid "Infinite scroll"
  464. msgstr "Nieskończone przewijanie"
  465. #: searx/templates/simple/preferences.html:248
  466. msgid "Automatically load next page when scrolling to bottom of current page"
  467. msgstr ""
  468. "Automatycznie ładuj następną stronę podczas przewijania do dolnej części "
  469. "bieżącej strony"
  470. #: searx/templates/simple/preferences.html:254
  471. msgid "Privacy"
  472. msgstr "Prywatność"
  473. #: searx/templates/simple/preferences.html:257
  474. msgid "HTTP Method"
  475. msgstr "Metoda HTTP"
  476. #: searx/templates/simple/preferences.html:264
  477. msgid ""
  478. "Change how forms are submited, <a "
  479. "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  480. " rel=\"external\">learn more about request methods</a>"
  481. msgstr ""
  482. "Zmień sposób przesyłania formularzy, <a "
  483. "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  484. " rel=\"external\">dowiedz się więcej o metodach HTTP</a>"
  485. #: searx/templates/simple/preferences.html:269
  486. msgid "Image proxy"
  487. msgstr "Proxy zdjęć"
  488. #: searx/templates/simple/preferences.html:272
  489. #: searx/templates/simple/preferences.html:284
  490. msgid "Enabled"
  491. msgstr "Włączone"
  492. #: searx/templates/simple/preferences.html:273
  493. #: searx/templates/simple/preferences.html:285
  494. msgid "Disabled"
  495. msgstr "Wyłączone"
  496. #: searx/templates/simple/preferences.html:276
  497. msgid "Proxying image results through SearXNG"
  498. msgstr "Przepuść zdjęcia przez serwer SearXNG"
  499. #: searx/templates/simple/preferences.html:281
  500. msgid "Query in the page's title"
  501. msgstr "Wyszukiwanie w tytule strony"
  502. #: searx/templates/simple/preferences.html:288
  503. msgid ""
  504. "When enabled, the result page's title contains your query. Your browser "
  505. "can record this title"
  506. msgstr ""
  507. "Gdy włączone, tytuł strony z wynikiem będzie zawierał twoje zapytanie. "
  508. "Twoja przeglądarka może widzieć to."
  509. #: searx/templates/simple/preferences.html:294
  510. msgid "Engines"
  511. msgstr "Wyszukiwarki"
  512. #: searx/templates/simple/preferences.html:295
  513. msgid "Currently used search engines"
  514. msgstr "Obecnie używane wyszukiwarki"
  515. #: searx/templates/simple/preferences.html:302
  516. msgid ""
  517. "This tab does not show up for search results, but you can search the "
  518. "engines listed here via bangs."
  519. msgstr ""
  520. "Wyszukiwarki z tej zakładki nie pokazują się w wynikach wyszukiwania, ale"
  521. " możesz ich używać przez bangs."
  522. #: searx/templates/simple/preferences.html:307
  523. #: searx/templates/simple/preferences.html:358
  524. msgid "Allow"
  525. msgstr "Pozwól"
  526. #: searx/templates/simple/preferences.html:308
  527. #: searx/templates/simple/stats.html:25
  528. msgid "Engine name"
  529. msgstr "Nazwa wyszukiwarki"
  530. #: searx/templates/simple/preferences.html:309
  531. msgid "Shortcut"
  532. msgstr "Skrót"
  533. #: searx/templates/simple/preferences.html:310
  534. msgid "Supports selected language"
  535. msgstr "Obsługuje wybrany język"
  536. #: searx/templates/simple/filters/time_range.html:1
  537. #: searx/templates/simple/preferences.html:312
  538. msgid "Time range"
  539. msgstr "Zakres czasu"
  540. #: searx/templates/simple/preferences.html:313
  541. #: searx/templates/simple/stats.html:28
  542. msgid "Response time"
  543. msgstr "Czas odpowiedzi"
  544. #: searx/templates/simple/preferences.html:314
  545. msgid "Max time"
  546. msgstr "Maksymalny czas"
  547. #: searx/templates/simple/preferences.html:315
  548. #: searx/templates/simple/stats.html:29
  549. msgid "Reliability"
  550. msgstr "Niezawodność"
  551. #: searx/templates/simple/preferences.html:353
  552. msgid "Special Queries"
  553. msgstr "Specialne Zapytania"
  554. #: searx/templates/simple/preferences.html:359
  555. msgid "Keywords"
  556. msgstr "Słowa kluczowe"
  557. #: searx/templates/simple/preferences.html:360
  558. msgid "Name"
  559. msgstr "Nazwa"
  560. #: searx/templates/simple/preferences.html:361
  561. msgid "Description"
  562. msgstr "Opis"
  563. #: searx/templates/simple/preferences.html:362
  564. msgid "Examples"
  565. msgstr "Przykłady"
  566. #: searx/templates/simple/preferences.html:365
  567. msgid "This is the list of SearXNG's instant answering modules."
  568. msgstr "To jest lista modułów \"natychmiastowych odpowiedzi\" SearXNG."
  569. #: searx/templates/simple/preferences.html:376
  570. msgid "This is the list of plugins."
  571. msgstr "To jest list wtyczek."
  572. #: searx/templates/simple/preferences.html:393
  573. msgid "Cookies"
  574. msgstr "Ciasteczka"
  575. #: searx/templates/simple/preferences.html:395
  576. msgid ""
  577. "This is the list of cookies and their values SearXNG is storing on your "
  578. "computer."
  579. msgstr ""
  580. "To jest lista plików cookies i ich zawartości, które SearXNG przechowuje "
  581. "na twoim komputerze."
  582. #: searx/templates/simple/preferences.html:396
  583. msgid "With that list, you can assess SearXNG transparency."
  584. msgstr "Dzięki tej liście, możesz ocenić przejrzystość SearXNG."
  585. #: searx/templates/simple/preferences.html:401
  586. msgid "Cookie name"
  587. msgstr "Nazwa ciasteczka"
  588. #: searx/templates/simple/preferences.html:402
  589. msgid "Value"
  590. msgstr "Wartość"
  591. #: searx/templates/simple/preferences.html:414
  592. msgid "Search URL of the currently saved preferences"
  593. msgstr "Wyszukaj adres URL aktualnie zapisanych preferencji"
  594. #: searx/templates/simple/preferences.html:418
  595. msgid ""
  596. "Note: specifying custom settings in the search URL can reduce privacy by "
  597. "leaking data to the clicked result sites."
  598. msgstr ""
  599. "Uwaga: określanie ustawień niestandardowych w adresie URL wyszukiwania "
  600. "może zmniejszyć prywatność, przenosząc dane do klikniętych stron z "
  601. "wyników."
  602. #: searx/templates/simple/preferences.html:419
  603. msgid "URL to restore your preferences in another browser"
  604. msgstr ""
  605. #: searx/templates/simple/preferences.html:423
  606. msgid ""
  607. "Specifying custom settings in the preferences URL can be used to sync "
  608. "preferences across devices."
  609. msgstr ""
  610. #: searx/templates/simple/preferences.html:428
  611. msgid ""
  612. "These settings are stored in your cookies, this allows us not to store "
  613. "this data about you."
  614. msgstr ""
  615. "Ustawienia te są przechowywane w ciasteczkach, co pozwala nam nie "
  616. "przechowywać tych danych o Tobie."
  617. #: searx/templates/simple/preferences.html:430
  618. msgid ""
  619. "These cookies serve your sole convenience, we don't use these cookies to "
  620. "track you."
  621. msgstr ""
  622. "Te ciasteczka służą wyłącznie Twojej wygodzie, nie używamy tych "
  623. "ciasteczek do śledzenia Ciebie."
  624. #: searx/templates/simple/preferences.html:433
  625. msgid "Save"
  626. msgstr "Zapisz"
  627. #: searx/templates/simple/preferences.html:434
  628. msgid "Reset defaults"
  629. msgstr "Przywróć domyślne"
  630. #: searx/templates/simple/preferences.html:435
  631. msgid "Back"
  632. msgstr "Powrót"
  633. #: searx/templates/simple/results.html:23
  634. msgid "Answers"
  635. msgstr "Odpowiedzi"
  636. #: searx/templates/simple/results.html:39
  637. msgid "Number of results"
  638. msgstr "Liczba wyników"
  639. #: searx/templates/simple/messages/no_results.html:6
  640. #: searx/templates/simple/results.html:46
  641. msgid "Error!"
  642. msgstr "Błąd!"
  643. #: searx/templates/simple/results.html:46
  644. msgid "Engines cannot retrieve results"
  645. msgstr "Wyszukiwarki nie mogą pobrać wyników"
  646. #: searx/templates/simple/results.html:68
  647. msgid "Suggestions"
  648. msgstr "Propozycje"
  649. #: searx/templates/simple/results.html:90
  650. msgid "Search URL"
  651. msgstr "URL wyszukiwania"
  652. #: searx/templates/simple/results.html:96
  653. msgid "Download results"
  654. msgstr "Ściągnij wyniki"
  655. #: searx/templates/simple/results.html:120
  656. msgid "Try searching for:"
  657. msgstr "Spróbuj wyszukać:"
  658. #: searx/templates/simple/results.html:152
  659. msgid "Back to top"
  660. msgstr "Do góry"
  661. #: searx/templates/simple/results.html:170
  662. msgid "Previous page"
  663. msgstr "poprzednia strona"
  664. #: searx/templates/simple/results.html:187
  665. msgid "Next page"
  666. msgstr "następna strona"
  667. #: searx/templates/simple/search.html:3
  668. msgid "Display the front page"
  669. msgstr "Wyświetl stronę główną"
  670. #: searx/templates/simple/search.html:9
  671. #: searx/templates/simple/simple_search.html:5
  672. msgid "Search for..."
  673. msgstr "Wyszukaj..."
  674. #: searx/templates/simple/search.html:10
  675. #: searx/templates/simple/simple_search.html:6
  676. msgid "clear"
  677. msgstr "wyczyść"
  678. #: searx/templates/simple/search.html:11
  679. #: searx/templates/simple/simple_search.html:7
  680. msgid "search"
  681. msgstr "wyszukaj"
  682. #: searx/templates/simple/stats.html:21
  683. msgid "There is currently no data available. "
  684. msgstr "Obecnie nie ma dostępnych danych. "
  685. #: searx/templates/simple/stats.html:26
  686. msgid "Scores"
  687. msgstr "Wyniki"
  688. #: searx/templates/simple/stats.html:27
  689. msgid "Result count"
  690. msgstr "Ilość wyników"
  691. #: searx/templates/simple/stats.html:38
  692. msgid "Scores per result"
  693. msgstr "Wyniki na rezultat"
  694. #: searx/templates/simple/stats.html:62
  695. msgid "Total"
  696. msgstr "Suma"
  697. #: searx/templates/simple/stats.html:63
  698. msgid "HTTP"
  699. msgstr "HTTP"
  700. #: searx/templates/simple/stats.html:64
  701. msgid "Processing"
  702. msgstr "Przetwarzanie"
  703. #: searx/templates/simple/stats.html:102
  704. msgid "Warnings"
  705. msgstr "Ostrzeżenia"
  706. #: searx/templates/simple/stats.html:102
  707. msgid "Errors and exceptions"
  708. msgstr "Błędy i wyjątki"
  709. #: searx/templates/simple/stats.html:108
  710. msgid "Exception"
  711. msgstr "Wyjątek"
  712. #: searx/templates/simple/stats.html:110
  713. msgid "Message"
  714. msgstr "Wiadomość"
  715. #: searx/templates/simple/stats.html:112
  716. msgid "Percentage"
  717. msgstr "Odsetek"
  718. #: searx/templates/simple/stats.html:114
  719. msgid "Parameter"
  720. msgstr "Parametr"
  721. #: searx/templates/simple/stats.html:122
  722. msgid "Filename"
  723. msgstr "Nazwa pliku"
  724. #: searx/templates/simple/stats.html:123
  725. msgid "Function"
  726. msgstr "Funkcja"
  727. #: searx/templates/simple/stats.html:124
  728. msgid "Code"
  729. msgstr "Kod"
  730. #: searx/templates/simple/stats.html:131
  731. msgid "Checker"
  732. msgstr "Weryfikacja"
  733. #: searx/templates/simple/stats.html:134
  734. msgid "Failed test"
  735. msgstr "Test zakończony niepowodzeniem"
  736. #: searx/templates/simple/stats.html:135
  737. msgid "Comment(s)"
  738. msgstr "Komentarz(e)"
  739. #: searx/templates/simple/filters/time_range.html:3
  740. msgid "Anytime"
  741. msgstr "W każdej chwili"
  742. #: searx/templates/simple/filters/time_range.html:6
  743. msgid "Last day"
  744. msgstr "W ostatnim dniu"
  745. #: searx/templates/simple/filters/time_range.html:9
  746. msgid "Last week"
  747. msgstr "W ostatnim tygodniu"
  748. #: searx/templates/simple/filters/time_range.html:12
  749. msgid "Last month"
  750. msgstr "W ostatnim miesiącu"
  751. #: searx/templates/simple/filters/time_range.html:15
  752. msgid "Last year"
  753. msgstr "W ostatnim roku"
  754. #: searx/templates/simple/messages/no_cookies.html:3
  755. msgid "Information!"
  756. msgstr "Informacja!"
  757. #: searx/templates/simple/messages/no_cookies.html:4
  758. msgid "currently, there are no cookies defined."
  759. msgstr "obecnie nie zdefiniowano żadnych ciasteczek."
  760. #: searx/templates/simple/messages/no_results.html:6
  761. msgid "Engines cannot retrieve results."
  762. msgstr "Wyszukiwarki nie mogą pobrać wyników."
  763. #: searx/templates/simple/messages/no_results.html:15
  764. msgid "Please, try again later or find another SearXNG instance."
  765. msgstr "Proszę spróbować później albo znaleźć inną instancję SearXNG."
  766. #: searx/templates/simple/messages/no_results.html:20
  767. msgid "Sorry!"
  768. msgstr "Przepraszamy!"
  769. #: searx/templates/simple/messages/no_results.html:21
  770. msgid ""
  771. "we didn't find any results. Please use another query or search in more "
  772. "categories."
  773. msgstr ""
  774. "nie znaleźliśmy żadnych wyników. Użyj innego zapytania lub wyszukaj "
  775. "więcej kategorii."
  776. #: searx/templates/simple/result_templates/default.html:6
  777. msgid "show media"
  778. msgstr "pokaż media"
  779. #: searx/templates/simple/result_templates/default.html:6
  780. msgid "hide media"
  781. msgstr "ukryj media"
  782. #: searx/templates/simple/result_templates/default.html:14
  783. #: searx/templates/simple/result_templates/videos.html:14
  784. msgid "This site did not provide any description."
  785. msgstr "Ta strona nie podała żadnego opisu."
  786. #: searx/templates/simple/result_templates/images.html:19
  787. msgid "Format"
  788. msgstr "Format"
  789. #: searx/templates/simple/result_templates/images.html:21
  790. msgid "Engine"
  791. msgstr "Wyszukiwarka"
  792. #: searx/templates/simple/result_templates/images.html:22
  793. msgid "View source"
  794. msgstr "Pokaż źródło"
  795. #: searx/templates/simple/result_templates/map.html:12
  796. msgid "address"
  797. msgstr "adres"
  798. #: searx/templates/simple/result_templates/map.html:43
  799. msgid "show map"
  800. msgstr "pokaż mapę"
  801. #: searx/templates/simple/result_templates/map.html:43
  802. msgid "hide map"
  803. msgstr "ukryj mapę"
  804. #: searx/templates/simple/result_templates/torrent.html:6
  805. msgid "magnet link"
  806. msgstr "hiperłącze magnetyczne"
  807. #: searx/templates/simple/result_templates/torrent.html:7
  808. msgid "torrent file"
  809. msgstr "plik torrent"
  810. #: searx/templates/simple/result_templates/torrent.html:9
  811. msgid "Seeder"
  812. msgstr "Udostępniający"
  813. #: searx/templates/simple/result_templates/torrent.html:9
  814. msgid "Leecher"
  815. msgstr "Pobierający"
  816. #: searx/templates/simple/result_templates/torrent.html:11
  817. msgid "Filesize"
  818. msgstr "Rozmiar pliku"
  819. #: searx/templates/simple/result_templates/torrent.html:12
  820. msgid "Bytes"
  821. msgstr "Bajtów"
  822. #: searx/templates/simple/result_templates/torrent.html:13
  823. msgid "kiB"
  824. msgstr "KiB"
  825. #: searx/templates/simple/result_templates/torrent.html:14
  826. msgid "MiB"
  827. msgstr "MiB"
  828. #: searx/templates/simple/result_templates/torrent.html:15
  829. msgid "GiB"
  830. msgstr "GiB"
  831. #: searx/templates/simple/result_templates/torrent.html:16
  832. msgid "TiB"
  833. msgstr "TiB"
  834. #: searx/templates/simple/result_templates/torrent.html:20
  835. msgid "Number of Files"
  836. msgstr "Liczba plików"
  837. #: searx/templates/simple/result_templates/videos.html:6
  838. msgid "show video"
  839. msgstr "pokaż wideo"
  840. #: searx/templates/simple/result_templates/videos.html:6
  841. msgid "hide video"
  842. msgstr "ukryj wideo"
  843. #~ msgid "request exception"
  844. #~ msgstr "wyjątek w żądaniu"
  845. #~ msgid "Engine time (sec)"
  846. #~ msgstr "Czas wyszukiwania (sek)"
  847. #~ msgid "Page loads (sec)"
  848. #~ msgstr "Ładowanie strony (sek)"
  849. #~ msgid "Errors"
  850. #~ msgstr "Błędy"
  851. #~ msgid "{title}&nbsp;(OBSOLETE)"
  852. #~ msgstr "{title}&nbsp;(PRZESTARZAŁE)"
  853. #~ msgid "Rewrite HTTP links to HTTPS if possible"
  854. #~ msgstr "Nadpisuj hiperłącza HTTP na HTTPS, jeśli to możliwe"
  855. #~ msgid ""
  856. #~ "Results are opened in the same "
  857. #~ "window by default. This plugin "
  858. #~ "overwrites the default behaviour to open"
  859. #~ " links on new tabs/windows. (JavaScript "
  860. #~ "required)"
  861. #~ msgstr ""
  862. #~ "Wyniki są domyślnie otwierane w tym "
  863. #~ "samym oknie. Ta wtyczka zastępuje "
  864. #~ "domyślne zachowanie w celu otwarcia "
  865. #~ "hiperłączy w nowych kartach/oknach. (Wymagany"
  866. #~ " Javascript)"
  867. #~ msgid "Color"
  868. #~ msgstr "Kolor"
  869. #~ msgid "Blue (default)"
  870. #~ msgstr "Niebieski (domyślny)"
  871. #~ msgid "Violet"
  872. #~ msgstr "Fioletowy"
  873. #~ msgid "Green"
  874. #~ msgstr "Zielony"
  875. #~ msgid "Cyan"
  876. #~ msgstr "Turkusowy"
  877. #~ msgid "Orange"
  878. #~ msgstr "Pomarańczowy"
  879. #~ msgid "Red"
  880. #~ msgstr "Czerwony"
  881. #~ msgid "Category"
  882. #~ msgstr "Kategoria"
  883. #~ msgid "Block"
  884. #~ msgstr "Blokuj"
  885. #~ msgid "original context"
  886. #~ msgstr "oryginalny kontekst"
  887. #~ msgid "Plugins"
  888. #~ msgstr "Wtyczki"
  889. #~ msgid "Answerers"
  890. #~ msgstr "Respondenci"
  891. #~ msgid "Avg. time"
  892. #~ msgstr "Śr. czas"
  893. #~ msgid "show details"
  894. #~ msgstr "pokaż szczegóły"
  895. #~ msgid "hide details"
  896. #~ msgstr "ukryj szczegóły"
  897. #~ msgid "Load more..."
  898. #~ msgstr "Załaduj więcej..."
  899. #~ msgid "Change searx layout"
  900. #~ msgstr "Zmień układ searx"
  901. #~ msgid "Proxying image results through searx"
  902. #~ msgstr "Przesyłanie wyników obrazów poprzez proxy searx"
  903. #~ msgid "This is the list of searx's instant answering modules."
  904. #~ msgstr "Oto lista modułów natychmiastowych odpowiedzi w searx."
  905. #~ msgid ""
  906. #~ "This is the list of cookies and"
  907. #~ " their values searx is storing on "
  908. #~ "your computer."
  909. #~ msgstr ""
  910. #~ "Oto lista ciasteczek i ich wartości, "
  911. #~ "które searx zapisuje na Twoim "
  912. #~ "komputerze."
  913. #~ msgid "With that list, you can assess searx transparency."
  914. #~ msgstr "Za pomocą tej listy możesz ocenić przezroczystość searx."
  915. #~ msgid "It look like you are using searx first time."
  916. #~ msgstr "Wygląda na to, że po raz pierwszy używasz searx."
  917. #~ msgid "Please, try again later or find another searx instance."
  918. #~ msgstr "Spróbuj ponownie później lub znajdź inną instancję searx."
  919. #~ msgid "Themes"
  920. #~ msgstr "Motywy"
  921. #~ msgid "Reliablity"
  922. #~ msgstr "Niezawodność"
  923. #~ msgid ""
  924. #~ "When enabled, the result page's title"
  925. #~ " contains your query. Your browser "
  926. #~ "can record this title."
  927. #~ msgstr ""
  928. #~ msgid "Method"
  929. #~ msgstr "Metoda"
  930. #~ msgid ""
  931. #~ "This tab does not show up for "
  932. #~ "search results but you can search "
  933. #~ "the engines listed here via bangs."
  934. #~ msgstr ""
  935. #~ msgid "Advanced settings"
  936. #~ msgstr "Zaawansowane ustawienia"
  937. #~ msgid "Close"
  938. #~ msgstr "Zamknij"
  939. #~ msgid "Language"
  940. #~ msgstr "Język"
  941. #~ msgid "broken"
  942. #~ msgstr "zepsute"
  943. #~ msgid "supported"
  944. #~ msgstr "wspierane"
  945. #~ msgid "not supported"
  946. #~ msgstr "niewspierane"
  947. #~ msgid "about"
  948. #~ msgstr "O searx"
  949. #~ msgid "Avg."
  950. #~ msgstr "Śr."
  951. #~ msgid "User Interface"
  952. #~ msgstr "Interfejs Użytkownika"
  953. #~ msgid "Choose style for this theme"
  954. #~ msgstr "Wybierz styl dla tego motywu"
  955. #~ msgid "Style"
  956. #~ msgstr "Styl"
  957. #~ msgid "Show advanced settings"
  958. #~ msgstr "Pokaż ustawienia zaawansowane"
  959. #~ msgid "Show advanced settings panel in the home page by default"
  960. #~ msgstr "Zawsze pokazuj panel ustawień zaawansowanych na stronie głównej"
  961. #~ msgid "Allow all"
  962. #~ msgstr "Zezwól na wszystkie"
  963. #~ msgid "Disable all"
  964. #~ msgstr "Wyłącz wszystkie"
  965. #~ msgid "Selected language"
  966. #~ msgstr "Wybrany język"
  967. #~ msgid "Query"
  968. #~ msgstr "Zapytanie"
  969. #~ msgid "save"
  970. #~ msgstr "zapisz"
  971. #~ msgid "back"
  972. #~ msgstr "z powrotem"
  973. #~ msgid "Links"
  974. #~ msgstr "Hiperłącza"
  975. #~ msgid "RSS subscription"
  976. #~ msgstr "Subskrypcja RSS"
  977. #~ msgid "Search results"
  978. #~ msgstr "Wyniki wyszukiwania"
  979. #~ msgid "next page"
  980. #~ msgstr "następna strona"
  981. #~ msgid "previous page"
  982. #~ msgstr "poprzednia strona"
  983. #~ msgid "Start search"
  984. #~ msgstr "Rozpocznij wyszukiwanie"
  985. #~ msgid "Clear search"
  986. #~ msgstr "Wyczyść wyszukiwanie"
  987. #~ msgid "Clear"
  988. #~ msgstr "Wyczyść"
  989. #~ msgid "stats"
  990. #~ msgstr "statystyki"
  991. #~ msgid "Heads up!"
  992. #~ msgstr "Moment!"
  993. #~ msgid "It look like you are using SearXNG first time."
  994. #~ msgstr "Wygląda na to, że używasz SearXNG po raz pierwszy."
  995. #~ msgid "Well done!"
  996. #~ msgstr "Dobra robota!"
  997. #~ msgid "Settings saved successfully."
  998. #~ msgstr "Ustawienia zostały pomyślnie zapisane."
  999. #~ msgid "Oh snap!"
  1000. #~ msgstr "O rany!"
  1001. #~ msgid "Something went wrong."
  1002. #~ msgstr "Coś poszło nie tak."
  1003. #~ msgid "Date"
  1004. #~ msgstr "Data"
  1005. #~ msgid "Type"
  1006. #~ msgstr "Typ"
  1007. #~ msgid "Get image"
  1008. #~ msgstr "Pobierz obraz"
  1009. #~ msgid "Center Alignment"
  1010. #~ msgstr ""
  1011. #~ msgid "Displays results in the center of the page (Oscar layout)."
  1012. #~ msgstr ""