X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/e2f9089f56a04f530868c80baf44d99e192938a9..refs/pull/3745/head:/resources/lang/da/validation.php diff --git a/resources/lang/da/validation.php b/resources/lang/da/validation.php index c54b07a6e..022839dc6 100644 --- a/resources/lang/da/validation.php +++ b/resources/lang/da/validation.php @@ -32,6 +32,7 @@ return [ 'digits_between' => ':attribute skal være mellem :min og :max cifre.', 'email' => ':attribute skal være en gyldig mail-adresse.', 'ends_with' => ':attribute skal slutte på en af følgende værdier: :values', + 'file' => ':attribute skal leveres som en gyldig fil.', 'filled' => ':attribute er obligatorisk.', 'gt' => [ 'numeric' => ':attribute skal være større end :value.',