]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/hr/validation.php
Added login throttling test, updated reset-pw test method names
[bookstack] / resources / lang / hr / validation.php
index b88e872f1b8881fa22ecc5eaaaecb07fe1f1d66c..ad2eaa4e4e8340158f1300cf2985689f542112bf 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute mora biti između :min i :max znamenki.',
     'email'                => ':attribute mora biti valjana email adresa.',
     'ends_with' => ':attribute mora završiti s :values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => ':attribute polje je obavezno.',
     'gt'                   => [
         'numeric' => ':attribute mora biti veći od :value.',