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: 6910bed35b6894d4237d885135153a83a0102676 (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "fulltextsearch",
    {
    "Full text search" : "Full-textové 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"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");