From f774fe8c8f353de6c00a2bc933f1ea9ff02ef3e1 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Thu, 6 Dec 2018 22:35:41 +0100 Subject: [PATCH] Add missing French translations --- resources/lang/fr/Public_ViewEvent.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/fr/Public_ViewEvent.php b/resources/lang/fr/Public_ViewEvent.php index 34ed4869..d50b56c3 100644 --- a/resources/lang/fr/Public_ViewEvent.php +++ b/resources/lang/fr/Public_ViewEvent.php @@ -22,6 +22,7 @@ return array ( 'booking_fees' => 'Frais de réservation', 'card_number' => 'Numéro de carte', 'checkout_submit' => 'Enregistrer', + 'confirmation_email' => 'et un message de confirmation vous a été envoyé.', 'copy_buyer' => 'Copier les détails de l\'acheteur pour tous ceux qui ont des billets', 'currently_not_on_sale' => 'Pas en vente pour l\'instant', 'cvc_number' => 'Numéro CVC', @@ -78,4 +79,5 @@ return array ( 'your_information' => 'Vos informations', 'your_message' => 'Votre message', 'your_name' => 'Votre nom', + 'your' => 'Vos', );