]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/bs/validation.php
Added additional testing for editor switching permissions
[bookstack] / resources / lang / bs / validation.php
index d6887ccc7f93723550fe10dc66863f0963f93e59..b07df9178fc66afbced6e8c34a3f823cf8e84583 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute mora imati između :min i :max brojeva.',
     'email'                => ':attribute mora biti ispravna e-mail adresa.',
     'ends_with' => ':attribute mora završavati sa jednom od sljedećih: :values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => 'Polje :attribute je obavezno.',
     'gt'                   => [
         'numeric' => ':attribute mora biti veći od :value.',