X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/c6ad16dba657c82512ae495a4a38b99b8cfa9eeb..refs/pull/3298/head:/resources/lang/fr/validation.php diff --git a/resources/lang/fr/validation.php b/resources/lang/fr/validation.php index 23bb74800..702c02585 100644 --- a/resources/lang/fr/validation.php +++ b/resources/lang/fr/validation.php @@ -32,7 +32,7 @@ return [ 'digits_between' => ':attribute doit avoir une longueur entre :min et :max.', 'email' => ':attribute doit être une adresse e-mail valide.', 'ends_with' => ':attribute doit se terminer par une des valeurs suivantes : :values', - 'file' => 'The :attribute must be provided as a valid file.', + 'file' => 'Le :attribute doit être un fichier valide.', 'filled' => ':attribute est un champ requis.', 'gt' => [ 'numeric' => ':attribute doit être plus grand que :value.',