]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/nb/validation.php
Add base64 image support
[bookstack] / resources / lang / nb / validation.php
index 8060931fa2d84c5019e764adc5f4bcce299ee810..d06240c7cef1dd11337d66b962062089fe628c08 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 [
 
@@ -78,7 +78,6 @@ return [
         'string'  => ':attribute må være på minst :min tegn.',
         'array'   => ':attribute må minst ha :min ting.',
     ],
-    'no_double_extension'  => ':attribute kan bare ha en formattype spesifisert.',
     'not_in'               => 'Den valgte :attribute er ugyldig.',
     'not_regex'            => ':attribute format er ugyldig.',
     'numeric'              => ':attribute må være et nummer.',
@@ -90,6 +89,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'             => 'Den angitte lenken kan være farlig.',
     'size'                 => [
         'numeric' => ':attribute må være :size.',
         'file'    => ':attribute må være :size kilobytes.',