messages.po 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749
  1. # szl translations for PROJECT.
  2. # Copyright (C) 2022 ORGANIZATION
  3. # This file is distributed under the same license as the PROJECT project.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
  5. # gkkulik <gregorykkulik@gmail.com>, 2022.
  6. # return42 <markus.heiser@darmarit.de>, 2023.
  7. # return42 <return42@users.noreply.translate.codeberg.org>, 2024.
  8. # Anonymous <anonymous@users.noreply.translate.codeberg.org>, 2025.
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: PROJECT VERSION\n"
  12. "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
  13. "POT-Creation-Date: 2025-01-06 15:28+0000\n"
  14. "PO-Revision-Date: 2025-01-06 15:53+0000\n"
  15. "Last-Translator: Anonymous <anonymous@users.noreply.translate.codeberg.org>\n"
  16. "Language-Team: Silesian <https://translate.codeberg.org/projects/searxng/"
  17. "searxng/szl/>\n"
  18. "Language: szl\n"
  19. "MIME-Version: 1.0\n"
  20. "Content-Type: text/plain; charset=utf-8\n"
  21. "Content-Transfer-Encoding: 8bit\n"
  22. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  23. "X-Generator: Weblate 5.9.2\n"
  24. "Generated-By: Babel 2.16.0\n"
  25. #. CONSTANT_NAMES['NO_SUBGROUPING']
  26. #: searx/searxng.msg
  27. msgid "without further subgrouping"
  28. msgstr ""
  29. #. CONSTANT_NAMES['DEFAULT_CATEGORY']
  30. #: searx/searxng.msg
  31. msgid "other"
  32. msgstr "inksze"
  33. #. CATEGORY_NAMES['FILES']
  34. #: searx/searxng.msg
  35. msgid "files"
  36. msgstr "zbiory"
  37. #. CATEGORY_NAMES['GENERAL']
  38. #: searx/searxng.msg
  39. msgid "general"
  40. msgstr "ôgōlne"
  41. #. CATEGORY_NAMES['MUSIC']
  42. #: searx/searxng.msg
  43. msgid "music"
  44. msgstr "muzyka"
  45. #. CATEGORY_NAMES['SOCIAL_MEDIA']
  46. #: searx/searxng.msg
  47. msgid "social media"
  48. msgstr "społeczności"
  49. #. CATEGORY_NAMES['IMAGES']
  50. #: searx/searxng.msg
  51. msgid "images"
  52. msgstr "ôbrazy"
  53. #. CATEGORY_NAMES['VIDEOS']
  54. #: searx/searxng.msg
  55. msgid "videos"
  56. msgstr "wideo"
  57. #. CATEGORY_NAMES['RADIO']
  58. #: searx/engines/radio_browser.py:103 searx/searxng.msg
  59. msgid "radio"
  60. msgstr ""
  61. #. CATEGORY_NAMES['TV']
  62. #: searx/searxng.msg
  63. msgid "tv"
  64. msgstr ""
  65. #. CATEGORY_NAMES['IT']
  66. #: searx/searxng.msg
  67. msgid "it"
  68. msgstr "informatyka"
  69. #. CATEGORY_NAMES['NEWS']
  70. #: searx/searxng.msg
  71. msgid "news"
  72. msgstr "wiadōmości"
  73. #. CATEGORY_NAMES['MAP']
  74. #: searx/searxng.msg
  75. msgid "map"
  76. msgstr "karta"
  77. #. CATEGORY_NAMES['ONIONS']
  78. #: searx/searxng.msg
  79. msgid "onions"
  80. msgstr "cebule"
  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 "apki"
  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 śpiywek"
  97. #. CATEGORY_GROUPS['PACKAGES']
  98. #: searx/searxng.msg
  99. msgid "packages"
  100. msgstr "pakety"
  101. #. CATEGORY_GROUPS['Q_A']
  102. #: searx/searxng.msg
  103. msgid "q&a"
  104. msgstr "pyt. i ôdp."
  105. #. CATEGORY_GROUPS['REPOS']
  106. #: searx/searxng.msg
  107. msgid "repos"
  108. msgstr "repozytoryja"
  109. #. CATEGORY_GROUPS['SOFTWARE_WIKIS']
  110. #: searx/searxng.msg
  111. msgid "software wikis"
  112. msgstr "wiki ôprogramowanio"
  113. #. CATEGORY_GROUPS['WEB']
  114. #: searx/searxng.msg
  115. msgid "web"
  116. msgstr "nec"
  117. #. CATEGORY_GROUPS['SCIENTIFIC PUBLICATIONS']
  118. #: searx/searxng.msg
  119. msgid "scientific publications"
  120. msgstr "naukowe publikacyje"
  121. #. STYLE_NAMES['AUTO']
  122. #: searx/searxng.msg
  123. msgid "auto"
  124. msgstr "autōmatyczny"
  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 "ciymny"
  133. #. STYLE_NAMES['BLACK']
  134. #: searx/searxng.msg
  135. msgid "black"
  136. msgstr ""
  137. #. BRAND_CUSTOM_LINKS['UPTIME']
  138. #: searx/searxng.msg
  139. msgid "Uptime"
  140. msgstr ""
  141. #. BRAND_CUSTOM_LINKS['ABOUT']
  142. #: searx/searxng.msg searx/templates/simple/base.html:50
  143. msgid "About"
  144. msgstr "Informacyje"
  145. #. WEATHER_TERMS['AVERAGE TEMP.']
  146. #: searx/engines/wttr.py:32 searx/searxng.msg
  147. msgid "Average temp."
  148. msgstr ""
  149. #. WEATHER_TERMS['CLOUD COVER']
  150. #: searx/engines/open_meteo.py:91 searx/searxng.msg
  151. msgid "Cloud cover"
  152. msgstr ""
  153. #. WEATHER_TERMS['CONDITION']
  154. #: searx/engines/duckduckgo_weather.py:45 searx/engines/wttr.py:51
  155. #: searx/searxng.msg
  156. msgid "Condition"
  157. msgstr ""
  158. #. WEATHER_TERMS['CURRENT CONDITION']
  159. #: searx/engines/duckduckgo_weather.py:118 searx/engines/wttr.py:104
  160. #: searx/searxng.msg
  161. msgid "Current condition"
  162. msgstr ""
  163. #. WEATHER_TERMS['EVENING']
  164. #: searx/engines/wttr.py:100 searx/searxng.msg
  165. msgid "Evening"
  166. msgstr "Wieczōr"
  167. #. WEATHER_TERMS['FEELS LIKE']
  168. #: searx/engines/duckduckgo_weather.py:53 searx/engines/open_meteo.py:81
  169. #: searx/engines/wttr.py:59 searx/searxng.msg
  170. msgid "Feels like"
  171. msgstr ""
  172. #. WEATHER_TERMS['HUMIDITY']
  173. #: searx/engines/duckduckgo_weather.py:64 searx/engines/open_meteo.py:93
  174. #: searx/engines/wttr.py:68 searx/searxng.msg
  175. msgid "Humidity"
  176. msgstr ""
  177. #. WEATHER_TERMS['MAX TEMP.']
  178. #: searx/engines/duckduckgo_weather.py:77 searx/engines/wttr.py:34
  179. #: searx/searxng.msg
  180. msgid "Max temp."
  181. msgstr ""
  182. #. WEATHER_TERMS['MIN TEMP.']
  183. #: searx/engines/duckduckgo_weather.py:73 searx/engines/wttr.py:33
  184. #: searx/searxng.msg
  185. msgid "Min temp."
  186. msgstr ""
  187. #. WEATHER_TERMS['MORNING']
  188. #: searx/engines/wttr.py:100 searx/searxng.msg
  189. msgid "Morning"
  190. msgstr "Rano"
  191. #. WEATHER_TERMS['NIGHT']
  192. #: searx/engines/wttr.py:100 searx/searxng.msg
  193. msgid "Night"
  194. msgstr "Noc"
  195. #. WEATHER_TERMS['NOON']
  196. #: searx/engines/wttr.py:100 searx/searxng.msg
  197. msgid "Noon"
  198. msgstr "Połednie"
  199. #. WEATHER_TERMS['PRESSURE']
  200. #: searx/engines/open_meteo.py:95 searx/searxng.msg
  201. msgid "Pressure"
  202. msgstr ""
  203. #. WEATHER_TERMS['SUNRISE']
  204. #: searx/engines/duckduckgo_weather.py:81 searx/engines/wttr.py:36
  205. #: searx/searxng.msg
  206. msgid "Sunrise"
  207. msgstr ""
  208. #. WEATHER_TERMS['SUNSET']
  209. #: searx/engines/duckduckgo_weather.py:82 searx/engines/wttr.py:37
  210. #: searx/searxng.msg
  211. msgid "Sunset"
  212. msgstr ""
  213. #. WEATHER_TERMS['TEMPERATURE']
  214. #: searx/engines/duckduckgo_weather.py:48 searx/engines/open_meteo.py:76
  215. #: searx/engines/wttr.py:55 searx/searxng.msg
  216. msgid "Temperature"
  217. msgstr ""
  218. #. WEATHER_TERMS['UV INDEX']
  219. #: searx/engines/duckduckgo_weather.py:80 searx/engines/wttr.py:35
  220. #: searx/searxng.msg
  221. msgid "UV index"
  222. msgstr ""
  223. #. WEATHER_TERMS['VISIBILITY']
  224. #: searx/engines/duckduckgo_weather.py:62 searx/engines/wttr.py:66
  225. #: searx/searxng.msg
  226. msgid "Visibility"
  227. msgstr ""
  228. #. WEATHER_TERMS['WIND']
  229. #: searx/engines/duckduckgo_weather.py:58 searx/engines/open_meteo.py:86
  230. #: searx/engines/wttr.py:62 searx/searxng.msg
  231. msgid "Wind"
  232. msgstr ""
  233. #. SOCIAL_MEDIA_TERMS['SUBSCRIBERS']
  234. #: searx/engines/lemmy.py:85 searx/searxng.msg
  235. msgid "subscribers"
  236. msgstr ""
  237. #. SOCIAL_MEDIA_TERMS['POSTS']
  238. #: searx/engines/lemmy.py:86 searx/searxng.msg
  239. msgid "posts"
  240. msgstr ""
  241. #. SOCIAL_MEDIA_TERMS['ACTIVE USERS']
  242. #: searx/engines/lemmy.py:87 searx/searxng.msg
  243. msgid "active users"
  244. msgstr ""
  245. #. SOCIAL_MEDIA_TERMS['COMMENTS']
  246. #: searx/engines/discourse.py:157 searx/engines/hackernews.py:82
  247. #: searx/engines/lemmy.py:130 searx/searxng.msg
  248. msgid "comments"
  249. msgstr ""
  250. #. SOCIAL_MEDIA_TERMS['USER']
  251. #: searx/engines/lemmy.py:129 searx/engines/lemmy.py:164 searx/searxng.msg
  252. msgid "user"
  253. msgstr ""
  254. #. SOCIAL_MEDIA_TERMS['COMMUNITY']
  255. #: searx/engines/lemmy.py:131 searx/engines/lemmy.py:165 searx/searxng.msg
  256. msgid "community"
  257. msgstr ""
  258. #. SOCIAL_MEDIA_TERMS['POINTS']
  259. #: searx/engines/hackernews.py:82 searx/searxng.msg
  260. msgid "points"
  261. msgstr ""
  262. #. SOCIAL_MEDIA_TERMS['TITLE']
  263. #: searx/searxng.msg
  264. msgid "title"
  265. msgstr ""
  266. #. SOCIAL_MEDIA_TERMS['AUTHOR']
  267. #: searx/engines/hackernews.py:85 searx/searxng.msg
  268. msgid "author"
  269. msgstr ""
  270. #. SOCIAL_MEDIA_TERMS['THREAD OPEN']
  271. #: searx/engines/discourse.py:149 searx/searxng.msg
  272. msgid "open"
  273. msgstr ""
  274. #. SOCIAL_MEDIA_TERMS['THREAD CLOSED']
  275. #: searx/engines/discourse.py:149 searx/searxng.msg
  276. msgid "closed"
  277. msgstr ""
  278. #. SOCIAL_MEDIA_TERMS['THREAD ANSWERED']
  279. #: searx/engines/discourse.py:160 searx/searxng.msg
  280. msgid "answered"
  281. msgstr ""
  282. #: searx/webapp.py:323
  283. msgid "No item found"
  284. msgstr "Żodyn elymynt niy znojdziōny"
  285. #: searx/engines/qwant.py:288
  286. #: searx/templates/simple/result_templates/images.html:23 searx/webapp.py:325
  287. msgid "Source"
  288. msgstr "Zdrzōdło"
  289. #: searx/webapp.py:327
  290. msgid "Error loading the next page"
  291. msgstr "Feler ladowanio nastympnyj strōny"
  292. #: searx/webapp.py:492 searx/webapp.py:900
  293. msgid "Invalid settings, please edit your preferences"
  294. msgstr "Niynoleżne sztalōnki, zmiyń swoje preferyncyje"
  295. #: searx/webapp.py:508
  296. msgid "Invalid settings"
  297. msgstr "Niynoleżne sztalōnki"
  298. #: searx/webapp.py:585 searx/webapp.py:675
  299. msgid "search error"
  300. msgstr "błōnd wyszukowanio"
  301. #: searx/webutils.py:36
  302. msgid "timeout"
  303. msgstr "kōniec czasu"
  304. #: searx/webutils.py:37
  305. msgid "parsing error"
  306. msgstr "feler przetworzanio"
  307. #: searx/webutils.py:38
  308. msgid "HTTP protocol error"
  309. msgstr "Feler protokołu HTTP"
  310. #: searx/webutils.py:39
  311. msgid "network error"
  312. msgstr "feler necu"
  313. #: searx/webutils.py:40
  314. msgid "SSL error: certificate validation has failed"
  315. msgstr "Feler SSL: niy podarziło sie poświadczynie certyfikatu"
  316. #: searx/webutils.py:42
  317. msgid "unexpected crash"
  318. msgstr "niyspodziano awaryjo"
  319. #: searx/webutils.py:49
  320. msgid "HTTP error"
  321. msgstr "Feler HTTP"
  322. #: searx/webutils.py:50
  323. msgid "HTTP connection error"
  324. msgstr "Feler połōnczynio HTTP"
  325. #: searx/webutils.py:56
  326. msgid "proxy error"
  327. msgstr "feler proxy"
  328. #: searx/webutils.py:57
  329. msgid "CAPTCHA"
  330. msgstr "CAPTCHA"
  331. #: searx/webutils.py:58
  332. msgid "too many requests"
  333. msgstr "za moc żōndań"
  334. #: searx/webutils.py:59
  335. msgid "access denied"
  336. msgstr "dostymp ôdkozany"
  337. #: searx/webutils.py:60
  338. msgid "server API error"
  339. msgstr "feler serwera API"
  340. #: searx/webutils.py:79
  341. msgid "Suspended"
  342. msgstr "Strzimane"
  343. #: searx/webutils.py:314
  344. msgid "{minutes} minute(s) ago"
  345. msgstr "{minutes} minut(y) tymu"
  346. #: searx/webutils.py:315
  347. msgid "{hours} hour(s), {minutes} minute(s) ago"
  348. msgstr "{hours} godzin(y), {minutes} minut(y) tymu"
  349. #: searx/answerers/random/answerer.py:76
  350. msgid "Random value generator"
  351. msgstr "Gyneratōr losowych wert"
  352. #: searx/answerers/random/answerer.py:77
  353. msgid "Generate different random values"
  354. msgstr "Wygyneruj insze werty losowe"
  355. #: searx/answerers/statistics/answerer.py:50
  356. msgid "Statistics functions"
  357. msgstr "Funkcyje statystyczne"
  358. #: searx/answerers/statistics/answerer.py:51
  359. msgid "Compute {functions} of the arguments"
  360. msgstr "Porachuj {functions} ôd argumyntōw"
  361. #: searx/engines/mozhi.py:57
  362. msgid "Synonyms"
  363. msgstr ""
  364. #: searx/engines/openstreetmap.py:159
  365. msgid "Get directions"
  366. msgstr "Znojdź skazōwki"
  367. #: searx/engines/pdbe.py:96
  368. msgid "{title} (OBSOLETE)"
  369. msgstr "{title} (ZASTARZAŁE)"
  370. #: searx/engines/pdbe.py:103
  371. msgid "This entry has been superseded by"
  372. msgstr "Tyn wpis bōł zastōmpiōny ôd"
  373. #: searx/engines/qwant.py:290
  374. msgid "Channel"
  375. msgstr "Kanał"
  376. #: searx/engines/radio_browser.py:105
  377. msgid "bitrate"
  378. msgstr ""
  379. #: searx/engines/radio_browser.py:106
  380. msgid "votes"
  381. msgstr ""
  382. #: searx/engines/radio_browser.py:107
  383. msgid "clicks"
  384. msgstr ""
  385. #: searx/engines/seekr.py:193 searx/engines/yummly.py:71
  386. #: searx/engines/zlibrary.py:137
  387. msgid "Language"
  388. msgstr ""
  389. #: searx/engines/semantic_scholar.py:78
  390. msgid ""
  391. "{numCitations} citations from the year {firstCitationVelocityYear} to "
  392. "{lastCitationVelocityYear}"
  393. msgstr ""
  394. "{numCitations} cytowań ôd roku {firstCitationVelocityYear} do "
  395. "{lastCitationVelocityYear}"
  396. #: searx/engines/tineye.py:45
  397. msgid ""
  398. "Could not read that image url. This may be due to an unsupported file "
  399. "format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
  400. " WebP."
  401. msgstr ""
  402. "Niy szło przeczytać adresy ôd tego ôbrozka. To może wynikać ze niyspiyranego "
  403. "formatu zbioru. TinEye spiyro ino ôbrazy JPEG, PNG, GIF, BMP, TIFF i WebP."
  404. #: searx/engines/tineye.py:51
  405. msgid ""
  406. "The image is too simple to find matches. TinEye requires a basic level of"
  407. " visual detail to successfully identify matches."
  408. msgstr ""
  409. "Tyn ôbroz je za mały, żeby znojś coś, co pasuje. TinEye potrzebuje "
  410. "podstawowego poziōmu wizualnyj akuratności, żeby akuratnie idyntyfikować "
  411. "pasowne ôbrazy."
  412. #: searx/engines/tineye.py:57
  413. msgid "The image could not be downloaded."
  414. msgstr "Tego ôbrazu niy szło ściōngnōńć."
  415. #: searx/engines/zlibrary.py:138
  416. msgid "Book rating"
  417. msgstr ""
  418. #: searx/engines/zlibrary.py:139
  419. msgid "File quality"
  420. msgstr ""
  421. #: searx/plugins/calculator.py:18
  422. msgid "Calculate mathematical expressions via the search bar"
  423. msgstr ""
  424. #: searx/plugins/hash_plugin.py:10
  425. msgid "Converts strings to different hash digests."
  426. msgstr "Kōnwertuje frazy na rozmajte skrōty hash."
  427. #: searx/plugins/hash_plugin.py:38
  428. msgid "hash digest"
  429. msgstr "skrōt hash"
  430. #: searx/plugins/hostnames.py:103
  431. msgid "Hostnames plugin"
  432. msgstr ""
  433. #: searx/plugins/hostnames.py:104
  434. msgid "Rewrite hostnames, remove results or prioritize them based on the hostname"
  435. msgstr ""
  436. #: searx/plugins/oa_doi_rewrite.py:12
  437. msgid "Open Access DOI rewrite"
  438. msgstr "Nadpisowanie DOI z ôtwartym dostympym"
  439. #: searx/plugins/oa_doi_rewrite.py:13
  440. msgid ""
  441. "Avoid paywalls by redirecting to open-access versions of publications "
  442. "when available"
  443. msgstr ""
  444. "Unikej płacynio za dostymp bez przekerowowanie do ôtwartych wersyji "
  445. "publikacyji, kej sōm dostympne"
  446. #: searx/plugins/self_info.py:9
  447. msgid "Self Information"
  448. msgstr "Włosne informacyje"
  449. #: searx/plugins/self_info.py:10
  450. msgid ""
  451. "Displays your IP if the query is \"ip\" and your user agent if the query "
  452. "contains \"user agent\"."
  453. msgstr ""
  454. "Pokazuje twoja adresa IP, jeźli zapytanie to „ip”, i twojigo agynta "
  455. "używocza, jeźli zapytanie zawiyro „user agent”."
  456. #: searx/plugins/self_info.py:28
  457. msgid "Your IP is: "
  458. msgstr ""
  459. #: searx/plugins/self_info.py:31
  460. msgid "Your user-agent is: "
  461. msgstr ""
  462. #: searx/plugins/tor_check.py:24
  463. msgid "Tor check plugin"
  464. msgstr "Przidowek sprawdzanio necu Tor"
  465. #: searx/plugins/tor_check.py:27
  466. msgid ""
  467. "This plugin checks if the address of the request is a Tor exit-node, and "
  468. "informs the user if it is; like check.torproject.org, but from SearXNG."
  469. msgstr ""
  470. "Tyn przidowek sprawdzo, jeźli adresa ôd żōndanio to je wynzoł wyjścio TOR"
  471. " i informuje używocza, jeźli tak je. To jak check.torproject.org ino ôd "
  472. "SearXNG."
  473. #: searx/plugins/tor_check.py:61
  474. msgid ""
  475. "Could not download the list of Tor exit-nodes from: "
  476. "https://check.torproject.org/exit-addresses"
  477. msgstr ""
  478. #: searx/plugins/tor_check.py:77
  479. msgid ""
  480. "You are using Tor and it looks like you have this external IP address: "
  481. "{ip_address}"
  482. msgstr ""
  483. #: searx/plugins/tor_check.py:85
  484. msgid "You are not using Tor and you have this external IP address: {ip_address}"
  485. msgstr ""
  486. #: searx/plugins/tracker_url_remover.py:16
  487. msgid "Tracker URL remover"
  488. msgstr "Wymazowanie trackrōw z URL-ōw"
  489. #: searx/plugins/tracker_url_remover.py:17
  490. msgid "Remove trackers arguments from the returned URL"
  491. msgstr "Wymaż argumynta trackrōw ze swrōcōnyj adresy URL"
  492. #: searx/plugins/unit_converter.py:29
  493. msgid "Convert between units"
  494. msgstr ""
  495. #: searx/templates/simple/404.html:4
  496. msgid "Page not found"
  497. msgstr "Strōna niy znojdziōno"
  498. #: searx/templates/simple/404.html:6
  499. #, python-format
  500. msgid "Go to %(search_page)s."
  501. msgstr "Idź do %(search_page)s."
  502. #: searx/templates/simple/404.html:6
  503. msgid "search page"
  504. msgstr "strōny wyszukowanio"
  505. #: searx/templates/simple/base.html:54
  506. msgid "Donate"
  507. msgstr "Spōmōż"
  508. #: searx/templates/simple/base.html:58
  509. #: searx/templates/simple/preferences.html:156
  510. msgid "Preferences"
  511. msgstr "Preferyncyje"
  512. #: searx/templates/simple/base.html:68
  513. msgid "Powered by"
  514. msgstr "Spiyrane ôd"
  515. #: searx/templates/simple/base.html:68
  516. msgid "a privacy-respecting, open metasearch engine"
  517. msgstr "ôtwarto metawyszukowarka, co szanuje prywatność"
  518. #: searx/templates/simple/base.html:69
  519. #: searx/templates/simple/result_templates/packages.html:59
  520. msgid "Source code"
  521. msgstr "Kod zdrzōdłowy"
  522. #: searx/templates/simple/base.html:70
  523. msgid "Issue tracker"
  524. msgstr "Dziynnik problymōw"
  525. #: searx/templates/simple/base.html:71 searx/templates/simple/stats.html:18
  526. msgid "Engine stats"
  527. msgstr "Statystyki wyszukowarki"
  528. #: searx/templates/simple/base.html:73
  529. msgid "Public instances"
  530. msgstr "Publiczne instancyje"
  531. #: searx/templates/simple/base.html:76
  532. msgid "Privacy policy"
  533. msgstr "Polityka prywatności"
  534. #: searx/templates/simple/base.html:79
  535. msgid "Contact instance maintainer"
  536. msgstr "Skōntaktuj sie ze administratorym instancyje"
  537. #: searx/templates/simple/categories.html:26
  538. msgid "Click on the magnifier to perform search"
  539. msgstr "Kliknij na lupa, coby wykōnać wyszukowanie"
  540. #: searx/templates/simple/macros.html:40
  541. msgid "Length"
  542. msgstr "Dugość"
  543. #: searx/templates/simple/macros.html:41
  544. msgid "Views"
  545. msgstr ""
  546. #: searx/templates/simple/macros.html:42
  547. #: searx/templates/simple/result_templates/files.html:34
  548. #: searx/templates/simple/result_templates/images.html:19
  549. #: searx/templates/simple/result_templates/paper.html:6
  550. msgid "Author"
  551. msgstr "Autōr"
  552. #: searx/templates/simple/macros.html:50
  553. msgid "cached"
  554. msgstr "buforowane"
  555. #: searx/templates/simple/macros.html:50
  556. msgid "proxied"
  557. msgstr "ze proxy"
  558. #: searx/templates/simple/new_issue.html:64
  559. msgid "Start submitting a new issue on GitHub"
  560. msgstr "Zacznij ôtwiyrać nowy problym na GitHubie"
  561. #: searx/templates/simple/new_issue.html:66
  562. msgid "Please check for existing bugs about this engine on GitHub"
  563. msgstr "Sprawdź teroźne felery ôd tego motoru na GitHubie"
  564. #: searx/templates/simple/new_issue.html:69
  565. msgid "I confirm there is no existing bug about the issue I encounter"
  566. msgstr ""
  567. "Potwiyrdzōm, że niy ma teroźnego feleru, co by sie tykoł mojigo problymu"
  568. #: searx/templates/simple/new_issue.html:71
  569. msgid "If this is a public instance, please specify the URL in the bug report"
  570. msgstr "Jeźli to je publiczno instancyjo, to podej URL we reporcie ô felerze"
  571. #: searx/templates/simple/new_issue.html:72
  572. msgid "Submit a new issue on Github including the above information"
  573. msgstr "Wyślij nowe zgłoszynie problymu na Github ze informacyjōm wyżyj"
  574. #: searx/templates/simple/preferences.html:65
  575. msgid "No HTTPS"
  576. msgstr "Brak HTTPS"
  577. #: searx/templates/simple/elements/engines_msg.html:14
  578. #: searx/templates/simple/preferences.html:69
  579. #: searx/templates/simple/preferences.html:70
  580. msgid "View error logs and submit a bug report"
  581. msgstr "Pokoż dziynniki felerōw i wyślij report ô felerze"
  582. #: searx/templates/simple/preferences.html:74
  583. msgid "!bang for this engine"
  584. msgstr ""
  585. #: searx/templates/simple/preferences.html:80
  586. msgid "!bang for its categories"
  587. msgstr ""
  588. #: searx/templates/simple/preferences.html:102
  589. #: searx/templates/simple/stats.html:64
  590. msgid "Median"
  591. msgstr "Mediana"
  592. #: searx/templates/simple/preferences.html:103
  593. #: searx/templates/simple/stats.html:70
  594. msgid "P80"
  595. msgstr "P80"
  596. #: searx/templates/simple/preferences.html:104
  597. #: searx/templates/simple/stats.html:76
  598. msgid "P95"
  599. msgstr "P95"
  600. #: searx/templates/simple/preferences.html:136
  601. msgid "Failed checker test(s): "
  602. msgstr "Niypodarzōne testy weryfikacyjne: "
  603. #: searx/templates/simple/preferences.html:138
  604. msgid "Errors:"
  605. msgstr "Felery:"
  606. #: searx/templates/simple/preferences.html:162
  607. msgid "General"
  608. msgstr "Ôgōlne"
  609. #: searx/templates/simple/preferences.html:165
  610. msgid "Default categories"
  611. msgstr "Wychodne kategoryje"
  612. #: searx/templates/simple/preferences.html:190
  613. msgid "User interface"
  614. msgstr "Interfejs używocza"
  615. #: searx/templates/simple/preferences.html:212
  616. msgid "Privacy"
  617. msgstr "Prywatność"
  618. #: searx/templates/simple/preferences.html:225
  619. msgid "Engines"
  620. msgstr "Wyszukowarki"
  621. #: searx/templates/simple/preferences.html:227
  622. msgid "Currently used search engines"
  623. msgstr "Teroźnie używane wyszukowarki"
  624. #: searx/templates/simple/preferences.html:235
  625. msgid "Special Queries"
  626. msgstr "Ekstra zapytania"
  627. #: searx/templates/simple/preferences.html:241
  628. msgid "Cookies"
  629. msgstr "Cookies"
  630. #: searx/templates/simple/results.html:23
  631. msgid "Answers"
  632. msgstr "Ôdpowiedzi"
  633. #: searx/templates/simple/results.html:42
  634. msgid "Number of results"
  635. msgstr "Liczba wynikōw"
  636. #: searx/templates/simple/results.html:48
  637. msgid "Info"
  638. msgstr "Info"
  639. #: searx/templates/simple/results.html:75
  640. msgid "Try searching for:"
  641. msgstr "Sprōbuj wyszukać:"
  642. #: searx/templates/simple/results.html:107
  643. msgid "Back to top"
  644. msgstr "Nazod do wiyrchu"
  645. #: searx/templates/simple/results.html:125
  646. msgid "Previous page"
  647. msgstr "Piyrwyjszo strōna"
  648. #: searx/templates/simple/results.html:143
  649. msgid "Next page"
  650. msgstr "Dalszo strōna"
  651. #: searx/templates/simple/search.html:3
  652. msgid "Display the front page"
  653. msgstr "Pokoż przodnio strōna"
  654. #: searx/templates/simple/search.html:9
  655. #: searx/templates/simple/simple_search.html:5
  656. msgid "Search for..."
  657. msgstr "Szukej..."
  658. #: searx/templates/simple/search.html:10
  659. #: searx/templates/simple/simple_search.html:6
  660. msgid "clear"
  661. msgstr "wysnoż"
  662. #: searx/templates/simple/search.html:11
  663. #: searx/templates/simple/simple_search.html:7
  664. msgid "search"
  665. msgstr "szukanie"
  666. #: searx/templates/simple/stats.html:21
  667. msgid "There is currently no data available. "
  668. msgstr "Teroz niy ma dostympnych danych. "
  669. #: searx/templates/simple/preferences/engines.html:24
  670. #: searx/templates/simple/stats.html:25
  671. msgid "Engine name"
  672. msgstr "Miano ôd wyszukowarki"
  673. #: searx/templates/simple/stats.html:26
  674. msgid "Scores"
  675. msgstr "Wyniki"
  676. #: searx/templates/simple/stats.html:27
  677. msgid "Result count"
  678. msgstr "Wielość wynikōw"
  679. #: searx/templates/simple/elements/engines_msg.html:7
  680. #: searx/templates/simple/preferences/engines.html:31
  681. #: searx/templates/simple/stats.html:28
  682. msgid "Response time"
  683. msgstr "Czas ôdpowiedzi"
  684. #: searx/templates/simple/preferences/engines.html:35
  685. #: searx/templates/simple/stats.html:29
  686. msgid "Reliability"
  687. msgstr "Wiarogodność"
  688. #: searx/templates/simple/stats.html:59
  689. msgid "Total"
  690. msgstr "Społym"
  691. #: searx/templates/simple/stats.html:60
  692. msgid "HTTP"
  693. msgstr "HTTP"
  694. #: searx/templates/simple/stats.html:61
  695. msgid "Processing"
  696. msgstr "Przetworzanie"
  697. #: searx/templates/simple/stats.html:99
  698. msgid "Warnings"
  699. msgstr "Ôstrzeżynia"
  700. #: searx/templates/simple/stats.html:99
  701. msgid "Errors and exceptions"
  702. msgstr "Felery i wyjōntki"
  703. #: searx/templates/simple/stats.html:105
  704. msgid "Exception"
  705. msgstr "Wyjōntek"
  706. #: searx/templates/simple/stats.html:107
  707. msgid "Message"
  708. msgstr "Kōmunikat"
  709. #: searx/templates/simple/stats.html:109
  710. msgid "Percentage"
  711. msgstr "Procynt"
  712. #: searx/templates/simple/stats.html:111
  713. msgid "Parameter"
  714. msgstr "Parameter"
  715. #: searx/templates/simple/result_templates/files.html:36
  716. #: searx/templates/simple/stats.html:119
  717. msgid "Filename"
  718. msgstr "Miano zbioru"
  719. #: searx/templates/simple/stats.html:120
  720. msgid "Function"
  721. msgstr "Funkcyjo"
  722. #: searx/templates/simple/stats.html:121
  723. msgid "Code"
  724. msgstr "Kod"
  725. #: searx/templates/simple/stats.html:128
  726. msgid "Checker"
  727. msgstr "Weryfikacyjo"
  728. #: searx/templates/simple/stats.html:131
  729. msgid "Failed test"
  730. msgstr "Niypodarzōny test"
  731. #: searx/templates/simple/stats.html:132
  732. msgid "Comment(s)"
  733. msgstr "Kōmyntorz(e)"
  734. #: searx/templates/simple/elements/apis.html:3
  735. msgid "Download results"
  736. msgstr "Ściōng wyniki"
  737. #: searx/templates/simple/elements/engines_msg.html:4
  738. msgid "Messages from the search engines"
  739. msgstr ""
  740. #: searx/templates/simple/elements/engines_msg.html:7
  741. msgid "seconds"
  742. msgstr ""
  743. #: searx/templates/simple/elements/search_url.html:3
  744. msgid "Search URL"
  745. msgstr "URL wyszukowanio"
  746. #: searx/templates/simple/elements/search_url.html:4
  747. #: searx/templates/simple/preferences/cookies.html:54
  748. msgid "Copied"
  749. msgstr ""
  750. #: searx/templates/simple/elements/search_url.html:4
  751. #: searx/templates/simple/preferences/cookies.html:54
  752. msgid "Copy"
  753. msgstr ""
  754. #: searx/templates/simple/elements/suggestions.html:3
  755. msgid "Suggestions"
  756. msgstr "Dorady"
  757. #: searx/templates/simple/filters/languages.html:1
  758. #: searx/templates/simple/preferences/language.html:2
  759. msgid "Search language"
  760. msgstr "Jynzyk wyszukowanio"
  761. #: searx/templates/simple/filters/languages.html:4
  762. #: searx/templates/simple/preferences/language.html:7
  763. msgid "Default language"
  764. msgstr "Wychodny jynzyk"
  765. #: searx/templates/simple/filters/languages.html:8
  766. #: searx/templates/simple/preferences/language.html:11
  767. msgid "Auto-detect"
  768. msgstr ""
  769. #: searx/templates/simple/filters/safesearch.html:1
  770. #: searx/templates/simple/filters/safesearch.html:2
  771. #: searx/templates/simple/filters/safesearch.html:3
  772. #: searx/templates/simple/filters/safesearch.html:4
  773. #: searx/templates/simple/preferences/engines.html:27
  774. #: searx/templates/simple/preferences/safesearch.html:2
  775. msgid "SafeSearch"
  776. msgstr "Bezpieczne szukanie"
  777. #: searx/templates/simple/filters/safesearch.html:2
  778. #: searx/templates/simple/preferences/safesearch.html:7
  779. msgid "Strict"
  780. msgstr "Ścisłe"
  781. #: searx/templates/simple/filters/safesearch.html:3
  782. #: searx/templates/simple/preferences/safesearch.html:11
  783. msgid "Moderate"
  784. msgstr "Postrzednie"
  785. #: searx/templates/simple/filters/safesearch.html:4
  786. #: searx/templates/simple/preferences/safesearch.html:15
  787. msgid "None"
  788. msgstr "Brak"
  789. #: searx/templates/simple/filters/time_range.html:1
  790. #: searx/templates/simple/preferences/engines.html:28
  791. msgid "Time range"
  792. msgstr "Zakres czasu"
  793. #: searx/templates/simple/filters/time_range.html:3
  794. msgid "Anytime"
  795. msgstr "Z leda kedy"
  796. #: searx/templates/simple/filters/time_range.html:6
  797. msgid "Last day"
  798. msgstr "Z ôstatnigo dnia"
  799. #: searx/templates/simple/filters/time_range.html:9
  800. msgid "Last week"
  801. msgstr "Z ôstatnigo tydnia"
  802. #: searx/templates/simple/filters/time_range.html:12
  803. msgid "Last month"
  804. msgstr "Z ôstatnigo miesiōnca"
  805. #: searx/templates/simple/filters/time_range.html:15
  806. msgid "Last year"
  807. msgstr "Z ôstatnigo roku"
  808. #: searx/templates/simple/messages/no_cookies.html:3
  809. msgid "Information!"
  810. msgstr "Informacyjo!"
  811. #: searx/templates/simple/messages/no_cookies.html:4
  812. msgid "currently, there are no cookies defined."
  813. msgstr "teroźnie niy ma zdefiniowanych żodnych cookies."
  814. #: searx/templates/simple/messages/no_results.html:6
  815. msgid "Sorry!"
  816. msgstr "Niystety!"
  817. #: searx/templates/simple/messages/no_results.html:12
  818. msgid "No results were found. You can try to:"
  819. msgstr ""
  820. #: searx/templates/simple/messages/no_results.html:14
  821. msgid "There are no more results. You can try to:"
  822. msgstr ""
  823. #: searx/templates/simple/messages/no_results.html:19
  824. msgid "Refresh the page."
  825. msgstr ""
  826. #: searx/templates/simple/messages/no_results.html:20
  827. msgid "Search for another query or select another category (above)."
  828. msgstr ""
  829. #: searx/templates/simple/messages/no_results.html:21
  830. msgid "Change the search engine used in the preferences:"
  831. msgstr ""
  832. #: searx/templates/simple/messages/no_results.html:22
  833. msgid "Switch to another instance:"
  834. msgstr ""
  835. #: searx/templates/simple/messages/no_results.html:24
  836. msgid "Search for another query or select another category."
  837. msgstr ""
  838. #: searx/templates/simple/messages/no_results.html:25
  839. msgid "Go back to the previous page using the previous page button."
  840. msgstr ""
  841. #: searx/templates/simple/preferences/answerers.html:4
  842. #: searx/templates/simple/preferences/engines.html:23
  843. msgid "Allow"
  844. msgstr "Zwōl"
  845. #: searx/templates/simple/preferences/answerers.html:5
  846. msgid "Keywords"
  847. msgstr "Słowa kluczowe"
  848. #: searx/templates/simple/preferences/answerers.html:6
  849. #: searx/templates/simple/result_templates/packages.html:7
  850. msgid "Name"
  851. msgstr "Miano"
  852. #: searx/templates/simple/preferences/answerers.html:7
  853. msgid "Description"
  854. msgstr "Ôpis"
  855. #: searx/templates/simple/preferences/answerers.html:8
  856. msgid "Examples"
  857. msgstr "Przikłady"
  858. #: searx/templates/simple/preferences/answerers.html:13
  859. msgid "This is the list of SearXNG's instant answering modules."
  860. msgstr "To je wykoz modułōw wartkij ôdpowiedzi we SearXNG."
  861. #: searx/templates/simple/preferences/answerers.html:29
  862. msgid "This is the list of plugins."
  863. msgstr "To je wykoz przidowkōw."
  864. #: searx/templates/simple/preferences/autocomplete.html:2
  865. msgid "Autocomplete"
  866. msgstr "Autodopołnianie"
  867. #: searx/templates/simple/preferences/autocomplete.html:15
  868. msgid "Find stuff as you type"
  869. msgstr "Szukej w czasie pisanio"
  870. #: searx/templates/simple/preferences/center_alignment.html:2
  871. msgid "Center Alignment"
  872. msgstr "Wypostrzodkowanie"
  873. #: searx/templates/simple/preferences/center_alignment.html:14
  874. msgid "Displays results in the center of the page (Oscar layout)."
  875. msgstr "Pokoż wyniki we postrzodku strōny (ukłod Oscar)."
  876. #: searx/templates/simple/preferences/cookies.html:2
  877. msgid ""
  878. "This is the list of cookies and their values SearXNG is storing on your "
  879. "computer."
  880. msgstr ""
  881. "To je wykoz cookies i jejich werty, co SearXNG zapisuje na twojim kōmputrze."
  882. #: searx/templates/simple/preferences/cookies.html:3
  883. msgid "With that list, you can assess SearXNG transparency."
  884. msgstr "Ze pōmocōm tego wykazu możesz ôcynić przejzdrzistość SearXNG."
  885. #: searx/templates/simple/preferences/cookies.html:9
  886. msgid "Cookie name"
  887. msgstr "Miano ôd cookie"
  888. #: searx/templates/simple/preferences/cookies.html:10
  889. msgid "Value"
  890. msgstr "Wert"
  891. #: searx/templates/simple/preferences/cookies.html:23
  892. msgid "Search URL of the currently saved preferences"
  893. msgstr "Wyszukej adresy URL aktualnie spamiyntanych preferyncyji"
  894. #: searx/templates/simple/preferences/cookies.html:32
  895. msgid ""
  896. "Note: specifying custom settings in the search URL can reduce privacy by "
  897. "leaking data to the clicked result sites."
  898. msgstr ""
  899. "Pozōr: ôkryślanie sztalōnkōw niysztandardowych w adresie URL wyszukowanio "
  900. "może zmyńszyć prywatność bez przenoszynie danych do klikniyntych strōn z "
  901. "wynikōw."
  902. #: searx/templates/simple/preferences/cookies.html:35
  903. msgid "URL to restore your preferences in another browser"
  904. msgstr "URL to prziwrōcynio twojich sztalōnkōw na inkszyj przeglōndarce"
  905. #: searx/templates/simple/preferences/cookies.html:43
  906. msgid ""
  907. "Specifying custom settings in the preferences URL can be used to sync "
  908. "preferences across devices."
  909. msgstr ""
  910. "Skazowanie włosnych parametrōw we adresie sztalōnkōw może być używane do "
  911. "synchrōnizowanio sztalōnkōw miyndzy maszinami."
  912. #: searx/templates/simple/preferences/cookies.html:46
  913. msgid "Copy preferences hash"
  914. msgstr ""
  915. #: searx/templates/simple/preferences/cookies.html:57
  916. msgid "Insert copied preferences hash (without URL) to restore"
  917. msgstr ""
  918. #: searx/templates/simple/preferences/cookies.html:59
  919. msgid "Preferences hash"
  920. msgstr ""
  921. #: searx/templates/simple/preferences/doi_resolver.html:2
  922. msgid "Open Access DOI resolver"
  923. msgstr "Podsystym DOI z ôtwartym dostympym"
  924. #: searx/templates/simple/preferences/doi_resolver.html:14
  925. msgid "Select service used by DOI rewrite"
  926. msgstr ""
  927. #: searx/templates/simple/preferences/engines.html:9
  928. msgid ""
  929. "This tab does not exists in the user interface, but you can search in "
  930. "these engines by its !bangs."
  931. msgstr ""
  932. #: searx/templates/simple/preferences/engines.html:15
  933. msgid "Enable all"
  934. msgstr ""
  935. #: searx/templates/simple/preferences/engines.html:16
  936. msgid "Disable all"
  937. msgstr ""
  938. #: searx/templates/simple/preferences/engines.html:25
  939. msgid "!bang"
  940. msgstr ""
  941. #: searx/templates/simple/preferences/engines.html:26
  942. msgid "Supports selected language"
  943. msgstr "Spiyro ôbrany jynzyk"
  944. #: searx/templates/simple/preferences/engines.html:29
  945. msgid "Weight"
  946. msgstr ""
  947. #: searx/templates/simple/preferences/engines.html:33
  948. msgid "Max time"
  949. msgstr "Maks. czas"
  950. #: searx/templates/simple/preferences/favicon.html:2
  951. msgid "Favicon Resolver"
  952. msgstr ""
  953. #: searx/templates/simple/preferences/favicon.html:15
  954. msgid "Display favicons near search results"
  955. msgstr ""
  956. #: searx/templates/simple/preferences/footer.html:2
  957. msgid ""
  958. "These settings are stored in your cookies, this allows us not to store "
  959. "this data about you."
  960. msgstr ""
  961. "Te sztalōnki sōm trzimane we zbiorach cookies, tōż mogymy niy trzimać tych "
  962. "danych ô ciebie."
  963. #: searx/templates/simple/preferences/footer.html:3
  964. msgid ""
  965. "These cookies serve your sole convenience, we don't use these cookies to "
  966. "track you."
  967. msgstr ""
  968. "Te zbiory cookies sużōm ino twojimu kōmfortowi, niy używōmy ich do śledzynio "
  969. "cie."
  970. #: searx/templates/simple/preferences/footer.html:6
  971. msgid "Save"
  972. msgstr "Spamiyntej"
  973. #: searx/templates/simple/preferences/footer.html:9
  974. msgid "Reset defaults"
  975. msgstr "Prziwrōć wychodne"
  976. #: searx/templates/simple/preferences/footer.html:13
  977. msgid "Back"
  978. msgstr "Nazod"
  979. #: searx/templates/simple/preferences/hotkeys.html:2
  980. msgid "Hotkeys"
  981. msgstr ""
  982. #: searx/templates/simple/preferences/hotkeys.html:13
  983. msgid "Vim-like"
  984. msgstr ""
  985. #: searx/templates/simple/preferences/hotkeys.html:18
  986. msgid ""
  987. "Navigate search results with hotkeys (JavaScript required). Press \"h\" "
  988. "key on main or result page to get help."
  989. msgstr ""
  990. #: searx/templates/simple/preferences/image_proxy.html:2
  991. msgid "Image proxy"
  992. msgstr "Proxy ôbrazōw"
  993. #: searx/templates/simple/preferences/image_proxy.html:14
  994. msgid "Proxying image results through SearXNG"
  995. msgstr "Przesyłanie wynikōw ôbrazōw bez proxy SearXNG"
  996. #: searx/templates/simple/preferences/infinite_scroll.html:2
  997. msgid "Infinite scroll"
  998. msgstr "Niyskōńczōne przewijanie"
  999. #: searx/templates/simple/preferences/infinite_scroll.html:14
  1000. msgid "Automatically load next page when scrolling to bottom of current page"
  1001. msgstr ""
  1002. "Autōmatycznie laduj nastympno strōna przi przewijaniu do spodka teroźnyj "
  1003. "strōny"
  1004. #: searx/templates/simple/preferences/language.html:24
  1005. msgid "What language do you prefer for search?"
  1006. msgstr "W jakim jynzyku wolisz wyszukować?"
  1007. #: searx/templates/simple/preferences/language.html:25
  1008. msgid "Choose Auto-detect to let SearXNG detect the language of your query."
  1009. msgstr ""
  1010. #: searx/templates/simple/preferences/method.html:2
  1011. msgid "HTTP Method"
  1012. msgstr "Metoda HTTP"
  1013. #: searx/templates/simple/preferences/method.html:14
  1014. msgid "Change how forms are submitted"
  1015. msgstr ""
  1016. #: searx/templates/simple/preferences/query_in_title.html:2
  1017. msgid "Query in the page's title"
  1018. msgstr "Zapytanie we tytule ôd strōny"
  1019. #: searx/templates/simple/preferences/query_in_title.html:14
  1020. msgid ""
  1021. "When enabled, the result page's title contains your query. Your browser "
  1022. "can record this title"
  1023. msgstr ""
  1024. "Jak włōnczōne, to twoje zapytanie je we tytule ôd strōny wynikōw. Twoja "
  1025. "przeglōndarka może spamiyntać tyn tytuł"
  1026. #: searx/templates/simple/preferences/results_on_new_tab.html:2
  1027. msgid "Results on new tabs"
  1028. msgstr "Wyniki na nowych kartach"
  1029. #: searx/templates/simple/preferences/results_on_new_tab.html:14
  1030. msgid "Open result links on new browser tabs"
  1031. msgstr "Ôtwōrz linki wynikōw we nowych kartach przeglōndarki"
  1032. #: searx/templates/simple/preferences/safesearch.html:20
  1033. msgid "Filter content"
  1034. msgstr "Filtruj treści"
  1035. #: searx/templates/simple/preferences/search_on_category_select.html:2
  1036. msgid "Search on category select"
  1037. msgstr "Szukej po ôbraniu kategoryje"
  1038. #: searx/templates/simple/preferences/search_on_category_select.html:14
  1039. msgid ""
  1040. "Perform search immediately if a category selected. Disable to select "
  1041. "multiple categories"
  1042. msgstr ""
  1043. #: searx/templates/simple/preferences/theme.html:2
  1044. msgid "Theme"
  1045. msgstr "Tymat"
  1046. #: searx/templates/simple/preferences/theme.html:14
  1047. msgid "Change SearXNG layout"
  1048. msgstr "Zmiyń ukłod ôd SearXNG"
  1049. #: searx/templates/simple/preferences/theme.html:19
  1050. msgid "Theme style"
  1051. msgstr "Styl ôd tymatu"
  1052. #: searx/templates/simple/preferences/theme.html:31
  1053. msgid "Choose auto to follow your browser settings"
  1054. msgstr "Wybier autōmatyczny, żeby sie szaltrowoł podug sztalōnkōw przeglōndarki"
  1055. #: searx/templates/simple/preferences/tokens.html:2
  1056. msgid "Engine tokens"
  1057. msgstr "Tokyny ôd motora"
  1058. #: searx/templates/simple/preferences/tokens.html:9
  1059. msgid "Access tokens for private engines"
  1060. msgstr "Tokyny dostympu do prywatnych motorōw"
  1061. #: searx/templates/simple/preferences/ui_locale.html:2
  1062. msgid "Interface language"
  1063. msgstr "Jynzyk interfejsu"
  1064. #: searx/templates/simple/preferences/ui_locale.html:14
  1065. msgid "Change the language of the layout"
  1066. msgstr "Zmiyń jynzyk układu"
  1067. #: searx/templates/simple/preferences/urlformatting.html:2
  1068. msgid "URL formatting"
  1069. msgstr ""
  1070. #: searx/templates/simple/preferences/urlformatting.html:8
  1071. msgid "Pretty"
  1072. msgstr ""
  1073. #: searx/templates/simple/preferences/urlformatting.html:13
  1074. msgid "Full"
  1075. msgstr ""
  1076. #: searx/templates/simple/preferences/urlformatting.html:18
  1077. msgid "Host"
  1078. msgstr ""
  1079. #: searx/templates/simple/preferences/urlformatting.html:23
  1080. msgid "Change result URL formatting"
  1081. msgstr ""
  1082. #: searx/templates/simple/result_templates/code.html:13
  1083. msgid "repo"
  1084. msgstr "repozytoryja"
  1085. #: searx/templates/simple/result_templates/default.html:6
  1086. #: searx/templates/simple/result_templates/files.html:8
  1087. #: searx/templates/simple/result_templates/files.html:11
  1088. msgid "show media"
  1089. msgstr "pokoż media"
  1090. #: searx/templates/simple/result_templates/default.html:6
  1091. #: searx/templates/simple/result_templates/files.html:8
  1092. msgid "hide media"
  1093. msgstr "skryj mydia"
  1094. #: searx/templates/simple/result_templates/default.html:14
  1095. #: searx/templates/simple/result_templates/videos.html:14
  1096. msgid "This site did not provide any description."
  1097. msgstr "Ta strōna niy podała żodnego ôpisu."
  1098. #: searx/templates/simple/result_templates/files.html:38
  1099. #: searx/templates/simple/result_templates/images.html:22
  1100. #: searx/templates/simple/result_templates/torrent.html:11
  1101. msgid "Filesize"
  1102. msgstr "Miara zbioru"
  1103. #: searx/templates/simple/result_templates/files.html:40
  1104. msgid "Date"
  1105. msgstr ""
  1106. #: searx/templates/simple/result_templates/files.html:42
  1107. #: searx/templates/simple/result_templates/paper.html:24
  1108. msgid "Type"
  1109. msgstr "Typ"
  1110. #: searx/templates/simple/result_templates/images.html:20
  1111. msgid "Resolution"
  1112. msgstr ""
  1113. #: searx/templates/simple/result_templates/images.html:21
  1114. msgid "Format"
  1115. msgstr "Format"
  1116. #: searx/templates/simple/result_templates/images.html:24
  1117. msgid "Engine"
  1118. msgstr "Motōr"
  1119. #: searx/templates/simple/result_templates/images.html:25
  1120. msgid "View source"
  1121. msgstr "Pokoż zdrzōdło"
  1122. #: searx/templates/simple/result_templates/map.html:12
  1123. msgid "address"
  1124. msgstr "adresa"
  1125. #: searx/templates/simple/result_templates/map.html:43
  1126. msgid "show map"
  1127. msgstr "pokoż karta"
  1128. #: searx/templates/simple/result_templates/map.html:43
  1129. msgid "hide map"
  1130. msgstr "skryj karta"
  1131. #: searx/templates/simple/result_templates/packages.html:12
  1132. msgid "Version"
  1133. msgstr ""
  1134. #: searx/templates/simple/result_templates/packages.html:18
  1135. msgid "Maintainer"
  1136. msgstr ""
  1137. #: searx/templates/simple/result_templates/packages.html:24
  1138. msgid "Updated at"
  1139. msgstr ""
  1140. #: searx/templates/simple/result_templates/packages.html:30
  1141. #: searx/templates/simple/result_templates/paper.html:25
  1142. msgid "Tags"
  1143. msgstr "Etykety"
  1144. #: searx/templates/simple/result_templates/packages.html:36
  1145. msgid "Popularity"
  1146. msgstr ""
  1147. #: searx/templates/simple/result_templates/packages.html:42
  1148. msgid "License"
  1149. msgstr ""
  1150. #: searx/templates/simple/result_templates/packages.html:52
  1151. msgid "Project"
  1152. msgstr ""
  1153. #: searx/templates/simple/result_templates/packages.html:55
  1154. msgid "Project homepage"
  1155. msgstr ""
  1156. #: searx/templates/simple/result_templates/paper.html:5
  1157. msgid "Published date"
  1158. msgstr "Data publikacyje"
  1159. #: searx/templates/simple/result_templates/paper.html:9
  1160. msgid "Journal"
  1161. msgstr "Cajtōng"
  1162. #: searx/templates/simple/result_templates/paper.html:22
  1163. msgid "Editor"
  1164. msgstr "Redachtōr"
  1165. #: searx/templates/simple/result_templates/paper.html:23
  1166. msgid "Publisher"
  1167. msgstr "Wydowca"
  1168. #: searx/templates/simple/result_templates/paper.html:26
  1169. msgid "DOI"
  1170. msgstr "DOI"
  1171. #: searx/templates/simple/result_templates/paper.html:27
  1172. msgid "ISSN"
  1173. msgstr "ISSN"
  1174. #: searx/templates/simple/result_templates/paper.html:28
  1175. msgid "ISBN"
  1176. msgstr "ISBN"
  1177. #: searx/templates/simple/result_templates/paper.html:33
  1178. msgid "PDF"
  1179. msgstr "PDF"
  1180. #: searx/templates/simple/result_templates/paper.html:34
  1181. msgid "HTML"
  1182. msgstr "HTML"
  1183. #: searx/templates/simple/result_templates/torrent.html:6
  1184. msgid "magnet link"
  1185. msgstr "link magnet"
  1186. #: searx/templates/simple/result_templates/torrent.html:7
  1187. msgid "torrent file"
  1188. msgstr "zbiōr torrent"
  1189. #: searx/templates/simple/result_templates/torrent.html:9
  1190. msgid "Seeder"
  1191. msgstr "Wysyłocz"
  1192. #: searx/templates/simple/result_templates/torrent.html:9
  1193. msgid "Leecher"
  1194. msgstr "Ściōngocz"
  1195. #: searx/templates/simple/result_templates/torrent.html:13
  1196. msgid "Number of Files"
  1197. msgstr "Wielość zbiorōw"
  1198. #: searx/templates/simple/result_templates/videos.html:6
  1199. msgid "show video"
  1200. msgstr "pokoż wideo"
  1201. #: searx/templates/simple/result_templates/videos.html:6
  1202. msgid "hide video"
  1203. msgstr "skryj wideo"
  1204. #~ msgid "Center Alignment"
  1205. #~ msgstr ""
  1206. #~ msgid "Displays results in the center of the page (Oscar layout)."
  1207. #~ msgstr ""
  1208. #~ msgid "preferences"
  1209. #~ msgstr "preferyncyje"
  1210. #~ msgid "Scores per result"
  1211. #~ msgstr "Wyniki na rezultat"
  1212. #~ msgid "a privacy-respecting, hackable metasearch engine"
  1213. #~ msgstr "hakowalno metawyszukowarka, co szanuje prywatność"
  1214. #~ msgid "No abstract is available for this publication."
  1215. #~ msgstr "Skrōcynie niy ma dostympne dlo tyj publikacyje."
  1216. #~ msgid "Self Informations"
  1217. #~ msgstr "Informacyje ô siebie"
  1218. #~ msgid ""
  1219. #~ "Change how forms are submited, <a "
  1220. #~ "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  1221. #~ " rel=\"external\">learn more about request "
  1222. #~ "methods</a>"
  1223. #~ msgstr ""
  1224. #~ "Zmiyń metoda przesyłanio formularōw, <a "
  1225. #~ "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  1226. #~ " rel=\"external\">przewiydz sie wiyncyj ô "
  1227. #~ "metodach HTTP</a>"
  1228. #~ msgid ""
  1229. #~ "This plugin checks if the address "
  1230. #~ "of the request is a TOR exit "
  1231. #~ "node, and informs the user if it"
  1232. #~ " is, like check.torproject.org but from "
  1233. #~ "searxng."
  1234. #~ msgstr ""
  1235. #~ "Tyn przidowek sprawdzo, jeźli adresa ôd"
  1236. #~ " żōndanio to je wynzoł wyjścio TOR"
  1237. #~ " i informuje używocza, jeźli tak je."
  1238. #~ " To jak check.torproject.org ino ôd "
  1239. #~ "searxng."
  1240. #~ msgid ""
  1241. #~ "The TOR exit node list "
  1242. #~ "(https://check.torproject.org/exit-addresses) is "
  1243. #~ "unreachable."
  1244. #~ msgstr ""
  1245. #~ "Wykoz wynzłōw wyjścio TOR "
  1246. #~ "(https://check.torproject.org/exit-addresses) niy "
  1247. #~ "ôdpowiado."
  1248. #~ msgid "You are using TOR. Your IP address seems to be: {ip_address}."
  1249. #~ msgstr "Używosz TOR. Twoja adresa IP wyglōndo na: {ip_address}."
  1250. #~ msgid "You are not using TOR. Your IP address seems to be: {ip_address}."
  1251. #~ msgstr "Niy używosz TOR. Twoja adresa IP wyglōndo na: {ip_address}."
  1252. #~ msgid ""
  1253. #~ "The could not download the list of"
  1254. #~ " Tor exit-nodes from "
  1255. #~ "https://check.torproject.org/exit-addresses."
  1256. #~ msgstr ""
  1257. #~ msgid ""
  1258. #~ "You are using Tor. It looks like"
  1259. #~ " you have this external IP address:"
  1260. #~ " {ip_address}."
  1261. #~ msgstr ""
  1262. #~ msgid "You are not using Tor. You have this external IP address: {ip_address}."
  1263. #~ msgstr ""
  1264. #~ msgid "Autodetect search language"
  1265. #~ msgstr "Autowykrywanie jynzyka wyszukowanio"
  1266. #~ msgid "Automatically detect the query search language and switch to it."
  1267. #~ msgstr "Autōmatycznie wykrywo jynzyk zapytanio i szaltruje na niego."
  1268. #~ msgid "others"
  1269. #~ msgstr "inksze"
  1270. #~ msgid ""
  1271. #~ "This tab does not show up for "
  1272. #~ "search results, but you can search "
  1273. #~ "the engines listed here via bangs."
  1274. #~ msgstr ""
  1275. #~ "Wyszukowarki z tyj zokłodki niy "
  1276. #~ "pokazujōm sie we wynikach wyszukowanio, "
  1277. #~ "ale możesz ich używać bez bangs."
  1278. #~ msgid "Shortcut"
  1279. #~ msgstr "Skrōt"
  1280. #~ msgid "!bang"
  1281. #~ msgstr ""
  1282. #~ msgid ""
  1283. #~ "This tab dues not exists in the"
  1284. #~ " user interface, but you can search"
  1285. #~ " in these engines by its !bangs."
  1286. #~ msgstr ""
  1287. #~ msgid "Engines cannot retrieve results."
  1288. #~ msgstr "Wyszukowarki niy mogōm pobrać wynikōw."
  1289. #~ msgid "Please, try again later or find another SearXNG instance."
  1290. #~ msgstr "Sprōbuj zaś niyskorzij abo znojdź inkszo instancyjo SearXNG."
  1291. #~ msgid ""
  1292. #~ "Redirect to open-access versions of "
  1293. #~ "publications when available (plugin required)"
  1294. #~ msgstr ""
  1295. #~ "Przekeruj do ôtwartych wersyji publikacyji,"
  1296. #~ " kej sōm dostympne (potrzebne rozszyrzynie)"
  1297. #~ msgid "Bang"
  1298. #~ msgstr ""
  1299. #~ msgid ""
  1300. #~ "Change how forms are submitted, <a "
  1301. #~ "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  1302. #~ " rel=\"external\">learn more about request "
  1303. #~ "methods</a>"
  1304. #~ msgstr ""
  1305. #~ "Zmiyń to, jak sōm wysyłane formulary,"
  1306. #~ " <a "
  1307. #~ "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  1308. #~ " rel=\"external\">przewiydz sie wiyncyj ô "
  1309. #~ "metodach żōndań</a>"
  1310. #~ msgid "On"
  1311. #~ msgstr "Włōnczōny"
  1312. #~ msgid "Off"
  1313. #~ msgstr "Zastawiōne"
  1314. #~ msgid "Enabled"
  1315. #~ msgstr "Włōnczōne"
  1316. #~ msgid "Disabled"
  1317. #~ msgstr "Zastawiōne"
  1318. #~ msgid ""
  1319. #~ "Perform search immediately if a category"
  1320. #~ " selected. Disable to select multiple "
  1321. #~ "categories. (JavaScript required)"
  1322. #~ msgstr ""
  1323. #~ "Wykōnej wyszukowanie zaroz po ôbraniu "
  1324. #~ "kategoryje. Zastow, coby ôbrać wiyncyj "
  1325. #~ "kategoryji. (Potrzebny Javascript)"
  1326. #~ msgid "Vim-like hotkeys"
  1327. #~ msgstr "Skrōty jak we Vinie"
  1328. #~ msgid ""
  1329. #~ "Navigate search results with Vim-like"
  1330. #~ " hotkeys (JavaScript required). Press \"h\""
  1331. #~ " key on main or result page to"
  1332. #~ " get help."
  1333. #~ msgstr ""
  1334. #~ "Ruszej sie po wynikach wyszukowanio ze"
  1335. #~ " skrōtami jak we Vimie (potrzebny "
  1336. #~ "Javascript). Naciś knefel „h” na strōnie"
  1337. #~ " głōwnyj abo wynikōw, coby dostać "
  1338. #~ "pōmoc."
  1339. #~ msgid ""
  1340. #~ "we didn't find any results. Please "
  1341. #~ "use another query or search in "
  1342. #~ "more categories."
  1343. #~ msgstr ""
  1344. #~ "niy szło znojś wynikōw. Użyj inkszego"
  1345. #~ " zapytanio abo poszukej tyż we "
  1346. #~ "inkszych kategoryjach."
  1347. #~ msgid "Rewrite result hostnames or remove results based on the hostname"
  1348. #~ msgstr ""
  1349. #~ "Przerōb miana ôd hostōw we wynikach "
  1350. #~ "abo ôdciep wyniki na podstawie miana "
  1351. #~ "ôd hosta"
  1352. #~ msgid "Bytes"
  1353. #~ msgstr "Bajty"
  1354. #~ msgid "kiB"
  1355. #~ msgstr "kiB"
  1356. #~ msgid "MiB"
  1357. #~ msgstr "MiB"
  1358. #~ msgid "GiB"
  1359. #~ msgstr "GiB"
  1360. #~ msgid "TiB"
  1361. #~ msgstr "TiB"
  1362. #~ msgid "Hostname replace"
  1363. #~ msgstr "Zastōmpiynie miana ôd hosta"
  1364. #~ msgid "Error!"
  1365. #~ msgstr "Feler!"
  1366. #~ msgid "Engines cannot retrieve results"
  1367. #~ msgstr "Wyszukowarki niy mogōm pobrać wynikōw"
  1368. #~ msgid "Start submiting a new issue on GitHub"
  1369. #~ msgstr "Zacznij ôtwiyrać nowy problym na GitHubie"
  1370. #~ msgid "dummy"
  1371. #~ msgstr ""