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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-05-24 06:35:55 +0300
committerNextcloud bot <bot@nextcloud.com>2022-05-24 06:35:55 +0300
commitb2de1e8034b999373230f87b7bd1284f623f8cb0 (patch)
tree46f1a365b7c80de8386dac915d19c0201e33fb0a /l10n/fr.js
parentbb827eeb12141b1b7adb4c8ad86e13ab37ffb537 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n/fr.js')
-rw-r--r--l10n/fr.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/l10n/fr.js b/l10n/fr.js
index 3bec5bc30..07b9a44f6 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -4,12 +4,12 @@ OC.L10N.register(
"a conversation" : "une conversation",
"(Duration %s)" : "(Durée %s)",
"You attended a call with {user1}" : "Vous avez participé à un appel avec {user1}",
- "_%n guest_::_%n guests_" : ["%n invité","%n invités"],
+ "_%n guest_::_%n guests_" : ["%n invité","%n invités","%n invités"],
"You attended a call with {user1} and {user2}" : "Vous avez participé à un appel avec {user1} et {user2} ",
"You attended a call with {user1}, {user2} and {user3}" : "Vous avez participé à un appel avec {user1}, {user2} et {user3} ",
"You attended a call with {user1}, {user2}, {user3} and {user4}" : "Vous avez participé à un appel avec {user1}, {user2}, {user3} et {user4}",
"You attended a call with {user1}, {user2}, {user3}, {user4} and {user5}" : "Vous avez participé à un appel avec {user1}, {user2}, {user3}, {user4} et {user5}",
- "_%n other_::_%n others_" : ["%n autre","%n autres"],
+ "_%n other_::_%n others_" : ["%n autre","%n autres","%n autres"],
"{actor} invited you to {call}" : "{actor} vous a invité à {call}",
"You were invited to a <strong>conversation</strong> or had a <strong>call</strong>" : "Vous avez été invité à une <strong>conversation</strong> ou avez eu un <strong>appel</strong>",
"Other activities" : "Autres activités",
@@ -162,8 +162,8 @@ OC.L10N.register(
"%s (guest)" : "%s (invité)",
"You missed a call from {user}" : "Vous avez manqué l'appel de {user}",
"You tried to call {user}" : "Vous avez essayé d'appeler {user}",
- "_Call with %n guest (Duration {duration})_::_Call with %n guests (Duration {duration})_" : ["Appel avec %n invité (Durée {duration})","Appel avec %n invités (Durée {duration})"],
- "_{actor} ended the call with %n guest (Duration {duration})_::_{actor} ended the call with %n guests (Duration {duration})_" : ["{actor} a terminé l'appel avec %n invité (Durée {duration})","{actor} a terminé l'appel avec %n invités (Durée {duration})"],
+ "_Call with %n guest (Duration {duration})_::_Call with %n guests (Duration {duration})_" : ["Appel avec %n invité (Durée {duration})","Appel avec %n invités (Durée {duration})","Appel avec %n invités (Durée {duration})"],
+ "_{actor} ended the call with %n guest (Duration {duration})_::_{actor} ended the call with %n guests (Duration {duration})_" : ["{actor} a terminé l'appel avec %n invité (Durée {duration})","{actor} a terminé l'appel avec %n invités (Durée {duration})","{actor} a terminé l'appel avec %n invités (Durée {duration})"],
"Call with {user1} and {user2} (Duration {duration})" : "Appel avec {user1} et {user2} (Durée {duration})",
"{actor} ended the call with {user1} (Duration {duration})" : "{actor} a terminé l'appel avec {user1} (Durée {duration})",
"{actor} ended the call with {user1} and {user2} (Duration {duration})" : "{actor} a terminé l'appel avec {user1} et {user2} (Durée {duration})",
@@ -598,7 +598,7 @@ OC.L10N.register(
"Expired" : "Expiré",
"The trial could not be requested. Please try again later." : "La période d'essai n'a pas pu être demandé. Veuillez réessayer plus tard.",
"The account could not be deleted. Please try again later." : "Le compte n'a pas pu être supprimé. Veuillez réessayer plus tard.",
- "_%n user_::_%n users_" : ["%n utilisateur","%n utilisateurs"],
+ "_%n user_::_%n users_" : ["%n utilisateur","%n utilisateurs","%n utilisateurs"],
"Matterbridge integration" : "Intégration de Matterbridge",
"Enable Matterbridge integration" : "Activer l'intégration de Matterbridge",
"Downloading …" : "Téléchargement …",
@@ -1179,4 +1179,4 @@ OC.L10N.register(
"An error occurred while posting deck card to conversation." : "Une erreur s'est produite lors de la publication de la carte Deck dans la conversation.",
"OK: \".wasm\" and \".tflite\" files were properly returned by the web server" : "OK : les fichiers \".wasm\" and \".tflite\" ont bien été retournés par le serveur web"
},
-"nplurals=2; plural=(n > 1);");
+"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");