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: 69af388536fccf7e1217dd7aba0bb25a25c9c77d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "fulltextsearch",
    {
    "Full text search" : "Pilna teksta meklēšana",
    "Index not found" : "Indekss netika atrasts",
    "Tick not found" : "Atzīme netika atrasta",
    "Core of the full-text search framework for Nextcloud" : "Kodols pilna teksta meklēšanas satvars priekš Nextcloud",
    "Core App of the full-text search framework for your Nextcloud." : "Kodola lietotne priekš pilna teksta meklēšanas satvara tavā Nextcloud.",
    "Search on %s" : "Meklēt %s",
    "General" : "Vispārīgs"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");