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

de.js « l10n - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1268dafe1d1963ce88072e603e4c5e4d4e47ebb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OC.L10N.register(
    "fulltextsearch",
    {
    "Search" : "Suchen",
    "Full text search" : "Volltextsuche",
    "Index not found" : "Index nicht gefunden",
    "Tick not found" : "Tick nicht gefunden",
    "Core of the full-text search framework for Nextcloud" : "Kernstück des Volltextsuche-Frameworks für Nextcloud",
    "Core App of the full-text search framework for your Nextcloud." : "Haupt-App des Volltextsuche-Frameworks für 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 findest du im Wiki",
    "General" : "Allgemein",
    "Search Platform" : "Suchplattform",
    "Select the app to index content and answer search queries." : "Wähle die App, die Inhalte indizieren und Such-Anfragen beantworten soll.",
    "Navigation Icon" : "Navigations-Icon",
    "Enable global search within all your content." : "Globale Suche über alle Inhalte aktivieren."
},
"nplurals=2; plural=(n != 1);");