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
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-07-21 05:32:47 +0300
committerNextcloud bot <bot@nextcloud.com>2019-07-21 05:32:47 +0300
commitba404ccc25717ae94db955a354ef18d2ecbfbc6b (patch)
tree9b3927f614f166c4cf6fb78c8d32e203a3722b5f /l10n
parentdd185e19cb9bec523cf320f318a12b1064cc760d (diff)
[tx-robot] updated from transifexv1.3.6
Diffstat (limited to 'l10n')
-rw-r--r--l10n/nl.js2
-rw-r--r--l10n/nl.json2
2 files changed, 4 insertions, 0 deletions
diff --git a/l10n/nl.js b/l10n/nl.js
index f15cbfa..d4d1c31 100644
--- a/l10n/nl.js
+++ b/l10n/nl.js
@@ -1,6 +1,8 @@
OC.L10N.register(
"fulltextsearch",
{
+ "the search returned {total} results in {time} ms" : "de zoekopdracht leverde {total} resultaten op in {time} ms",
+ "the search in {title} for '{search}' returned {total} results in {time} ms" : "de zoekopdracht in {title} naar '{search}' leverde {total} resultaten op in {time} ms",
"Search" : "Zoeken",
"Index not found" : "Index niet gevonden",
"Process timed out" : "Proces time-out",
diff --git a/l10n/nl.json b/l10n/nl.json
index 0cb530e..6e8c2e1 100644
--- a/l10n/nl.json
+++ b/l10n/nl.json
@@ -1,4 +1,6 @@
{ "translations": {
+ "the search returned {total} results in {time} ms" : "de zoekopdracht leverde {total} resultaten op in {time} ms",
+ "the search in {title} for '{search}' returned {total} results in {time} ms" : "de zoekopdracht in {title} naar '{search}' leverde {total} resultaten op in {time} ms",
"Search" : "Zoeken",
"Index not found" : "Index niet gevonden",
"Process timed out" : "Proces time-out",