Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sv.js « l10n - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9d7ccf0f076cfd87a14a0037d116a390d27b7665 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
OC.L10N.register(
    "nextant",
    {
    "Go to folder" : "Gå till mapp",
    "never" : "aldrig",
    "Nextant is not configured yet" : "Nextant är inte konfigurerad än",
    "Ping querying your Solr Server" : "Pingbegär din Solr Server",
    "Verifying Schema integrity" : "Verifierar Schemaintegritet",
    "Test simple text extract query" : "Testa enkel text extraktionsfråga",
    "Test update document query" : "Testa uppdaterings-dokumenteringsfråga",
    "Test search query" : "Testa sökförfrågan",
    "Removing the test document" : "Tar bort testdokumentet",
    "All test went fine. Saving your configuration" : "Alla test gick bra. Sparar konfigurationen",
    "The format of the address is not correct" : "Adressens format är felaktigt",
    "Apache Solr is up, running and responding to ping query" : "Apache Solr är online och svarar på ping-förfrågan",
    "Schema is fine" : "Schema fungerar",
    "Text successfully extracted" : "Texten extraherades",
    "Document successfully updated" : "Dokumentet uppdaterades",
    "Found exactly what we were looking for" : "Hittade exakt vad vi letade efter",
    "We found something, but not what we were expecting." : "Vi hittade något men det var inte det vi letade efter.",
    "Cannot find any document" : "Kan inte hitta några dokument",
    "Search failed. Please check the configuration of your Solr server (Error #%1$s)" : "Search failed. Please check the configuration of your Solr server (Error #%1$s)",
    "Test document deleted" : "Testdokument raderat",
    "We could not delete our test document. Please check the configuration of your Solr server (Error #%1$s)" : "Vi kunde inte ta bort vårt testdokument. Kontrollera konfigurationen av Solr server (Fel #%1$s)",
    "Your configuration has been saved" : "Din konfiguration har sparats",
    "Configuration failed to be saved. Please reload this page." : "Det gick inte att spara konfigurationen. Ladda om denna sida.",
    "Nextant (Full-Text Search)" : "Nextant (Full-Text Search)",
    "Saving" : "Sparar",
    "Settings" : "Inställningar",
    "Nextant Version :" : "Nextant Version :",
    "Core :" : "Kärna :",
    "Timeout (in seconds) :" : "Timeout (sekunder) :",
    "Test and Save" : "Testa och Spara",
    "Indexing Files" : "Indexerar Filer",
    "Maximum File Size (Mb) :" : "Största Filstorlek (Mb) :",
    "Edit your filters" : "Redigera dina filter",
    "Index Federated Shares :" : "Lista Federerade Delningar",
    "Checking" : "Kontrollerar",
    "Nextant Status" : "Nextant Status",
    "Resource Level :" : "Källnivå :",
    "Higher performance" : "Högre prestanda",
    "High performance" : "Hög prestanda",
    "Medium performance" : "Medium prestanda",
    "Low performance" : "Låg prestanda",
    "Lower performance" : "Lägre prestanda",
    "Disabled" : "Inaktiverad",
    "Using Database" : "Använder databas",
    "hours" : "timmar",
    "days" : "dagar",
    "Nextcloud Cron :" : "Nextcloud Cron :",
    "Number of documents :" : "Antal dokument :",
    "Number of segments :" : "Antal segment :",
    "Force index" : "Tvinga Indexering",
    "Indexing in progress" : "Indexing in progress",
    "Office Documents" : "Officedokument"
},
"nplurals=2; plural=(n != 1);");