]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/it/validation.php
Updated attachment links to have dropdown for open type
[bookstack] / resources / lang / it / validation.php
index 62f0701198d9aebb52ee1687d24ab4b885ec5946..a782986bf2c7c27b1b624ff6fcf14cb2b083af06 100755 (executable)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => 'Il campo :attribute deve essere tra i numeri :min e :max.',
     'email'                => 'Il campo :attribute deve essere un indirizzo email valido.',
     'ends_with' => ':attribute deve terminare con uno dei seguenti: :values',
+    'file'                 => ':attribute deve essere fornito come file valido.',
     'filled'               => 'Il campo :attribute field is required.',
     'gt'                   => [
         'numeric' => ':attribute deve essere maggiore di :value.',