]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/de/validation.php
Updated attachment links to have dropdown for open type
[bookstack] / resources / lang / de / validation.php
index 5d08c241a6871e79899916bd2614a5ffe5177806..df3995f30dcba6db7c685ae9044c1c6f4ef769d0 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute muss zwischen :min und :max Stellen haben.',
     'email'                => ':attribute muss eine valide E-Mail-Adresse sein.',
     'ends_with' => ':attribute muss mit einem der folgenden Werte: :values enden',
+    'file'                 => ':attribute muss als gültige Datei angegeben werden.',
     'filled'               => ':attribute ist erforderlich.',
     'gt'                   => [
         'numeric' => ':attribute muss größer als :value sein.',