From cd80d82ad495c5ee9c4628e52389b1c8b9a2edac Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 28 Nov 2016 19:02:37 +0100 Subject: [PATCH] New translations --- resources/lang/fr_FR/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/fr_FR/validation.php b/resources/lang/fr_FR/validation.php index e7b21f8947..9a671c5a01 100644 --- a/resources/lang/fr_FR/validation.php +++ b/resources/lang/fr_FR/validation.php @@ -21,6 +21,7 @@ return [ 'file_too_large' => 'Le fichier ":name" est trop grand.', 'belongs_to_user' => 'La valeur de :attribute est inconnue', 'accepted' => 'Le champ :attribute doit être accepté.', + 'bic' => 'This is not a valid BIC.', 'active_url' => 'Le champ :attribute n\'est pas une URL valide.', 'after' => 'Le champ :attribute doit être une date postérieure à :date.', 'alpha' => 'Le champ :attribute doit seulement contenir des lettres.',