core/Language/packages/i18n_Areas.php
<?php
\Kontentblocks\Language\I18n::addPackage(
'Areas',
array(
// Common
'common' => array(
'title' => __( 'Title', 'Kontentblocks' ),
),
'ui' => array(
'addNewModule' => __('add new module', 'Kontentblocks'),
'clickToAdd' => __('Click to add a new module or drag an exisiting module here', 'Kontentblocks'),
'noAreas' => __('No areas setup for this post type / page template.', 'Kontentblocks')
),
'global' => array(
'uniqueName' => __('unique name', 'Kontentblocks'),
'setBySystem' => __('set by system', 'Kontentblocks'),
'areaDescription' => __('A short description', 'Kontentblocks'),
'contextDesc' => __('Defines the placement on the edit screen', 'Kontentblocks'),
'postTypeDesc' => __('Available on following post types:', 'Kontentblocks'),
'pageTemplateDesc' => __('Available on following page templates:', 'Kontentblocks'),
'editSettings' => __('Settings', 'Kontentblocks')
)
)
);