diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-04-06 02:28:04 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-04-06 02:28:04 +0000 |
commit | 51f361f81a2a9b399e5d283efcd11c17a1fded73 (patch) | |
tree | 9b66330359d77833286adc47894eebedcf96b69b /apps/dav/l10n | |
parent | b29f6f2f75879dabd60ad3596454aaf52175fd8a (diff) | |
download | nextcloud-server-51f361f81a2a9b399e5d283efcd11c17a1fded73.tar.gz nextcloud-server-51f361f81a2a9b399e5d283efcd11c17a1fded73.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav/l10n')
-rw-r--r-- | apps/dav/l10n/fr.js | 2 | ||||
-rw-r--r-- | apps/dav/l10n/fr.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/dav/l10n/fr.js b/apps/dav/l10n/fr.js index 52d9a58837b..1a614722d48 100644 --- a/apps/dav/l10n/fr.js +++ b/apps/dav/l10n/fr.js @@ -173,4 +173,4 @@ OC.L10N.register( "Your attendance was updated successfully." : "Votre présence a été mise à jour avec succès.", "Calendar and tasks" : "Agenda et tâches" }, -"nplurals=3; plural=(n==0 || n==1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); +"nplurals=2; plural=(n > 1);"); diff --git a/apps/dav/l10n/fr.json b/apps/dav/l10n/fr.json index f11499dbefd..f728c2d1b3b 100644 --- a/apps/dav/l10n/fr.json +++ b/apps/dav/l10n/fr.json @@ -170,5 +170,5 @@ "Comment" : "Commentaire", "Your attendance was updated successfully." : "Votre présence a été mise à jour avec succès.", "Calendar and tasks" : "Agenda et tâches" -},"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 |