kai-jacobsen/kontentblocks

View on GitHub
core/Language/packages/i18n_Menus.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

\Kontentblocks\Language\I18n::addPackage(
    'Menus',
    array(
        'editGmodulesTitle' => __('Edit global Module', 'Kontentblocks'),
        'editGmodulesLabel' => __( 'Simulate Area Context', 'Kontentblocks' ),
        'editGmodulesAttached' => __( 'This module is at least attached to following posts once', 'Kontentblocks' ),
        'editGmoduleAttachedDescription' => __(
            'Be aware that any changes made to the content of this module may appear on different locations on the webiste',
            'Kontentblocks'
        )
    )
);