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

lv.js « l10n - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d08c47f4631de624a3347b21d9d9c0af8789c870 (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "fulltextsearch",
    {
    "Full text search" : "Pilna teksta meklēšana",
    "Index not found" : "Indekss netika atrasts",
    "Tick not found" : "Atzīme netika atrasta",
    "Search on %s" : "Meklēt %s"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");