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

nb.js « l10n - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3ce9d245a6387d4d8b359097293245a833c03ba4 (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "fulltextsearch",
    {
    "Search" : "Søk",
    "Index not found" : "Indeks ble ikke funnet",
    "Full text search" : "Fulltekst søk",
    "Search on %s" : "Søk etter %s",
    "General" : "Generelt"
},
"nplurals=2; plural=(n != 1);");