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:
authorNextcloud bot <bot@nextcloud.com>2020-05-23 05:36:45 +0300
committerNextcloud bot <bot@nextcloud.com>2020-05-23 05:36:45 +0300
commit68f5808bf2233db1969e8d54e194b732f85edb1d (patch)
treee14c5212757a771177502635794e730b8ed7bb0d /l10n/cs.js
parent0a0b4a6ebf97aa2f2a9030b3efb26a647d316458 (diff)
[tx-robot] updated from transifex
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",