Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/password_policy.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 06:09:37 +0300
committerNextcloud bot <bot@nextcloud.com>2022-04-06 06:09:37 +0300
commite3f2877a7e20cf66088ab94076231199861a0dc7 (patch)
treeff28fff3238664d32b264272ff2b13b9bbff5d17
parent9a57bc3e6f09c9653e114ed1b6514615ded3bb1f (diff)
[tx-robot] updated from transifexv22.2.7rc1
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 a9faa13..e13766f 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -30,4 +30,4 @@ OC.L10N.register(
"Maximum login attempts have to be a non negative number" : "Le nombre de tentatives de connexion doit être un nombre positif",
"Password needs to be at least %s characters long" : "Le mot de passe doit comporter au moins %s caractères"
},
-"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 bb768c3..66c3882 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -27,5 +27,5 @@
"Expiration days have to be a non negative number" : "La date d'expiration doit être un nombre positif",
"Maximum login attempts have to be a non negative number" : "Le nombre de tentatives de connexion doit être un nombre positif",
"Password needs to be at least %s characters long" : "Le mot de passe doit comporter au moins %s caractères"
-},"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