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

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--l10n/cs.js2
-rw-r--r--l10n/cs.json2
2 files changed, 4 insertions, 0 deletions
diff --git a/l10n/cs.js b/l10n/cs.js
index 6b3c34c..dc71ce4 100644
--- a/l10n/cs.js
+++ b/l10n/cs.js
@@ -1,6 +1,8 @@
OC.L10N.register(
"fulltextsearch",
{
+ "the search returned {total} results in {time} ms" : "Vyhledávání nalezlo {total} výsledků v čase {time} ms",
+ "the search in {title} for '{search}' returned {total} results in {time} ms" : "Vyhledávání v {title} pro výraz '{search}' nalezlo {total} výsledků v čase {time} ms",
"Search" : "Hledat",
"Index not found" : "Index nebyl nalezen",
"Process timed out" : "Překročen časový limit zpracování",
diff --git a/l10n/cs.json b/l10n/cs.json
index 5470fe1..a6ad19d 100644
--- a/l10n/cs.json
+++ b/l10n/cs.json
@@ -1,4 +1,6 @@
{ "translations": {
+ "the search returned {total} results in {time} ms" : "Vyhledávání nalezlo {total} výsledků v čase {time} ms",
+ "the search in {title} for '{search}' returned {total} results in {time} ms" : "Vyhledávání v {title} pro výraz '{search}' nalezlo {total} výsledků v čase {time} ms",
"Search" : "Hledat",
"Index not found" : "Index nebyl nalezen",
"Process timed out" : "Překročen časový limit zpracování",