bnomei/kirby3-srcset

View on GitHub
i18n/de.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return array_merge(include(__DIR__ . '/base.php'), [
    'editor.blocks.srcset.alt.label'           => 'Alternativer Text',
    'editor.blocks.srcset.caption.placeholder' => 'Bildunterschrift hinzufügen',
    'editor.blocks.srcset.css.label'           => 'CSS Selektor',
//    'editor.blocks.srcset.label'               => 'Bild',
    'editor.blocks.srcset.link.label'          => 'Link',
    'editor.blocks.srcset.link.placeholder'    => 'http://',
    'editor.blocks.srcset.open.browser'        => 'Im Browser öffnen',
    'editor.blocks.srcset.open.panel'          => 'Im Panel öffnen',
    'editor.blocks.srcset.or'                  => 'oder',
    'editor.blocks.srcset.replace'             => 'Bild ersetzen',
    'editor.blocks.srcset.select'              => 'Bild auswählen',
    'editor.blocks.srcset.settings'            => 'Bild Einstellungen',
    'editor.blocks.srcset.upload'              => 'Bild hochladen',
]);