X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/cc1f46cbf45d8a918d15a335653fb6a9d688d23c..refs/pull/3994/head:/resources/lang/nb/validation.php diff --git a/resources/lang/nb/validation.php b/resources/lang/nb/validation.php index 684645729..0e8917f37 100644 --- a/resources/lang/nb/validation.php +++ b/resources/lang/nb/validation.php @@ -32,6 +32,7 @@ return [ 'digits_between' => ':attribute må være mellomg :min og :max tall.', 'email' => ':attribute må være en gyldig e-post.', 'ends_with' => ':attribute må slutte med en av verdiene: :values', + 'file' => 'The :attribute must be provided as a valid file.', 'filled' => ':attribute feltet er påkrevd.', 'gt' => [ 'numeric' => ':attribute må være større enn :value.',