22 строки
1.4 KiB
JavaScript
22 строки
1.4 KiB
JavaScript
OC.L10N.register(
|
|
"fulltextsearch",
|
|
{
|
|
"the search returned {total} results in {time} ms" : "sökningen gav {total} resultat på {time} ms",
|
|
"the search in {title} for \"{search}\" returned {total} results in {time} ms" : "sökningen på {title} för \"{search}\" gav {total} resultat på {time} ms",
|
|
"Search" : "Sök",
|
|
"Index not found" : "Index hittades inte",
|
|
"Process timed out" : "Processen tog för lång tid",
|
|
"Full Text Search" : "Fulltextsökning",
|
|
"Full text search" : "Fulltextsökning",
|
|
"Core of the full-text search framework for Nextcloud" : "Central del i ramverket fulltext-sökning för Nextcloud",
|
|
"Core App of the full-text search framework for your Nextcloud." : "Central app i ramverket fulltext-sökning för Nextcloud",
|
|
"Search on %s" : "Sök på %s",
|
|
"Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud" : "Kontrollera wiki för dokumentation i samband med installationen och konfigurationen av fulltext-sökning i ditt Nextcloud",
|
|
"General" : "Allmänt",
|
|
"Search Platform" : "Sökplattform",
|
|
"Select the app to index content and answer search queries." : "Välj app för att indexera innehåll och svara på sökfrågor.",
|
|
"Navigation Icon" : "Navigations-ikon",
|
|
"Enable global search within all your content." : "Aktivera global sökning i allt ditt innehåll."
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|