Files
kupshop/admin/lang/english/blocks.php
2025-08-02 16:30:27 +02:00

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',
],
];