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-05 05:53:55 +0300
committerNextcloud bot <bot@nextcloud.com>2022-04-05 05:53:55 +0300
commit84dfcf4a88b7d65ddc3e2a27b30f8fe3292e9012 (patch)
treeae1879df41727df2eddf189931e8da1092142baf
parent540e5d31a7d45d72223fc083000f34374ab638f7 (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 0106822..6c53d55 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=2; plural=(n > 1);");
+"nplurals=3; plural=(n==0 || n==1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/fr.json b/l10n/fr.json
index 8d24688..9e421cf 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=2; plural=(n > 1);"
+},"pluralForm" :"nplurals=3; plural=(n==0 || n==1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} \ No newline at end of file