Файл: system/languages/en/controllers/content/widgets/list.php
Строк: 34
<?php
define('LANG_WD_CONTENT_LIST_DATASET', 'Apply dataset filters');
define('LANG_WD_CONTENT_LIST_RELATION', 'Apply relation filter');
define('LANG_WD_CONTENT_LIST_FILTER', 'Apply basic filter');
define('LANG_WD_CONTENT_LIST_IMAGE', 'Image field');
define('LANG_WD_CONTENT_LIST_TEASER', 'Short description field');
define('LANG_WD_CONTENT_LIST_FIELD_HINT', 'Deprecated options for compatibility of old templates.');
define ('LANG_WD_CONTENT_LIST_FIELDS_HINT', 'Turn on checkboxes for the fields you want to display in the widget. If the field has additional options, they will appear below it.');
define('LANG_WD_CONTENT_LIST_DETAILS', 'Show author, date and comment count');
define('LANG_WD_CONTENT_LIST_STYLE_BASIC', 'Basic');
define('LANG_WD_CONTENT_LIST_STYLE_FEATURED', 'Featured');
define('LANG_WD_CONTENT_LIST_STYLE_TILES_BIG', 'Big tiles');
define('LANG_WD_CONTENT_LIST_STYLE_TILES_SMALL','Small tiles');
define('LANG_WD_CONTENT_LIST_STYLE_COMPACT', 'Compact');
define('LANG_WD_CONTENT_LIST_STYLE_CUSTOM', 'Template specified in the "Design" tab');
define('LANG_WD_CONTENT_WIDGET_TYPE', 'Widge mode');
define('LANG_WD_CONTENT_WIDGET_TYPE1', 'Display usual list');
define('LANG_WD_CONTENT_WIDGET_TYPE2', 'Show related list');
define('LANG_WD_CONTENT_DEPRECATED', 'Deprecated options');