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

hu.js « l10n - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 15685e76c2b1350ee226aecdcd52c65da6f9907c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "fulltextsearch",
    {
    "the search returned {total} results in {time} ms" : "a keresés {total} eredményt talált {time} ms alatt",
    "Search" : "Keresés",
    "Index not found" : "INdex nem található",
    "Full text search" : "Teljes szöveges keresés",
    "Search on %s" : "Keresés itt: %s",
    "General" : "Általános",
    "Search Platform" : "Keresési platform",
    "Select the app to index content and answer search queries." : "Válassz ki az alkalmazást, ami rendezi a tartalmat és válaszol a keresési kérésekre.",
    "Navigation Icon" : "Navigációs Icon",
    "Enable global search within all your content." : "Teljes keresés engedélyezése az összes tartalomban."
},
"nplurals=2; plural=(n != 1);");