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

github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/fr.js')
-rw-r--r--l10n/fr.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10n/fr.js b/l10n/fr.js
index dce1662..b3cf65f 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -31,4 +31,4 @@ OC.L10N.register(
"No U2F devices configured. You are not using U2F as second factor at the moment." : "Aucun périphérique U2F configuré. Actuellement, vous n'utilisez pas U2F comme second facteur.",
"The following devices are configured for U2F second-factor authentication:" : "Les périphériques suivants sont configurés pour l'authentification second facteur U2F:"
},
-"nplurals=2; plural=(n > 1);");
+"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");