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

github.com/nextcloud/backup.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 05:31:23 +0300
committerNextcloud bot <bot@nextcloud.com>2022-04-05 05:31:23 +0300
commit47a439e0e820a346ee99b01be76fff1d82d84eac (patch)
tree051977369800e1f38c6fe1bf1b1291e8cbd428b9
parent7cfa1619797ec6a30d163f3a296e1d56fdaacf58 (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 4bba392..dbe2c0f 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -100,4 +100,4 @@ OC.L10N.register(
"Next full restoring point" : "Prochain point de restauration complet",
"Next partial restoring point" : "Prochain point de restauration partiel"
},
-"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 e93cc49..9d4e7c0 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -97,5 +97,5 @@
"local" : "local",
"Next full restoring point" : "Prochain point de restauration complet",
"Next partial restoring point" : "Prochain point de restauration partiel"
-},"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