bnomei/kirby3-srcset

View on GitHub
i18n/sv_SE.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return array_merge(include(__DIR__ . '/base.php'), [
    'editor.blocks.srcset.alt.label'           => 'Alternativ text',
    'editor.blocks.srcset.caption.placeholder' => 'Lägg till bildtext',
    'editor.blocks.srcset.css.label'           => 'CSS-klass',
//    'editor.blocks.srcset.label'               => 'Bild',
    'editor.blocks.srcset.link.label'          => 'Länk',
    'editor.blocks.srcset.link.placeholder'    => 'http://',
    'editor.blocks.srcset.open.browser'        => 'Öppna i webbläsaren',
    'editor.blocks.srcset.open.panel'          => 'Öppna i panelen',
    'editor.blocks.srcset.or'                  => 'eller',
    'editor.blocks.srcset.replace'             => 'Ersätt bild',
    'editor.blocks.srcset.select'              => 'Välj en bild',
    'editor.blocks.srcset.settings'            => 'Bildinställningar',
    'editor.blocks.srcset.upload'              => 'Ladda upp en bild',
]);