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

sr.js « l10n - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3ccc7bd969c6d573a2705c69e859647abe0c73c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OC.L10N.register(
    "fulltextsearch",
    {
    "the search returned {total} results in {time} ms" : "претрага је вратила укупно {total} резултата за {time} ms",
    "Search" : "Претрага",
    "Index not found" : "Индекс није нађен",
    "Process timed out" : "Истекло време извршавања процеса",
    "Full Text Search" : "Претрага свих текстова",
    "Full text search" : "Претраге свих текстова",
    "Core of the full-text search framework for Nextcloud" : "Језгро радног оквира претраге свих текстова за Некстклауд",
    "Core App of the full-text search framework for your Nextcloud." : "Основна апликација радног оквира претраге свих текстова за Некстклауд.",
    "Search on %s" : "Претражи %s",
    "Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud" : "Погледајте вики за документацију везану за инсталацију и подешавање претраге целог текста из Вашег Некстклауда",
    "General" : "Опште",
    "Search Platform" : "Платформа претраге",
    "Select the app to index content and answer search queries." : "Одаберите апликацију за индексирање садржаја и за одговарање на упите.",
    "Navigation Icon" : "Икона навигације",
    "Enable global search within all your content." : "Укључите глобалну претраге кроз цео Ваш садржај.",
    "the search in {title} for '{search}' returned {total} results in {time} ms" : "претрага у {title} за '{search}' је вратила {total} резултата за {time} ms"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");