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

github.com/nextcloud/event_update_notification.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:41:15 +0300
committerNextcloud bot <bot@nextcloud.com>2022-04-05 05:41:15 +0300
commit6823754e1df9e7aa890b318437091e10261b8942 (patch)
treeb1de7ed45733a25a085ebbc52222a5aa4ac57562
parent624c209df6b92882e9a686bfe94b800fb7092a51 (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 f304c53..619eda8 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -10,4 +10,4 @@ OC.L10N.register(
"Notifications for calendar event updates" : "Notifications lors des mises à jour d'évènements dans l'agenda",
"Receive a notification when an event in a shared calendar was added, modified or deleted." : "Soyez notifiés lorsqu'un évènement est ajouté, modifié ou supprimé dans un agenda partagé."
},
-"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 05f642b..7410f14 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -7,5 +7,5 @@
"Personal" : "Personnel",
"Notifications for calendar event updates" : "Notifications lors des mises à jour d'évènements dans l'agenda",
"Receive a notification when an event in a shared calendar was added, modified or deleted." : "Soyez notifiés lorsqu'un évènement est ajouté, modifié ou supprimé dans un agenda partagé."
-},"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