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>2022-04-06 05:52:23 +0300
committerNextcloud bot <bot@nextcloud.com>2022-04-06 05:52:23 +0300
commit53c763fb1a2d420751146703b3c5241776dbae87 (patch)
treefa09f3072daf0e0fabc30cdab8499a8c10327aa0
parent84dfcf4a88b7d65ddc3e2a27b30f8fe3292e9012 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/fr.js2
-rw-r--r--l10n/fr.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/l10n/fr.js b/l10n/fr.js
index 6c53d55..0106822 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -19,4 +19,4 @@ OC.L10N.register(
"Enable global search within all your content." : "Activer la recherche dans tous votre contenu.",
"the search in {title} for '{search}' returned {total} results in {time} ms" : "la recherche dans {title} pour '{search}' a retourné {total} résultats en {time} ms"
},
-"nplurals=3; plural=(n==0 || n==1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
+"nplurals=2; plural=(n > 1);");
diff --git a/l10n/fr.json b/l10n/fr.json
index 9e421cf..8d24688 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -16,5 +16,5 @@
"Navigation Icon" : "Icône de navigation",
"Enable global search within all your content." : "Activer la recherche dans tous votre contenu.",
"the search in {title} for '{search}' returned {total} results in {time} ms" : "la recherche dans {title} pour '{search}' a retourné {total} résultats en {time} ms"
-},"pluralForm" :"nplurals=3; plural=(n==0 || n==1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
+},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file