]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/de/validation.php
Improve sorting Shelf Books
[bookstack] / resources / lang / de / validation.php
index b6105d192858da66ce689644cfc6ef6cee60a34e..8b1febc85d8da7078606d6c0e76f8f8a6364db2e 100644 (file)
@@ -90,6 +90,7 @@ return [
     'required_without'     => ':attribute ist erforderlich, wenn :values nicht vorhanden ist.',
     'required_without_all' => ':attribute ist erforderlich, wenn :values nicht vorhanden sind.',
     'same'                 => ':attribute und :other müssen übereinstimmen.',
+    'safe_url'             => 'Der angegebene Link ist möglicherweise nicht sicher.',
     'size'                 => [
         'numeric' => ':attribute muss :size sein.',
         'file'    => ':attribute muss :size Kilobytes groß sein.',