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

tr.js « l10n - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d1b12687e9ac3f1d54686aa5866d1d9f1a14f8c9 (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "fulltextsearch",
    {
    "Full text search" : "Tam metin arama",
    "Index not found" : "Dizin bulunamadı",
    "Tick not found" : "İşaret bulunamadı",
    "Full text search (BETA)" : "Tam metin arama (BETA)",
    "Search on %s" : "%s üzerine arama"
},
"nplurals=2; plural=(n > 1);");