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

cs.js « l10n - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 63556ef8fd62678d48768809e517cd0f2a339e5d (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "fulltextsearch",
    {
    "Full text search" : "Plnotextové vyhledávání",
    "Index not found" : "Index nebyl nalezen",
    "Full text search (BETA)" : "Full-textové vyhledávání (BETA)",
    "Search on %s" : "Hledat v%s",
    "General" : "Obecné"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");