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:
authorNextcloud bot <bot@nextcloud.com>2022-04-05 06:30:00 +0300
committerNextcloud bot <bot@nextcloud.com>2022-04-05 06:30:00 +0300
commit1ee06b1e262c5ea82950604c63c7cfcd7fe83bd6 (patch)
treed844b8f64a9862f7e57eb12e88531ec3a0735b7a
parent070be9103172bea470c33a554c94c7c44eace7b5 (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 dce1662..9fada02 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;");
diff --git a/l10n/fr.json b/l10n/fr.json
index b694481..83e07d8 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -28,5 +28,5 @@
"Remove" : "Supprimer",
"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:"
-},"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