From 619138d294fd32663619e2be6ff2d278052d4a09 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 4 Jan 2017 17:33:30 +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 ff4971ddd3..aab122ceaa 100644 --- a/resources/lang/fr_FR/validation.php +++ b/resources/lang/fr_FR/validation.php @@ -23,6 +23,7 @@ return [ 'belongs_to_user' => 'La valeur de :attribute est inconnue', 'accepted' => 'Le champ :attribute doit être accepté.', 'bic' => 'This is not a valid BIC.', + 'more' => ':attribute must be larger than zero.', '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.',