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

github.com/nextcloud/ransomware_protection.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:16:28 +0300
committerNextcloud bot <bot@nextcloud.com>2022-04-05 06:16:28 +0300
commit3acdeaf51fbcff29d2464447e30cd02902f4b879 (patch)
tree5b9e7c8c22e0b1ed7f5daa1cc2854e3e435db470
parent4451d004f99a8ba42d1b886df78c225a6cfa0ded (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 f3e25ea..45e7b53 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -25,4 +25,4 @@ OC.L10N.register(
"Protection is currently paused until: <strong>%s</strong>" : "La protection est actuellement suspendue jusqu'à: <strong>%s</strong>",
"Re-enable protection now" : "Réactiver la protection maintenant"
},
-"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 00a9e40..fb42d95 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -22,5 +22,5 @@
"Protection is currently active" : "La protection est actuellement active",
"Protection is currently paused until: <strong>%s</strong>" : "La protection est actuellement suspendue jusqu'à: <strong>%s</strong>",
"Re-enable protection now" : "Réactiver la protection maintenant"
-},"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