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

sl.js « l10n - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bb90053060c424bae1ebef7f994dce1377e891d9 (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" : "iskanje je vrnilo skupno {total} zadetkov v {time} ms",
    "the search in {title} for \"{search}\" returned {total} results in {time} ms" : "iskanje po predmetu {title} za »{search}« je vrnilo skupno {total} zadetkov v {time} ms",
    "Search" : "Poišči",
    "Index not found" : "Kazala ni mogoče najti",
    "Process timed out" : "Opravilo je časovno poteklo",
    "Full Text Search" : "Iskanje po polnem besedilu",
    "Full text search" : "Iskanje po polnem besedilu",
    "Core of the full-text search framework for Nextcloud" : "Jedro iskalnika po polnem besedilu za Nextcloud",
    "Core App of the full-text search framework for your Nextcloud." : "Program za iskanje po polnem besedilu za Nextcloud.",
    "Search on %s" : "Išči na %s",
    "Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud" : "Več podrobnosti o namestitvi in nastavitvi iskalnika za Nextcloud je na voljo v dokumentaciji.",
    "General" : "Splošno",
    "Search Platform" : "Iskalno orodje",
    "Select the app to index content and answer search queries." : "Izbor programa za indeksiranje vsebine in izvajanje iskalnih poizvedb.",
    "Navigation Icon" : "Navigacijska ikona",
    "Enable global search within all your content." : "Omogoči splošno iskanje med vso vsebino oblaka."
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");