fulltextsearch/l10n/en_GB.js

22 строки
1.4 KiB
JavaScript
Исходник Обычный вид История

2018-02-17 04:23:00 +03:00
OC.L10N.register(
"fulltextsearch",
{
"the search returned {total} results in {time} ms" : "the search returned {total} results in {time} ms",
"the search in {title} for \"{search}\" returned {total} results in {time} ms" : "the search in {title} for \"{search}\" returned {total} results in {time} ms",
2018-12-28 04:24:14 +03:00
"Search" : "Search",
2018-02-17 04:23:00 +03:00
"Index not found" : "Index not found",
"Process timed out" : "Process timed out",
"Full Text Search" : "Full Text Search",
2019-03-01 04:25:20 +03:00
"Full text search" : "Full text search",
2018-06-12 03:26:36 +03:00
"Core of the full-text search framework for Nextcloud" : "Core of the full-text search framework for Nextcloud",
"Core App of the full-text search framework for your Nextcloud." : "Core App of the full-text search framework for your Nextcloud.",
"Search on %s" : "Search on %s",
2018-12-28 04:24:14 +03:00
"Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud" : "Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud",
"General" : "General",
"Search Platform" : "Search Platform",
"Select the app to index content and answer search queries." : "Select the app to index content and answer search queries.",
"Navigation Icon" : "Navigation Icon",
"Enable global search within all your content." : "Enable global search within all your content."
2018-02-17 04:23:00 +03:00
},
"nplurals=2; plural=(n != 1);");