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

github.com/nextcloud/files_filter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 35bb5d6..6dac09c 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -16,4 +16,4 @@ OC.L10N.register(
"No videos found" : "Aucune vidéo trouvée",
"Any uploaded video will show up here" : "Les vidéos téléversées se retrouveront ici"
},
-"nplurals=3; plural=(n==0 || n==1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
+"nplurals=2; plural=(n > 1);");
diff --git a/l10n/fr.json b/l10n/fr.json
index 4bc8c27..fc07b7d 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -13,5 +13,5 @@
"Delete" : "Supprimer",
"No videos found" : "Aucune vidéo trouvée",
"Any uploaded video will show up here" : "Les vidéos téléversées se retrouveront ici"
-},"pluralForm" :"nplurals=3; plural=(n==0 || n==1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
+},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file