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

github.com/nextcloud/files_downloadactivity.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:44:26 +0300
committerNextcloud bot <bot@nextcloud.com>2022-04-05 05:44:26 +0300
commite26aab11a9961cdd65d81b8e7f0f5b6bb4d3890e (patch)
treefca00953dfa5d5d67ce44069593efe4c488c7776
parentb8a86b79658347e18cfee4bd173d335b7072f136 (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 c44f4bc..3a9c89a 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -11,4 +11,4 @@ OC.L10N.register(
"Activities for shared file downloads" : "Activité de téléchargement pour les fichiers partagés",
"Creates activities for downloads of files that were shared with other users or a group" : "Crée des activités pour le téléchargement de fichiers partagés avec d'autres utilisateurs ou un groupe"
},
-"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 b9f9b95..267e04f 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -8,5 +8,5 @@
"A local shared file or folder was <strong>downloaded</strong>" : "Un fichier ou dossier partagé a été <strong>téléchargé</strong>",
"Activities for shared file downloads" : "Activité de téléchargement pour les fichiers partagés",
"Creates activities for downloads of files that were shared with other users or a group" : "Crée des activités pour le téléchargement de fichiers partagés avec d'autres utilisateurs ou un groupe"
-},"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