]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/sv/validation.php
Updated the Swedish language files
[bookstack] / resources / lang / sv / validation.php
index f92619d60904f5d5378b778988bd78ea863a37b0..368a46c0e3a23030fc61f0d66a08fdf9495455b5 100644 (file)
@@ -12,7 +12,6 @@ return [
     | as the size rules. Feel free to tweak each of these messages here.
     |
     */
-
     'accepted'             => ':attribute måste godkännas.',
     'active_url'           => ':attribute är inte en giltig URL.',
     'after'                => ':attribute måste vara efter :date.',
@@ -76,6 +75,7 @@ return [
     'timezone'             => ':attribute måste vara en giltig tidszon.',
     'unique'               => ':attribute är upptaget',
     'url'                  => 'Formatet på :attribute är ogiltigt.',
+    'uploaded'             => 'Filen kunde inte laddas upp. Servern kanske inte tillåter filer med denna storlek.',
 
     /*
     |--------------------------------------------------------------------------
@@ -87,7 +87,6 @@ return [
     | specify a specific custom language line for a given attribute rule.
     |
     */
-
     'custom' => [
         'password-confirm' => [
             'required_with' => 'Lösenordet måste bekräftas',
@@ -104,7 +103,6 @@ return [
     | of "email". This simply helps us make messages a little cleaner.
     |
     */
-
     'attributes' => [],
 
 ];