83 lines
2.9 KiB
PHP
83 lines
2.9 KiB
PHP
<?php
|
|
|
|
$txt_str['articles'] = [
|
|
'titleAdd' => 'Nový článek',
|
|
'titleEdit' => 'Editace článku',
|
|
'activityAdded' => 'přidán článek: %s',
|
|
'activityEdited' => 'upraven článek: %s',
|
|
'erased' => 'Smazáno',
|
|
'about_article' => 'Article info',
|
|
'tabArticle' => 'Article',
|
|
'tabTexts' => 'Texts',
|
|
'tabCategorization' => 'Category',
|
|
'tabAuthors' => 'Authors',
|
|
'tabPhotos' => 'Images',
|
|
'tabProducts' => 'Products',
|
|
'tabComments' => 'Comments',
|
|
'labelName' => 'Name',
|
|
'labelKeywords' => 'Keywords',
|
|
'keywordsNote' => 'Separate keywords with a comma',
|
|
'labelCountOfSeen' => 'Views',
|
|
'labelType' => 'Article type',
|
|
'radioArticle' => 'article',
|
|
'radioElsewhere' => 'link',
|
|
'labelLink' => 'Link',
|
|
'labelDate' => 'Publication date',
|
|
'dateTooltip' => 'Visibility date of the article. If you leave it empty, the article will always be visible.',
|
|
'labelShowArticle' => 'Visible',
|
|
'labelTags' => 'Tags',
|
|
'alertNotPermission' => "You don't have permission to edit this setting",
|
|
'labelAnnotation' => 'Annotation',
|
|
'labelContent' => 'Content',
|
|
'labelAddToSections' => 'Category',
|
|
'addToSectionsNote' => 'First save current changes to edit categories.',
|
|
'labelArticleProducts' => 'Products added to this article',
|
|
'addProductToArticle' => 'Add product',
|
|
'productName' => 'Name',
|
|
'labelAction' => 'Action',
|
|
'titleProductDetail' => 'Product detail',
|
|
'findArticle' => 'Find article',
|
|
'articlesRelated' => 'Related articles',
|
|
'addRelatedArticle' => 'Add related article',
|
|
|
|
// List - side menu
|
|
'articles' => 'Articles',
|
|
'articleList' => 'All articles',
|
|
'addArticle' => 'Add article',
|
|
'filter' => 'Filter',
|
|
'filterBySections' => 'By section',
|
|
'filterHidden' => 'Hidden articles',
|
|
'filterDisplayed' => 'Published articles',
|
|
'lookUp' => 'Search',
|
|
'search' => 'Search',
|
|
'searchBasic' => 'Basic search',
|
|
'searchId' => 'ID',
|
|
'searchIdPlaceholder' => 'Article ID',
|
|
'searchDate' => 'Search by date',
|
|
'searchDateFrom' => 'Published since:',
|
|
'searchDateFromPlaceholder' => 'Date from',
|
|
'searchTitlePlaceholder' => 'Search by title',
|
|
'searchFigurePlaceholder' => 'Search by visibility...',
|
|
'searchDateTo' => 'Published before:',
|
|
'searchDateToPlaceholder' => 'Date to',
|
|
'searchTag' => 'Search by tag',
|
|
'notDecide' => 'Irrelevant',
|
|
'delete' => 'Delete',
|
|
'find' => 'Search',
|
|
|
|
'header' => 'Header',
|
|
'section' => 'Section',
|
|
'showArticle' => 'Show article',
|
|
'type' => 'Type',
|
|
'seen' => 'Seen',
|
|
'dateAdded' => 'Publication date',
|
|
'date_created' => 'Date created',
|
|
'contentEditing' => 'Content editing',
|
|
'leadIn' => 'Lead in',
|
|
'link' => 'Link',
|
|
'comments' => 'Comments',
|
|
'url' => 'URL',
|
|
'metaTitle' => 'Meta title',
|
|
'metaDescription' => 'Meta description',
|
|
];
|