X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a6633642232efd164d4708967ab59e498fbff896..refs/pull/2734/head:/resources/lang/da/validation.php diff --git a/resources/lang/da/validation.php b/resources/lang/da/validation.php index 7647132ca..6c11f2e0f 100644 --- a/resources/lang/da/validation.php +++ b/resources/lang/da/validation.php @@ -78,7 +78,6 @@ return [ 'string' => ':attribute skal mindst være :min tegn.', 'array' => ':attribute skal have mindst :min elementer.', ], - 'no_double_extension' => ':attribute må kun indeholde én filtype.', 'not_in' => 'Den valgte :attribute er ikke gyldig.', 'not_regex' => ':attribute-formatet er ugyldigt.', 'numeric' => ':attribute skal være et tal.', @@ -90,7 +89,7 @@ return [ 'required_without' => ':attribute skal udfyldes når :values ikke er udfyldt.', 'required_without_all' => ':attribute skal udfyldes når ingen af :values er udfyldt.', 'same' => ':attribute og :other skal være ens.', - 'safe_url' => 'The provided link may not be safe.', + 'safe_url' => 'Det angivne link kan være usikkert.', 'size' => [ 'numeric' => ':attribute skal være :size.', 'file' => ':attribute skal være :size kilobytes.',