]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/pl/validation.php
Updated attachment links to have dropdown for open type
[bookstack] / resources / lang / pl / validation.php
index ab4c9da7b9d689f3d3ad09919bbd3db3d7b0d691..935c634df29468db20a4f488f115818e14da2eb3 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute musi mieć od :min do :max cyfr.',
     'email'                => ':attribute musi być prawidłowym adresem e-mail.',
     'ends_with' => ':attribute musi kończyć się jedną z poniższych wartości: :values',
+    'file'                 => ':attribute musi być prawidłowym plikiem.',
     'filled'               => ':attribute jest wymagany.',
     'gt'                   => [
         'numeric' => ':attribute musi być większy niż :value.',