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

fa.js « l10n - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8deb19a7f0ad8e8bf877d61a19fbe61b2f19ddcb (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "fulltextsearch",
    {
    "Search" : "جستجو",
    "Index not found" : "نمایه یافت نشد",
    "Full text search" : "جستجوی کامل متن",
    "Search on %s" : "%s جستجو در ‍",
    "General" : "عمومی",
    "Search Platform" : "پلتفرم جستجو"
},
"nplurals=2; plural=(n > 1);");