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:
authorMaxence Lange <maxence@artificial-owl.com>2021-08-10 14:35:02 +0300
committerMaxence Lange <maxence@artificial-owl.com>2021-08-10 14:35:02 +0300
commit1d70a786c5d4fee1962707fb8a92538f508977c9 (patch)
tree40449d7be7d17ee9d7da2af9dbea8a06d0981c55
parentadad2d2d005ca80a1a8d61840a7bba9e360862d1 (diff)
parentd5b1642ceedfa831957c24d0ec9981b0bb7a7239 (diff)
Merge remote-tracking branch 'origin/master'
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--l10n/fr.js1
-rw-r--r--l10n/fr.json1
-rw-r--r--l10n/hr.js1
-rw-r--r--l10n/hr.json1
4 files changed, 4 insertions, 0 deletions
diff --git a/l10n/fr.js b/l10n/fr.js
index c83f931..0106822 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"fulltextsearch",
{
"the search returned {total} results in {time} ms" : "la recherche a retourné {total} résultats en {time} ms",
+ "the search in {title} for \"{search}\" returned {total} results in {time} ms" : "La recherche dans {title} pour les mots clés {search} a retourné {total} résultats en {time} ms",
"Search" : "Recherche",
"Index not found" : "Index non trouvé",
"Process timed out" : "Processus expiré",
diff --git a/l10n/fr.json b/l10n/fr.json
index d9346c8..8d24688 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -1,5 +1,6 @@
{ "translations": {
"the search returned {total} results in {time} ms" : "la recherche a retourné {total} résultats en {time} ms",
+ "the search in {title} for \"{search}\" returned {total} results in {time} ms" : "La recherche dans {title} pour les mots clés {search} a retourné {total} résultats en {time} ms",
"Search" : "Recherche",
"Index not found" : "Index non trouvé",
"Process timed out" : "Processus expiré",
diff --git a/l10n/hr.js b/l10n/hr.js
index e789d93..e6a8fc4 100644
--- a/l10n/hr.js
+++ b/l10n/hr.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"fulltextsearch",
{
"the search returned {total} results in {time} ms" : "pretraživanjem je pronađeno {total} rezultata za {time} ms",
+ "the search in {title} for \"{search}\" returned {total} results in {time} ms" : "pretraživanjem u {title} za „{search}“ pronađeno je {total} rezultata za {time} ms",
"Search" : "Traži",
"Index not found" : "Indeks nije pronađen",
"Process timed out" : "Isteklo vrijeme postupka",
diff --git a/l10n/hr.json b/l10n/hr.json
index 43ff6a1..c8e11f0 100644
--- a/l10n/hr.json
+++ b/l10n/hr.json
@@ -1,5 +1,6 @@
{ "translations": {
"the search returned {total} results in {time} ms" : "pretraživanjem je pronađeno {total} rezultata za {time} ms",
+ "the search in {title} for \"{search}\" returned {total} results in {time} ms" : "pretraživanjem u {title} za „{search}“ pronađeno je {total} rezultata za {time} ms",
"Search" : "Traži",
"Index not found" : "Indeks nije pronađen",
"Process timed out" : "Isteklo vrijeme postupka",