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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-04-06 05:49:20 +0300
committerNextcloud bot <bot@nextcloud.com>2022-04-06 05:49:20 +0300
commit85ed08c69af8469fb14ed46650505391625ea85a (patch)
tree5fff8a140e123a154ed514cc346fe5ae814ea451
parent195900f64f7ac3e3006d922c711c7b58a95254a9 (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 64677c5..eeb2912 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -37,4 +37,4 @@ OC.L10N.register(
"You can not write to a folder." : "Vous ne pouvez pas écrire dans un dossier.",
"You can not open a folder" : "Vous ne pouvez pas ouvrir ce dossier"
},
-"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 b119365..e12a839 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -34,5 +34,5 @@
"You can not open a folder." : "Vous ne pouvez pas ouvrir un dossier.",
"You can not write to a folder." : "Vous ne pouvez pas écrire dans un dossier.",
"You can not open a folder" : "Vous ne pouvez pas ouvrir ce dossier"
-},"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