22 строки
1.5 KiB
JavaScript
22 строки
1.5 KiB
JavaScript
OC.L10N.register(
|
|
"fulltextsearch",
|
|
{
|
|
"the search returned {total} results in {time} ms" : "søgningen retunerede {total} resultater og det tog kun {time} ms",
|
|
"the search in {title} for \"{search}\" returned {total} results in {time} ms" : "søgningen i {title} efter \"{search}\" gav {total} resultater på {time} ms",
|
|
"Search" : "Søg",
|
|
"Index not found" : "Index ikke fundet",
|
|
"Process timed out" : "Processen timede ud",
|
|
"Full Text Search" : "Fuld Tekst Søgning",
|
|
"Full text search" : "Fuld tekst søgning",
|
|
"Core of the full-text search framework for Nextcloud" : "Kernen af Fuld Tekst Søgningsrammen for Nextcloud",
|
|
"Core App of the full-text search framework for your Nextcloud." : "Kerne App i fuldtekstsøgningsrammen for din Nextcloud.",
|
|
"Search on %s" : "Søg på %s",
|
|
"Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud" : "Venligst tjek Wikien for dokumentation relateret til installationen og konfigurationen af Fuld Teskt Søgning i din Nextcloud",
|
|
"General" : "Generelt",
|
|
"Search Platform" : "Søge Platform",
|
|
"Select the app to index content and answer search queries." : "Vælg app for at indeksere indholdt og besvare søge forespørgsler.",
|
|
"Navigation Icon" : "Navigations Ikon",
|
|
"Enable global search within all your content." : "Aktivere globale søgninger i alt dit indhold."
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|