From 36cd54209aba085e25e2040315b3f478e74418b7 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 21 Feb 2019 09:44:33 -0500 Subject: [PATCH] (i18n) Update French translation --- SoObjects/Appointments/French.lproj/Localizable.strings | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SoObjects/Appointments/French.lproj/Localizable.strings b/SoObjects/Appointments/French.lproj/Localizable.strings index 4eaa1b987..7c054331d 100644 --- a/SoObjects/Appointments/French.lproj/Localizable.strings +++ b/SoObjects/Appointments/French.lproj/Localizable.strings @@ -62,3 +62,8 @@ vtodo_class2 = "(Tâche confidentielle)"; /* Resources */ "Cannot access resource: \"%{Cn} %{SystemEmail}\"" = "Impossible d'accéder à la ressource suivante: %{Cn} %{SystemEmail}"; "Maximum number of simultaneous bookings (%{NumberOfSimultaneousBookings}) reached for resource \"%{Cn} %{SystemEmail}\". The conflicting event is \"%{EventTitle}\", and starts on %{StartDate}." = "Le nombre maximal de réservations simultanées (%{NumberOfSimultaneousBookings}) est atteint pour la ressource «%{Cn} %{SystemEmail}». L'événement en conflit est «%{EventTitle}» et débute le %{StartDate}."; + +/* Participation role */ +"Your participation is required to this event" = "Votre participation est requise pour cet événement"; +"Your participation is optional to this event" = "Votre participation est optionnelle pour cet événement"; +"Your participation is not required to this event" = "Votre participation n'est pas requise pour cet événement"; \ No newline at end of file