messages.po 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320
  1. # Swedish translations for .
  2. # Copyright (C) 2020 ORGANIZATION
  3. # This file is distributed under the same license as the project.
  4. #
  5. # Translators:
  6. # efef6ec5b435a041fce803c7f8af77d2_2341d43, 2016-2017
  7. # efef6ec5b435a041fce803c7f8af77d2_2341d43, 2018-2020
  8. # efef6ec5b435a041fce803c7f8af77d2_2341d43, 2017-2018
  9. # Markus Heiser <markus.heiser@darmarit.de>, 2022.
  10. msgid ""
  11. msgstr ""
  12. "Project-Id-Version: searx\n"
  13. "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
  14. "POT-Creation-Date: 2022-07-02 08:59+0000\n"
  15. "PO-Revision-Date: 2022-07-02 09:55+0000\n"
  16. "Last-Translator: Markus Heiser <markus.heiser@darmarit.de>\n"
  17. "Language-Team: Swedish <https://weblate.bubu1.eu/projects/searxng/searxng/sv/"
  18. ">\n"
  19. "Language: sv\n"
  20. "MIME-Version: 1.0\n"
  21. "Content-Type: text/plain; charset=utf-8\n"
  22. "Content-Transfer-Encoding: 8bit\n"
  23. "Plural-Forms: nplurals=2; plural=n != 1;\n"
  24. "X-Generator: Weblate 4.12.2\n"
  25. "Generated-By: Babel 2.10.3\n"
  26. #. CONSTANT_NAMES['DEFAULT_GROUP_NAME']
  27. #: searx/searxng.msg
  28. msgid "others"
  29. msgstr "andra"
  30. #. CONSTANT_NAMES['OTHER_CATEGORY']
  31. #: searx/searxng.msg
  32. msgid "other"
  33. msgstr "annan"
  34. #. CATEGORY_NAMES['FILES']
  35. #: searx/searxng.msg
  36. msgid "files"
  37. msgstr "filer"
  38. #. CATEGORY_NAMES['GENERAL']
  39. #: searx/searxng.msg
  40. msgid "general"
  41. msgstr "allmänt"
  42. #. CATEGORY_NAMES['MUSIC']
  43. #: searx/searxng.msg
  44. msgid "music"
  45. msgstr "musik"
  46. #. CATEGORY_NAMES['SOCIAL_MEDIA']
  47. #: searx/searxng.msg
  48. msgid "social media"
  49. msgstr "sociala medier"
  50. #. CATEGORY_NAMES['IMAGES']
  51. #: searx/searxng.msg
  52. msgid "images"
  53. msgstr "bilder"
  54. #. CATEGORY_NAMES['VIDEOS']
  55. #: searx/searxng.msg
  56. msgid "videos"
  57. msgstr "videor"
  58. #. CATEGORY_NAMES['IT']
  59. #: searx/searxng.msg
  60. msgid "it"
  61. msgstr "it"
  62. #. CATEGORY_NAMES['NEWS']
  63. #: searx/searxng.msg
  64. msgid "news"
  65. msgstr "nyheter"
  66. #. CATEGORY_NAMES['MAP']
  67. #: searx/searxng.msg
  68. msgid "map"
  69. msgstr "karta"
  70. #. CATEGORY_NAMES['ONIONS']
  71. #: searx/searxng.msg
  72. msgid "onions"
  73. msgstr "lökar"
  74. #. CATEGORY_NAMES['SCIENCE']
  75. #: searx/searxng.msg
  76. msgid "science"
  77. msgstr "vetenskap"
  78. #. CATEGORY_GROUPS['APPS']
  79. #: searx/searxng.msg
  80. msgid "apps"
  81. msgstr "appar"
  82. #. CATEGORY_GROUPS['DICTIONARIES']
  83. #: searx/searxng.msg
  84. msgid "dictionaries"
  85. msgstr "uppslagsverk"
  86. #. CATEGORY_GROUPS['LYRICS']
  87. #: searx/searxng.msg
  88. msgid "lyrics"
  89. msgstr "låttext"
  90. #. CATEGORY_GROUPS['PACKAGES']
  91. #: searx/searxng.msg
  92. msgid "packages"
  93. msgstr "paket"
  94. #. CATEGORY_GROUPS['Q_A']
  95. #: searx/searxng.msg
  96. msgid "q&a"
  97. msgstr "frågor och svar"
  98. #. CATEGORY_GROUPS['REPOS']
  99. #: searx/searxng.msg
  100. msgid "repos"
  101. msgstr "kodförråd"
  102. #. CATEGORY_GROUPS['SOFTWARE_WIKIS']
  103. #: searx/searxng.msg
  104. msgid "software wikis"
  105. msgstr "mjukvaruwikier"
  106. #. CATEGORY_GROUPS['WEB']
  107. #: searx/searxng.msg
  108. msgid "web"
  109. msgstr "webb"
  110. #. STYLE_NAMES['AUTO']
  111. #: searx/searxng.msg
  112. msgid "auto"
  113. msgstr "auto"
  114. #. STYLE_NAMES['LIGHT']
  115. #: searx/searxng.msg
  116. msgid "light"
  117. msgstr "ljus"
  118. #. STYLE_NAMES['DARK']
  119. #: searx/searxng.msg
  120. msgid "dark"
  121. msgstr "mörk"
  122. #: searx/webapp.py:165
  123. msgid "timeout"
  124. msgstr "timeout"
  125. #: searx/webapp.py:166
  126. msgid "parsing error"
  127. msgstr "tolkningsfel"
  128. #: searx/webapp.py:167
  129. msgid "HTTP protocol error"
  130. msgstr "HTTP-protokollfel"
  131. #: searx/webapp.py:168
  132. msgid "network error"
  133. msgstr "nätverksfel"
  134. #: searx/webapp.py:170
  135. msgid "unexpected crash"
  136. msgstr "oförutsedd krasch"
  137. #: searx/webapp.py:177
  138. msgid "HTTP error"
  139. msgstr "HTTP-fel"
  140. #: searx/webapp.py:178
  141. msgid "HTTP connection error"
  142. msgstr "HTTP-uppkopplingsfel"
  143. #: searx/webapp.py:184
  144. msgid "proxy error"
  145. msgstr "proxyfel"
  146. #: searx/webapp.py:185
  147. msgid "CAPTCHA"
  148. msgstr "CAPTCHA"
  149. #: searx/webapp.py:186
  150. msgid "too many requests"
  151. msgstr "för många förfrågningar"
  152. #: searx/webapp.py:187
  153. msgid "access denied"
  154. msgstr "åtkomst nekad"
  155. #: searx/webapp.py:188
  156. msgid "server API error"
  157. msgstr "server API-fel"
  158. #: searx/webapp.py:363
  159. msgid "No item found"
  160. msgstr "Inga artiklar hittade"
  161. #: searx/engines/qwant.py:212
  162. #: searx/templates/simple/result_templates/images.html:20 searx/webapp.py:365
  163. msgid "Source"
  164. msgstr "Källa"
  165. #: searx/webapp.py:367
  166. msgid "Error loading the next page"
  167. msgstr "Kunde inte ladda nästa sida"
  168. #: searx/webapp.py:510 searx/webapp.py:954
  169. msgid "Invalid settings, please edit your preferences"
  170. msgstr "Ogiltiga inställningar, vänligen redigerar dina inställningar"
  171. #: searx/webapp.py:526
  172. msgid "Invalid settings"
  173. msgstr "Ogiltiga inställningar"
  174. #: searx/webapp.py:603 searx/webapp.py:679
  175. msgid "search error"
  176. msgstr "sökfel"
  177. #: searx/webapp.py:725
  178. msgid "{minutes} minute(s) ago"
  179. msgstr "{minutes} minut(er) sedan"
  180. #: searx/webapp.py:727
  181. msgid "{hours} hour(s), {minutes} minute(s) ago"
  182. msgstr "{hours} timm(e/ar), {minutes} minut(er) sedan"
  183. #: searx/webapp.py:853
  184. msgid "Suspended"
  185. msgstr "Avstängd"
  186. #: searx/answerers/random/answerer.py:67
  187. msgid "Random value generator"
  188. msgstr "Slumpvärdesgenerator"
  189. #: searx/answerers/random/answerer.py:68
  190. msgid "Generate different random values"
  191. msgstr "Generera olika slumpmässiga värden"
  192. #: searx/answerers/statistics/answerer.py:47
  193. msgid "Statistics functions"
  194. msgstr "Statistikfunktioner"
  195. #: searx/answerers/statistics/answerer.py:48
  196. msgid "Compute {functions} of the arguments"
  197. msgstr "Beräkna {functions} av argumenten"
  198. #: searx/engines/openstreetmap.py:156
  199. msgid "Get directions"
  200. msgstr "Få vägbeskrivningar"
  201. #: searx/engines/pdbe.py:96
  202. msgid "{title} (OBSOLETE)"
  203. msgstr "{title} (FÖRÅLDRAD)"
  204. #: searx/engines/pdbe.py:103
  205. msgid "This entry has been superseded by"
  206. msgstr "Detta inlägg har ersatts av"
  207. #: searx/engines/pubmed.py:78
  208. msgid "No abstract is available for this publication."
  209. msgstr "Inget abstract är tillgänglig för denna publikation."
  210. #: searx/engines/qwant.py:214
  211. msgid "Channel"
  212. msgstr "Kanal"
  213. #: searx/plugins/hash_plugin.py:24
  214. msgid "Converts strings to different hash digests."
  215. msgstr "Konverterar strängar till olika hashvärden."
  216. #: searx/plugins/hash_plugin.py:52
  217. msgid "hash digest"
  218. msgstr "hashvärde"
  219. #: searx/plugins/hostname_replace.py:9
  220. msgid "Hostname replace"
  221. msgstr "Värdnamn satt"
  222. #: searx/plugins/hostname_replace.py:10
  223. msgid "Rewrite result hostnames or remove results based on the hostname"
  224. msgstr "Skriv om resultat värdnamn eller ta bort resultat baserat på värdnamnet"
  225. #: searx/plugins/oa_doi_rewrite.py:9
  226. msgid "Open Access DOI rewrite"
  227. msgstr "Open Access DOI-omskrivning"
  228. #: searx/plugins/oa_doi_rewrite.py:10
  229. msgid ""
  230. "Avoid paywalls by redirecting to open-access versions of publications "
  231. "when available"
  232. msgstr ""
  233. "Undvik betalväggar genom att omdirigera till öppen tillgång versioner av "
  234. "publikationer när de är tillgängliga"
  235. #: searx/plugins/search_on_category_select.py:19
  236. msgid "Search on category select"
  237. msgstr "Sök vid val av kategori"
  238. #: searx/plugins/search_on_category_select.py:20
  239. msgid ""
  240. "Perform search immediately if a category selected. Disable to select "
  241. "multiple categories. (JavaScript required)"
  242. msgstr ""
  243. "Utför sökning omedelbart om en kategori är vald. Inaktivera att välja "
  244. "flera kategorier. (JavaScript krävs)"
  245. #: searx/plugins/self_info.py:20
  246. msgid "Self Informations"
  247. msgstr "Självinformation"
  248. #: searx/plugins/self_info.py:21
  249. msgid ""
  250. "Displays your IP if the query is \"ip\" and your user agent if the query "
  251. "contains \"user agent\"."
  252. msgstr ""
  253. "Visar din IP om förfrågan är \"ip\" och din användaragent om förfrågan "
  254. "innehåller \"user agent\"."
  255. #: searx/plugins/tracker_url_remover.py:29
  256. msgid "Tracker URL remover"
  257. msgstr "Bevakningswebbadress borttagare"
  258. #: searx/plugins/tracker_url_remover.py:30
  259. msgid "Remove trackers arguments from the returned URL"
  260. msgstr "Ta bort tracker-argument från den återgivna webbadressen"
  261. #: searx/plugins/vim_hotkeys.py:3
  262. msgid "Vim-like hotkeys"
  263. msgstr "Vim-liknande snabbtangenter"
  264. #: searx/plugins/vim_hotkeys.py:4
  265. msgid ""
  266. "Navigate search results with Vim-like hotkeys (JavaScript required). "
  267. "Press \"h\" key on main or result page to get help."
  268. msgstr ""
  269. "Navigera sökresultat med Vim-liknande snabbtangenter (JavaScript krävs). "
  270. "Tryck på \"h\"-tangenten på huvud- eller resultatsida för att få hjälp."
  271. #: searx/templates/simple/404.html:4
  272. msgid "Page not found"
  273. msgstr "Sidan hittades inte"
  274. #: searx/templates/simple/404.html:6
  275. #, python-format
  276. msgid "Go to %(search_page)s."
  277. msgstr "Gå till %(search_page)s."
  278. #: searx/templates/simple/404.html:6
  279. msgid "search page"
  280. msgstr "söksida"
  281. #: searx/templates/simple/base.html:46
  282. msgid "About"
  283. msgstr ""
  284. #: searx/templates/simple/base.html:49
  285. msgid "Donate"
  286. msgstr ""
  287. #: searx/templates/simple/base.html:52
  288. #: searx/templates/simple/preferences.html:99
  289. msgid "Preferences"
  290. msgstr "Inställningar"
  291. #: searx/templates/simple/base.html:62
  292. msgid "Powered by"
  293. msgstr "Drivet av"
  294. #: searx/templates/simple/base.html:62
  295. msgid "a privacy-respecting, hackable metasearch engine"
  296. msgstr "en integritetsrespekterande, hackningsbar metasökmotor"
  297. #: searx/templates/simple/base.html:63
  298. msgid "Source code"
  299. msgstr "Källkod"
  300. #: searx/templates/simple/base.html:64
  301. msgid "Issue tracker"
  302. msgstr "Ärendehanterare"
  303. #: searx/templates/simple/base.html:65 searx/templates/simple/stats.html:18
  304. msgid "Engine stats"
  305. msgstr "Sökmotor statistik"
  306. #: searx/templates/simple/base.html:66
  307. #: searx/templates/simple/messages/no_results.html:15
  308. msgid "Public instances"
  309. msgstr "Publika instanser"
  310. #: searx/templates/simple/base.html:68
  311. msgid "Privacy policy"
  312. msgstr ""
  313. #: searx/templates/simple/base.html:71
  314. msgid "Contact instance maintainer"
  315. msgstr ""
  316. #: searx/templates/simple/categories.html:24
  317. msgid "Click on the magnifier to perform search"
  318. msgstr "Klicka på förstoringsglaset för att utföra sökning"
  319. #: searx/templates/simple/macros.html:36
  320. msgid "Length"
  321. msgstr "Längd"
  322. #: searx/templates/simple/macros.html:37
  323. #: searx/templates/simple/result_templates/images.html:18
  324. msgid "Author"
  325. msgstr "Upphovsman"
  326. #: searx/templates/simple/macros.html:45
  327. msgid "cached"
  328. msgstr "cachad"
  329. #: searx/templates/simple/macros.html:45
  330. msgid "proxied"
  331. msgstr "proxade"
  332. #: searx/templates/simple/new_issue.html:63
  333. msgid "Submit a new issue on Github including the above information"
  334. msgstr ""
  335. #: searx/templates/simple/preferences.html:29
  336. msgid "No HTTPS"
  337. msgstr "Ingen HTTPS"
  338. #: searx/templates/simple/messages/no_results.html:10
  339. #: searx/templates/simple/preferences.html:31
  340. #: searx/templates/simple/preferences.html:32
  341. #: searx/templates/simple/results.html:49
  342. msgid "View error logs and submit a bug report"
  343. msgstr ""
  344. #: searx/templates/simple/preferences.html:53
  345. #: searx/templates/simple/stats.html:67
  346. msgid "Median"
  347. msgstr "Median"
  348. #: searx/templates/simple/preferences.html:54
  349. #: searx/templates/simple/stats.html:73
  350. msgid "P80"
  351. msgstr ""
  352. #: searx/templates/simple/preferences.html:55
  353. #: searx/templates/simple/stats.html:79
  354. msgid "P95"
  355. msgstr ""
  356. #: searx/templates/simple/preferences.html:83
  357. msgid "Failed checker test(s): "
  358. msgstr ""
  359. #: searx/templates/simple/preferences.html:85
  360. msgid "Errors:"
  361. msgstr "Fel:"
  362. #: searx/templates/simple/preferences.html:105
  363. msgid "General"
  364. msgstr "Allmänt"
  365. #: searx/templates/simple/preferences.html:108
  366. msgid "Default categories"
  367. msgstr "Standardkategorier"
  368. #: searx/templates/simple/filters/languages.html:1
  369. #: searx/templates/simple/preferences.html:115
  370. msgid "Search language"
  371. msgstr "Sökspråk"
  372. #: searx/templates/simple/filters/languages.html:2
  373. #: searx/templates/simple/preferences.html:118
  374. msgid "Default language"
  375. msgstr "Standardspråk"
  376. #: searx/templates/simple/preferences.html:124
  377. msgid "What language do you prefer for search?"
  378. msgstr "Vilket språk föredrar du för att söka?"
  379. #: searx/templates/simple/preferences.html:129
  380. msgid "Autocomplete"
  381. msgstr "Slutför automatiskt"
  382. #: searx/templates/simple/preferences.html:138
  383. msgid "Find stuff as you type"
  384. msgstr "Hitta saker medan du skriver"
  385. #: searx/templates/simple/filters/safesearch.html:1
  386. #: searx/templates/simple/filters/safesearch.html:2
  387. #: searx/templates/simple/filters/safesearch.html:3
  388. #: searx/templates/simple/filters/safesearch.html:4
  389. #: searx/templates/simple/preferences.html:143
  390. #: searx/templates/simple/preferences.html:311
  391. msgid "SafeSearch"
  392. msgstr "SafeSearch"
  393. #: searx/templates/simple/filters/safesearch.html:2
  394. #: searx/templates/simple/preferences.html:146
  395. msgid "Strict"
  396. msgstr "Sträng"
  397. #: searx/templates/simple/filters/safesearch.html:3
  398. #: searx/templates/simple/preferences.html:147
  399. msgid "Moderate"
  400. msgstr "Måttlig"
  401. #: searx/templates/simple/filters/safesearch.html:4
  402. #: searx/templates/simple/preferences.html:148
  403. msgid "None"
  404. msgstr "Inga"
  405. #: searx/templates/simple/preferences.html:151
  406. msgid "Filter content"
  407. msgstr "Filtrera innehåll"
  408. #: searx/templates/simple/preferences.html:157
  409. msgid "Open Access DOI resolver"
  410. msgstr "Open Access DOI-lösare"
  411. #: searx/templates/simple/preferences.html:167
  412. msgid ""
  413. "Redirect to open-access versions of publications when available (plugin "
  414. "required)"
  415. msgstr ""
  416. "Omdirigera till öppna versioner av publikationer när de är tillgängliga "
  417. "(tillägg krävs)"
  418. #: searx/templates/simple/preferences.html:171
  419. msgid "Engine tokens"
  420. msgstr "Motortoken"
  421. #: searx/templates/simple/preferences.html:175
  422. msgid "Access tokens for private engines"
  423. msgstr "Åtkomsttoken för privata motorer"
  424. #: searx/templates/simple/preferences.html:179
  425. msgid "User interface"
  426. msgstr "Användargränssnitt"
  427. #: searx/templates/simple/preferences.html:182
  428. msgid "Interface language"
  429. msgstr "Gränssnittspråk"
  430. #: searx/templates/simple/preferences.html:190
  431. msgid "Change the language of the layout"
  432. msgstr "Ändra språk för layouten"
  433. #: searx/templates/simple/preferences.html:195
  434. msgid "Theme"
  435. msgstr "Tema"
  436. #: searx/templates/simple/preferences.html:203
  437. msgid "Change SearXNG layout"
  438. msgstr "Ändra SearXNG-layout"
  439. #: searx/templates/simple/preferences.html:206
  440. msgid "Theme style"
  441. msgstr ""
  442. #: searx/templates/simple/preferences.html:214
  443. msgid "Choose auto to follow your browser settings"
  444. msgstr ""
  445. #: searx/templates/simple/preferences.html:217
  446. msgid "Center Alignment"
  447. msgstr ""
  448. #: searx/templates/simple/preferences.html:220
  449. #: searx/templates/simple/preferences.html:232
  450. #: searx/templates/simple/preferences.html:244
  451. msgid "On"
  452. msgstr "På"
  453. #: searx/templates/simple/preferences.html:221
  454. #: searx/templates/simple/preferences.html:233
  455. #: searx/templates/simple/preferences.html:245
  456. msgid "Off"
  457. msgstr "Av"
  458. #: searx/templates/simple/preferences.html:224
  459. msgid "Displays results in the center of the page (Oscar layout)."
  460. msgstr ""
  461. #: searx/templates/simple/preferences.html:229
  462. msgid "Results on new tabs"
  463. msgstr "Resultat i nya flikar"
  464. #: searx/templates/simple/preferences.html:236
  465. msgid "Open result links on new browser tabs"
  466. msgstr "Öppna resultat länkar i nya webbläsarflikar"
  467. #: searx/templates/simple/preferences.html:241
  468. msgid "Infinite scroll"
  469. msgstr "Oändlig bläddring"
  470. #: searx/templates/simple/preferences.html:248
  471. msgid "Automatically load next page when scrolling to bottom of current page"
  472. msgstr "Ladda automatiskt nästa sida när du bläddrar till botten av aktuell sida"
  473. #: searx/templates/simple/preferences.html:254
  474. msgid "Privacy"
  475. msgstr "Sekretess"
  476. #: searx/templates/simple/preferences.html:257
  477. msgid "HTTP Method"
  478. msgstr ""
  479. #: searx/templates/simple/preferences.html:264
  480. msgid ""
  481. "Change how forms are submited, <a "
  482. "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  483. " rel=\"external\">learn more about request methods</a>"
  484. msgstr ""
  485. "Ändra hur formulär inlämnas, <a "
  486. "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  487. " rel=\"external\">lär dig mera om förfrågningsmetoder</a>"
  488. #: searx/templates/simple/preferences.html:269
  489. msgid "Image proxy"
  490. msgstr "Bildproxy"
  491. #: searx/templates/simple/preferences.html:272
  492. #: searx/templates/simple/preferences.html:284
  493. msgid "Enabled"
  494. msgstr "Aktiverad"
  495. #: searx/templates/simple/preferences.html:273
  496. #: searx/templates/simple/preferences.html:285
  497. msgid "Disabled"
  498. msgstr "Inaktiverad"
  499. #: searx/templates/simple/preferences.html:276
  500. msgid "Proxying image results through SearXNG"
  501. msgstr ""
  502. #: searx/templates/simple/preferences.html:281
  503. msgid "Query in the page's title"
  504. msgstr ""
  505. #: searx/templates/simple/preferences.html:288
  506. msgid ""
  507. "When enabled, the result page's title contains your query. Your browser "
  508. "can record this title"
  509. msgstr ""
  510. #: searx/templates/simple/preferences.html:294
  511. msgid "Engines"
  512. msgstr "Sökmotorer"
  513. #: searx/templates/simple/preferences.html:295
  514. msgid "Currently used search engines"
  515. msgstr "För tillfället används sökmotorer"
  516. #: searx/templates/simple/preferences.html:302
  517. msgid ""
  518. "This tab does not show up for search results, but you can search the "
  519. "engines listed here via bangs."
  520. msgstr ""
  521. #: searx/templates/simple/preferences.html:307
  522. #: searx/templates/simple/preferences.html:358
  523. msgid "Allow"
  524. msgstr "Tillåt"
  525. #: searx/templates/simple/preferences.html:308
  526. #: searx/templates/simple/stats.html:25
  527. msgid "Engine name"
  528. msgstr "Sökmotorns namn"
  529. #: searx/templates/simple/preferences.html:309
  530. msgid "Shortcut"
  531. msgstr "Genväg"
  532. #: searx/templates/simple/preferences.html:310
  533. msgid "Supports selected language"
  534. msgstr "Stöder valda språket"
  535. #: searx/templates/simple/filters/time_range.html:1
  536. #: searx/templates/simple/preferences.html:312
  537. msgid "Time range"
  538. msgstr "Tidsintervall"
  539. #: searx/templates/simple/preferences.html:313
  540. #: searx/templates/simple/stats.html:28
  541. msgid "Response time"
  542. msgstr "Svarstid"
  543. #: searx/templates/simple/preferences.html:314
  544. msgid "Max time"
  545. msgstr "Max tid"
  546. #: searx/templates/simple/preferences.html:315
  547. #: searx/templates/simple/stats.html:29
  548. msgid "Reliability"
  549. msgstr ""
  550. #: searx/templates/simple/preferences.html:353
  551. msgid "Special Queries"
  552. msgstr ""
  553. #: searx/templates/simple/preferences.html:359
  554. msgid "Keywords"
  555. msgstr "Nyckelord"
  556. #: searx/templates/simple/preferences.html:360
  557. msgid "Name"
  558. msgstr "Namn"
  559. #: searx/templates/simple/preferences.html:361
  560. msgid "Description"
  561. msgstr "Beskrivning"
  562. #: searx/templates/simple/preferences.html:362
  563. msgid "Examples"
  564. msgstr "Exempel"
  565. #: searx/templates/simple/preferences.html:365
  566. msgid "This is the list of SearXNG's instant answering modules."
  567. msgstr "Detta är listan med SearXNG:s direktsvarande moduler."
  568. #: searx/templates/simple/preferences.html:376
  569. msgid "This is the list of plugins."
  570. msgstr "Detta är listan med plugins."
  571. #: searx/templates/simple/preferences.html:393
  572. msgid "Cookies"
  573. msgstr "Kakor"
  574. #: searx/templates/simple/preferences.html:395
  575. msgid ""
  576. "This is the list of cookies and their values SearXNG is storing on your "
  577. "computer."
  578. msgstr ""
  579. "Detta är listan med kakor och dess värden som SearXNG förvarar på din "
  580. "dator."
  581. #: searx/templates/simple/preferences.html:396
  582. msgid "With that list, you can assess SearXNG transparency."
  583. msgstr ""
  584. #: searx/templates/simple/preferences.html:401
  585. msgid "Cookie name"
  586. msgstr "Kaknamn"
  587. #: searx/templates/simple/preferences.html:402
  588. msgid "Value"
  589. msgstr "Värde"
  590. #: searx/templates/simple/preferences.html:414
  591. msgid "Search URL of the currently saved preferences"
  592. msgstr "Sökadressen för de för nuvarande sparade inställningarna"
  593. #: searx/templates/simple/preferences.html:418
  594. msgid ""
  595. "Note: specifying custom settings in the search URL can reduce privacy by "
  596. "leaking data to the clicked result sites."
  597. msgstr ""
  598. "Obs: Att ange anpassade inställningar i sökadressen kan minska sekretess "
  599. "genom att läcka data till de klickade resultatwebbplatserna."
  600. #: searx/templates/simple/preferences.html:419
  601. msgid "URL to restore your preferences in another browser"
  602. msgstr ""
  603. #: searx/templates/simple/preferences.html:423
  604. msgid ""
  605. "Specifying custom settings in the preferences URL can be used to sync "
  606. "preferences across devices."
  607. msgstr ""
  608. #: searx/templates/simple/preferences.html:428
  609. msgid ""
  610. "These settings are stored in your cookies, this allows us not to store "
  611. "this data about you."
  612. msgstr ""
  613. "Dessa inställningar lagras i dina kakor, vilket gör att vi inte lagrar "
  614. "data om dig."
  615. #: searx/templates/simple/preferences.html:430
  616. msgid ""
  617. "These cookies serve your sole convenience, we don't use these cookies to "
  618. "track you."
  619. msgstr ""
  620. "Dessa kakor tjänar din egen bekvämlighet, vi använder inte dessa kakor "
  621. "för att spåra dig."
  622. #: searx/templates/simple/preferences.html:433
  623. msgid "Save"
  624. msgstr "Spara"
  625. #: searx/templates/simple/preferences.html:434
  626. msgid "Reset defaults"
  627. msgstr "Återställ standardvärden"
  628. #: searx/templates/simple/preferences.html:435
  629. msgid "Back"
  630. msgstr ""
  631. #: searx/templates/simple/results.html:23
  632. msgid "Answers"
  633. msgstr "Svar"
  634. #: searx/templates/simple/results.html:39
  635. msgid "Number of results"
  636. msgstr "Antal resultat"
  637. #: searx/templates/simple/messages/no_results.html:6
  638. #: searx/templates/simple/results.html:46
  639. msgid "Error!"
  640. msgstr "Fel!"
  641. #: searx/templates/simple/results.html:46
  642. msgid "Engines cannot retrieve results"
  643. msgstr "Sökmotorer kan inte hämta resultat"
  644. #: searx/templates/simple/results.html:68
  645. msgid "Suggestions"
  646. msgstr "Förslag"
  647. #: searx/templates/simple/results.html:90
  648. msgid "Search URL"
  649. msgstr "Sök webbadress"
  650. #: searx/templates/simple/results.html:96
  651. msgid "Download results"
  652. msgstr "Nedladdningsresultat"
  653. #: searx/templates/simple/results.html:120
  654. msgid "Try searching for:"
  655. msgstr "Försök söka efter:"
  656. #: searx/templates/simple/results.html:152
  657. msgid "Back to top"
  658. msgstr ""
  659. #: searx/templates/simple/results.html:170
  660. msgid "Previous page"
  661. msgstr "Föregående sida"
  662. #: searx/templates/simple/results.html:187
  663. msgid "Next page"
  664. msgstr "Nästa sida"
  665. #: searx/templates/simple/search.html:3
  666. msgid "Display the front page"
  667. msgstr ""
  668. #: searx/templates/simple/search.html:9
  669. #: searx/templates/simple/simple_search.html:5
  670. msgid "Search for..."
  671. msgstr "Sök efter..."
  672. #: searx/templates/simple/search.html:10
  673. #: searx/templates/simple/simple_search.html:6
  674. msgid "clear"
  675. msgstr ""
  676. #: searx/templates/simple/search.html:11
  677. #: searx/templates/simple/simple_search.html:7
  678. msgid "search"
  679. msgstr "sök"
  680. #: searx/templates/simple/stats.html:21
  681. msgid "There is currently no data available. "
  682. msgstr "Det finns för närvarande ingen data tillgänglig."
  683. #: searx/templates/simple/stats.html:26
  684. msgid "Scores"
  685. msgstr "Poäng"
  686. #: searx/templates/simple/stats.html:27
  687. msgid "Result count"
  688. msgstr "Antal resultat"
  689. #: searx/templates/simple/stats.html:38
  690. msgid "Scores per result"
  691. msgstr "Poäng per resultat"
  692. #: searx/templates/simple/stats.html:62
  693. msgid "Total"
  694. msgstr ""
  695. #: searx/templates/simple/stats.html:63
  696. msgid "HTTP"
  697. msgstr "HTTP"
  698. #: searx/templates/simple/stats.html:64
  699. msgid "Processing"
  700. msgstr ""
  701. #: searx/templates/simple/stats.html:102
  702. msgid "Warnings"
  703. msgstr "Varningar"
  704. #: searx/templates/simple/stats.html:102
  705. msgid "Errors and exceptions"
  706. msgstr "Fel och undantag"
  707. #: searx/templates/simple/stats.html:108
  708. msgid "Exception"
  709. msgstr "Undantag"
  710. #: searx/templates/simple/stats.html:110
  711. msgid "Message"
  712. msgstr "Meddelande"
  713. #: searx/templates/simple/stats.html:112
  714. msgid "Percentage"
  715. msgstr ""
  716. #: searx/templates/simple/stats.html:114
  717. msgid "Parameter"
  718. msgstr "Parameter"
  719. #: searx/templates/simple/stats.html:122
  720. msgid "Filename"
  721. msgstr "Filnamn"
  722. #: searx/templates/simple/stats.html:123
  723. msgid "Function"
  724. msgstr "Funktion"
  725. #: searx/templates/simple/stats.html:124
  726. msgid "Code"
  727. msgstr "Kod"
  728. #: searx/templates/simple/stats.html:131
  729. msgid "Checker"
  730. msgstr ""
  731. #: searx/templates/simple/stats.html:134
  732. msgid "Failed test"
  733. msgstr ""
  734. #: searx/templates/simple/stats.html:135
  735. msgid "Comment(s)"
  736. msgstr "Kommentar(er)"
  737. #: searx/templates/simple/filters/time_range.html:3
  738. msgid "Anytime"
  739. msgstr "Närsom"
  740. #: searx/templates/simple/filters/time_range.html:6
  741. msgid "Last day"
  742. msgstr "Igår"
  743. #: searx/templates/simple/filters/time_range.html:9
  744. msgid "Last week"
  745. msgstr "Förra veckan"
  746. #: searx/templates/simple/filters/time_range.html:12
  747. msgid "Last month"
  748. msgstr "Förra månaden"
  749. #: searx/templates/simple/filters/time_range.html:15
  750. msgid "Last year"
  751. msgstr "Förra året"
  752. #: searx/templates/simple/messages/no_cookies.html:3
  753. msgid "Information!"
  754. msgstr "Information!"
  755. #: searx/templates/simple/messages/no_cookies.html:4
  756. msgid "currently, there are no cookies defined."
  757. msgstr "för närvarande finns det inga kakor definierade."
  758. #: searx/templates/simple/messages/no_results.html:6
  759. msgid "Engines cannot retrieve results."
  760. msgstr "Sökmotorer kan inte hämta resultat."
  761. #: searx/templates/simple/messages/no_results.html:15
  762. msgid "Please, try again later or find another SearXNG instance."
  763. msgstr ""
  764. #: searx/templates/simple/messages/no_results.html:20
  765. msgid "Sorry!"
  766. msgstr "Ursäkta!"
  767. #: searx/templates/simple/messages/no_results.html:21
  768. msgid ""
  769. "we didn't find any results. Please use another query or search in more "
  770. "categories."
  771. msgstr ""
  772. "vi hittade inte några resultat. Använd en annan förfråga eller sök i "
  773. "flera kategorier."
  774. #: searx/templates/simple/result_templates/default.html:6
  775. msgid "show media"
  776. msgstr "visa media"
  777. #: searx/templates/simple/result_templates/default.html:6
  778. msgid "hide media"
  779. msgstr "göm media"
  780. #: searx/templates/simple/result_templates/default.html:14
  781. #: searx/templates/simple/result_templates/videos.html:14
  782. msgid "This site did not provide any description."
  783. msgstr "Denna sida gav ingen beskrivning."
  784. #: searx/templates/simple/result_templates/images.html:19
  785. msgid "Format"
  786. msgstr "Format"
  787. #: searx/templates/simple/result_templates/images.html:21
  788. msgid "Engine"
  789. msgstr ""
  790. #: searx/templates/simple/result_templates/images.html:22
  791. msgid "View source"
  792. msgstr "Visa källa"
  793. #: searx/templates/simple/result_templates/map.html:12
  794. msgid "address"
  795. msgstr "address"
  796. #: searx/templates/simple/result_templates/map.html:43
  797. msgid "show map"
  798. msgstr "visa karta"
  799. #: searx/templates/simple/result_templates/map.html:43
  800. msgid "hide map"
  801. msgstr "göm karta"
  802. #: searx/templates/simple/result_templates/torrent.html:6
  803. msgid "magnet link"
  804. msgstr "magnetlänk"
  805. #: searx/templates/simple/result_templates/torrent.html:7
  806. msgid "torrent file"
  807. msgstr "torrentfil"
  808. #: searx/templates/simple/result_templates/torrent.html:9
  809. msgid "Seeder"
  810. msgstr "Distributör"
  811. #: searx/templates/simple/result_templates/torrent.html:9
  812. msgid "Leecher"
  813. msgstr "Reciprokör"
  814. #: searx/templates/simple/result_templates/torrent.html:11
  815. msgid "Filesize"
  816. msgstr "Filstorlek"
  817. #: searx/templates/simple/result_templates/torrent.html:12
  818. msgid "Bytes"
  819. msgstr "Bytes"
  820. #: searx/templates/simple/result_templates/torrent.html:13
  821. msgid "kiB"
  822. msgstr "kiB"
  823. #: searx/templates/simple/result_templates/torrent.html:14
  824. msgid "MiB"
  825. msgstr "MiB"
  826. #: searx/templates/simple/result_templates/torrent.html:15
  827. msgid "GiB"
  828. msgstr "GiB"
  829. #: searx/templates/simple/result_templates/torrent.html:16
  830. msgid "TiB"
  831. msgstr "TiB"
  832. #: searx/templates/simple/result_templates/torrent.html:20
  833. msgid "Number of Files"
  834. msgstr "Antal filer"
  835. #: searx/templates/simple/result_templates/videos.html:6
  836. msgid "show video"
  837. msgstr "visa video"
  838. #: searx/templates/simple/result_templates/videos.html:6
  839. msgid "hide video"
  840. msgstr "göm video"
  841. #~ msgid "Engine time (sec)"
  842. #~ msgstr "Sökmotor tid (sek)"
  843. #~ msgid "Page loads (sec)"
  844. #~ msgstr "Sidan laddas (sek)"
  845. #~ msgid "Errors"
  846. #~ msgstr "Fel"
  847. #~ msgid "CAPTCHA required"
  848. #~ msgstr "CAPTCHA krävs"
  849. #~ msgid "Rewrite HTTP links to HTTPS if possible"
  850. #~ msgstr "Omskriv HTTP-länkar till HTTPS om möjligt"
  851. #~ msgid ""
  852. #~ "Results are opened in the same "
  853. #~ "window by default. This plugin "
  854. #~ "overwrites the default behaviour to open"
  855. #~ " links on new tabs/windows. (JavaScript "
  856. #~ "required)"
  857. #~ msgstr ""
  858. #~ "Resultat öppnas i samma fönster som "
  859. #~ "standard. Denna insticksmodul skriver över "
  860. #~ "standardbeteende för att öppna länkar i"
  861. #~ " nya flikar/fönster. (JavaScript krävs)"
  862. #~ msgid "Color"
  863. #~ msgstr "Färg"
  864. #~ msgid "Blue (default)"
  865. #~ msgstr "Blå (standard)"
  866. #~ msgid "Violet"
  867. #~ msgstr "Violett"
  868. #~ msgid "Green"
  869. #~ msgstr "Grön"
  870. #~ msgid "Cyan"
  871. #~ msgstr "Turkos"
  872. #~ msgid "Orange"
  873. #~ msgstr "Orange"
  874. #~ msgid "Red"
  875. #~ msgstr "Röd"
  876. #~ msgid "Category"
  877. #~ msgstr "Kategori"
  878. #~ msgid "Block"
  879. #~ msgstr "Blockera"
  880. #~ msgid "original context"
  881. #~ msgstr "ursprungliga sammanhang"
  882. #~ msgid "Plugins"
  883. #~ msgstr "Insticksmoduler"
  884. #~ msgid "Answerers"
  885. #~ msgstr "Besvarare"
  886. #~ msgid "Avg. time"
  887. #~ msgstr "Genomsnittstid"
  888. #~ msgid "show details"
  889. #~ msgstr "visa detaljer"
  890. #~ msgid "hide details"
  891. #~ msgstr "göm detaljer"
  892. #~ msgid "Load more..."
  893. #~ msgstr "Ladda fler..."
  894. #~ msgid "Loading..."
  895. #~ msgstr "Läser in..."
  896. #~ msgid "Change searx layout"
  897. #~ msgstr "Ändra layout för searx"
  898. #~ msgid "Proxying image results through searx"
  899. #~ msgstr "Proxya bildresultat genom searx"
  900. #~ msgid "This is the list of searx's instant answering modules."
  901. #~ msgstr "Detta är en lista över searxs snabbsvarsmoduler."
  902. #~ msgid ""
  903. #~ "This is the list of cookies and"
  904. #~ " their values searx is storing on "
  905. #~ "your computer."
  906. #~ msgstr ""
  907. #~ "Detta är en lista över kakor och"
  908. #~ " deras värden som searx lagrar på "
  909. #~ "din dator."
  910. #~ msgid "With that list, you can assess searx transparency."
  911. #~ msgstr "Med denna lista kan du bedöma searx öppenhet."
  912. #~ msgid "It look like you are using searx first time."
  913. #~ msgstr "Det ser ut som om du använder searx första gången."
  914. #~ msgid "Please, try again later or find another searx instance."
  915. #~ msgstr "Försök igen eller hitta en annan searx-instans."
  916. #~ msgid "Themes"
  917. #~ msgstr "Tema"
  918. #~ msgid "Reliablity"
  919. #~ msgstr ""
  920. #~ msgid ""
  921. #~ "When enabled, the result page's title"
  922. #~ " contains your query. Your browser "
  923. #~ "can record this title."
  924. #~ msgstr ""
  925. #~ msgid "Method"
  926. #~ msgstr "Metod"
  927. #~ msgid ""
  928. #~ "This tab does not show up for "
  929. #~ "search results but you can search "
  930. #~ "the engines listed here via bangs."
  931. #~ msgstr ""
  932. #~ msgid "Advanced settings"
  933. #~ msgstr "Avancerade inställningar"
  934. #~ msgid "Close"
  935. #~ msgstr "Stäng"
  936. #~ msgid "Language"
  937. #~ msgstr "Språk"
  938. #~ msgid "broken"
  939. #~ msgstr "sönder"
  940. #~ msgid "supported"
  941. #~ msgstr "stöds"
  942. #~ msgid "not supported"
  943. #~ msgstr "stöds inte"
  944. #~ msgid "about"
  945. #~ msgstr "om"
  946. #~ msgid "Avg."
  947. #~ msgstr "Medelvärde"
  948. #~ msgid "User Interface"
  949. #~ msgstr "Användargrännssnitt"
  950. #~ msgid "Choose style for this theme"
  951. #~ msgstr "Välj stil för detta tema"
  952. #~ msgid "Style"
  953. #~ msgstr "Stil"
  954. #~ msgid "Show advanced settings"
  955. #~ msgstr "Visa avancerade inställningar"
  956. #~ msgid "Show advanced settings panel in the home page by default"
  957. #~ msgstr ""
  958. #~ msgid "Allow all"
  959. #~ msgstr "Tillåt alla"
  960. #~ msgid "Disable all"
  961. #~ msgstr "Inaktivera alla"
  962. #~ msgid "Selected language"
  963. #~ msgstr "Valt språk"
  964. #~ msgid "Query"
  965. #~ msgstr ""
  966. #~ msgid "save"
  967. #~ msgstr "spara"
  968. #~ msgid "back"
  969. #~ msgstr "tillbaka"
  970. #~ msgid "Links"
  971. #~ msgstr "Länkar"
  972. #~ msgid "RSS subscription"
  973. #~ msgstr "RSS-prenumeration"
  974. #~ msgid "Search results"
  975. #~ msgstr "Sökresultat"
  976. #~ msgid "next page"
  977. #~ msgstr "nästa sida"
  978. #~ msgid "previous page"
  979. #~ msgstr "föregående sida"
  980. #~ msgid "Start search"
  981. #~ msgstr "Starta sökning"
  982. #~ msgid "Clear search"
  983. #~ msgstr "Rensa sökningen"
  984. #~ msgid "Clear"
  985. #~ msgstr "Rensa"
  986. #~ msgid "stats"
  987. #~ msgstr "statistik"
  988. #~ msgid "Heads up!"
  989. #~ msgstr "Se upp!"
  990. #~ msgid "It look like you are using SearXNG first time."
  991. #~ msgstr "Det ser ut som att du använder SearXNG för första gången."
  992. #~ msgid "Well done!"
  993. #~ msgstr "Bra gjort!"
  994. #~ msgid "Settings saved successfully."
  995. #~ msgstr "Inställningar sparats."
  996. #~ msgid "Oh snap!"
  997. #~ msgstr "Oh plötsligt!"
  998. #~ msgid "Something went wrong."
  999. #~ msgstr "Något gick fel."
  1000. #~ msgid "Date"
  1001. #~ msgstr "Datum"
  1002. #~ msgid "Type"
  1003. #~ msgstr ""
  1004. #~ msgid "Get image"
  1005. #~ msgstr "Hämta bild"
  1006. #~ msgid "Center Alignment"
  1007. #~ msgstr ""
  1008. #~ msgid "Displays results in the center of the page (Oscar layout)."
  1009. #~ msgstr ""
  1010. #~ msgid "preferences"
  1011. #~ msgstr "inställningar"