27 lines
730 B
PHP
27 lines
730 B
PHP
<?php
|
|
|
|
$txt_str['blocks'] = [
|
|
'add' => 'Add block',
|
|
'new' => 'New block',
|
|
'add_subblock' => 'Create new block',
|
|
'name' => 'Name',
|
|
'position' => 'Position',
|
|
'action' => 'Action',
|
|
'identifier' => 'Identifier',
|
|
'text' => 'Text',
|
|
'photos' => 'Images',
|
|
'objects' => [
|
|
'page' => 'Page',
|
|
'system_page' => 'System page',
|
|
'fragment' => 'Fragment',
|
|
'article' => 'Article',
|
|
'section' => 'Section',
|
|
'producer' => 'Producer',
|
|
'template' => 'Template',
|
|
'product' => 'Product', // Popis+
|
|
'indexed_filter' => 'Index. filter',
|
|
'articles_author' => 'Articles author',
|
|
'section_producer' => 'Producer section',
|
|
],
|
|
];
|