From b30a83a1b71c9e5e1a9469be183ea4bd4e277e0b Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 5 Apr 2022 03:15:06 +0000 Subject: [tx-robot] updated from transifex Signed-off-by: Nextcloud bot --- l10n/fr.js | 2 +- l10n/fr.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/l10n/fr.js b/l10n/fr.js index f00331b..4bb1232 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -293,4 +293,4 @@ OC.L10N.register( "Your data is located in: " : "Vos données sont situées en :", "The admin hasn't selected the location of the server yet." : "L'administrateur n'a pas encore indiqué l'emplacement du serveur." }, -"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 f946546..56fae9e 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -290,5 +290,5 @@ "Your files are encrypted with {linkopen}server-side-encryption ↗{linkclose}. Additionally, this server is protected with full-disk-encryption." : "Vos fichiers sont chiffrés avec {linkopen}server-side-encryption ↗{linkclose}. De plus, ce serveur est protégé avec full-disk-encryption.", "Your data is located in: " : "Vos données sont situées en :", "The admin hasn't selected the location of the server yet." : "L'administrateur n'a pas encore indiqué l'emplacement du serveur." -},"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 -- cgit v1.2.3