messages.po 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374
  1. # Slovenian translations for .
  2. # Copyright (C) 2020 ORGANIZATION
  3. # This file is distributed under the same license as the project.
  4. #
  5. # Translators:
  6. # asladic <ales.sladic@gmail.com>, 2017-2018
  7. # Markus Heiser <markus.heiser@darmarit.de>, 2022.
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: searx\n"
  11. "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
  12. "POT-Creation-Date: 2022-07-23 14:08+0000\n"
  13. "PO-Revision-Date: 2022-08-05 07:18+0000\n"
  14. "Last-Translator: Markus Heiser <markus.heiser@darmarit.de>\n"
  15. "Language-Team: Slovenian <https://weblate.bubu1.eu/projects/searxng/searxng/"
  16. "sl/>\n"
  17. "Language: sl\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=utf-8\n"
  20. "Content-Transfer-Encoding: 8bit\n"
  21. "Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
  22. "%100==4 ? 2 : 3;\n"
  23. "X-Generator: Weblate 4.13.1\n"
  24. "Generated-By: Babel 2.10.3\n"
  25. #. CONSTANT_NAMES['DEFAULT_GROUP_NAME']
  26. #: searx/searxng.msg
  27. msgid "others"
  28. msgstr "Drugi"
  29. #. CONSTANT_NAMES['OTHER_CATEGORY']
  30. #: searx/searxng.msg
  31. msgid "other"
  32. msgstr ""
  33. #. CATEGORY_NAMES['FILES']
  34. #: searx/searxng.msg
  35. msgid "files"
  36. msgstr "datoteke"
  37. #. CATEGORY_NAMES['GENERAL']
  38. #: searx/searxng.msg
  39. msgid "general"
  40. msgstr "splošno"
  41. #. CATEGORY_NAMES['MUSIC']
  42. #: searx/searxng.msg
  43. msgid "music"
  44. msgstr "glasba"
  45. #. CATEGORY_NAMES['SOCIAL_MEDIA']
  46. #: searx/searxng.msg
  47. msgid "social media"
  48. msgstr "družabna omrežja"
  49. #. CATEGORY_NAMES['IMAGES']
  50. #: searx/searxng.msg
  51. msgid "images"
  52. msgstr "slike"
  53. #. CATEGORY_NAMES['VIDEOS']
  54. #: searx/searxng.msg
  55. msgid "videos"
  56. msgstr "videi"
  57. #. CATEGORY_NAMES['IT']
  58. #: searx/searxng.msg
  59. msgid "it"
  60. msgstr "informatika"
  61. #. CATEGORY_NAMES['NEWS']
  62. #: searx/searxng.msg
  63. msgid "news"
  64. msgstr "novice"
  65. #. CATEGORY_NAMES['MAP']
  66. #: searx/searxng.msg
  67. msgid "map"
  68. msgstr "zemljevid"
  69. #. CATEGORY_NAMES['ONIONS']
  70. #: searx/searxng.msg
  71. msgid "onions"
  72. msgstr "čebula"
  73. #. CATEGORY_NAMES['SCIENCE']
  74. #: searx/searxng.msg
  75. msgid "science"
  76. msgstr "znanost"
  77. #. CATEGORY_GROUPS['APPS']
  78. #: searx/searxng.msg
  79. msgid "apps"
  80. msgstr "aplikacije"
  81. #. CATEGORY_GROUPS['DICTIONARIES']
  82. #: searx/searxng.msg
  83. msgid "dictionaries"
  84. msgstr "slovarji"
  85. #. CATEGORY_GROUPS['LYRICS']
  86. #: searx/searxng.msg
  87. msgid "lyrics"
  88. msgstr "besedilo"
  89. #. CATEGORY_GROUPS['PACKAGES']
  90. #: searx/searxng.msg
  91. msgid "packages"
  92. msgstr "paketi"
  93. #. CATEGORY_GROUPS['Q_A']
  94. #: searx/searxng.msg
  95. msgid "q&a"
  96. msgstr "vprašanja in odgovori"
  97. #. CATEGORY_GROUPS['REPOS']
  98. #: searx/searxng.msg
  99. msgid "repos"
  100. msgstr "repozitoriji"
  101. #. CATEGORY_GROUPS['SOFTWARE_WIKIS']
  102. #: searx/searxng.msg
  103. msgid "software wikis"
  104. msgstr ""
  105. #. CATEGORY_GROUPS['WEB']
  106. #: searx/searxng.msg
  107. msgid "web"
  108. msgstr "splet"
  109. #. STYLE_NAMES['AUTO']
  110. #: searx/searxng.msg
  111. msgid "auto"
  112. msgstr "avtomatsko"
  113. #. STYLE_NAMES['LIGHT']
  114. #: searx/searxng.msg
  115. msgid "light"
  116. msgstr "svetlo"
  117. #. STYLE_NAMES['DARK']
  118. #: searx/searxng.msg
  119. msgid "dark"
  120. msgstr "temno"
  121. #: searx/webapp.py:165
  122. msgid "timeout"
  123. msgstr "odmor"
  124. #: searx/webapp.py:166
  125. msgid "parsing error"
  126. msgstr "napaka pri razčlenjevanju"
  127. #: searx/webapp.py:167
  128. msgid "HTTP protocol error"
  129. msgstr "napaka protokola HTTP"
  130. #: searx/webapp.py:168
  131. msgid "network error"
  132. msgstr "omrežna napaka"
  133. #: searx/webapp.py:170
  134. msgid "unexpected crash"
  135. msgstr "nepričakovana zrušitev"
  136. #: searx/webapp.py:177
  137. msgid "HTTP error"
  138. msgstr "napaka HTTP"
  139. #: searx/webapp.py:178
  140. msgid "HTTP connection error"
  141. msgstr "napaka povezave HTTP"
  142. #: searx/webapp.py:184
  143. msgid "proxy error"
  144. msgstr "napaka proxyja"
  145. #: searx/webapp.py:185
  146. msgid "CAPTCHA"
  147. msgstr "CAPTCHA"
  148. #: searx/webapp.py:186
  149. msgid "too many requests"
  150. msgstr "preveč prošenj"
  151. #: searx/webapp.py:187
  152. msgid "access denied"
  153. msgstr "dostop zavrnjen"
  154. #: searx/webapp.py:188
  155. msgid "server API error"
  156. msgstr "napaka API strežnika"
  157. #: searx/webapp.py:363
  158. msgid "No item found"
  159. msgstr "Ni zadetkov"
  160. #: searx/engines/qwant.py:212
  161. #: searx/templates/simple/result_templates/images.html:20 searx/webapp.py:365
  162. msgid "Source"
  163. msgstr "Vir"
  164. #: searx/webapp.py:367
  165. msgid "Error loading the next page"
  166. msgstr "Napaka pri nalaganju naslednje strani"
  167. #: searx/webapp.py:516 searx/webapp.py:960
  168. msgid "Invalid settings, please edit your preferences"
  169. msgstr "Neveljavne nastavitve. Prosimo, preverite vašo konfiguracijo"
  170. #: searx/webapp.py:532
  171. msgid "Invalid settings"
  172. msgstr "Neveljavne nastavitve"
  173. #: searx/webapp.py:609 searx/webapp.py:685
  174. msgid "search error"
  175. msgstr "napaka pri iskanju"
  176. #: searx/webapp.py:731
  177. msgid "{minutes} minute(s) ago"
  178. msgstr "{minutes} minut nazaj"
  179. #: searx/webapp.py:733
  180. msgid "{hours} hour(s), {minutes} minute(s) ago"
  181. msgstr "pred {hours} urami in {minutes} minut"
  182. #: searx/webapp.py:859
  183. msgid "Suspended"
  184. msgstr "Prekinjeno"
  185. #: searx/answerers/random/answerer.py:67
  186. msgid "Random value generator"
  187. msgstr "Generator naključnih števil"
  188. #: searx/answerers/random/answerer.py:68
  189. msgid "Generate different random values"
  190. msgstr "Generiraj različne naključne vrednosti"
  191. #: searx/answerers/statistics/answerer.py:47
  192. msgid "Statistics functions"
  193. msgstr "Statistične funkcije"
  194. #: searx/answerers/statistics/answerer.py:48
  195. msgid "Compute {functions} of the arguments"
  196. msgstr "Izračunaj {functions} argumentov"
  197. #: searx/engines/openstreetmap.py:160
  198. msgid "Get directions"
  199. msgstr "Pridobite navodila"
  200. #: searx/engines/pdbe.py:96
  201. msgid "{title} (OBSOLETE)"
  202. msgstr ""
  203. #: searx/engines/pdbe.py:103
  204. msgid "This entry has been superseded by"
  205. msgstr "Ta vnos je bil presezen"
  206. #: searx/engines/pubmed.py:78
  207. msgid "No abstract is available for this publication."
  208. msgstr "Povzetek za to publikacijo ni na voljo."
  209. #: searx/engines/qwant.py:214
  210. msgid "Channel"
  211. msgstr ""
  212. #: searx/engines/tineye.py:40
  213. msgid ""
  214. "Could not read that image url. This may be due to an unsupported file "
  215. "format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
  216. " WebP."
  217. msgstr ""
  218. #: searx/engines/tineye.py:46
  219. msgid ""
  220. "The image is too simple to find matches. TinEye requires a basic level of"
  221. " visual detail to successfully identify matches."
  222. msgstr ""
  223. #: searx/engines/tineye.py:52
  224. msgid "The image could not be downloaded."
  225. msgstr "Slike ni bilo mogoče prevesti."
  226. #: searx/plugins/hash_plugin.py:24
  227. msgid "Converts strings to different hash digests."
  228. msgstr ""
  229. #: searx/plugins/hash_plugin.py:52
  230. msgid "hash digest"
  231. msgstr ""
  232. #: searx/plugins/hostname_replace.py:9
  233. msgid "Hostname replace"
  234. msgstr ""
  235. #: searx/plugins/hostname_replace.py:10
  236. msgid "Rewrite result hostnames or remove results based on the hostname"
  237. msgstr ""
  238. #: searx/plugins/oa_doi_rewrite.py:9
  239. msgid "Open Access DOI rewrite"
  240. msgstr ""
  241. #: searx/plugins/oa_doi_rewrite.py:10
  242. msgid ""
  243. "Avoid paywalls by redirecting to open-access versions of publications "
  244. "when available"
  245. msgstr ""
  246. "Izogibanje plačilom s preusmeritvijo na prostodostopne različice "
  247. "publikacij, ko so na voljo"
  248. #: searx/plugins/search_on_category_select.py:19
  249. msgid "Search on category select"
  250. msgstr "Išči ob izboru kategorije"
  251. #: searx/plugins/search_on_category_select.py:20
  252. msgid ""
  253. "Perform search immediately if a category selected. Disable to select "
  254. "multiple categories. (JavaScript required)"
  255. msgstr ""
  256. "Če je kategorija izbrana, takoj izvedi iskanje. Za izbor več kategorij "
  257. "onemogocite. (Potrebna je JavaScript)"
  258. #: searx/plugins/self_info.py:20
  259. msgid "Self Informations"
  260. msgstr ""
  261. #: searx/plugins/self_info.py:21
  262. msgid ""
  263. "Displays your IP if the query is \"ip\" and your user agent if the query "
  264. "contains \"user agent\"."
  265. msgstr ""
  266. "Prikaže IP naslov, če je niz poizvedbe \"ip\", in uporabniški agent, če "
  267. "je niz \"user agent\"."
  268. #: searx/plugins/tor_check.py:25
  269. msgid "Tor check plugin"
  270. msgstr ""
  271. #: searx/plugins/tor_check.py:28
  272. msgid ""
  273. "This plugin checks if the address of the request is a TOR exit node, and "
  274. "informs the user if it is, like check.torproject.org but from searxng."
  275. msgstr ""
  276. #: searx/plugins/tor_check.py:62
  277. msgid ""
  278. "The TOR exit node list (https://check.torproject.org/exit-addresses) is "
  279. "unreachable."
  280. msgstr ""
  281. #: searx/plugins/tor_check.py:78
  282. msgid "You are using TOR. Your IP address seems to be: {ip_address}."
  283. msgstr ""
  284. #: searx/plugins/tor_check.py:84
  285. msgid "You are not using TOR. Your IP address seems to be: {ip_address}."
  286. msgstr ""
  287. #: searx/plugins/tracker_url_remover.py:29
  288. msgid "Tracker URL remover"
  289. msgstr "Odstranjevalec sledilcev URL"
  290. #: searx/plugins/tracker_url_remover.py:30
  291. msgid "Remove trackers arguments from the returned URL"
  292. msgstr "Odstrani argumente sledilcev iz vrnjenega URL"
  293. #: searx/plugins/vim_hotkeys.py:3
  294. msgid "Vim-like hotkeys"
  295. msgstr "Tipkovne bližnjice Vim"
  296. #: searx/plugins/vim_hotkeys.py:4
  297. msgid ""
  298. "Navigate search results with Vim-like hotkeys (JavaScript required). "
  299. "Press \"h\" key on main or result page to get help."
  300. msgstr ""
  301. "Premikanje po zadetkih z tipkovnimi bližnjicami Vim (zahtevan "
  302. "JavaScript). Pritisnite tipko \"h\" na glavni strani ali strani z zadetki"
  303. " za pomoč."
  304. #: searx/templates/simple/404.html:4
  305. msgid "Page not found"
  306. msgstr "Strani ni bilo mogoče najti"
  307. #: searx/templates/simple/404.html:6
  308. #, python-format
  309. msgid "Go to %(search_page)s."
  310. msgstr "Pojdi na %(search_page)s."
  311. #: searx/templates/simple/404.html:6
  312. msgid "search page"
  313. msgstr "stran za iskanje"
  314. #: searx/templates/simple/base.html:46
  315. msgid "About"
  316. msgstr ""
  317. #: searx/templates/simple/base.html:50
  318. msgid "Donate"
  319. msgstr ""
  320. #: searx/templates/simple/base.html:54
  321. #: searx/templates/simple/preferences.html:99
  322. msgid "Preferences"
  323. msgstr "Nastavitve"
  324. #: searx/templates/simple/base.html:64
  325. msgid "Powered by"
  326. msgstr "Omogočeno z"
  327. #: searx/templates/simple/base.html:64
  328. msgid "a privacy-respecting, hackable metasearch engine"
  329. msgstr "razširljiv metaiskalnik, ki spoštuje vašo zasebnost"
  330. #: searx/templates/simple/base.html:65
  331. msgid "Source code"
  332. msgstr ""
  333. #: searx/templates/simple/base.html:66
  334. msgid "Issue tracker"
  335. msgstr ""
  336. #: searx/templates/simple/base.html:67 searx/templates/simple/stats.html:18
  337. msgid "Engine stats"
  338. msgstr "Statistike iskalnika"
  339. #: searx/templates/simple/base.html:69
  340. #: searx/templates/simple/messages/no_results.html:15
  341. msgid "Public instances"
  342. msgstr ""
  343. #: searx/templates/simple/base.html:72
  344. msgid "Privacy policy"
  345. msgstr ""
  346. #: searx/templates/simple/base.html:75
  347. msgid "Contact instance maintainer"
  348. msgstr ""
  349. #: searx/templates/simple/categories.html:24
  350. msgid "Click on the magnifier to perform search"
  351. msgstr "Kiknite na lupo za iskanje"
  352. #: searx/templates/simple/macros.html:36
  353. msgid "Length"
  354. msgstr ""
  355. #: searx/templates/simple/macros.html:37
  356. #: searx/templates/simple/result_templates/images.html:18
  357. msgid "Author"
  358. msgstr ""
  359. #: searx/templates/simple/macros.html:45
  360. msgid "cached"
  361. msgstr "predpomnjeno"
  362. #: searx/templates/simple/macros.html:45
  363. msgid "proxied"
  364. msgstr "preko posredniškega strežnika"
  365. #: searx/templates/simple/new_issue.html:64
  366. msgid "Start submiting a new issue on GitHub"
  367. msgstr ""
  368. #: searx/templates/simple/new_issue.html:66
  369. msgid "Please check for existing bugs about this engine on GitHub"
  370. msgstr ""
  371. #: searx/templates/simple/new_issue.html:69
  372. msgid "I confirm there is no existing bug about the issue I encounter"
  373. msgstr ""
  374. #: searx/templates/simple/new_issue.html:71
  375. msgid "If this is a public instance, please specify the URL in the bug report"
  376. msgstr ""
  377. #: searx/templates/simple/new_issue.html:72
  378. msgid "Submit a new issue on Github including the above information"
  379. msgstr ""
  380. #: searx/templates/simple/preferences.html:29
  381. msgid "No HTTPS"
  382. msgstr ""
  383. #: searx/templates/simple/messages/no_results.html:10
  384. #: searx/templates/simple/preferences.html:31
  385. #: searx/templates/simple/preferences.html:32
  386. #: searx/templates/simple/results.html:49
  387. msgid "View error logs and submit a bug report"
  388. msgstr ""
  389. #: searx/templates/simple/preferences.html:53
  390. #: searx/templates/simple/stats.html:67
  391. msgid "Median"
  392. msgstr ""
  393. #: searx/templates/simple/preferences.html:54
  394. #: searx/templates/simple/stats.html:73
  395. msgid "P80"
  396. msgstr ""
  397. #: searx/templates/simple/preferences.html:55
  398. #: searx/templates/simple/stats.html:79
  399. msgid "P95"
  400. msgstr ""
  401. #: searx/templates/simple/preferences.html:83
  402. msgid "Failed checker test(s): "
  403. msgstr ""
  404. #: searx/templates/simple/preferences.html:85
  405. msgid "Errors:"
  406. msgstr ""
  407. #: searx/templates/simple/preferences.html:105
  408. msgid "General"
  409. msgstr "Splošno"
  410. #: searx/templates/simple/preferences.html:108
  411. msgid "Default categories"
  412. msgstr "Privzete kategorije"
  413. #: searx/templates/simple/filters/languages.html:1
  414. #: searx/templates/simple/preferences.html:115
  415. msgid "Search language"
  416. msgstr "Jezik iskanja"
  417. #: searx/templates/simple/filters/languages.html:2
  418. #: searx/templates/simple/preferences.html:118
  419. msgid "Default language"
  420. msgstr "Privzeti jezik"
  421. #: searx/templates/simple/preferences.html:124
  422. msgid "What language do you prefer for search?"
  423. msgstr "V katerem jeziku želite iskati?"
  424. #: searx/templates/simple/preferences.html:129
  425. msgid "Autocomplete"
  426. msgstr "Samodejni predlogi"
  427. #: searx/templates/simple/preferences.html:138
  428. msgid "Find stuff as you type"
  429. msgstr "Iščite že med tipkanjem"
  430. #: searx/templates/simple/filters/safesearch.html:1
  431. #: searx/templates/simple/filters/safesearch.html:2
  432. #: searx/templates/simple/filters/safesearch.html:3
  433. #: searx/templates/simple/filters/safesearch.html:4
  434. #: searx/templates/simple/preferences.html:143
  435. #: searx/templates/simple/preferences.html:311
  436. msgid "SafeSearch"
  437. msgstr "Varno iskanje"
  438. #: searx/templates/simple/filters/safesearch.html:2
  439. #: searx/templates/simple/preferences.html:146
  440. msgid "Strict"
  441. msgstr "Strogo"
  442. #: searx/templates/simple/filters/safesearch.html:3
  443. #: searx/templates/simple/preferences.html:147
  444. msgid "Moderate"
  445. msgstr "Zmerno"
  446. #: searx/templates/simple/filters/safesearch.html:4
  447. #: searx/templates/simple/preferences.html:148
  448. msgid "None"
  449. msgstr "Brez"
  450. #: searx/templates/simple/preferences.html:151
  451. msgid "Filter content"
  452. msgstr "Filtriraj vsebino"
  453. #: searx/templates/simple/preferences.html:157
  454. msgid "Open Access DOI resolver"
  455. msgstr ""
  456. #: searx/templates/simple/preferences.html:167
  457. msgid ""
  458. "Redirect to open-access versions of publications when available (plugin "
  459. "required)"
  460. msgstr ""
  461. "Preusmeri na prosto dostopne različice publikacij, ko so na voljo "
  462. "(zahtevan vtičnik)"
  463. #: searx/templates/simple/preferences.html:171
  464. msgid "Engine tokens"
  465. msgstr ""
  466. #: searx/templates/simple/preferences.html:175
  467. msgid "Access tokens for private engines"
  468. msgstr ""
  469. #: searx/templates/simple/preferences.html:179
  470. msgid "User interface"
  471. msgstr "Uporabniški vmesnik"
  472. #: searx/templates/simple/preferences.html:182
  473. msgid "Interface language"
  474. msgstr "Jezik vmesnika"
  475. #: searx/templates/simple/preferences.html:190
  476. msgid "Change the language of the layout"
  477. msgstr "Spremeni jezik vmesnika"
  478. #: searx/templates/simple/preferences.html:195
  479. msgid "Theme"
  480. msgstr "Tema"
  481. #: searx/templates/simple/preferences.html:203
  482. msgid "Change SearXNG layout"
  483. msgstr ""
  484. #: searx/templates/simple/preferences.html:206
  485. msgid "Theme style"
  486. msgstr ""
  487. #: searx/templates/simple/preferences.html:214
  488. msgid "Choose auto to follow your browser settings"
  489. msgstr ""
  490. #: searx/templates/simple/preferences.html:217
  491. msgid "Center Alignment"
  492. msgstr ""
  493. #: searx/templates/simple/preferences.html:220
  494. #: searx/templates/simple/preferences.html:232
  495. #: searx/templates/simple/preferences.html:244
  496. msgid "On"
  497. msgstr "Vklopljeno"
  498. #: searx/templates/simple/preferences.html:221
  499. #: searx/templates/simple/preferences.html:233
  500. #: searx/templates/simple/preferences.html:245
  501. msgid "Off"
  502. msgstr "Izklopljeno"
  503. #: searx/templates/simple/preferences.html:224
  504. msgid "Displays results in the center of the page (Oscar layout)."
  505. msgstr ""
  506. #: searx/templates/simple/preferences.html:229
  507. msgid "Results on new tabs"
  508. msgstr "Zadetki v novih zavihkih"
  509. #: searx/templates/simple/preferences.html:236
  510. msgid "Open result links on new browser tabs"
  511. msgstr "Odpri povezave zadetkov v novih zavihkih brskalnika"
  512. #: searx/templates/simple/preferences.html:241
  513. msgid "Infinite scroll"
  514. msgstr "Neskončno drsenje"
  515. #: searx/templates/simple/preferences.html:248
  516. msgid "Automatically load next page when scrolling to bottom of current page"
  517. msgstr "Samodejno naloži naslednjo stran ob ogledu dna trenutne strani"
  518. #: searx/templates/simple/preferences.html:254
  519. msgid "Privacy"
  520. msgstr "Zasebnost"
  521. #: searx/templates/simple/preferences.html:257
  522. msgid "HTTP Method"
  523. msgstr ""
  524. #: searx/templates/simple/preferences.html:264
  525. msgid ""
  526. "Change how forms are submited, <a "
  527. "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  528. " rel=\"external\">learn more about request methods</a>"
  529. msgstr ""
  530. "Spremeni, kako se pošiljajo obrazci, <a "
  531. "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  532. " rel=\"external\">, več o metodah za zahtevke </a>"
  533. #: searx/templates/simple/preferences.html:269
  534. msgid "Image proxy"
  535. msgstr "Posredniški strežnik za slike"
  536. #: searx/templates/simple/preferences.html:272
  537. #: searx/templates/simple/preferences.html:284
  538. msgid "Enabled"
  539. msgstr "Omogočeno"
  540. #: searx/templates/simple/preferences.html:273
  541. #: searx/templates/simple/preferences.html:285
  542. msgid "Disabled"
  543. msgstr "Onemogočeno"
  544. #: searx/templates/simple/preferences.html:276
  545. msgid "Proxying image results through SearXNG"
  546. msgstr ""
  547. #: searx/templates/simple/preferences.html:281
  548. msgid "Query in the page's title"
  549. msgstr ""
  550. #: searx/templates/simple/preferences.html:288
  551. msgid ""
  552. "When enabled, the result page's title contains your query. Your browser "
  553. "can record this title"
  554. msgstr ""
  555. #: searx/templates/simple/preferences.html:294
  556. msgid "Engines"
  557. msgstr "Iskalniki"
  558. #: searx/templates/simple/preferences.html:295
  559. msgid "Currently used search engines"
  560. msgstr "Trenutno uporabljeni iskalniki"
  561. #: searx/templates/simple/preferences.html:302
  562. msgid ""
  563. "This tab does not show up for search results, but you can search the "
  564. "engines listed here via bangs."
  565. msgstr ""
  566. #: searx/templates/simple/preferences.html:307
  567. #: searx/templates/simple/preferences.html:358
  568. msgid "Allow"
  569. msgstr "Dovoli"
  570. #: searx/templates/simple/preferences.html:308
  571. #: searx/templates/simple/stats.html:25
  572. msgid "Engine name"
  573. msgstr "Ime iskalnika"
  574. #: searx/templates/simple/preferences.html:309
  575. msgid "Shortcut"
  576. msgstr "Bližnjica"
  577. #: searx/templates/simple/preferences.html:310
  578. msgid "Supports selected language"
  579. msgstr "Podpira izbrani jezik"
  580. #: searx/templates/simple/filters/time_range.html:1
  581. #: searx/templates/simple/preferences.html:312
  582. msgid "Time range"
  583. msgstr "Časovni razpon"
  584. #: searx/templates/simple/preferences.html:313
  585. #: searx/templates/simple/stats.html:28
  586. msgid "Response time"
  587. msgstr ""
  588. #: searx/templates/simple/preferences.html:314
  589. msgid "Max time"
  590. msgstr "Največji čas"
  591. #: searx/templates/simple/preferences.html:315
  592. #: searx/templates/simple/stats.html:29
  593. msgid "Reliability"
  594. msgstr ""
  595. #: searx/templates/simple/preferences.html:353
  596. msgid "Special Queries"
  597. msgstr ""
  598. #: searx/templates/simple/preferences.html:359
  599. msgid "Keywords"
  600. msgstr "Ključne besede"
  601. #: searx/templates/simple/preferences.html:360
  602. msgid "Name"
  603. msgstr "Ime"
  604. #: searx/templates/simple/preferences.html:361
  605. msgid "Description"
  606. msgstr "Opis"
  607. #: searx/templates/simple/preferences.html:362
  608. msgid "Examples"
  609. msgstr "Primeri"
  610. #: searx/templates/simple/preferences.html:365
  611. msgid "This is the list of SearXNG's instant answering modules."
  612. msgstr ""
  613. #: searx/templates/simple/preferences.html:376
  614. msgid "This is the list of plugins."
  615. msgstr ""
  616. #: searx/templates/simple/preferences.html:393
  617. msgid "Cookies"
  618. msgstr "Piškotki"
  619. #: searx/templates/simple/preferences.html:395
  620. msgid ""
  621. "This is the list of cookies and their values SearXNG is storing on your "
  622. "computer."
  623. msgstr ""
  624. #: searx/templates/simple/preferences.html:396
  625. msgid "With that list, you can assess SearXNG transparency."
  626. msgstr ""
  627. #: searx/templates/simple/preferences.html:401
  628. msgid "Cookie name"
  629. msgstr "Ime piškotka"
  630. #: searx/templates/simple/preferences.html:402
  631. msgid "Value"
  632. msgstr "Vrednost"
  633. #: searx/templates/simple/preferences.html:414
  634. msgid "Search URL of the currently saved preferences"
  635. msgstr "Iskalni URL trenutno shranjenih nastavitev"
  636. #: searx/templates/simple/preferences.html:418
  637. msgid ""
  638. "Note: specifying custom settings in the search URL can reduce privacy by "
  639. "leaking data to the clicked result sites."
  640. msgstr ""
  641. "Opomba: navajanje lastnih nastavitev v iskalnem URL lahko vodi do "
  642. "zmanjšane zasebnosti preko podajanja podatkov izbranim rezultatom."
  643. #: searx/templates/simple/preferences.html:419
  644. msgid "URL to restore your preferences in another browser"
  645. msgstr ""
  646. #: searx/templates/simple/preferences.html:423
  647. msgid ""
  648. "Specifying custom settings in the preferences URL can be used to sync "
  649. "preferences across devices."
  650. msgstr ""
  651. #: searx/templates/simple/preferences.html:428
  652. msgid ""
  653. "These settings are stored in your cookies, this allows us not to store "
  654. "this data about you."
  655. msgstr ""
  656. "Te nastavitve so shranjene v vaših piškotkih; to nam omogoča, da ne "
  657. "hranimo teh podatkov o vas."
  658. #: searx/templates/simple/preferences.html:430
  659. msgid ""
  660. "These cookies serve your sole convenience, we don't use these cookies to "
  661. "track you."
  662. msgstr "Ti piškotki so za boljšo izkušnjo, ne uporabljamo jih za sledenje."
  663. #: searx/templates/simple/preferences.html:433
  664. msgid "Save"
  665. msgstr ""
  666. #: searx/templates/simple/preferences.html:434
  667. msgid "Reset defaults"
  668. msgstr "Ponastavi na privzeto"
  669. #: searx/templates/simple/preferences.html:435
  670. msgid "Back"
  671. msgstr ""
  672. #: searx/templates/simple/results.html:23
  673. msgid "Answers"
  674. msgstr "Odgovori"
  675. #: searx/templates/simple/results.html:39
  676. msgid "Number of results"
  677. msgstr "Število zadetkov"
  678. #: searx/templates/simple/messages/no_results.html:6
  679. #: searx/templates/simple/results.html:46
  680. msgid "Error!"
  681. msgstr "Napaka!"
  682. #: searx/templates/simple/results.html:46
  683. msgid "Engines cannot retrieve results"
  684. msgstr "Iskalniki ne morejo pridobiti rezultatov"
  685. #: searx/templates/simple/results.html:68
  686. msgid "Suggestions"
  687. msgstr "Predlogi"
  688. #: searx/templates/simple/results.html:90
  689. msgid "Search URL"
  690. msgstr "Iskalni URL"
  691. #: searx/templates/simple/results.html:96
  692. msgid "Download results"
  693. msgstr "Prenesi zadetke"
  694. #: searx/templates/simple/results.html:120
  695. msgid "Try searching for:"
  696. msgstr "Poskusite iskati:"
  697. #: searx/templates/simple/results.html:152
  698. msgid "Back to top"
  699. msgstr ""
  700. #: searx/templates/simple/results.html:170
  701. msgid "Previous page"
  702. msgstr ""
  703. #: searx/templates/simple/results.html:187
  704. msgid "Next page"
  705. msgstr ""
  706. #: searx/templates/simple/search.html:3
  707. msgid "Display the front page"
  708. msgstr ""
  709. #: searx/templates/simple/search.html:9
  710. #: searx/templates/simple/simple_search.html:5
  711. msgid "Search for..."
  712. msgstr "Poišči..."
  713. #: searx/templates/simple/search.html:10
  714. #: searx/templates/simple/simple_search.html:6
  715. msgid "clear"
  716. msgstr ""
  717. #: searx/templates/simple/search.html:11
  718. #: searx/templates/simple/simple_search.html:7
  719. msgid "search"
  720. msgstr ""
  721. #: searx/templates/simple/stats.html:21
  722. msgid "There is currently no data available. "
  723. msgstr "Trenutno ni podatkov na voljo."
  724. #: searx/templates/simple/stats.html:26
  725. msgid "Scores"
  726. msgstr "Točke"
  727. #: searx/templates/simple/stats.html:27
  728. msgid "Result count"
  729. msgstr ""
  730. #: searx/templates/simple/stats.html:38
  731. msgid "Scores per result"
  732. msgstr "Točke na zadetek"
  733. #: searx/templates/simple/stats.html:62
  734. msgid "Total"
  735. msgstr ""
  736. #: searx/templates/simple/stats.html:63
  737. msgid "HTTP"
  738. msgstr ""
  739. #: searx/templates/simple/stats.html:64
  740. msgid "Processing"
  741. msgstr ""
  742. #: searx/templates/simple/stats.html:102
  743. msgid "Warnings"
  744. msgstr ""
  745. #: searx/templates/simple/stats.html:102
  746. msgid "Errors and exceptions"
  747. msgstr ""
  748. #: searx/templates/simple/stats.html:108
  749. msgid "Exception"
  750. msgstr ""
  751. #: searx/templates/simple/stats.html:110
  752. msgid "Message"
  753. msgstr ""
  754. #: searx/templates/simple/stats.html:112
  755. msgid "Percentage"
  756. msgstr ""
  757. #: searx/templates/simple/stats.html:114
  758. msgid "Parameter"
  759. msgstr ""
  760. #: searx/templates/simple/stats.html:122
  761. msgid "Filename"
  762. msgstr ""
  763. #: searx/templates/simple/stats.html:123
  764. msgid "Function"
  765. msgstr ""
  766. #: searx/templates/simple/stats.html:124
  767. msgid "Code"
  768. msgstr ""
  769. #: searx/templates/simple/stats.html:131
  770. msgid "Checker"
  771. msgstr ""
  772. #: searx/templates/simple/stats.html:134
  773. msgid "Failed test"
  774. msgstr ""
  775. #: searx/templates/simple/stats.html:135
  776. msgid "Comment(s)"
  777. msgstr ""
  778. #: searx/templates/simple/filters/time_range.html:3
  779. msgid "Anytime"
  780. msgstr "Kadarkoli"
  781. #: searx/templates/simple/filters/time_range.html:6
  782. msgid "Last day"
  783. msgstr "V zadnjem dnevu"
  784. #: searx/templates/simple/filters/time_range.html:9
  785. msgid "Last week"
  786. msgstr "V zadnjem tednu"
  787. #: searx/templates/simple/filters/time_range.html:12
  788. msgid "Last month"
  789. msgstr "V zadnjem mesecu"
  790. #: searx/templates/simple/filters/time_range.html:15
  791. msgid "Last year"
  792. msgstr "V zadnjem letu"
  793. #: searx/templates/simple/messages/no_cookies.html:3
  794. msgid "Information!"
  795. msgstr "Informacije!"
  796. #: searx/templates/simple/messages/no_cookies.html:4
  797. msgid "currently, there are no cookies defined."
  798. msgstr "Trenutno ni definiranih piškotkov."
  799. #: searx/templates/simple/messages/no_results.html:6
  800. msgid "Engines cannot retrieve results."
  801. msgstr "Iskalniki ne morejo pridobiti rezultatov."
  802. #: searx/templates/simple/messages/no_results.html:15
  803. msgid "Please, try again later or find another SearXNG instance."
  804. msgstr "Prosim poizkusite kasneje, ali poiščite drugo SearXNG istanco."
  805. #: searx/templates/simple/messages/no_results.html:20
  806. msgid "Sorry!"
  807. msgstr "Škoda!"
  808. #: searx/templates/simple/messages/no_results.html:21
  809. msgid ""
  810. "we didn't find any results. Please use another query or search in more "
  811. "categories."
  812. msgstr ""
  813. "Nismo našli zadetkov. Uporabite drugo poizvedbo ali pa razširite nabor "
  814. "kategorij za iskanje."
  815. #: searx/templates/simple/result_templates/default.html:6
  816. msgid "show media"
  817. msgstr "pokaži medijske vsebine"
  818. #: searx/templates/simple/result_templates/default.html:6
  819. msgid "hide media"
  820. msgstr "skrij medijske vsebine"
  821. #: searx/templates/simple/result_templates/default.html:14
  822. #: searx/templates/simple/result_templates/videos.html:14
  823. msgid "This site did not provide any description."
  824. msgstr "Ta stran ni posredovala nobenega opisa."
  825. #: searx/templates/simple/result_templates/images.html:19
  826. msgid "Format"
  827. msgstr ""
  828. #: searx/templates/simple/result_templates/images.html:21
  829. msgid "Engine"
  830. msgstr "Pogon"
  831. #: searx/templates/simple/result_templates/images.html:22
  832. msgid "View source"
  833. msgstr "Ogled vira"
  834. #: searx/templates/simple/result_templates/map.html:12
  835. msgid "address"
  836. msgstr "naslov"
  837. #: searx/templates/simple/result_templates/map.html:43
  838. msgid "show map"
  839. msgstr "prikaži zemljevid"
  840. #: searx/templates/simple/result_templates/map.html:43
  841. msgid "hide map"
  842. msgstr "skrij zemljevid"
  843. #: searx/templates/simple/result_templates/torrent.html:6
  844. msgid "magnet link"
  845. msgstr "magnet povezava"
  846. #: searx/templates/simple/result_templates/torrent.html:7
  847. msgid "torrent file"
  848. msgstr "torrent datoteka"
  849. #: searx/templates/simple/result_templates/torrent.html:9
  850. msgid "Seeder"
  851. msgstr "Sejalec"
  852. #: searx/templates/simple/result_templates/torrent.html:9
  853. msgid "Leecher"
  854. msgstr "Odjemalec"
  855. #: searx/templates/simple/result_templates/torrent.html:11
  856. msgid "Filesize"
  857. msgstr "Velikost"
  858. #: searx/templates/simple/result_templates/torrent.html:12
  859. msgid "Bytes"
  860. msgstr "Bajti"
  861. #: searx/templates/simple/result_templates/torrent.html:13
  862. msgid "kiB"
  863. msgstr "kiB"
  864. #: searx/templates/simple/result_templates/torrent.html:14
  865. msgid "MiB"
  866. msgstr "MiB"
  867. #: searx/templates/simple/result_templates/torrent.html:15
  868. msgid "GiB"
  869. msgstr "GiB"
  870. #: searx/templates/simple/result_templates/torrent.html:16
  871. msgid "TiB"
  872. msgstr "TiB"
  873. #: searx/templates/simple/result_templates/torrent.html:20
  874. msgid "Number of Files"
  875. msgstr "Število datotek"
  876. #: searx/templates/simple/result_templates/videos.html:6
  877. msgid "show video"
  878. msgstr "pokaži video"
  879. #: searx/templates/simple/result_templates/videos.html:6
  880. msgid "hide video"
  881. msgstr "skrij video"
  882. #~ msgid "Engine time (sec)"
  883. #~ msgstr "Čas iskanja (sek.)"
  884. #~ msgid "Page loads (sec)"
  885. #~ msgstr "Čas nalaganja (sek.)"
  886. #~ msgid "Errors"
  887. #~ msgstr "Napake"
  888. #~ msgid "CAPTCHA required"
  889. #~ msgstr ""
  890. #~ msgid "Rewrite HTTP links to HTTPS if possible"
  891. #~ msgstr "Prepisovanje HTTP povezav v HTTPS, ko je to mogoče"
  892. #~ msgid ""
  893. #~ "Results are opened in the same "
  894. #~ "window by default. This plugin "
  895. #~ "overwrites the default behaviour to open"
  896. #~ " links on new tabs/windows. (JavaScript "
  897. #~ "required)"
  898. #~ msgstr ""
  899. #~ "Zadetki so privzeto odprti v istem "
  900. #~ "oknu. Ta vstavek spremeni privzeto "
  901. #~ "obnašanje tako, da se povezave odprejo"
  902. #~ " v novih zavihkih/oknih. (Potrebuje "
  903. #~ "JavaScript)"
  904. #~ msgid "Color"
  905. #~ msgstr "Barva"
  906. #~ msgid "Blue (default)"
  907. #~ msgstr "Modra (privzeto)"
  908. #~ msgid "Violet"
  909. #~ msgstr "Vijolična"
  910. #~ msgid "Green"
  911. #~ msgstr "Zelena"
  912. #~ msgid "Cyan"
  913. #~ msgstr "Cian modra"
  914. #~ msgid "Orange"
  915. #~ msgstr "Oranžna"
  916. #~ msgid "Red"
  917. #~ msgstr "Rdeča"
  918. #~ msgid "Category"
  919. #~ msgstr "Kategorija"
  920. #~ msgid "Block"
  921. #~ msgstr "Blokiraj"
  922. #~ msgid "original context"
  923. #~ msgstr "originalna stran"
  924. #~ msgid "Plugins"
  925. #~ msgstr "Vtičniki"
  926. #~ msgid "Answerers"
  927. #~ msgstr "Ponudniki odgovorov"
  928. #~ msgid "Avg. time"
  929. #~ msgstr "Povprečni čas"
  930. #~ msgid "show details"
  931. #~ msgstr "prikaži podrobnosti"
  932. #~ msgid "hide details"
  933. #~ msgstr "skrij podrobnosti"
  934. #~ msgid "Load more..."
  935. #~ msgstr "Naloži več..."
  936. #~ msgid "Loading..."
  937. #~ msgstr ""
  938. #~ msgid "Change searx layout"
  939. #~ msgstr "Spremeni izgled searx"
  940. #~ msgid "Proxying image results through searx"
  941. #~ msgstr "Uporaba searx kot posredniški strežnik za slike"
  942. #~ msgid "This is the list of searx's instant answering modules."
  943. #~ msgstr "To je seznam modulov searx za takojšnje odgovore."
  944. #~ msgid ""
  945. #~ "This is the list of cookies and"
  946. #~ " their values searx is storing on "
  947. #~ "your computer."
  948. #~ msgstr ""
  949. #~ "To je seznam piškotkov in pripadajočih"
  950. #~ " vrednosti, ki jih searx hrani na "
  951. #~ "vašem računalniku."
  952. #~ msgid "With that list, you can assess searx transparency."
  953. #~ msgstr "S tem seznamom lahko ocenite transparentnost searx."
  954. #~ msgid "It look like you are using searx first time."
  955. #~ msgstr "Prvič uporabljate searx."
  956. #~ msgid "Please, try again later or find another searx instance."
  957. #~ msgstr "Prosimo, poskusite kasneje tu ali na drugi instanci searx."
  958. #~ msgid "Themes"
  959. #~ msgstr "Teme"
  960. #~ msgid "Reliablity"
  961. #~ msgstr ""
  962. #~ msgid ""
  963. #~ "When enabled, the result page's title"
  964. #~ " contains your query. Your browser "
  965. #~ "can record this title."
  966. #~ msgstr ""
  967. #~ msgid "Method"
  968. #~ msgstr "Metoda"
  969. #~ msgid ""
  970. #~ "This tab does not show up for "
  971. #~ "search results but you can search "
  972. #~ "the engines listed here via bangs."
  973. #~ msgstr ""
  974. #~ msgid "Advanced settings"
  975. #~ msgstr "Napredne nastavitve"
  976. #~ msgid "Close"
  977. #~ msgstr "Zapri"
  978. #~ msgid "Language"
  979. #~ msgstr ""
  980. #~ msgid "broken"
  981. #~ msgstr ""
  982. #~ msgid "supported"
  983. #~ msgstr "podprto"
  984. #~ msgid "not supported"
  985. #~ msgstr "ni podprto"
  986. #~ msgid "about"
  987. #~ msgstr "več o"
  988. #~ msgid "Avg."
  989. #~ msgstr "Povprečje"
  990. #~ msgid "User Interface"
  991. #~ msgstr ""
  992. #~ msgid "Choose style for this theme"
  993. #~ msgstr "Izberite stil za trenutno temo"
  994. #~ msgid "Style"
  995. #~ msgstr "Stil"
  996. #~ msgid "Show advanced settings"
  997. #~ msgstr ""
  998. #~ msgid "Show advanced settings panel in the home page by default"
  999. #~ msgstr ""
  1000. #~ msgid "Allow all"
  1001. #~ msgstr ""
  1002. #~ msgid "Disable all"
  1003. #~ msgstr ""
  1004. #~ msgid "Selected language"
  1005. #~ msgstr "Izbrani jezik"
  1006. #~ msgid "Query"
  1007. #~ msgstr "Poizvedba"
  1008. #~ msgid "save"
  1009. #~ msgstr "shrani"
  1010. #~ msgid "back"
  1011. #~ msgstr "nazaj"
  1012. #~ msgid "Links"
  1013. #~ msgstr "Povezave"
  1014. #~ msgid "RSS subscription"
  1015. #~ msgstr ""
  1016. #~ msgid "Search results"
  1017. #~ msgstr "Zadetki iskanja"
  1018. #~ msgid "next page"
  1019. #~ msgstr "naslednja stran"
  1020. #~ msgid "previous page"
  1021. #~ msgstr "prejšnja stran"
  1022. #~ msgid "Start search"
  1023. #~ msgstr "Začni iskati"
  1024. #~ msgid "Clear search"
  1025. #~ msgstr ""
  1026. #~ msgid "Clear"
  1027. #~ msgstr ""
  1028. #~ msgid "stats"
  1029. #~ msgstr "statistike"
  1030. #~ msgid "Heads up!"
  1031. #~ msgstr "Pozor!"
  1032. #~ msgid "It look like you are using SearXNG first time."
  1033. #~ msgstr ""
  1034. #~ msgid "Well done!"
  1035. #~ msgstr "Opravljeno!"
  1036. #~ msgid "Settings saved successfully."
  1037. #~ msgstr "Nastavitve so bile uspešno shranjene."
  1038. #~ msgid "Oh snap!"
  1039. #~ msgstr "Ojej!"
  1040. #~ msgid "Something went wrong."
  1041. #~ msgstr "Nekaj je bilo narobe."
  1042. #~ msgid "Date"
  1043. #~ msgstr ""
  1044. #~ msgid "Type"
  1045. #~ msgstr ""
  1046. #~ msgid "Get image"
  1047. #~ msgstr "Pridobi sliko"
  1048. #~ msgid "Center Alignment"
  1049. #~ msgstr ""
  1050. #~ msgid "Displays results in the center of the page (Oscar layout)."
  1051. #~ msgstr ""
  1052. #~ msgid "preferences"
  1053. #~ msgstr "nastavitve"