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:
Diffstat (limited to 'l10n/cs.js')
-rw-r--r--l10n/cs.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/l10n/cs.js b/l10n/cs.js
index dc71ce4..cde3871 100644
--- a/l10n/cs.js
+++ b/l10n/cs.js
@@ -1,10 +1,10 @@
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",
+ "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",
+ "Index not found" : "Nenalezen rejstřík",
"Process timed out" : "Překročen časový limit zpracování",
"Full text search" : "Plnotextové vyhledávání",
"Core of the full-text search framework for Nextcloud" : "Jádro aplikačního rámce pro plnotextové vyhledávání v Nextcloud",