X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/e108808a32b865668076b7b032ee620229d44d1f..refs/pull/2734/head:/resources/lang/it/validation.php diff --git a/resources/lang/it/validation.php b/resources/lang/it/validation.php index 3b85303d2..bb602619c 100755 --- a/resources/lang/it/validation.php +++ b/resources/lang/it/validation.php @@ -78,7 +78,6 @@ return [ 'string' => 'Il campo :attribute deve essere almeno :min caratteri.', 'array' => 'Il campo :attribute deve contenere almeno :min elementi.', ], - 'no_double_extension' => ':attribute deve avere solo un\'estensione.', 'not_in' => 'Il :attribute selezionato non è valido.', 'not_regex' => 'Il formato di :attribute non è valido.', 'numeric' => ':attribute deve essere un numero.', @@ -90,6 +89,7 @@ return [ 'required_without' => 'Il campo :attribute è richiesto quando :values non è presente.', 'required_without_all' => 'Il campo :attribute è richiesto quando nessuno dei :values sono presenti.', 'same' => ':attribute e :other devono corrispondere.', + 'safe_url' => 'The provided link may not be safe.', 'size' => [ 'numeric' => 'Il campo :attribute deve essere :size.', 'file' => 'Il campo :attribute deve essere :size kilobytes.',