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-07-29 05:24:01 +0300
committerNextcloud bot <bot@nextcloud.com>2021-07-29 05:24:01 +0300
commitafc44c2e333a31849849f7232a6252e416e99cbb (patch)
tree577e738b1d034f6470adfcd24788e0b8e22c62f4
parent5acd5080c6fad94167f7f009e5b038c4a617a210 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/fr.js1
-rw-r--r--l10n/fr.json1
2 files changed, 2 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é",