]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/nb/validation.php
Docker: Fix PHP tests
[bookstack] / resources / lang / nb / validation.php
index 8060931fa2d84c5019e764adc5f4bcce299ee810..87e6c7529615f748901d2ce17ba225e22a7901e4 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /**
  * Validation Lines
- * following language lines contain default error messages used by
- * validator class. Some of these rules have multiple versions such
- * as size rules. Feel free to tweak each of these messages here.
+ * The following language lines contain the default error messages used by
+ * the validator class. Some of these rules have multiple versions such
+ * as the size rules. Feel free to tweak each of these messages here.
  */
 return [
 
@@ -90,6 +90,7 @@ return [
     'required_without'     => ':attribute feltet er påkrevt når :values ikke er tilgjengelig.',
     'required_without_all' => ':attribute feltet er påkrevt når ingen av :values er tilgjengelig.',
     'same'                 => ':attribute og :other må samsvare.',
+    'safe_url'             => 'The provided link may not be safe.',
     'size'                 => [
         'numeric' => ':attribute må være :size.',
         'file'    => ':attribute må være :size kilobytes.',