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

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-04-05 06:29:19 +0300
committerNextcloud bot <bot@nextcloud.com>2022-04-05 06:29:19 +0300
commit6d6eb235914fb85a8d9a28a46a84f0c65b105fbd (patch)
tree5f2d6fa51983b0f824c5dccbddeb327c324cb7e8 /l10n
parent2e331a48c82edc32e65d96a7958c8eed8c1db484 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n')
-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 e701f21..9f07fa5 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -20,4 +20,4 @@ OC.L10N.register(
"Get the authentication code from the two-factor authentication app on your device." : "Saisissez le code d'authentification de l'application d'authentification à deux facteurs sur votre appareil.",
"Submit" : "Envoyer"
},
-"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 a7ec834..3b8bf25 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -17,5 +17,5 @@
"Verify" : "Vérifier",
"Get the authentication code from the two-factor authentication app on your device." : "Saisissez le code d'authentification de l'application d'authentification à deux facteurs sur votre appareil.",
"Submit" : "Envoyer"
-},"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