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

nl.js « l10n - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 975231a4852cd2eb68aa513c5b0a7a5dff828130 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OC.L10N.register(
    "fulltextsearch",
    {
    "the search returned {total} results in {time} ms" : "de zoekopdracht leverde {total} resultaten op in {time} ms",
    "the search in {title} for \"{search}\" returned {total} results in {time} ms" : "de zoekopdracht in {title} naar \"{search}\" leverde {total} resultaten op in {time} ms",
    "Search" : "Zoeken",
    "Index not found" : "Index niet gevonden",
    "Process timed out" : "Proces time-out",
    "Full Text Search" : "Volledige tekstzoekfuncties",
    "Full text search" : "Volledige tekst doorzoeken",
    "Core of the full-text search framework for Nextcloud" : "Kern van het volledige-text zoekfunctie framework voor Nextcloud",
    "Core App of the full-text search framework for your Nextcloud." : "Kernapp van de volledige-tekst zoekfunctie framework voor je Nextcloud.",
    "Search on %s" : "Zoek op %s",
    "Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud" : "Lees de wiki voor documentatie over installatie en configuratie van de volledige-tekst zoekfunctie van jouw Nextcloud",
    "General" : "Algemeen",
    "Search Platform" : "Zoekplatform",
    "Select the app to index content and answer search queries." : "Selecteer de app om inhoud te indexeren en zoekvragen te beantwoorden.",
    "Navigation Icon" : "Navigatiepictogram",
    "Enable global search within all your content." : "Inschakelen globaal al je inhoud indexeren."
},
"nplurals=2; plural=(n != 1);");