messages.po 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722
  1. # Serbian translations for .
  2. # Copyright (C) 2020 ORGANIZATION
  3. # This file is distributed under the same license as the project.
  4. #
  5. # Translators:
  6. # Issa1552 <fairfull.playing@gmail.com>, 2020
  7. # Marc Abonce Seguin, 2019
  8. # jugi1, 2017
  9. # Markus Heiser <markus.heiser@darmarit.de>, 2022.
  10. # SecularSteve <fairfull.playing@gmail.com>, 2022, 2023.
  11. # return42 <markus.heiser@darmarit.de>, 2023.
  12. msgid ""
  13. msgstr ""
  14. "Project-Id-Version: searx\n"
  15. "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
  16. "POT-Creation-Date: 2024-01-31 19:06+0000\n"
  17. "PO-Revision-Date: 2023-12-29 14:09+0000\n"
  18. "Last-Translator: SecularSteve <fairfull.playing@gmail.com>\n"
  19. "Language: sr\n"
  20. "Language-Team: Serbian "
  21. "<https://translate.codeberg.org/projects/searxng/searxng/sr/>\n"
  22. "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
  23. "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
  24. "MIME-Version: 1.0\n"
  25. "Content-Type: text/plain; charset=utf-8\n"
  26. "Content-Transfer-Encoding: 8bit\n"
  27. "Generated-By: Babel 2.14.0\n"
  28. #. CONSTANT_NAMES['NO_SUBGROUPING']
  29. #: searx/searxng.msg
  30. msgid "without further subgrouping"
  31. msgstr "bez daljeg podgrupisanja"
  32. #. CONSTANT_NAMES['DEFAULT_CATEGORY']
  33. #: searx/searxng.msg
  34. msgid "other"
  35. msgstr "други"
  36. #. CATEGORY_NAMES['FILES']
  37. #: searx/searxng.msg
  38. msgid "files"
  39. msgstr "датотеке"
  40. #. CATEGORY_NAMES['GENERAL']
  41. #: searx/searxng.msg
  42. msgid "general"
  43. msgstr "уопштено"
  44. #. CATEGORY_NAMES['MUSIC']
  45. #: searx/searxng.msg
  46. msgid "music"
  47. msgstr "музика"
  48. #. CATEGORY_NAMES['SOCIAL_MEDIA']
  49. #: searx/searxng.msg
  50. msgid "social media"
  51. msgstr "друштвене мреже"
  52. #. CATEGORY_NAMES['IMAGES']
  53. #: searx/searxng.msg
  54. msgid "images"
  55. msgstr "слике"
  56. #. CATEGORY_NAMES['VIDEOS']
  57. #: searx/searxng.msg
  58. msgid "videos"
  59. msgstr "видео снимци"
  60. #. CATEGORY_NAMES['IT']
  61. #: searx/searxng.msg
  62. msgid "it"
  63. msgstr "ит"
  64. #. CATEGORY_NAMES['NEWS']
  65. #: searx/searxng.msg
  66. msgid "news"
  67. msgstr "новости"
  68. #. CATEGORY_NAMES['MAP']
  69. #: searx/searxng.msg
  70. msgid "map"
  71. msgstr "мапа"
  72. #. CATEGORY_NAMES['ONIONS']
  73. #: searx/searxng.msg
  74. msgid "onions"
  75. msgstr "лук"
  76. #. CATEGORY_NAMES['SCIENCE']
  77. #: searx/searxng.msg
  78. msgid "science"
  79. msgstr "наука"
  80. #. CATEGORY_GROUPS['APPS']
  81. #: searx/searxng.msg
  82. msgid "apps"
  83. msgstr "апликације"
  84. #. CATEGORY_GROUPS['DICTIONARIES']
  85. #: searx/searxng.msg
  86. msgid "dictionaries"
  87. msgstr "речници"
  88. #. CATEGORY_GROUPS['LYRICS']
  89. #: searx/searxng.msg
  90. msgid "lyrics"
  91. msgstr "текст песме"
  92. #. CATEGORY_GROUPS['PACKAGES']
  93. #: searx/searxng.msg
  94. msgid "packages"
  95. msgstr "пакети"
  96. #. CATEGORY_GROUPS['Q_A']
  97. #: searx/searxng.msg
  98. msgid "q&a"
  99. msgstr "q&a"
  100. #. CATEGORY_GROUPS['REPOS']
  101. #: searx/searxng.msg
  102. msgid "repos"
  103. msgstr "репозиторијуми"
  104. #. CATEGORY_GROUPS['SOFTWARE_WIKIS']
  105. #: searx/searxng.msg
  106. msgid "software wikis"
  107. msgstr "софтверске енциклопедије"
  108. #. CATEGORY_GROUPS['WEB']
  109. #: searx/searxng.msg
  110. msgid "web"
  111. msgstr "мрежа"
  112. #. CATEGORY_GROUPS['SCIENTIFIC PUBLICATIONS']
  113. #: searx/searxng.msg
  114. msgid "scientific publications"
  115. msgstr "Научне објаве"
  116. #. STYLE_NAMES['AUTO']
  117. #: searx/searxng.msg
  118. msgid "auto"
  119. msgstr "аутоматски"
  120. #. STYLE_NAMES['LIGHT']
  121. #: searx/searxng.msg
  122. msgid "light"
  123. msgstr "светло"
  124. #. STYLE_NAMES['DARK']
  125. #: searx/searxng.msg
  126. msgid "dark"
  127. msgstr "мрачно"
  128. #: searx/webapp.py:332
  129. msgid "No item found"
  130. msgstr "Ставка није пронађена"
  131. #: searx/engines/qwant.py:280
  132. #: searx/templates/simple/result_templates/images.html:20 searx/webapp.py:334
  133. msgid "Source"
  134. msgstr "Извор"
  135. #: searx/webapp.py:336
  136. msgid "Error loading the next page"
  137. msgstr "Грешка приликом учитавања следеће странице"
  138. #: searx/webapp.py:493 searx/webapp.py:889
  139. msgid "Invalid settings, please edit your preferences"
  140. msgstr "Неважеће поставке, молимо уредите свој избор"
  141. #: searx/webapp.py:509
  142. msgid "Invalid settings"
  143. msgstr "Неважећа подешавања"
  144. #: searx/webapp.py:586 searx/webapp.py:668
  145. msgid "search error"
  146. msgstr "грешка у претрази"
  147. #: searx/webutils.py:34
  148. msgid "timeout"
  149. msgstr "тајмаут"
  150. #: searx/webutils.py:35
  151. msgid "parsing error"
  152. msgstr "грешка при парсирању"
  153. #: searx/webutils.py:36
  154. msgid "HTTP protocol error"
  155. msgstr "грешка у HTTP протоколу"
  156. #: searx/webutils.py:37
  157. msgid "network error"
  158. msgstr "грешка на мрежи"
  159. #: searx/webutils.py:38
  160. msgid "SSL error: certificate validation has failed"
  161. msgstr "SSL грешка: валидација сертификата није успела"
  162. #: searx/webutils.py:40
  163. msgid "unexpected crash"
  164. msgstr "неочекиван престанак рада"
  165. #: searx/webutils.py:47
  166. msgid "HTTP error"
  167. msgstr "HTTP грешка"
  168. #: searx/webutils.py:48
  169. msgid "HTTP connection error"
  170. msgstr "проблем при HTTPS конекцији"
  171. #: searx/webutils.py:54
  172. msgid "proxy error"
  173. msgstr "прокси грешка"
  174. #: searx/webutils.py:55
  175. msgid "CAPTCHA"
  176. msgstr "CAPTCHA"
  177. #: searx/webutils.py:56
  178. msgid "too many requests"
  179. msgstr "превише захтева"
  180. #: searx/webutils.py:57
  181. msgid "access denied"
  182. msgstr "није дозвољен приступ"
  183. #: searx/webutils.py:58
  184. msgid "server API error"
  185. msgstr "серверска API грешка"
  186. #: searx/webutils.py:77
  187. msgid "Suspended"
  188. msgstr "Суспендован"
  189. #: searx/webutils.py:315
  190. msgid "{minutes} minute(s) ago"
  191. msgstr "пре {minutes} минут(у,е,а)"
  192. #: searx/webutils.py:316
  193. msgid "{hours} hour(s), {minutes} minute(s) ago"
  194. msgstr "пре {hours} час(a) и {minutes} минут(у,е,а)"
  195. #: searx/answerers/random/answerer.py:73
  196. msgid "Random value generator"
  197. msgstr "Генератор случајних вредности"
  198. #: searx/answerers/random/answerer.py:74
  199. msgid "Generate different random values"
  200. msgstr "Генеришите различите случајне вредности"
  201. #: searx/answerers/statistics/answerer.py:47
  202. msgid "Statistics functions"
  203. msgstr "Статистичке функције"
  204. #: searx/answerers/statistics/answerer.py:48
  205. msgid "Compute {functions} of the arguments"
  206. msgstr "Израчунајте {functions} аргумената"
  207. #: searx/engines/openstreetmap.py:160
  208. msgid "Get directions"
  209. msgstr "Упутства за правац"
  210. #: searx/engines/pdbe.py:96
  211. msgid "{title} (OBSOLETE)"
  212. msgstr "{title} (ЗАСТАРЕЛО)"
  213. #: searx/engines/pdbe.py:103
  214. msgid "This entry has been superseded by"
  215. msgstr "Овај унос је заменио"
  216. #: searx/engines/qwant.py:282
  217. msgid "Channel"
  218. msgstr "Канал"
  219. #: searx/engines/radio_browser.py:104
  220. msgid "radio"
  221. msgstr "радио"
  222. #: searx/engines/radio_browser.py:106
  223. msgid "bitrate"
  224. msgstr "битрата"
  225. #: searx/engines/radio_browser.py:107
  226. msgid "votes"
  227. msgstr "гласови"
  228. #: searx/engines/radio_browser.py:108
  229. msgid "clicks"
  230. msgstr "кликови"
  231. #: searx/engines/seekr.py:194 searx/engines/zlibrary.py:129
  232. msgid "Language"
  233. msgstr "Језик"
  234. #: searx/engines/semantic_scholar.py:79
  235. msgid ""
  236. "{numCitations} citations from the year {firstCitationVelocityYear} to "
  237. "{lastCitationVelocityYear}"
  238. msgstr ""
  239. "{numCitations} цитата од {{firstCitationVelocityYear} до "
  240. "{lastCitationVelocityYear} године"
  241. #: searx/engines/tineye.py:40
  242. msgid ""
  243. "Could not read that image url. This may be due to an unsupported file "
  244. "format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
  245. " WebP."
  246. msgstr ""
  247. "Није могуће прочитати УРЛ те слике. Ово може бити због неподржаног "
  248. "формата датотеке. ТинЕие подржава само слике које су ЈПЕГ, ПНГ, ГИФ, БМП,"
  249. " ТИФФ или ВебП формата."
  250. #: searx/engines/tineye.py:46
  251. msgid ""
  252. "The image is too simple to find matches. TinEye requires a basic level of"
  253. " visual detail to successfully identify matches."
  254. msgstr ""
  255. "Слика је превише једноставна за проналажење подударања. ТинЕие захтева "
  256. "основни ниво визуелних детаља да би успешно идентификовао подударања."
  257. #: searx/engines/tineye.py:52
  258. msgid "The image could not be downloaded."
  259. msgstr "Није могуће преузети слику."
  260. #: searx/engines/wttr.py:101
  261. msgid "Morning"
  262. msgstr "Jutro"
  263. #: searx/engines/wttr.py:101
  264. msgid "Noon"
  265. msgstr "Podne"
  266. #: searx/engines/wttr.py:101
  267. msgid "Evening"
  268. msgstr "Vece"
  269. #: searx/engines/wttr.py:101
  270. msgid "Night"
  271. msgstr "Noc"
  272. #: searx/engines/zlibrary.py:130
  273. msgid "Book rating"
  274. msgstr "Оцена књиге"
  275. #: searx/engines/zlibrary.py:131
  276. msgid "File quality"
  277. msgstr "Квалитет датотеке"
  278. #: searx/plugins/hash_plugin.py:24
  279. msgid "Converts strings to different hash digests."
  280. msgstr "Претвара стринг у другачије хешеве."
  281. #: searx/plugins/hash_plugin.py:52
  282. msgid "hash digest"
  283. msgstr "Излаз хеш функције"
  284. #: searx/plugins/hostname_replace.py:9
  285. msgid "Hostname replace"
  286. msgstr "Замени име хостинга"
  287. #: searx/plugins/hostname_replace.py:10
  288. msgid "Rewrite result hostnames or remove results based on the hostname"
  289. msgstr ""
  290. "Поново упишите име хостинга или избришите резултате базиране на имену "
  291. "хостинга"
  292. #: searx/plugins/oa_doi_rewrite.py:9
  293. msgid "Open Access DOI rewrite"
  294. msgstr "Отворени приступ DOI преписа"
  295. #: searx/plugins/oa_doi_rewrite.py:10
  296. msgid ""
  297. "Avoid paywalls by redirecting to open-access versions of publications "
  298. "when available"
  299. msgstr "Избегните плаћање у случају да је доступна бесплатна публикација"
  300. #: searx/plugins/self_info.py:10
  301. msgid "Self Information"
  302. msgstr "Licna Informacija"
  303. #: searx/plugins/self_info.py:11
  304. msgid ""
  305. "Displays your IP if the query is \"ip\" and your user agent if the query "
  306. "contains \"user agent\"."
  307. msgstr ""
  308. "Прикажите своју IP адресу ако је упит \"ip\" и ако кориснички агент "
  309. "садржи \"user agent\"."
  310. #: searx/plugins/tor_check.py:25
  311. msgid "Tor check plugin"
  312. msgstr "Додатак за проверу Тор-а"
  313. #: searx/plugins/tor_check.py:28
  314. msgid ""
  315. "This plugin checks if the address of the request is a Tor exit-node, and "
  316. "informs the user if it is; like check.torproject.org, but from SearXNG."
  317. msgstr ""
  318. "Овај додатак проверава да ли је адреса захтева излазни чвор ТОР-а и "
  319. "обавештава корисника ако јесте, као check.torproject.org али са SearXNG."
  320. #: searx/plugins/tor_check.py:62
  321. msgid ""
  322. "Could not download the list of Tor exit-nodes from: "
  323. "https://check.torproject.org/exit-addresses"
  324. msgstr ""
  325. "Није могуће преузети листу Тор излазних чворова са: "
  326. "https://check.torproject.org/exit-addresses"
  327. #: searx/plugins/tor_check.py:78
  328. msgid ""
  329. "You are using Tor and it looks like you have this external IP address: "
  330. "{ip_address}"
  331. msgstr ""
  332. "Koristis Tor i izgleda da je ovo tvoja externlana IP addresa : "
  333. "{ip_address}"
  334. #: searx/plugins/tor_check.py:86
  335. msgid "You are not using Tor and you have this external IP address: {ip_address}"
  336. msgstr "Не користите Тор и имате ову спољну ИП адресу: {ip_address}"
  337. #: searx/plugins/tracker_url_remover.py:29
  338. msgid "Tracker URL remover"
  339. msgstr "Уклони трекер URL адресе"
  340. #: searx/plugins/tracker_url_remover.py:30
  341. msgid "Remove trackers arguments from the returned URL"
  342. msgstr "Уклања аргументе трекера од повратне URL адресе"
  343. #: searx/templates/simple/404.html:4
  344. msgid "Page not found"
  345. msgstr "Страница није пронађена"
  346. #: searx/templates/simple/404.html:6
  347. #, python-format
  348. msgid "Go to %(search_page)s."
  349. msgstr "Иди на %(search_page)s."
  350. #: searx/templates/simple/404.html:6
  351. msgid "search page"
  352. msgstr "Претражи страницу"
  353. #: searx/templates/simple/base.html:49
  354. msgid "About"
  355. msgstr "О нама"
  356. #: searx/templates/simple/base.html:53
  357. msgid "Donate"
  358. msgstr "Донирај"
  359. #: searx/templates/simple/base.html:57
  360. #: searx/templates/simple/preferences.html:156
  361. msgid "Preferences"
  362. msgstr "Подешавања"
  363. #: searx/templates/simple/base.html:67
  364. msgid "Powered by"
  365. msgstr "Покреће"
  366. #: searx/templates/simple/base.html:67
  367. msgid "a privacy-respecting, open metasearch engine"
  368. msgstr "Javni meta pretrazivac koji postuje privatnost"
  369. #: searx/templates/simple/base.html:68
  370. msgid "Source code"
  371. msgstr "Изворни код"
  372. #: searx/templates/simple/base.html:69
  373. msgid "Issue tracker"
  374. msgstr "Трагач проблема"
  375. #: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18
  376. msgid "Engine stats"
  377. msgstr "Статистика"
  378. #: searx/templates/simple/base.html:72
  379. msgid "Public instances"
  380. msgstr "Јавне инстанце"
  381. #: searx/templates/simple/base.html:75
  382. msgid "Privacy policy"
  383. msgstr "Политика приватности"
  384. #: searx/templates/simple/base.html:78
  385. msgid "Contact instance maintainer"
  386. msgstr "Контактирај домара инстанце"
  387. #: searx/templates/simple/categories.html:26
  388. msgid "Click on the magnifier to perform search"
  389. msgstr "Кликни на лупу за претрагу"
  390. #: searx/templates/simple/macros.html:36
  391. msgid "Length"
  392. msgstr "Дужина"
  393. #: searx/templates/simple/macros.html:37
  394. #: searx/templates/simple/result_templates/files.html:34
  395. #: searx/templates/simple/result_templates/images.html:18
  396. #: searx/templates/simple/result_templates/paper.html:6
  397. msgid "Author"
  398. msgstr "Аутор"
  399. #: searx/templates/simple/macros.html:45
  400. msgid "cached"
  401. msgstr "кеширано"
  402. #: searx/templates/simple/macros.html:45
  403. msgid "proxied"
  404. msgstr "прокси"
  405. #: searx/templates/simple/new_issue.html:64
  406. msgid "Start submiting a new issue on GitHub"
  407. msgstr "Почните да шаљете ново издање на ГитХуб-у"
  408. #: searx/templates/simple/new_issue.html:66
  409. msgid "Please check for existing bugs about this engine on GitHub"
  410. msgstr "Проверите да ли постоје грешке у вези са овим енџином на ГитХуб-у"
  411. #: searx/templates/simple/new_issue.html:69
  412. msgid "I confirm there is no existing bug about the issue I encounter"
  413. msgstr "Потврђујем да не постоји грешка у вези са проблемом на који наилазим"
  414. #: searx/templates/simple/new_issue.html:71
  415. msgid "If this is a public instance, please specify the URL in the bug report"
  416. msgstr "Ако је ово јавна инстанца, наведите УРЛ у извештају о грешци"
  417. #: searx/templates/simple/new_issue.html:72
  418. msgid "Submit a new issue on Github including the above information"
  419. msgstr "Пријавите нову грешку на Гитхабу укључујући следеће инфоржације"
  420. #: searx/templates/simple/preferences.html:65
  421. msgid "No HTTPS"
  422. msgstr "Нема HTTPS"
  423. #: searx/templates/simple/elements/engines_msg.html:18
  424. #: searx/templates/simple/preferences.html:69
  425. #: searx/templates/simple/preferences.html:70
  426. msgid "View error logs and submit a bug report"
  427. msgstr "Погледајте информације о грешки и пријавите"
  428. #: searx/templates/simple/preferences.html:74
  429. msgid "!bang for this engine"
  430. msgstr "!bang за овај мотор"
  431. #: searx/templates/simple/preferences.html:80
  432. msgid "!bang for its categories"
  433. msgstr "!bang за своје категорије"
  434. #: searx/templates/simple/preferences.html:102
  435. #: searx/templates/simple/stats.html:64
  436. msgid "Median"
  437. msgstr "Медијана"
  438. #: searx/templates/simple/preferences.html:103
  439. #: searx/templates/simple/stats.html:70
  440. msgid "P80"
  441. msgstr "П80"
  442. #: searx/templates/simple/preferences.html:104
  443. #: searx/templates/simple/stats.html:76
  444. msgid "P95"
  445. msgstr "П95"
  446. #: searx/templates/simple/preferences.html:136
  447. msgid "Failed checker test(s): "
  448. msgstr "Неуспели тест(ови) провере: "
  449. #: searx/templates/simple/preferences.html:138
  450. msgid "Errors:"
  451. msgstr "Грешке:"
  452. #: searx/templates/simple/preferences.html:162
  453. msgid "General"
  454. msgstr "Уопштено"
  455. #: searx/templates/simple/preferences.html:165
  456. msgid "Default categories"
  457. msgstr "Подразумеване категорије"
  458. #: searx/templates/simple/preferences.html:187
  459. msgid "User interface"
  460. msgstr "Кориснички интерфејс"
  461. #: searx/templates/simple/preferences.html:208
  462. msgid "Privacy"
  463. msgstr "Приватност"
  464. #: searx/templates/simple/preferences.html:221
  465. msgid "Engines"
  466. msgstr "Претраживачи"
  467. #: searx/templates/simple/preferences.html:223
  468. msgid "Currently used search engines"
  469. msgstr "Тренутно коришћени претраживачи"
  470. #: searx/templates/simple/preferences.html:231
  471. msgid "Special Queries"
  472. msgstr "Посебни упити"
  473. #: searx/templates/simple/preferences.html:237
  474. msgid "Cookies"
  475. msgstr "Колачићи"
  476. #: searx/templates/simple/results.html:23
  477. msgid "Answers"
  478. msgstr "Одговори"
  479. #: searx/templates/simple/results.html:38
  480. msgid "Number of results"
  481. msgstr "Број резултата"
  482. #: searx/templates/simple/results.html:44
  483. msgid "Info"
  484. msgstr "Информације"
  485. #: searx/templates/simple/results.html:73
  486. msgid "Try searching for:"
  487. msgstr "Покушај да нађеш:"
  488. #: searx/templates/simple/results.html:105
  489. msgid "Back to top"
  490. msgstr "Назад на врх"
  491. #: searx/templates/simple/results.html:123
  492. msgid "Previous page"
  493. msgstr "Претходна страница"
  494. #: searx/templates/simple/results.html:141
  495. msgid "Next page"
  496. msgstr "Следећа страница"
  497. #: searx/templates/simple/search.html:3
  498. msgid "Display the front page"
  499. msgstr "Прикажи насловну страну"
  500. #: searx/templates/simple/search.html:9
  501. #: searx/templates/simple/simple_search.html:5
  502. msgid "Search for..."
  503. msgstr "Тражи ..."
  504. #: searx/templates/simple/search.html:10
  505. #: searx/templates/simple/simple_search.html:6
  506. msgid "clear"
  507. msgstr "очисти"
  508. #: searx/templates/simple/search.html:11
  509. #: searx/templates/simple/simple_search.html:7
  510. msgid "search"
  511. msgstr "Претрага"
  512. #: searx/templates/simple/stats.html:21
  513. msgid "There is currently no data available. "
  514. msgstr "Тренутно нема доступних података."
  515. #: searx/templates/simple/preferences/engines.html:18
  516. #: searx/templates/simple/stats.html:25
  517. msgid "Engine name"
  518. msgstr "Име претраживача"
  519. #: searx/templates/simple/stats.html:26
  520. msgid "Scores"
  521. msgstr "Резултати"
  522. #: searx/templates/simple/stats.html:27
  523. msgid "Result count"
  524. msgstr "Број резултата"
  525. #: searx/templates/simple/preferences/engines.html:25
  526. #: searx/templates/simple/stats.html:28
  527. msgid "Response time"
  528. msgstr "Време одзива"
  529. #: searx/templates/simple/preferences/engines.html:29
  530. #: searx/templates/simple/stats.html:29
  531. msgid "Reliability"
  532. msgstr "Поузданост"
  533. #: searx/templates/simple/stats.html:59
  534. msgid "Total"
  535. msgstr "Укупно"
  536. #: searx/templates/simple/stats.html:60
  537. msgid "HTTP"
  538. msgstr "ХТТП"
  539. #: searx/templates/simple/stats.html:61
  540. msgid "Processing"
  541. msgstr "Обрада"
  542. #: searx/templates/simple/stats.html:99
  543. msgid "Warnings"
  544. msgstr "Упозорења"
  545. #: searx/templates/simple/stats.html:99
  546. msgid "Errors and exceptions"
  547. msgstr "Грешке и изузеци"
  548. #: searx/templates/simple/stats.html:105
  549. msgid "Exception"
  550. msgstr "Изузетак"
  551. #: searx/templates/simple/stats.html:107
  552. msgid "Message"
  553. msgstr "Порука"
  554. #: searx/templates/simple/stats.html:109
  555. msgid "Percentage"
  556. msgstr "Проценат"
  557. #: searx/templates/simple/stats.html:111
  558. msgid "Parameter"
  559. msgstr "Параметар"
  560. #: searx/templates/simple/result_templates/files.html:36
  561. #: searx/templates/simple/stats.html:119
  562. msgid "Filename"
  563. msgstr "Назив документа"
  564. #: searx/templates/simple/stats.html:120
  565. msgid "Function"
  566. msgstr "Функција"
  567. #: searx/templates/simple/stats.html:121
  568. msgid "Code"
  569. msgstr "Код"
  570. #: searx/templates/simple/stats.html:128
  571. msgid "Checker"
  572. msgstr "Проверник"
  573. #: searx/templates/simple/stats.html:131
  574. msgid "Failed test"
  575. msgstr "Неуспели тест"
  576. #: searx/templates/simple/stats.html:132
  577. msgid "Comment(s)"
  578. msgstr "Коментар(и)"
  579. #: searx/templates/simple/elements/apis.html:3
  580. msgid "Download results"
  581. msgstr "Резултати преузимања"
  582. #: searx/templates/simple/elements/engines_msg.html:7
  583. msgid "Messages from the search engines"
  584. msgstr "Поруке из претраживача"
  585. #: searx/templates/simple/elements/engines_msg.html:12
  586. msgid "Error!"
  587. msgstr "Грешка!"
  588. #: searx/templates/simple/elements/engines_msg.html:13
  589. msgid "Engines cannot retrieve results"
  590. msgstr "Не може повратити резултате"
  591. #: searx/templates/simple/elements/search_url.html:3
  592. msgid "Search URL"
  593. msgstr "Тражи URL адресу"
  594. #: searx/templates/simple/elements/search_url.html:4
  595. #: searx/templates/simple/preferences/cookies.html:54
  596. msgid "Copied"
  597. msgstr "Копирано"
  598. #: searx/templates/simple/elements/search_url.html:4
  599. #: searx/templates/simple/preferences/cookies.html:54
  600. msgid "Copy"
  601. msgstr "Копирај"
  602. #: searx/templates/simple/elements/suggestions.html:3
  603. msgid "Suggestions"
  604. msgstr "Предлози"
  605. #: searx/templates/simple/filters/languages.html:1
  606. #: searx/templates/simple/preferences/language.html:2
  607. msgid "Search language"
  608. msgstr "Језик претраге"
  609. #: searx/templates/simple/filters/languages.html:2
  610. #: searx/templates/simple/preferences/language.html:7
  611. msgid "Default language"
  612. msgstr "Подразумевани језик"
  613. #: searx/templates/simple/filters/languages.html:4
  614. #: searx/templates/simple/preferences/language.html:11
  615. msgid "Auto-detect"
  616. msgstr "Аутоматски откриј"
  617. #: searx/templates/simple/filters/safesearch.html:1
  618. #: searx/templates/simple/filters/safesearch.html:2
  619. #: searx/templates/simple/filters/safesearch.html:3
  620. #: searx/templates/simple/filters/safesearch.html:4
  621. #: searx/templates/simple/preferences/engines.html:21
  622. #: searx/templates/simple/preferences/safesearch.html:2
  623. msgid "SafeSearch"
  624. msgstr "Безбедна Претрага"
  625. #: searx/templates/simple/filters/safesearch.html:2
  626. #: searx/templates/simple/preferences/safesearch.html:7
  627. msgid "Strict"
  628. msgstr "Стриктно"
  629. #: searx/templates/simple/filters/safesearch.html:3
  630. #: searx/templates/simple/preferences/safesearch.html:11
  631. msgid "Moderate"
  632. msgstr "Умерено"
  633. #: searx/templates/simple/filters/safesearch.html:4
  634. #: searx/templates/simple/preferences/safesearch.html:15
  635. msgid "None"
  636. msgstr "Ништа"
  637. #: searx/templates/simple/filters/time_range.html:1
  638. #: searx/templates/simple/preferences/engines.html:22
  639. msgid "Time range"
  640. msgstr "Временски опсег"
  641. #: searx/templates/simple/filters/time_range.html:3
  642. msgid "Anytime"
  643. msgstr "Било када"
  644. #: searx/templates/simple/filters/time_range.html:6
  645. msgid "Last day"
  646. msgstr "Последњи дан"
  647. #: searx/templates/simple/filters/time_range.html:9
  648. msgid "Last week"
  649. msgstr "Последња недеља"
  650. #: searx/templates/simple/filters/time_range.html:12
  651. msgid "Last month"
  652. msgstr "Последњи месец"
  653. #: searx/templates/simple/filters/time_range.html:15
  654. msgid "Last year"
  655. msgstr "Последња година"
  656. #: searx/templates/simple/messages/no_cookies.html:3
  657. msgid "Information!"
  658. msgstr "Информације!"
  659. #: searx/templates/simple/messages/no_cookies.html:4
  660. msgid "currently, there are no cookies defined."
  661. msgstr "тренутно, нема дефинисаних колачића."
  662. #: searx/templates/simple/messages/no_results.html:6
  663. msgid "Sorry!"
  664. msgstr "Опростите!"
  665. #: searx/templates/simple/messages/no_results.html:12
  666. msgid "No results were found. You can try to:"
  667. msgstr "Нису пронађени резултати. Можете покушати да:"
  668. #: searx/templates/simple/messages/no_results.html:14
  669. msgid "There are no more results. You can try to:"
  670. msgstr "Нема више резултата. Можете покушати да:"
  671. #: searx/templates/simple/messages/no_results.html:19
  672. msgid "Refresh the page."
  673. msgstr "Освежите страницу."
  674. #: searx/templates/simple/messages/no_results.html:20
  675. msgid "Search for another query or select another category (above)."
  676. msgstr "Потражите други упит или да изаберете другу категорију (изнад)."
  677. #: searx/templates/simple/messages/no_results.html:21
  678. msgid "Change the search engine used in the preferences:"
  679. msgstr "Промените претраживач који се користи у подешавањима:"
  680. #: searx/templates/simple/messages/no_results.html:22
  681. msgid "Switch to another instance:"
  682. msgstr "Пребаците се на другу инстанцу:"
  683. #: searx/templates/simple/messages/no_results.html:24
  684. msgid "Search for another query or select another category."
  685. msgstr "Потражите други упит или изаберите другу категорију."
  686. #: searx/templates/simple/messages/no_results.html:25
  687. msgid "Go back to the previous page using the previous page button."
  688. msgstr "Вратите се на претходну страницу помоћу дугмета за претходну страницу."
  689. #: searx/templates/simple/preferences/answerers.html:4
  690. #: searx/templates/simple/preferences/engines.html:17
  691. msgid "Allow"
  692. msgstr "Допусти"
  693. #: searx/templates/simple/preferences/answerers.html:5
  694. msgid "Keywords"
  695. msgstr "Кључне речи"
  696. #: searx/templates/simple/preferences/answerers.html:6
  697. msgid "Name"
  698. msgstr "Име"
  699. #: searx/templates/simple/preferences/answerers.html:7
  700. msgid "Description"
  701. msgstr "Опис"
  702. #: searx/templates/simple/preferences/answerers.html:8
  703. msgid "Examples"
  704. msgstr "Примери"
  705. #: searx/templates/simple/preferences/answerers.html:13
  706. msgid "This is the list of SearXNG's instant answering modules."
  707. msgstr "Ово је листа СеарКСНГ-ових модула за тренутно јављање."
  708. #: searx/templates/simple/preferences/answerers.html:29
  709. msgid "This is the list of plugins."
  710. msgstr "Ово је листа додатака."
  711. #: searx/templates/simple/preferences/autocomplete.html:2
  712. msgid "Autocomplete"
  713. msgstr "Ауто попуњавање"
  714. #: searx/templates/simple/preferences/autocomplete.html:15
  715. msgid "Find stuff as you type"
  716. msgstr "Пронађите док куцате"
  717. #: searx/templates/simple/preferences/center_alignment.html:2
  718. msgid "Center Alignment"
  719. msgstr "Поравнање по средини"
  720. #: searx/templates/simple/preferences/center_alignment.html:14
  721. msgid "Displays results in the center of the page (Oscar layout)."
  722. msgstr "Приказује резултате на центру странице (Оскар распоред)."
  723. #: searx/templates/simple/preferences/cookies.html:2
  724. msgid ""
  725. "This is the list of cookies and their values SearXNG is storing on your "
  726. "computer."
  727. msgstr ""
  728. "Ово је листа колачића и њихових вредности које СеарКСНГ чува на вашем "
  729. "рачунару."
  730. #: searx/templates/simple/preferences/cookies.html:3
  731. msgid "With that list, you can assess SearXNG transparency."
  732. msgstr "Са том листом можете проценити транспарентност СеарКСНГ-а."
  733. #: searx/templates/simple/preferences/cookies.html:9
  734. msgid "Cookie name"
  735. msgstr "Име колачића"
  736. #: searx/templates/simple/preferences/cookies.html:10
  737. msgid "Value"
  738. msgstr "Вредност"
  739. #: searx/templates/simple/preferences/cookies.html:23
  740. msgid "Search URL of the currently saved preferences"
  741. msgstr "Pretražite URL адресу тренутно сачуваних поставки"
  742. #: searx/templates/simple/preferences/cookies.html:32
  743. msgid ""
  744. "Note: specifying custom settings in the search URL can reduce privacy by "
  745. "leaking data to the clicked result sites."
  746. msgstr ""
  747. "Напомена: навођење прилагођених поставки у URL претрази може смањити "
  748. "приватност цурењем података кликнутих страница."
  749. #: searx/templates/simple/preferences/cookies.html:35
  750. msgid "URL to restore your preferences in another browser"
  751. msgstr "УРЛ да бисте вратили своја подешавања у другом претраживачу"
  752. #: searx/templates/simple/preferences/cookies.html:43
  753. msgid ""
  754. "Specifying custom settings in the preferences URL can be used to sync "
  755. "preferences across devices."
  756. msgstr ""
  757. "Одређивање прилагођених подешавања у УРЛ-у може да се користи за "
  758. "синхронизацију подешавања на свим уређајима."
  759. #: searx/templates/simple/preferences/cookies.html:46
  760. msgid "Copy preferences hash"
  761. msgstr ""
  762. #: searx/templates/simple/preferences/cookies.html:57
  763. msgid "Insert copied preferences hash (without URL) to restore"
  764. msgstr ""
  765. #: searx/templates/simple/preferences/cookies.html:59
  766. msgid "Preferences hash"
  767. msgstr ""
  768. #: searx/templates/simple/preferences/doi_resolver.html:2
  769. msgid "Open Access DOI resolver"
  770. msgstr "Отворени приступ DOI решења"
  771. #: searx/templates/simple/preferences/doi_resolver.html:14
  772. msgid "Select service used by DOI rewrite"
  773. msgstr "Изаберите услугу коју користи ДОИ изновопис"
  774. #: searx/templates/simple/preferences/engines.html:9
  775. msgid ""
  776. "This tab does not exists in the user interface, but you can search in "
  777. "these engines by its !bangs."
  778. msgstr ""
  779. "Ова картица не постоји у корисничком интерфејсу, али можете претраживати "
  780. "у овим машинама по његовим !bangs-има."
  781. #: searx/templates/simple/preferences/engines.html:19
  782. msgid "!bang"
  783. msgstr "!bang"
  784. #: searx/templates/simple/preferences/engines.html:20
  785. msgid "Supports selected language"
  786. msgstr "Подржава изабрани језик"
  787. #: searx/templates/simple/preferences/engines.html:23
  788. msgid "Weight"
  789. msgstr "Тежина"
  790. #: searx/templates/simple/preferences/engines.html:27
  791. msgid "Max time"
  792. msgstr "Макс. време"
  793. #: searx/templates/simple/preferences/footer.html:2
  794. msgid ""
  795. "These settings are stored in your cookies, this allows us not to store "
  796. "this data about you."
  797. msgstr ""
  798. "Ова подешавања се чувају у вашим колачићима, што нам омогућава да не "
  799. "сачувамо ове податке о вама."
  800. #: searx/templates/simple/preferences/footer.html:3
  801. msgid ""
  802. "These cookies serve your sole convenience, we don't use these cookies to "
  803. "track you."
  804. msgstr ""
  805. "Ови колачићи служе Вашој погодности, ми не користимо ове колачиће да вас "
  806. "пратимо."
  807. #: searx/templates/simple/preferences/footer.html:6
  808. msgid "Save"
  809. msgstr "Сачувати"
  810. #: searx/templates/simple/preferences/footer.html:9
  811. msgid "Reset defaults"
  812. msgstr "Врати на подразумевано"
  813. #: searx/templates/simple/preferences/footer.html:13
  814. msgid "Back"
  815. msgstr "Назад"
  816. #: searx/templates/simple/preferences/hotkeys.html:2
  817. msgid "Hotkeys"
  818. msgstr "Пречаци"
  819. #: searx/templates/simple/preferences/hotkeys.html:13
  820. msgid "Vim-like"
  821. msgstr "Слично Вим-у"
  822. #: searx/templates/simple/preferences/hotkeys.html:18
  823. msgid ""
  824. "Navigate search results with hotkeys (JavaScript required). Press \"h\" "
  825. "key on main or result page to get help."
  826. msgstr ""
  827. "Крећите се кроз резултате претраге помоћу пречаћних тастера (потребан је "
  828. "JavaScript). Притисните тастер \"х\" на главној страници или страници са "
  829. "резултатима да бисте добили помоћ."
  830. #: searx/templates/simple/preferences/image_proxy.html:2
  831. msgid "Image proxy"
  832. msgstr "Прокси слика"
  833. #: searx/templates/simple/preferences/image_proxy.html:14
  834. msgid "Proxying image results through SearXNG"
  835. msgstr "Прокси резултат слике преко СеарКСНГ"
  836. #: searx/templates/simple/preferences/infinite_scroll.html:2
  837. msgid "Infinite scroll"
  838. msgstr "Бесконачно померање"
  839. #: searx/templates/simple/preferences/infinite_scroll.html:14
  840. msgid "Automatically load next page when scrolling to bottom of current page"
  841. msgstr ""
  842. "Аутоматско учитавање следеће странице приликом померања на дно текуће "
  843. "странице"
  844. #: searx/templates/simple/preferences/language.html:24
  845. msgid "What language do you prefer for search?"
  846. msgstr "Који језик преферирате за претрагу?"
  847. #: searx/templates/simple/preferences/language.html:25
  848. msgid "Choose Auto-detect to let SearXNG detect the language of your query."
  849. msgstr ""
  850. "Одаберите Ауто-детецт да бисте дозволили SearXNG да открије језик вашег "
  851. "упита."
  852. #: searx/templates/simple/preferences/method.html:2
  853. msgid "HTTP Method"
  854. msgstr "ХТТП метода"
  855. #: searx/templates/simple/preferences/method.html:14
  856. msgid "Change how forms are submitted"
  857. msgstr "Промените начин слања образаца"
  858. #: searx/templates/simple/preferences/query_in_title.html:2
  859. msgid "Query in the page's title"
  860. msgstr "Упит у наслову странице"
  861. #: searx/templates/simple/preferences/query_in_title.html:14
  862. msgid ""
  863. "When enabled, the result page's title contains your query. Your browser "
  864. "can record this title"
  865. msgstr ""
  866. "Када је омогућено, наслов странице са резултатима садржи ваш упит. Ваш "
  867. "претраживач може да сними овај наслов"
  868. #: searx/templates/simple/preferences/results_on_new_tab.html:2
  869. msgid "Results on new tabs"
  870. msgstr "Резултати на картицама"
  871. #: searx/templates/simple/preferences/results_on_new_tab.html:14
  872. msgid "Open result links on new browser tabs"
  873. msgstr "Отворите линкове са резултатима на новим картицама претраживача"
  874. #: searx/templates/simple/preferences/safesearch.html:20
  875. msgid "Filter content"
  876. msgstr "Филтрирајте садржај"
  877. #: searx/templates/simple/preferences/search_on_category_select.html:2
  878. msgid "Search on category select"
  879. msgstr "Тражите категорију избора"
  880. #: searx/templates/simple/preferences/search_on_category_select.html:14
  881. msgid ""
  882. "Perform search immediately if a category selected. Disable to select "
  883. "multiple categories"
  884. msgstr ""
  885. "Извршите претрагу одмах ако је одабрана категорија. Онемогућите да бисте "
  886. "изабрали више категорија"
  887. #: searx/templates/simple/preferences/theme.html:2
  888. msgid "Theme"
  889. msgstr "Тема"
  890. #: searx/templates/simple/preferences/theme.html:14
  891. msgid "Change SearXNG layout"
  892. msgstr "Промените изглед СеарКСНГ-а"
  893. #: searx/templates/simple/preferences/theme.html:19
  894. msgid "Theme style"
  895. msgstr "Изглед теме"
  896. #: searx/templates/simple/preferences/theme.html:31
  897. msgid "Choose auto to follow your browser settings"
  898. msgstr "Изаберите аутоматски да бисте пратили подешавања вашег претраживача"
  899. #: searx/templates/simple/preferences/tokens.html:2
  900. msgid "Engine tokens"
  901. msgstr "Енџин жетони"
  902. #: searx/templates/simple/preferences/tokens.html:9
  903. msgid "Access tokens for private engines"
  904. msgstr "Приступите жетонима за приватне енџине"
  905. #: searx/templates/simple/preferences/ui_locale.html:2
  906. msgid "Interface language"
  907. msgstr "Језик интерфејса"
  908. #: searx/templates/simple/preferences/ui_locale.html:14
  909. msgid "Change the language of the layout"
  910. msgstr "Промените језик сајта"
  911. #: searx/templates/simple/result_templates/code.html:13
  912. msgid "repo"
  913. msgstr "репозиторијуми"
  914. #: searx/templates/simple/result_templates/default.html:6
  915. #: searx/templates/simple/result_templates/files.html:8
  916. #: searx/templates/simple/result_templates/files.html:11
  917. msgid "show media"
  918. msgstr "покажи медије"
  919. #: searx/templates/simple/result_templates/default.html:6
  920. #: searx/templates/simple/result_templates/files.html:8
  921. msgid "hide media"
  922. msgstr "сакриј медије"
  923. #: searx/templates/simple/result_templates/default.html:14
  924. #: searx/templates/simple/result_templates/videos.html:14
  925. msgid "This site did not provide any description."
  926. msgstr "Овај сајт није дао никакав опис."
  927. #: searx/templates/simple/result_templates/files.html:38
  928. #: searx/templates/simple/result_templates/torrent.html:11
  929. msgid "Filesize"
  930. msgstr "величина фајла"
  931. #: searx/templates/simple/result_templates/files.html:39
  932. #: searx/templates/simple/result_templates/torrent.html:12
  933. msgid "Bytes"
  934. msgstr "Бајта"
  935. #: searx/templates/simple/result_templates/files.html:40
  936. #: searx/templates/simple/result_templates/torrent.html:13
  937. msgid "kiB"
  938. msgstr "kiB"
  939. #: searx/templates/simple/result_templates/files.html:41
  940. #: searx/templates/simple/result_templates/torrent.html:14
  941. msgid "MiB"
  942. msgstr "MiB"
  943. #: searx/templates/simple/result_templates/files.html:42
  944. #: searx/templates/simple/result_templates/torrent.html:15
  945. msgid "GiB"
  946. msgstr "GiB"
  947. #: searx/templates/simple/result_templates/files.html:43
  948. #: searx/templates/simple/result_templates/torrent.html:16
  949. msgid "TiB"
  950. msgstr "TiB"
  951. #: searx/templates/simple/result_templates/files.html:47
  952. msgid "Date"
  953. msgstr ""
  954. #: searx/templates/simple/result_templates/files.html:49
  955. #: searx/templates/simple/result_templates/paper.html:24
  956. msgid "Type"
  957. msgstr "Tip"
  958. #: searx/templates/simple/result_templates/images.html:19
  959. msgid "Format"
  960. msgstr "Формат"
  961. #: searx/templates/simple/result_templates/images.html:21
  962. msgid "Engine"
  963. msgstr "Енџин"
  964. #: searx/templates/simple/result_templates/images.html:22
  965. msgid "View source"
  966. msgstr "Види извор"
  967. #: searx/templates/simple/result_templates/map.html:12
  968. msgid "address"
  969. msgstr "адреса"
  970. #: searx/templates/simple/result_templates/map.html:43
  971. msgid "show map"
  972. msgstr "покажи мапу"
  973. #: searx/templates/simple/result_templates/map.html:43
  974. msgid "hide map"
  975. msgstr "сакриј мапу"
  976. #: searx/templates/simple/result_templates/paper.html:5
  977. msgid "Published date"
  978. msgstr "Datum objavljivanja"
  979. #: searx/templates/simple/result_templates/paper.html:9
  980. msgid "Journal"
  981. msgstr "Dnevnik"
  982. #: searx/templates/simple/result_templates/paper.html:22
  983. msgid "Editor"
  984. msgstr "Editor"
  985. #: searx/templates/simple/result_templates/paper.html:23
  986. msgid "Publisher"
  987. msgstr "Izdavac"
  988. #: searx/templates/simple/result_templates/paper.html:25
  989. msgid "Tags"
  990. msgstr "Tagovi"
  991. #: searx/templates/simple/result_templates/paper.html:26
  992. msgid "DOI"
  993. msgstr "DOI"
  994. #: searx/templates/simple/result_templates/paper.html:27
  995. msgid "ISSN"
  996. msgstr "ISSN"
  997. #: searx/templates/simple/result_templates/paper.html:28
  998. msgid "ISBN"
  999. msgstr "ISBN"
  1000. #: searx/templates/simple/result_templates/paper.html:33
  1001. msgid "PDF"
  1002. msgstr "PDF"
  1003. #: searx/templates/simple/result_templates/paper.html:34
  1004. msgid "HTML"
  1005. msgstr "HTML"
  1006. #: searx/templates/simple/result_templates/torrent.html:6
  1007. msgid "magnet link"
  1008. msgstr "магнет линк"
  1009. #: searx/templates/simple/result_templates/torrent.html:7
  1010. msgid "torrent file"
  1011. msgstr "торент фајл"
  1012. #: searx/templates/simple/result_templates/torrent.html:9
  1013. msgid "Seeder"
  1014. msgstr "Хранилац"
  1015. #: searx/templates/simple/result_templates/torrent.html:9
  1016. msgid "Leecher"
  1017. msgstr "Личер"
  1018. #: searx/templates/simple/result_templates/torrent.html:20
  1019. msgid "Number of Files"
  1020. msgstr "Број фајлова"
  1021. #: searx/templates/simple/result_templates/videos.html:6
  1022. msgid "show video"
  1023. msgstr "покажи видео"
  1024. #: searx/templates/simple/result_templates/videos.html:6
  1025. msgid "hide video"
  1026. msgstr "сакриј видео"
  1027. #~ msgid "Engine time (sec)"
  1028. #~ msgstr "Време претраге (сек)"
  1029. #~ msgid "Page loads (sec)"
  1030. #~ msgstr "Учитавање странице (сек)"
  1031. #~ msgid "Errors"
  1032. #~ msgstr "Грешке"
  1033. #~ msgid "CAPTCHA required"
  1034. #~ msgstr "Потребна је ЦАПТЦХА"
  1035. #~ msgid "Rewrite HTTP links to HTTPS if possible"
  1036. #~ msgstr "Препишите HTTP линкове у HTTPS ако је могуће"
  1037. #~ msgid ""
  1038. #~ "Results are opened in the same "
  1039. #~ "window by default. This plugin "
  1040. #~ "overwrites the default behaviour to open"
  1041. #~ " links on new tabs/windows. (JavaScript "
  1042. #~ "required)"
  1043. #~ msgstr ""
  1044. #~ "Резултати се отварају у истом прозору."
  1045. #~ " Овај додатак преписује подразумевано "
  1046. #~ "понашање како би отворио везе на "
  1047. #~ "новим картицама / прозорима. (Потребан "
  1048. #~ "је JavaScript )"
  1049. #~ msgid "Color"
  1050. #~ msgstr "Боја"
  1051. #~ msgid "Blue (default)"
  1052. #~ msgstr "Плава (подразумевано)"
  1053. #~ msgid "Violet"
  1054. #~ msgstr "Љубичаста"
  1055. #~ msgid "Green"
  1056. #~ msgstr "Зелена"
  1057. #~ msgid "Cyan"
  1058. #~ msgstr "Цијан"
  1059. #~ msgid "Orange"
  1060. #~ msgstr "Наранџаста"
  1061. #~ msgid "Red"
  1062. #~ msgstr "Црвена"
  1063. #~ msgid "Category"
  1064. #~ msgstr "Категорија"
  1065. #~ msgid "Block"
  1066. #~ msgstr "Блокирај"
  1067. #~ msgid "original context"
  1068. #~ msgstr "оригинални садржај"
  1069. #~ msgid "Plugins"
  1070. #~ msgstr "Додаци"
  1071. #~ msgid "Answerers"
  1072. #~ msgstr "Одговори"
  1073. #~ msgid "Avg. time"
  1074. #~ msgstr "Просечно време"
  1075. #~ msgid "show details"
  1076. #~ msgstr "покажи детаље"
  1077. #~ msgid "hide details"
  1078. #~ msgstr "сакриј детаље"
  1079. #~ msgid "Load more..."
  1080. #~ msgstr "Учитај више..."
  1081. #~ msgid "Loading..."
  1082. #~ msgstr "Учитавање..."
  1083. #~ msgid "Change searx layout"
  1084. #~ msgstr "Промените изглед searx сајта"
  1085. #~ msgid "Proxying image results through searx"
  1086. #~ msgstr "Прокси слике преко searx-а"
  1087. #~ msgid "This is the list of searx's instant answering modules."
  1088. #~ msgstr "Ово је листа searx инстант одговора."
  1089. #~ msgid ""
  1090. #~ "This is the list of cookies and"
  1091. #~ " their values searx is storing on "
  1092. #~ "your computer."
  1093. #~ msgstr "Ово је листа колачића и њихова вредност се снима на вашем рачунару."
  1094. #~ msgid "With that list, you can assess searx transparency."
  1095. #~ msgstr "Са овом листом можете бити searx транспаренти"
  1096. #~ msgid "It look like you are using searx first time."
  1097. #~ msgstr "Изгледа да први пут користите searx."
  1098. #~ msgid "Please, try again later or find another searx instance."
  1099. #~ msgstr "Молимо, покушајте поново касније."
  1100. #~ msgid "Themes"
  1101. #~ msgstr "Теме"
  1102. #~ msgid "Reliablity"
  1103. #~ msgstr ""
  1104. #~ msgid ""
  1105. #~ "When enabled, the result page's title"
  1106. #~ " contains your query. Your browser "
  1107. #~ "can record this title."
  1108. #~ msgstr ""
  1109. #~ msgid "Method"
  1110. #~ msgstr "Метода"
  1111. #~ msgid ""
  1112. #~ "This tab does not show up for "
  1113. #~ "search results but you can search "
  1114. #~ "the engines listed here via bangs."
  1115. #~ msgstr ""
  1116. #~ msgid "Advanced settings"
  1117. #~ msgstr "Напредне поставке"
  1118. #~ msgid "Close"
  1119. #~ msgstr "Затвори"
  1120. #~ msgid "Language"
  1121. #~ msgstr "Језик"
  1122. #~ msgid "broken"
  1123. #~ msgstr ""
  1124. #~ msgid "supported"
  1125. #~ msgstr "подржано"
  1126. #~ msgid "not supported"
  1127. #~ msgstr "неподржано"
  1128. #~ msgid "about"
  1129. #~ msgstr "О сајту"
  1130. #~ msgid "Avg."
  1131. #~ msgstr ""
  1132. #~ msgid "User Interface"
  1133. #~ msgstr ""
  1134. #~ msgid "Choose style for this theme"
  1135. #~ msgstr "Изаберите стил за ову тему"
  1136. #~ msgid "Style"
  1137. #~ msgstr "Стил"
  1138. #~ msgid "Show advanced settings"
  1139. #~ msgstr ""
  1140. #~ msgid "Show advanced settings panel in the home page by default"
  1141. #~ msgstr ""
  1142. #~ msgid "Allow all"
  1143. #~ msgstr "Дозволи све"
  1144. #~ msgid "Disable all"
  1145. #~ msgstr "Онемогући све"
  1146. #~ msgid "Selected language"
  1147. #~ msgstr "Изабрани језик"
  1148. #~ msgid "Query"
  1149. #~ msgstr ""
  1150. #~ msgid "save"
  1151. #~ msgstr "сними"
  1152. #~ msgid "back"
  1153. #~ msgstr "назад"
  1154. #~ msgid "Links"
  1155. #~ msgstr "Линкови"
  1156. #~ msgid "RSS subscription"
  1157. #~ msgstr "РСС претплата"
  1158. #~ msgid "Search results"
  1159. #~ msgstr "Резултати претраге"
  1160. #~ msgid "next page"
  1161. #~ msgstr "наредна страница"
  1162. #~ msgid "previous page"
  1163. #~ msgstr "претходна страница"
  1164. #~ msgid "Start search"
  1165. #~ msgstr "Почни претрагу"
  1166. #~ msgid "Clear search"
  1167. #~ msgstr "Очистите претражилац"
  1168. #~ msgid "Clear"
  1169. #~ msgstr "Очистите"
  1170. #~ msgid "stats"
  1171. #~ msgstr "статистика"
  1172. #~ msgid "Heads up!"
  1173. #~ msgstr "Главу горе!"
  1174. #~ msgid "It look like you are using SearXNG first time."
  1175. #~ msgstr ""
  1176. #~ msgid "Well done!"
  1177. #~ msgstr "Одлично!"
  1178. #~ msgid "Settings saved successfully."
  1179. #~ msgstr "Подешавања успешно сачувана."
  1180. #~ msgid "Oh snap!"
  1181. #~ msgstr "Упс!"
  1182. #~ msgid "Something went wrong."
  1183. #~ msgstr "Нешто је пошло наопако."
  1184. #~ msgid "Date"
  1185. #~ msgstr ""
  1186. #~ msgid "Type"
  1187. #~ msgstr ""
  1188. #~ msgid "Get image"
  1189. #~ msgstr "Узми слику"
  1190. #~ msgid "Center Alignment"
  1191. #~ msgstr ""
  1192. #~ msgid "Displays results in the center of the page (Oscar layout)."
  1193. #~ msgstr ""
  1194. #~ msgid "preferences"
  1195. #~ msgstr "ПОДЕШАВАЊА"
  1196. #~ msgid "Scores per result"
  1197. #~ msgstr "Остварени резултати"
  1198. #~ msgid "a privacy-respecting, hackable metasearch engine"
  1199. #~ msgstr "мета-претраживач који поштује приватност"
  1200. #~ msgid "No abstract is available for this publication."
  1201. #~ msgstr "Абстракт није доступан за ову публикацију."
  1202. #~ msgid "Self Informations"
  1203. #~ msgstr "Информације о себи"
  1204. #~ msgid ""
  1205. #~ "Change how forms are submited, <a "
  1206. #~ "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  1207. #~ " rel=\"external\">learn more about request "
  1208. #~ "methods</a>"
  1209. #~ msgstr ""
  1210. #~ "Промените начин слања форме, <a "
  1211. #~ "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  1212. #~ " rel=\"external\">сазнајте више о методама "
  1213. #~ "захтева</a>"
  1214. #~ msgid ""
  1215. #~ "This plugin checks if the address "
  1216. #~ "of the request is a TOR exit "
  1217. #~ "node, and informs the user if it"
  1218. #~ " is, like check.torproject.org but from "
  1219. #~ "searxng."
  1220. #~ msgstr ""
  1221. #~ "Овај додатак проверава да ли је "
  1222. #~ "адреса захтева излазни чвор ТОР-а и "
  1223. #~ "обавештава корисника ако јесте, као "
  1224. #~ "check.torproject.org али са searxng."
  1225. #~ msgid ""
  1226. #~ "The TOR exit node list "
  1227. #~ "(https://check.torproject.org/exit-addresses) is "
  1228. #~ "unreachable."
  1229. #~ msgstr ""
  1230. #~ "Листа излазних чворова ТОР-а "
  1231. #~ "(https://check.torproject.org/exit-addresses) је "
  1232. #~ "недоступна."
  1233. #~ msgid "You are using TOR. Your IP address seems to be: {ip_address}."
  1234. #~ msgstr "Користите ТОР. Ваша ИП адреса је: {ip_address}."
  1235. #~ msgid "You are not using TOR. Your IP address seems to be: {ip_address}."
  1236. #~ msgstr "Не користите ТОР. Ваша ИП адреса је: {ip_address}."
  1237. #~ msgid ""
  1238. #~ "The could not download the list of"
  1239. #~ " Tor exit-nodes from "
  1240. #~ "https://check.torproject.org/exit-addresses."
  1241. #~ msgstr ""
  1242. #~ msgid ""
  1243. #~ "You are using Tor. It looks like"
  1244. #~ " you have this external IP address:"
  1245. #~ " {ip_address}."
  1246. #~ msgstr ""
  1247. #~ msgid "You are not using Tor. You have this external IP address: {ip_address}."
  1248. #~ msgstr ""
  1249. #~ msgid "Autodetect search language"
  1250. #~ msgstr ""
  1251. #~ msgid "Automatically detect the query search language and switch to it."
  1252. #~ msgstr ""
  1253. #~ msgid "others"
  1254. #~ msgstr "остали"
  1255. #~ msgid ""
  1256. #~ "This tab does not show up for "
  1257. #~ "search results, but you can search "
  1258. #~ "the engines listed here via bangs."
  1259. #~ msgstr ""
  1260. #~ "Ова картица није приказана за резултате"
  1261. #~ " претраге, али можете претраживати енџине"
  1262. #~ " наведене овде преко шишких."
  1263. #~ msgid "Shortcut"
  1264. #~ msgstr "Пречица"
  1265. #~ msgid "!bang"
  1266. #~ msgstr ""
  1267. #~ msgid ""
  1268. #~ "This tab dues not exists in the"
  1269. #~ " user interface, but you can search"
  1270. #~ " in these engines by its !bangs."
  1271. #~ msgstr ""
  1272. #~ msgid "Engines cannot retrieve results."
  1273. #~ msgstr "Нема резултата."
  1274. #~ msgid "Please, try again later or find another SearXNG instance."
  1275. #~ msgstr "Молимо, покушајте касније или пронађите другу СеарКСНГ инстанцу."
  1276. #~ msgid ""
  1277. #~ "Redirect to open-access versions of "
  1278. #~ "publications when available (plugin required)"
  1279. #~ msgstr ""
  1280. #~ "Преусмери на верзије публикација отвореног "
  1281. #~ "приступа кад је доступно (потребан је"
  1282. #~ " плагин)"
  1283. #~ msgid "Bang"
  1284. #~ msgstr ""
  1285. #~ msgid ""
  1286. #~ "Change how forms are submitted, <a "
  1287. #~ "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  1288. #~ " rel=\"external\">learn more about request "
  1289. #~ "methods</a>"
  1290. #~ msgstr ""
  1291. #~ "Promeni nacin slanja formi, <a "
  1292. #~ "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  1293. #~ " rel=\"external\">saznaj vise o request "
  1294. #~ "metodama</a>"
  1295. #~ msgid "On"
  1296. #~ msgstr "Укључено"
  1297. #~ msgid "Off"
  1298. #~ msgstr "Искључено"
  1299. #~ msgid "Enabled"
  1300. #~ msgstr "Омогућено"
  1301. #~ msgid "Disabled"
  1302. #~ msgstr "Онемогућено"
  1303. #~ msgid ""
  1304. #~ "Perform search immediately if a category"
  1305. #~ " selected. Disable to select multiple "
  1306. #~ "categories. (JavaScript required)"
  1307. #~ msgstr ""
  1308. #~ "Одмах извршите претрагу ако је изабрана"
  1309. #~ " категорија. Онемогућите да би изабрали "
  1310. #~ "више категорија. (Потребан је JavaScript)"
  1311. #~ msgid "Vim-like hotkeys"
  1312. #~ msgstr "Vim стил пречице"
  1313. #~ msgid ""
  1314. #~ "Navigate search results with Vim-like"
  1315. #~ " hotkeys (JavaScript required). Press \"h\""
  1316. #~ " key on main or result page to"
  1317. #~ " get help."
  1318. #~ msgstr ""
  1319. #~ "Померите резултате претраге помоћу Vim-пречица"
  1320. #~ " (потребан је JavaScript ). Притисните "
  1321. #~ "тастер \"h\" на главној или резултатној"
  1322. #~ " страници да бисте добили помоћ."
  1323. #~ msgid ""
  1324. #~ "we didn't find any results. Please "
  1325. #~ "use another query or search in "
  1326. #~ "more categories."
  1327. #~ msgstr ""
  1328. #~ "нема никавих резултата претраге. Молимо "
  1329. #~ "покишајте другу претрагу или категорију."