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

ast.js « l10n - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2c4792194d1a32db167982d0fad1600d46b1acc1 (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "fulltextsearch",
    {
    "Search" : "Search",
    "Index not found" : "Nun s'alcontró l'índiz",
    "Full text search" : "Gueta de testos completos",
    "Search on %s" : "Guetar en %s",
    "General" : "Xeneral"
},
"nplurals=2; plural=(n != 1);");