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

bg.js « l10n - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9c31b8420886f5cdcd8478cd19dd26f9d1ed802c (plain)
1
2
3
4
5
6
7
8
OC.L10N.register(
    "fulltextsearch",
    {
    "Full text search" : "Пълно текстово търсене",
    "Index not found" : "Няма открито съдържание",
    "Search on %s" : "Търси в %s"
},
"nplurals=2; plural=(n != 1);");