bnomei/kirby3-srcset

View on GitHub
i18n/en.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return array_merge(include(__DIR__ . '/base.php'), [
    'editor.blocks.srcset.alt.label'           => 'Alternative text',
    'editor.blocks.srcset.caption.placeholder' => 'Add a caption',
    'editor.blocks.srcset.css.label'           => 'CSS class',
//    'editor.blocks.srcset.label'               => 'Image',
    'editor.blocks.srcset.link.label'          => 'Link',
    'editor.blocks.srcset.link.placeholder'    => 'http://',
    'editor.blocks.srcset.open.browser'        => 'Open in the browser',
    'editor.blocks.srcset.open.panel'          => 'Open in the panel',
    'editor.blocks.srcset.or'                  => 'or',
    'editor.blocks.srcset.replace'             => 'Replace image',
    'editor.blocks.srcset.select'              => 'Select an image',
    'editor.blocks.srcset.settings'            => 'Image settings',
    'editor.blocks.srcset.upload'              => 'Upload an image',
]);