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>2021-11-11 05:46:25 +0300
committerNextcloud bot <bot@nextcloud.com>2021-11-11 05:46:25 +0300
commite15841deb6b7bc64fbe6feffd1b1ea4d4e827065 (patch)
tree2f5652e7d8b7dd39c3300ff596f0e5dfb7a1ee38
parent2c4001f41d24fbb0d74d6b9b22530bce63557935 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/da.js1
-rw-r--r--l10n/da.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/l10n/da.js b/l10n/da.js
index 204d24d..8019461 100644
--- a/l10n/da.js
+++ b/l10n/da.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"fulltextsearch",
{
"the search returned {total} results in {time} ms" : "søgningen retunerede {total} resultater og det tog kun {time} ms",
+ "the search in {title} for \"{search}\" returned {total} results in {time} ms" : "søgningen i {title} efter \"{search}\" gav {total} resultater på {time} ms",
"Search" : "Søg",
"Index not found" : "Index ikke fundet",
"Process timed out" : "Processen timede ud",
diff --git a/l10n/da.json b/l10n/da.json
index 05e168f..d9c92ee 100644
--- a/l10n/da.json
+++ b/l10n/da.json
@@ -1,5 +1,6 @@
{ "translations": {
"the search returned {total} results in {time} ms" : "søgningen retunerede {total} resultater og det tog kun {time} ms",
+ "the search in {title} for \"{search}\" returned {total} results in {time} ms" : "søgningen i {title} efter \"{search}\" gav {total} resultater på {time} ms",
"Search" : "Søg",
"Index not found" : "Index ikke fundet",
"Process timed out" : "Processen timede ud",