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

github.com/juliushaertl/apporder.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:44:44 +0300
committerNextcloud bot <bot@nextcloud.com>2022-04-05 06:44:44 +0300
commit864d9658546bcf7cca19a2534111361fdb0820b0 (patch)
tree4faf9adf91a82d1c754a07f65d9312ff0c6f17ee
parent423b44ccf0fa948dd4ef5f5ef4c8337b137457fa (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 623e396..df14d71 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -11,4 +11,4 @@ OC.L10N.register(
"Force the default order for all users:" : "Forcer l'ordre par défaut pour tous les utilisateurs :",
"If enabled, users will not be able to set a custom order." : "Si activé, les utilisateurs ne pourront plus sélectionner un ordre personnalisé."
},
-"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 7a5e0ef..dec8d90 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -8,5 +8,5 @@
"Drag the app icons to change their order." : "Faites glisser les icônes des applications pour changer leur ordre.",
"Force the default order for all users:" : "Forcer l'ordre par défaut pour tous les utilisateurs :",
"If enabled, users will not be able to set a custom order." : "Si activé, les utilisateurs ne pourront plus sélectionner un ordre personnalisé."
-},"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