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

de_DE.js « l10n - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6edc5adb4411eb3f3a74d1ecf190f96cc9ec2be9 (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" : "Die Suche ergab {total} Treffer in {time} ms",
    "the search in {title} for \"{search}\" returned {total} results in {time} ms" : "Die Suche in {title} nach \"{search}\" ergab {total} Treffer in {time} ms",
    "Search" : "Suchen",
    "Index not found" : "Index nicht gefunden",
    "Process timed out" : "Zeitüberschreitung bei der Verarbeitung",
    "Full Text Search" : "Volltextsuche",
    "Full text search" : "Volltextsuche",
    "Core of the full-text search framework for Nextcloud" : "Kern des Sytems für die Volltextsuche in Nextcloud",
    "Core App of the full-text search framework for your Nextcloud." : "Haupt-App für die Volltextsuche in Nextcloud",
    "Search on %s" : "Suche in %s",
    "Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud" : "Informationen zur Installation und Konfiguration der Volltextsuche unter Nextcloud finden Sie im Wiki",
    "General" : "Allgemein",
    "Search Platform" : "Suchplattform",
    "Select the app to index content and answer search queries." : "Wählen Sie die App, die Inhalte indizieren und Suchanfragen beantworten soll.",
    "Navigation Icon" : "Navigations-Symbol",
    "Enable global search within all your content." : "Globale Suche für alle Inhalte aktivieren."
},
"nplurals=2; plural=(n != 1);");