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

da.js « l10n - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 80194617913960500e576f0a8410cc8ddfb0add5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
OC.L10N.register(
    "fulltextsearch",
    {
    "the search returned {total} results in {time} ms" : "søgningen retunerede {total} resultater og det tog kun {time} ms",
    "the search in {title} for \"{search}\" returned {total} results in {time} ms" : "søgningen i {title} efter \"{search}\" gav {total} resultater på {time} ms",
    "Search" : "Søg",
    "Index not found" : "Index ikke fundet",
    "Process timed out" : "Processen timede ud",
    "Full Text Search" : "Fuld Tekst Søgning",
    "Full text search" : "Fuld tekst søgning",
    "Core of the full-text search framework for Nextcloud" : "Kernen af Fuld Tekst Søgningsrammen for Nextcloud",
    "Core App of the full-text search framework for your Nextcloud." : "Kerne App i fuldtekstsøgningsrammen for din Nextcloud.",
    "Search on %s" : "Søg på %s",
    "Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud" : "Venligst tjek Wikien for dokumentation relateret til installationen og konfigurationen af Fuld Teskt Søgning i din Nextcloud",
    "General" : "Generelt",
    "Search Platform" : "Søge Platform",
    "Select the app to index content and answer search queries." : "Vælg app for at indeksere indholdt og besvare søge forespørgsler.",
    "Navigation Icon" : "Navigations Ikon",
    "Enable global search within all your content." : "Aktivere globale søgninger i alt dit indhold.",
    "the search in {title} for '{search}' returned {total} results in {time} ms" : "søgning i {title} for '{search}' returnerede {total} resultater på bare {time} ms"
},
"nplurals=2; plural=(n != 1);");